Trace number 2070037

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? (TO) 1800.08 1816.66

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-8_ext.xml
MD5SUMa8551468042d10e236fa44d6ce944fc0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark277.456
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/1.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/1.09	c 0	BEGIN Sun Jul 12 00:23:11 2009
0.04/1.09	c 0	PID 17038
0.04/1.10	c 0	HOST node85.alineos.net
0.04/1.10	c 0	CONVERTING HOME/instance-2070037-1247350990.xml TO HOME/temp.csp
0.04/1.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070037-1247350990.xml' 'HOME/temp.csp'
0.30/2.53	c 2	1 domains, 64 variables, 0 predicates, 1 relations, 16 constraints
0.30/2.55	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.30/2.55	c 2	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.35/2.63	c 2	Parsing HOME/temp.csp
0.35/2.77	c 2	parsed 82 expressions
0.35/2.78	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/2.78	c 2	Converting to clausal form CSP
0.35/2.80	c 2	converted 9 (10%) expressions
0.35/2.80	c 2	converted 17 (20%) expressions
0.35/2.80	c 2	converted 25 (30%) expressions
0.35/2.80	c 2	converted 33 (40%) expressions
0.35/2.80	c 2	converted 41 (50%) expressions
0.35/2.80	c 2	converted 50 (60%) expressions
0.35/2.80	c 2	converted 58 (70%) expressions
0.35/2.81	c 2	converted 66 (80%) expressions
1.27/3.58	c 3	converted 74 (90%) expressions
1.97/4.28	c 3	converted 82 (100%) expressions
1.97/4.28	c 3	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
1.97/4.28	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.97/4.28	c 3	Propagation in CSP
1.97/4.28	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.97/4.28	c 3	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
1.97/4.28	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.97/4.28	c 3	Simplifing CSP by introducing new Boolean variables
1.97/4.28	c 3	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
1.97/4.28	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.27/4.50	c 4	Encoding CSP to SAT : HOME/temp.cnf
2.27/4.51	c 4	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
2.27/4.52	c 4	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.27/4.52	c 4	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.27/4.52	c 4	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.27/4.52	c 4	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.27/4.53	c 4	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.27/4.53	c 4	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.27/4.53	c 4	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.27/4.53	c 4	58 (90%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.27/4.53	c 4	64 (100%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
29.05/31.50	c 31	2 (10%) CSP clauses are encoded (128230 clauses, 6094887 bytes)
56.63/59.18	c 58	4 (20%) CSP clauses are encoded (254924 clauses, 12773107 bytes)
70.07/72.66	c 72	5 (30%) CSP clauses are encoded (318271 clauses, 16112445 bytes)
97.54/100.26	c 99	7 (40%) CSP clauses are encoded (444965 clauses, 23033733 bytes)
111.45/116.17	c 115	8 (50%) CSP clauses are encoded (508312 clauses, 26494377 bytes)
139.30/144.14	c 143	10 (60%) CSP clauses are encoded (635006 clauses, 33284551 bytes)
166.86/171.82	c 171	12 (70%) CSP clauses are encoded (761700 clauses, 39942267 bytes)
181.18/186.24	c 185	13 (80%) CSP clauses are encoded (825047 clauses, 43271628 bytes)
208.75/213.98	c 213	15 (90%) CSP clauses are encoded (951741 clauses, 51344426 bytes)
222.87/228.11	c 227	16 (100%) CSP clauses are encoded (1015088 clauses, 55380825 bytes)
222.87/228.11	c 227	16 CSP clauses encoded
222.87/228.11	c 227	Writing map file : HOME/temp.map
222.87/228.11	c 227	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
222.87/228.11	c 227	SAT : 1600 SAT variables, 1015088 SAT clauses, 55380825 bytes
222.87/228.11	c 227	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
222.87/228.13	c 227	SOLVING HOME/temp.cnf
222.87/228.13	c 227	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
222.87/228.14	c 227	This is MiniSat 2.0 beta
222.87/228.14	c 227	WARNING: for repeatability, setting FPU to use double precision
222.87/228.14	c 227	============================[ Problem Statistics ]=============================
222.87/228.14	c 227	|                                                                             |
222.87/228.14	c 227	|  Number of variables:  1600                                                 |
222.87/228.14	c 227	|  Number of clauses:    1015088                                              |
224.06/229.35	c 229	|  Parsing time:         1.08         s                                       |
224.17/229.42	c 229	============================[ Search Statistics ]==============================
224.17/229.42	c 229	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
224.17/229.42	c 229	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
224.17/229.42	c 229	===============================================================================
224.17/229.42	c 229	|         0 |    1600  1015088 11323728 |   338362        0    nan |  0.000 % |
224.17/229.46	c 229	|       100 |    1600  1015088 11323728 |   372198      100      5 |  0.000 % |
224.26/229.53	c 229	|       250 |    1600  1015088 11323728 |   409418      250      6 |  0.001 % |
224.36/229.61	c 229	|       475 |    1600  1015088 11323728 |   450360      475      7 |  0.001 % |
224.46/229.71	c 229	|       814 |    1600  1015088 11323728 |   495396      814      7 |  0.001 % |
224.56/229.82	c 229	|      1321 |    1600  1015088 11323728 |   544936     1321      8 |  0.001 % |
225.06/230.30	c 229	|      2081 |    1600  1015088 11323728 |   599430     2081      8 |  0.001 % |
226.75/232.04	c 231	|      3220 |    1600  1015088 11323728 |   659373     3220     11 |  0.001 % |
230.33/235.69	c 235	|      4928 |    1600  1015088 11323728 |   725310     4928     12 |  0.000 % |
237.00/242.34	c 242	|      7490 |    1600  1015088 11323728 |   797841     7490     13 |  0.001 % |
246.46/251.87	c 251	|     11335 |    1600  1015088 11323728 |   877625    11335     14 |  0.001 % |
261.49/266.95	c 266	|     17103 |    1600  1015088 11323728 |   965388    17103     14 |  0.001 % |
279.51/285.00	c 284	|     25753 |    1600  1015088 11323728 |  1061926    25753     15 |  0.001 % |
306.88/312.58	c 312	|     38727 |    1600  1015088 11323728 |  1168119    38727     16 |  0.001 % |
373.99/379.93	c 379	|     58188 |    1600  1015088 11323728 |  1284931    58188     17 |  0.001 % |
466.38/472.73	c 472	|     87380 |    1600  1015088 11323728 |  1413424    87380     17 |  0.001 % |
602.66/610.01	c 609	|    131171 |    1600  1015088 11323728 |  1554767   131171     18 |  0.000 % |
852.86/862.11	c 861	|    196855 |    1600  1015088 11323728 |  1710244   196855     18 |  0.000 % |
1271.26/1283.79	c 1283	|    295381 |    1600  1015088 11323728 |  1881268   295381     19 |  0.000 % |
1800.08/1816.61	c ERROR INTERRUPTED
1800.08/1816.63	s UNKNOWN
1800.08/1816.63	c 1816	CPU 222.92 (0.05 0.01 222.09 0.77)
1800.08/1816.63	c 1816	END Sun Jul 12 00:53:27 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-2070037-1247350990/watcher-2070037-1247350990 -o /tmp/evaluation-result-2070037-1247350990/solver-2070037-1247350990 -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-2070037-1247350990.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: 4.03 4.27 3.39 5/73 17038
/proc/meminfo: memFree=1945936/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=18576 CPUtime=0
/proc/17038/stat : 17038 (runsolver) D 17035 17038 16702 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22164340 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17038/statm: 4644 284 249 26 0 2626 0

[startup+0.0830209 s]
/proc/loadavg: 4.03 4.27 3.39 5/73 17038
/proc/meminfo: memFree=1945936/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=12268 CPUtime=0
/proc/17038/stat : 17038 (sugar) D 17035 17038 16702 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 22164340 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17038/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101023 s]
/proc/loadavg: 4.03 4.27 3.39 5/73 17038
/proc/meminfo: memFree=1945936/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=12272 CPUtime=0
/proc/17038/stat : 17038 (sugar) D 17035 17038 16702 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 22164340 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17038/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301042 s]
/proc/loadavg: 4.03 4.27 3.39 5/73 17038
/proc/meminfo: memFree=1945936/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=12412 CPUtime=0
/proc/17038/stat : 17038 (sugar) D 17035 17038 16702 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 22164340 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17038/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701093 s]
/proc/loadavg: 4.03 4.27 3.39 5/73 17038
/proc/meminfo: memFree=1945936/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=12412 CPUtime=0
/proc/17038/stat : 17038 (sugar) R 17035 17038 16702 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 22164340 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/17038/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+1.50119 s]
/proc/loadavg: 3.87 4.23 3.38 3/74 17039
/proc/meminfo: memFree=1937032/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=0.06
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22164340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+3.10137 s]
/proc/loadavg: 3.87 4.23 3.38 2/77 17043
/proc/meminfo: memFree=1931504/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=0.35
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1310 6501 0 50 5 1 20 9 15 0 1 0 22164340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30273 s]
/proc/loadavg: 3.87 4.23 3.38 3/84 17060
/proc/meminfo: memFree=1863288/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=0.35
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1310 6501 0 50 5 1 20 9 15 0 1 0 22164340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 4217 1111 409 3 0 796 0
[pid=17051] ppid=17038 vsize=5356 CPUtime=0
/proc/17051/stat : 17051 (sh) S 17038 17038 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164596 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17051/statm: 1339 233 193 169 0 50 0
[pid=17052] ppid=17051 vsize=864472 CPUtime=3.71
/proc/17052/stat : 17052 (java) S 17051 17038 16702 0 -1 0 18595 0 5 0 361 10 0 0 20 0 9 0 22164596 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17052/statm: 216118 17799 2590 9 0 210595 0
[pid=17052/tid=17053] ppid=17051 vsize=864472 CPUtime=2.42
/proc/17052/task/17053/stat : 17053 (java) R 17051 17038 16702 0 -1 64 3411 0 5 0 239 3 0 0 25 0 9 0 22164597 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4126568420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17054] ppid=17051 vsize=864472 CPUtime=1.19
/proc/17052/task/17054/stat : 17054 (java) S 17051 17038 16702 0 -1 64 14151 0 0 0 113 6 0 0 16 0 9 0 22164598 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17055] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17055/stat : 17055 (java) S 17051 17038 16702 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17056] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17056/stat : 17056 (java) S 17051 17038 16702 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17057] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17057/stat : 17057 (java) S 17051 17038 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17058] ppid=17051 vsize=864472 CPUtime=0.07
/proc/17052/task/17058/stat : 17058 (java) S 17051 17038 16702 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22164600 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17059] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17059/stat : 17059 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17060] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17060/stat : 17060 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22164600 885219328 17799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 886696
heavy processes:

[startup+12.7025 s]
/proc/loadavg: 3.58 4.16 3.37 3/84 17060
/proc/meminfo: memFree=1859704/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=0.35
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1310 6501 0 50 5 1 20 9 15 0 1 0 22164340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 4217 1111 409 3 0 796 0
[pid=17051] ppid=17038 vsize=5356 CPUtime=0
/proc/17051/stat : 17051 (sh) S 17038 17038 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164596 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17051/statm: 1339 233 193 169 0 50 0
[pid=17052] ppid=17051 vsize=864472 CPUtime=10.08
/proc/17052/stat : 17052 (java) S 17051 17038 16702 0 -1 0 19614 0 5 0 997 11 0 0 20 0 9 0 22164596 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17052/statm: 216118 18799 2590 9 0 210595 0
[pid=17052/tid=17053] ppid=17051 vsize=864472 CPUtime=8.74
/proc/17052/task/17053/stat : 17053 (java) R 17051 17038 16702 0 -1 64 3430 0 5 0 871 3 0 0 25 0 9 0 22164597 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4126569125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17054] ppid=17051 vsize=864472 CPUtime=1.24
/proc/17052/task/17054/stat : 17054 (java) S 17051 17038 16702 0 -1 64 15151 0 0 0 118 6 0 0 16 0 9 0 22164598 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17055] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17055/stat : 17055 (java) S 17051 17038 16702 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17056] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17056/stat : 17056 (java) S 17051 17038 16702 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17057] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17057/stat : 17057 (java) S 17051 17038 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17058] ppid=17051 vsize=864472 CPUtime=0.07
/proc/17052/task/17058/stat : 17058 (java) S 17051 17038 16702 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22164600 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17059] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17059/stat : 17059 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17060] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17060/stat : 17060 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22164600 885219328 18799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 886696

[startup+25.5019 s]
/proc/loadavg: 3.34 4.09 3.35 3/84 17060
/proc/meminfo: memFree=1848504/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=0.35
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1310 6501 0 50 5 1 20 9 15 0 1 0 22164340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 4217 1111 409 3 0 796 0
[pid=17051] ppid=17038 vsize=5356 CPUtime=0
/proc/17051/stat : 17051 (sh) S 17038 17038 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164596 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17051/statm: 1339 233 193 169 0 50 0
[pid=17052] ppid=17051 vsize=864472 CPUtime=22.82
/proc/17052/stat : 17052 (java) S 17051 17038 16702 0 -1 0 21645 0 5 0 2268 14 0 0 20 0 9 0 22164596 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17052/statm: 216118 20771 2590 9 0 210595 0
[pid=17052/tid=17053] ppid=17051 vsize=864472 CPUtime=21.35
/proc/17052/task/17053/stat : 17053 (java) R 17051 17038 16702 0 -1 64 3489 0 5 0 2130 5 0 0 25 0 9 0 22164597 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4125952235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17054] ppid=17051 vsize=864472 CPUtime=1.36
/proc/17052/task/17054/stat : 17054 (java) S 17051 17038 16702 0 -1 64 17120 0 0 0 129 7 0 0 16 0 9 0 22164598 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17055] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17055/stat : 17055 (java) S 17051 17038 16702 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17056] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17056/stat : 17056 (java) S 17051 17038 16702 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17057] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17057/stat : 17057 (java) S 17051 17038 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17058] ppid=17051 vsize=864472 CPUtime=0.07
/proc/17052/task/17058/stat : 17058 (java) S 17051 17038 16702 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 22164600 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17059] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17059/stat : 17059 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17060] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17060/stat : 17060 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22164600 885219328 20771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 886696

[startup+51.1018 s]
/proc/loadavg: 3.00 3.95 3.33 3/84 17060
/proc/meminfo: memFree=1826616/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=0.35
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1310 6501 0 50 5 1 20 9 16 0 1 0 22164340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17038/statm: 4217 1111 409 3 0 796 0
[pid=17051] ppid=17038 vsize=5356 CPUtime=0
/proc/17051/stat : 17051 (sh) S 17038 17038 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164596 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17051/statm: 1339 233 193 169 0 50 0
[pid=17052] ppid=17051 vsize=864472 CPUtime=48.32
/proc/17052/stat : 17052 (java) S 17051 17038 16702 0 -1 0 25700 0 5 0 4811 21 0 0 20 0 9 0 22164596 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17052/statm: 216118 24707 2590 9 0 210595 0
[pid=17052/tid=17053] ppid=17051 vsize=864472 CPUtime=46.57
/proc/17052/task/17053/stat : 17053 (java) R 17051 17038 16702 0 -1 64 3608 0 5 0 4648 9 0 0 25 0 9 0 22164597 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4126497160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17054] ppid=17051 vsize=864472 CPUtime=1.64
/proc/17052/task/17054/stat : 17054 (java) S 17051 17038 16702 0 -1 64 21050 0 0 0 154 10 0 0 16 0 9 0 22164598 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17055] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17055/stat : 17055 (java) S 17051 17038 16702 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17056] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17056/stat : 17056 (java) S 17051 17038 16702 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 22164598 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17057] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17057/stat : 17057 (java) S 17051 17038 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17058] ppid=17051 vsize=864472 CPUtime=0.08
/proc/17052/task/17058/stat : 17058 (java) S 17051 17038 16702 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 22164600 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17059] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17059/stat : 17059 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22164600 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17052/tid=17060] ppid=17051 vsize=864472 CPUtime=0
/proc/17052/task/17060/stat : 17060 (java) S 17051 17038 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22164600 885219328 24707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 886696

[startup+102.307 s]

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

/proc/meminfo: memFree=1750512/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=121980 CPUtime=1066.79
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 30029 0 0 0 106655 24 0 0 25 0 1 0 22187154 124907520 30015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 30495 30015 75 150 0 30342 0
Current children cumulated CPU time (s) 1289.71
Current children cumulated vsize (KiB) 144204

[startup+1362.3 s]
/proc/loadavg: 2.13 2.10 2.35 3/76 17159
/proc/meminfo: memFree=1749168/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=123984 CPUtime=1126.33
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 30368 0 0 0 112609 24 0 0 25 0 1 0 22187154 126959616 30354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 30996 30354 75 150 0 30843 0
Current children cumulated CPU time (s) 1349.25
Current children cumulated vsize (KiB) 146208

[startup+1422.31 s]
/proc/loadavg: 2.12 2.10 2.33 3/76 17159
/proc/meminfo: memFree=1747760/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=125204 CPUtime=1185.89
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 30688 0 0 0 118564 25 0 0 25 0 1 0 22187154 128208896 30674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 31301 30674 75 150 0 31148 0
Current children cumulated CPU time (s) 1408.81
Current children cumulated vsize (KiB) 147428

[startup+1482.3 s]
/proc/loadavg: 2.11 2.09 2.31 3/76 17159
/proc/meminfo: memFree=1746160/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=126884 CPUtime=1245.43
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 31086 0 0 0 124518 25 0 0 25 0 1 0 22187154 129929216 31072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 31721 31072 75 150 0 31568 0
Current children cumulated CPU time (s) 1468.35
Current children cumulated vsize (KiB) 149108

[startup+1542.3 s]
/proc/loadavg: 2.10 2.09 2.29 3/76 17159
/proc/meminfo: memFree=1744688/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=128288 CPUtime=1304.97
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 31435 0 0 0 130472 25 0 0 25 0 1 0 22187154 131366912 31421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 32072 31421 75 150 0 31919 0
Current children cumulated CPU time (s) 1527.89
Current children cumulated vsize (KiB) 150512

[startup+1602.3 s]
/proc/loadavg: 2.09 2.09 2.27 3/76 17159
/proc/meminfo: memFree=1743280/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=129620 CPUtime=1364.52
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 31782 0 0 0 136426 26 0 0 25 0 1 0 22187154 132730880 31768 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 32405 31768 75 150 0 32252 0
Current children cumulated CPU time (s) 1587.44
Current children cumulated vsize (KiB) 151844

[startup+1662.3 s]
/proc/loadavg: 2.22 2.12 2.27 3/76 17161
/proc/meminfo: memFree=1741744/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=131072 CPUtime=1424.06
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 32155 0 0 0 142380 26 0 0 25 0 1 0 22187154 134217728 32141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 32768 32141 75 150 0 32615 0
Current children cumulated CPU time (s) 1646.98
Current children cumulated vsize (KiB) 153296

[startup+1722.3 s]
/proc/loadavg: 2.19 2.14 2.27 3/76 17161
/proc/meminfo: memFree=1740208/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=132440 CPUtime=1483.59
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 32512 0 0 0 148333 26 0 0 25 0 1 0 22187154 135618560 32498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 33110 32498 75 150 0 32957 0
Current children cumulated CPU time (s) 1706.51
Current children cumulated vsize (KiB) 154664

[startup+1782.3 s]
/proc/loadavg: 2.28 2.18 2.27 3/76 17161
/proc/meminfo: memFree=1738736/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=133776 CPUtime=1543.14
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 32864 0 0 0 154287 27 0 0 25 0 1 0 22187154 136986624 32850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 33444 32850 75 150 0 33291 0
Current children cumulated CPU time (s) 1766.06
Current children cumulated vsize (KiB) 156000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 2.37 2.22 2.28 3/76 17161
/proc/meminfo: memFree=1737904/2055920 swapFree=4192812/4192956
[pid=17038] ppid=17035 vsize=16868 CPUtime=222.92
/proc/17038/stat : 17038 (sugar) S 17035 17038 16702 0 -1 4194304 1376 52422 0 55 5 1 22209 77 16 0 1 0 22164340 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17038/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17038 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17038 17038 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22187154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=134568 CPUtime=1577.16
/proc/17062/stat : 17062 (minisat) R 17061 17038 16702 0 -1 4194304 33067 0 0 0 157689 27 0 0 25 0 1 0 22187154 137797632 33053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 33642 33053 75 150 0 33489 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 156792

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17038 and gives
#  childrusage.ru_utime.tv_sec=222
#  childrusage.ru_utime.tv_usec=154227
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=823874
# CPU time returned by wait4() is 222.978
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.66
CPU time (s): 1800.08
CPU user time (s): 1799.03
CPU system time (s): 1.05
CPU usage (%): 99.0875
Max. virtual memory (cumulated for all children) (KiB): 897448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.154
system time used= 0.823874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54181
page faults= 55
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14486
involuntary context switches= 14630

runsolver used 2.10668 second user time and 4.92825 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 00:23:10
IDJOB=2070037
IDBENCH=55126
IDSOLVER=739
FILE ID=node85/2070037-1247350990
PBS_JOBID= 9506889
Free space on /tmp= 126476 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-8_ext.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-2070037-1247350990/watcher-2070037-1247350990 -o /tmp/evaluation-result-2070037-1247350990/solver-2070037-1247350990 -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-2070037-1247350990.xml

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

MD5SUM BENCH= a8551468042d10e236fa44d6ce944fc0
RANDOM SEED=1038042491

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1946824 kB
Buffers:          2356 kB
Cached:          33276 kB
SwapCached:          0 kB
Active:          46496 kB
Inactive:         4728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1946824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:          25468 kB
Slab:            43460 kB
Committed_AS:   124396 kB
PageTables:       1668 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= 126476 MiB
End job on node85 at 2009-07-12 00:53:29