Trace number 2068992

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 1173.75 1182.53

General information on the benchmark

Namecsp/tdsp/
normalized-C6-3-121.xml
MD5SUMa63bd6da2f487f90a12a628260cf4b25
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 23:54:12 2009
0.06/0.08	c 0	PID 18137
0.06/0.08	c 0	HOST node6.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068992-1247349252.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068992-1247349252.xml' 'HOME/temp.csp'
0.07/0.67	c 1	5 domains, 293 variables, 2 predicates, 0 relations, 4850 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
0.63/0.97	c 1	parsed 5150 expressions
0.63/0.98	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.98	c 1	Converting to clausal form CSP
1.00/1.20	c 1	converted 515 (10%) expressions
1.09/1.25	c 1	converted 1030 (20%) expressions
1.20/1.32	c 1	converted 1545 (30%) expressions
1.20/1.36	c 1	converted 2060 (40%) expressions
1.20/1.39	c 1	converted 2575 (50%) expressions
1.30/1.43	c 1	converted 3090 (60%) expressions
1.39/1.51	c 1	converted 3605 (70%) expressions
1.39/1.54	c 2	converted 4120 (80%) expressions
1.39/1.58	c 2	converted 4635 (90%) expressions
1.49/1.62	c 2	converted 5150 (100%) expressions
1.49/1.62	c 2	CSP : 482 integers, 0 booleans, 5218 clauses, largest domain size 121
1.49/1.62	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.62	c 2	Propagation in CSP
1.49/1.64	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.64	c 2	CSP : 482 integers, 0 booleans, 5218 clauses, largest domain size 121
1.49/1.64	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.79	c 2	CSP : 482 integers, 18624 booleans, 23842 clauses, largest domain size 121
1.59/1.79	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.79/1.91	c 2	49 (10%) CSP integer variables are encoded (2962 clauses, 36391 bytes)
1.79/1.92	c 2	97 (20%) CSP integer variables are encoded (5926 clauses, 74923 bytes)
1.79/1.92	c 2	145 (30%) CSP integer variables are encoded (8978 clauses, 114599 bytes)
1.79/1.92	c 2	193 (40%) CSP integer variables are encoded (12002 clauses, 158232 bytes)
1.79/1.93	c 2	241 (50%) CSP integer variables are encoded (14972 clauses, 202782 bytes)
1.79/1.93	c 2	290 (60%) CSP integer variables are encoded (17994 clauses, 248112 bytes)
1.79/1.93	c 2	338 (70%) CSP integer variables are encoded (18593 clauses, 257097 bytes)
1.79/1.93	c 2	386 (80%) CSP integer variables are encoded (18891 clauses, 261567 bytes)
1.79/1.93	c 2	434 (90%) CSP integer variables are encoded (19336 clauses, 268242 bytes)
1.79/1.93	c 2	482 (100%) CSP integer variables are encoded (19659 clauses, 273087 bytes)
4.68/4.82	c 5	2385 (10%) CSP clauses are encoded (1399973 clauses, 34029599 bytes)
8.52/8.77	c 9	4769 (20%) CSP clauses are encoded (3245896 clauses, 81232121 bytes)
12.67/12.91	c 13	7153 (30%) CSP clauses are encoded (5059341 clauses, 128077323 bytes)
16.61/16.99	c 17	9537 (40%) CSP clauses are encoded (6833804 clauses, 173978322 bytes)
19.18/19.59	c 20	11921 (50%) CSP clauses are encoded (8007151 clauses, 204020489 bytes)
22.51/22.99	c 23	14306 (60%) CSP clauses are encoded (9458696 clauses, 241592812 bytes)
25.14/25.64	c 26	16690 (70%) CSP clauses are encoded (10586316 clauses, 270616357 bytes)
27.58/28.14	c 28	19074 (80%) CSP clauses are encoded (11651723 clauses, 298161192 bytes)
30.99/31.66	c 32	21458 (90%) CSP clauses are encoded (13107609 clauses, 337648450 bytes)
34.31/35.00	c 35	23842 (100%) CSP clauses are encoded (14510165 clauses, 375659127 bytes)
34.31/35.00	c 35	23842 CSP clauses encoded
34.31/35.00	c 35	Writing map file : HOME/temp.map
34.31/35.02	c 35	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.31/35.02	c 35	SAT : 38758 SAT variables, 14510165 SAT clauses, 375659127 bytes
34.31/35.02	c 35	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.31/35.03	c 35	SOLVING HOME/temp.cnf
34.31/35.03	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.31/35.03	c 35	This is MiniSat 2.0 beta
34.31/35.03	c 35	WARNING: for repeatability, setting FPU to use double precision
34.31/35.03	c 35	============================[ Problem Statistics ]=============================
34.31/35.03	c 35	|                                                                             |
34.31/35.04	c 35	|  Number of variables:  38758                                                |
34.31/35.06	c 35	|  Number of clauses:    14510165                                             |
42.61/43.44	c 43	|  Parsing time:         7.18         s                                       |
43.02/43.82	c 44	============================[ Search Statistics ]==============================
43.02/43.82	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.02/43.82	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.02/43.82	c 44	===============================================================================
43.02/43.82	c 44	|         0 |   38758 14510165 55947412 |  4836721        0    nan |  0.000 % |
44.80/45.68	c 46	|       100 |   38758 14510165 55947412 |  5320393      100     27 |  0.000 % |
46.00/46.87	c 47	|       250 |   38758 14510165 55947412 |  5852433      250     23 |  0.000 % |
47.79/48.66	c 49	|       475 |   38758 14510165 55947412 |  6437676      475     22 |  0.000 % |
49.68/50.51	c 50	|       812 |   38758 14510165 55947412 |  7081444      812     22 |  0.000 % |
52.38/53.21	c 53	|      1318 |   38758 14510165 55947412 |  7789588     1318     21 |  0.000 % |
56.28/57.14	c 57	|      2077 |   38758 14510165 55947412 |  8568547     2077     23 |  0.000 % |
61.34/62.22	c 62	|      3217 |   38758 14510165 55947412 |  9425402     3217     23 |  0.000 % |
67.60/68.58	c 69	|      4926 |   38758 14510165 55947412 | 10367942     4926     25 |  0.000 % |
78.98/80.19	c 80	|      7488 |   38758 14510165 55947412 | 11404736     7488     27 |  0.000 % |
94.90/96.42	c 96	|     11332 |   38758 14510165 55947412 | 12545210    11332     29 |  0.000 % |
115.65/117.66	c 118	|     17100 |   38758 14510165 55947412 | 13799731    17100     33 |  0.000 % |
144.21/146.67	c 147	|     25749 |   38758 14510165 55947412 | 15179704    25749     37 |  0.000 % |
203.52/207.49	c 207	|     38723 |   38758 14510165 55947412 | 16697674    38723     33 |  0.000 % |
282.40/286.71	c 287	|     58184 |   38758 14510165 55947412 | 18367442    58184     35 |  0.000 % |
402.30/407.28	c 407	|     87376 |   38758 14510165 55947412 | 20204186    87376     41 |  0.000 % |
572.34/578.14	c 578	|    131167 |   38758 14510165 55947412 | 22224605   131167     54 |  0.000 % |
801.90/808.89	c 809	|    196851 |   38758 14510165 55947412 | 24447065   196851     75 |  0.000 % |
1173.50/1182.22	c ERROR INTERRUPTED
1173.61/1182.35	s UNKNOWN
1173.61/1182.35	c 1182	CPU 34.36 (0.06 0.01 31.41 2.88)
1173.61/1182.35	c 1182	END Sun Jul 12 00:13:54 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068992-1247349252/watcher-2068992-1247349252 -o /tmp/evaluation-result-2068992-1247349252/solver-2068992-1247349252 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068992-1247349252.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.23 2.19 4/83 18137
/proc/meminfo: memFree=1124048/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=12000 CPUtime=0
/proc/18137/stat : 18137 (sugar) R 18135 18137 18100 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 21992607 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 268582683462 0 0 4224 0 0 0 0 17 1 0 0
/proc/18137/statm: 3000 176 137 3 0 100 0

[startup+0.0707841 s]
/proc/loadavg: 2.12 2.23 2.19 4/83 18137
/proc/meminfo: memFree=1124048/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16344 CPUtime=0.06
/proc/18137/stat : 18137 (sugar) R 18135 18137 18100 0 -1 4194304 1009 0 0 0 5 1 0 0 18 0 1 0 21992607 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 268600745629 0 0 4224 0 0 0 0 17 1 0 0
/proc/18137/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.106785 s]
/proc/loadavg: 2.12 2.23 2.19 4/83 18137
/proc/meminfo: memFree=1124048/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.07
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301816 s]
/proc/loadavg: 2.12 2.23 2.19 4/83 18137
/proc/meminfo: memFree=1124048/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.07
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701896 s]
/proc/loadavg: 2.12 2.23 2.19 4/83 18137
/proc/meminfo: memFree=1124048/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.07
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.12 2.23 2.19 4/94 18159
/proc/meminfo: memFree=1109176/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.63
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1309 7448 0 1 6 1 53 3 15 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
[pid=18150] ppid=18137 vsize=5356 CPUtime=0
/proc/18150/stat : 18150 (sh) S 18137 18137 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21992679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18150/statm: 1339 233 193 169 0 50 0
[pid=18151] ppid=18150 vsize=868596 CPUtime=0.76
/proc/18151/stat : 18151 (java) S 18150 18137 18100 0 -1 0 7848 0 1 0 73 3 0 0 18 0 9 0 21992680 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18151/statm: 217149 7083 2566 9 0 211654 0
[pid=18151/tid=18152] ppid=18150 vsize=868596 CPUtime=0.47
/proc/18151/task/18152/stat : 18152 (java) R 18150 18137 18100 0 -1 64 2691 0 1 0 46 1 0 0 25 0 9 0 21992680 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18153] ppid=18150 vsize=868596 CPUtime=0.13
/proc/18151/task/18153/stat : 18153 (java) R 18150 18137 18100 0 -1 64 2998 0 0 0 13 0 0 0 16 0 9 0 21992681 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 104516112 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18154] ppid=18150 vsize=868596 CPUtime=0
/proc/18151/task/18154/stat : 18154 (java) S 18150 18137 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21992682 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18155] ppid=18150 vsize=868596 CPUtime=0
/proc/18151/task/18155/stat : 18155 (java) S 18150 18137 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21992682 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18156] ppid=18150 vsize=868596 CPUtime=0
/proc/18151/task/18156/stat : 18156 (java) S 18150 18137 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 21992684 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18157] ppid=18150 vsize=868596 CPUtime=0.13
/proc/18151/task/18157/stat : 18157 (java) S 18150 18137 18100 0 -1 64 1461 0 0 0 13 0 0 0 16 0 9 0 21992684 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18158] ppid=18150 vsize=868596 CPUtime=0
/proc/18151/task/18158/stat : 18158 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21992684 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18159] ppid=18150 vsize=868596 CPUtime=0
/proc/18151/task/18159/stat : 18159 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21992684 889442304 7083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890820

[startup+3.10237 s]
/proc/loadavg: 2.12 2.23 2.19 3/94 18159
/proc/meminfo: memFree=1087672/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.63
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1310 7448 0 1 6 1 53 3 15 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
[pid=18150] ppid=18137 vsize=5356 CPUtime=0
/proc/18150/stat : 18150 (sh) S 18137 18137 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21992679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18150/statm: 1339 233 193 169 0 50 0
[pid=18151] ppid=18150 vsize=868708 CPUtime=2.35
/proc/18151/stat : 18151 (java) S 18150 18137 18100 0 -1 0 10213 0 1 0 223 12 0 0 18 0 9 0 21992680 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18151/statm: 217177 9139 2590 9 0 211654 0
[pid=18151/tid=18152] ppid=18150 vsize=868708 CPUtime=1.72
/proc/18151/task/18152/stat : 18152 (java) R 18150 18137 18100 0 -1 64 3124 0 1 0 164 8 0 0 25 0 9 0 21992680 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18153] ppid=18150 vsize=868708 CPUtime=0.42
/proc/18151/task/18153/stat : 18153 (java) S 18150 18137 18100 0 -1 64 4886 0 0 0 39 3 0 0 16 0 9 0 21992681 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18154] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18154/stat : 18154 (java) S 18150 18137 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21992682 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18155] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18155/stat : 18155 (java) S 18150 18137 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21992682 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18156] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18156/stat : 18156 (java) S 18150 18137 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 21992684 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18157] ppid=18150 vsize=868708 CPUtime=0.19
/proc/18151/task/18157/stat : 18157 (java) S 18150 18137 18100 0 -1 64 1505 0 0 0 19 0 0 0 16 0 9 0 21992684 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18158] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18158/stat : 18158 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21992684 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18159] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18159/stat : 18159 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21992684 889556992 9139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890932

[startup+6.303 s]
/proc/loadavg: 2.11 2.23 2.19 3/94 18159
/proc/meminfo: memFree=1042040/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.63
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1310 7448 0 1 6 1 53 3 16 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
[pid=18150] ppid=18137 vsize=5356 CPUtime=0
/proc/18150/stat : 18150 (sh) S 18137 18137 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21992679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18150/statm: 1339 233 193 169 0 50 0
[pid=18151] ppid=18150 vsize=868708 CPUtime=5.52
/proc/18151/stat : 18151 (java) S 18150 18137 18100 0 -1 0 10882 0 1 0 511 41 0 0 18 0 9 0 21992680 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18151/statm: 217177 9142 2590 9 0 211654 0
[pid=18151/tid=18152] ppid=18150 vsize=868708 CPUtime=4.65
/proc/18151/task/18152/stat : 18152 (java) R 18150 18137 18100 0 -1 64 3790 0 1 0 433 32 0 0 25 0 9 0 21992680 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18153] ppid=18150 vsize=868708 CPUtime=0.64
/proc/18151/task/18153/stat : 18153 (java) S 18150 18137 18100 0 -1 64 4886 0 0 0 57 7 0 0 16 0 9 0 21992681 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18154] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18154/stat : 18154 (java) S 18150 18137 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21992682 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18155] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18155/stat : 18155 (java) S 18150 18137 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21992682 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18156] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18156/stat : 18156 (java) S 18150 18137 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18157] ppid=18150 vsize=868708 CPUtime=0.2
/proc/18151/task/18157/stat : 18157 (java) S 18150 18137 18100 0 -1 64 1508 0 0 0 20 0 0 0 16 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18158] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18158/stat : 18158 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18159] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18159/stat : 18159 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890932

[startup+12.7023 s]
/proc/loadavg: 2.10 2.23 2.19 3/94 18159
/proc/meminfo: memFree=954424/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.63
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1310 7448 0 1 6 1 53 3 16 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
[pid=18150] ppid=18137 vsize=5356 CPUtime=0
/proc/18150/stat : 18150 (sh) S 18137 18137 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21992679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18150/statm: 1339 233 193 169 0 50 0
[pid=18151] ppid=18150 vsize=868708 CPUtime=11.84
/proc/18151/stat : 18151 (java) S 18150 18137 18100 0 -1 0 12154 0 1 0 1088 96 0 0 18 0 9 0 21992680 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18151/statm: 217177 9142 2590 9 0 211654 0
[pid=18151/tid=18152] ppid=18150 vsize=868708 CPUtime=10.57
/proc/18151/task/18152/stat : 18152 (java) R 18150 18137 18100 0 -1 64 5062 0 1 0 978 79 0 0 25 0 9 0 21992680 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4126950657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18151/tid=18153] ppid=18150 vsize=868708 CPUtime=1.04
/proc/18151/task/18153/stat : 18153 (java) S 18150 18137 18100 0 -1 64 4886 0 0 0 89 15 0 0 16 0 9 0 21992681 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18151/tid=18154] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18154/stat : 18154 (java) S 18150 18137 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21992682 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18155] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18155/stat : 18155 (java) S 18150 18137 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21992682 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18156] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18156/stat : 18156 (java) S 18150 18137 18100 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18157] ppid=18150 vsize=868708 CPUtime=0.2
/proc/18151/task/18157/stat : 18157 (java) S 18150 18137 18100 0 -1 64 1508 0 0 0 20 0 0 0 16 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18158] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18158/stat : 18158 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18159] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18159/stat : 18159 (java) S 18150 18137 18100 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21992684 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890932

[startup+25.5028 s]
/proc/loadavg: 2.08 2.21 2.18 3/94 18159
/proc/meminfo: memFree=783224/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=0.63
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1310 7448 0 1 6 1 53 3 16 0 1 0 21992607 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18137/statm: 4217 1111 409 3 0 796 0
[pid=18150] ppid=18137 vsize=5356 CPUtime=0
/proc/18150/stat : 18150 (sh) S 18137 18137 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21992679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18150/statm: 1339 233 193 169 0 50 0
[pid=18151] ppid=18150 vsize=868708 CPUtime=24.4
/proc/18151/stat : 18151 (java) S 18150 18137 18100 0 -1 0 14592 0 1 0 2237 203 0 0 18 0 9 0 21992680 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18151/statm: 217177 9142 2590 9 0 211654 0
[pid=18151/tid=18152] ppid=18150 vsize=868708 CPUtime=22.33
/proc/18151/task/18152/stat : 18152 (java) R 18150 18137 18100 0 -1 64 7500 0 1 0 2064 169 0 0 25 0 9 0 21992680 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4126928222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18151/tid=18153] ppid=18150 vsize=868708 CPUtime=1.85
/proc/18151/task/18153/stat : 18153 (java) S 18150 18137 18100 0 -1 64 4886 0 0 0 153 32 0 0 16 0 9 0 21992681 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18151/tid=18154] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18154/stat : 18154 (java) S 18150 18137 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21992682 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18155] ppid=18150 vsize=868708 CPUtime=0
/proc/18151/task/18155/stat : 18155 (java) S 18150 18137 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21992682 889556992 9142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18151/tid=18156] ppid=18150 vsize=868708 CPUtime=0

################
# More data... #
################

/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1376 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=5356 CPUtime=0
/proc/18160/stat : 18160 (sh) S 18137 18137 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21996111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18160/statm: 1339 232 193 169 0 50 0
[pid=18161] ppid=18160 vsize=831808 CPUtime=840.69
/proc/18161/stat : 18161 (minisat) R 18160 18137 18100 0 -1 4194304 203512 0 0 0 83917 152 0 0 25 0 1 0 21996111 851771392 203498 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 207952 203498 76 150 0 207799 0
Current children cumulated CPU time (s) 875.04
Current children cumulated vsize (KiB) 854032

[startup+942.302 s]
/proc/loadavg: 2.51 2.35 2.23 3/85 18209
/proc/meminfo: memFree=217720/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1376 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=5356 CPUtime=0
/proc/18160/stat : 18160 (sh) S 18137 18137 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21996111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18160/statm: 1339 232 193 169 0 50 0
[pid=18161] ppid=18160 vsize=833560 CPUtime=900.4
/proc/18161/stat : 18161 (minisat) R 18160 18137 18100 0 -1 4194304 203960 0 0 0 89887 153 0 0 25 0 1 0 21996111 853565440 203946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 208390 203946 76 150 0 208237 0
Current children cumulated CPU time (s) 934.75
Current children cumulated vsize (KiB) 855784

[startup+1002.3 s]
/proc/loadavg: 2.30 2.31 2.23 3/85 18209
/proc/meminfo: memFree=211640/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1376 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=5356 CPUtime=0
/proc/18160/stat : 18160 (sh) S 18137 18137 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21996111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18160/statm: 1339 232 193 169 0 50 0
[pid=18161] ppid=18160 vsize=836860 CPUtime=960.1
/proc/18161/stat : 18161 (minisat) R 18160 18137 18100 0 -1 4194304 204765 0 0 0 95856 154 0 0 25 0 1 0 21996111 856944640 204751 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 209215 204751 76 150 0 209062 0
Current children cumulated CPU time (s) 994.45
Current children cumulated vsize (KiB) 859084

[startup+1062.3 s]
/proc/loadavg: 2.33 2.32 2.23 3/85 18209
/proc/meminfo: memFree=196152/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1376 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=5356 CPUtime=0
/proc/18160/stat : 18160 (sh) S 18137 18137 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21996111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18160/statm: 1339 232 193 169 0 50 0
[pid=18161] ppid=18160 vsize=849540 CPUtime=1019.81
/proc/18161/stat : 18161 (minisat) R 18160 18137 18100 0 -1 4194304 207965 0 0 0 101822 159 0 0 25 0 1 0 21996111 869928960 207951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 212385 207951 76 150 0 212232 0
Current children cumulated CPU time (s) 1054.16
Current children cumulated vsize (KiB) 871764

[startup+1122.3 s]
/proc/loadavg: 2.23 2.29 2.22 3/85 18209
/proc/meminfo: memFree=169976/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1376 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=5356 CPUtime=0
/proc/18160/stat : 18160 (sh) S 18137 18137 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21996111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18160/statm: 1339 232 193 169 0 50 0
[pid=18161] ppid=18160 vsize=873204 CPUtime=1079.52
/proc/18161/stat : 18161 (minisat) R 18160 18137 18100 0 -1 4194304 213890 0 0 0 107785 167 0 0 25 0 1 0 21996111 894160896 213876 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 218301 213876 76 150 0 218148 0
Current children cumulated CPU time (s) 1113.87
Current children cumulated vsize (KiB) 895428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1182.2 s]
/proc/loadavg: 2.47 2.34 2.25 4/85 18209
/proc/meminfo: memFree=143416/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1376 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=5356 CPUtime=0
/proc/18160/stat : 18160 (sh) S 18137 18137 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21996111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18160/statm: 1339 232 193 169 0 50 0
[pid=18161] ppid=18160 vsize=899384 CPUtime=1139.15
/proc/18161/stat : 18161 (minisat) R 18160 18137 18100 0 -1 4194304 220439 0 0 0 113739 176 0 0 25 0 1 0 21996111 920969216 220425 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 224846 220425 76 150 0 224693 0
Current children cumulated CPU time (s) 1173.5
Current children cumulated vsize (KiB) 921608

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1182.32 s]
/proc/loadavg: 2.47 2.34 2.25 4/85 18209
/proc/meminfo: memFree=143416/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1398 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=0 CPUtime=0
/proc/18160/stat : 18160 (sh) Z 18137 18137 18100 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21996111 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/18160/statm: 0 0 0 0 0 0 0
[pid=18161] ppid=1 vsize=0 CPUtime=1139.26
/proc/18161/stat : 18161 (minisat) R 1 18137 18100 0 -1 4195332 220439 0 0 0 113739 187 0 0 25 0 1 0 21996111 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1173.61
Current children cumulated vsize (KiB) 16868

############
# WARNING:
# current cumulated CPU time (34.42 s) is less than in the last sample (1173.61 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1139.19 s) to the 'lost time'.

[startup+1182.32 s]
/proc/loadavg: 2.47 2.34 2.25 4/85 18209
/proc/meminfo: memFree=143416/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.35
/proc/18137/stat : 18137 (sugar) S 18135 18137 18100 0 -1 4194304 1398 24101 0 2 6 1 3141 287 16 0 1 0 21992607 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/18137/statm: 4217 1113 409 3 0 796 0
[pid=18160] ppid=18137 vsize=0 CPUtime=0
/proc/18160/stat : 18160 (sh) Z 18137 18137 18100 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 21996111 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/18160/statm: 0 0 0 0 0 0 0
[pid=18161] ppid=1 vsize=0 CPUtime=1139.26
/proc/18161/stat : 18161 (minisat) R 1 18137 18100 0 -1 4195332 220439 0 0 0 113739 187 0 0 25 0 1 0 21996111 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18161/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1173.61
Current children cumulated vsize (KiB) 16868

[startup+1182.4 s]
/proc/loadavg: 2.47 2.34 2.25 5/85 18210
/proc/meminfo: memFree=1169464/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.42
/proc/18137/stat : 18137 (sugar) R 18135 18137 18100 0 -1 4194304 1423 24378 0 2 6 7 3141 288 16 0 1 0 21992607 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18137/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 34.42
Current children cumulated vsize (KiB) 16868
#
############


Solver just ended. Dumping a history of the last processes samples

[startup+1182.4 s]
/proc/loadavg: 2.47 2.34 2.25 5/85 18210
/proc/meminfo: memFree=1169464/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.42
/proc/18137/stat : 18137 (sugar) R 18135 18137 18100 0 -1 4194304 1423 24378 0 2 6 7 3141 288 16 0 1 0 21992607 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18137/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 34.42
Current children cumulated vsize (KiB) 16868

[startup+1182.52 s]
/proc/loadavg: 2.47 2.34 2.25 5/85 18210
/proc/meminfo: memFree=1169464/2055924 swapFree=4192952/4192956
[pid=18137] ppid=18135 vsize=16868 CPUtime=34.54
/proc/18137/stat : 18137 (sugar) R 18135 18137 18100 0 -1 4194304 1423 24378 0 2 6 19 3141 288 16 0 1 0 21992607 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18137/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 34.54
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1139.19
#  lost CPU user time (s): 1137.39
#  lost CPU system time (s): 1.8

Real time (s): 1182.53
CPU time (s): 1173.75
CPU user time (s): 1168.87
CPU system time (s): 4.87453
CPU usage (%): 99.2576
Max. virtual memory (cumulated for all children) (KiB): 921608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4822
system time used= 3.07453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25860
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60045
involuntary context switches= 60555

runsolver used 1.43778 second user time and 3.77243 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-11 23:54:12
IDJOB=2068992
IDBENCH=54972
IDSOLVER=739
FILE ID=node6/2068992-1247349252
PBS_JOBID= 9506903
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-3-121.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068992-1247349252/watcher-2068992-1247349252 -o /tmp/evaluation-result-2068992-1247349252/solver-2068992-1247349252 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068992-1247349252.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a63bd6da2f487f90a12a628260cf4b25
RANDOM SEED=884888716

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1124528 kB
Buffers:         60616 kB
Cached:         536556 kB
SwapCached:          4 kB
Active:         339412 kB
Inactive:       538060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1124528 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:         296000 kB
Slab:            38712 kB
Committed_AS:   852652 kB
PageTables:       2376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node6 at 2009-07-12 00:13:56