Trace number 2070048

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.02 1810.17

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-12_ext.xml
MD5SUM307fce858e8be208b5f286768abb1fff
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 benchmark3.2475
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.21	c 0	BEGIN Sun Jul 12 00:23:20 2009
0.04/0.21	c 0	PID 15823
0.04/0.22	c 0	HOST node54.alineos.net
0.04/0.22	c 0	CONVERTING HOME/instance-2070048-1247350999.xml TO HOME/temp.csp
0.04/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070048-1247350999.xml' 'HOME/temp.csp'
0.06/0.52	c 0	1 domains, 96 variables, 0 predicates, 2 relations, 20 constraints
0.06/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 0	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/0.62	c 0	Parsing HOME/temp.csp
0.35/0.76	c 0	parsed 119 expressions
0.35/0.77	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.35/0.77	c 0	Converting to clausal form CSP
0.35/0.79	c 0	converted 12 (10%) expressions
0.35/0.79	c 0	converted 24 (20%) expressions
0.35/0.80	c 0	converted 36 (30%) expressions
0.35/0.80	c 0	converted 48 (40%) expressions
0.35/0.80	c 0	converted 60 (50%) expressions
0.35/0.80	c 0	converted 72 (60%) expressions
0.35/0.80	c 0	converted 84 (70%) expressions
0.35/0.80	c 0	converted 96 (80%) expressions
1.48/1.70	c 1	converted 108 (90%) expressions
2.08/2.33	c 2	converted 119 (100%) expressions
2.08/2.33	c 2	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
2.08/2.33	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.33	c 2	Propagation in CSP
2.08/2.33	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.08/2.34	c 2	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
2.08/2.34	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.34	c 2	Simplifing CSP by introducing new Boolean variables
2.08/2.34	c 2	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
2.08/2.34	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.28/2.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.57	c 2	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.28/2.58	c 2	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.28/2.58	c 2	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.28/2.58	c 2	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.28/2.59	c 2	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.28/2.59	c 2	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.28/2.59	c 2	68 (70%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
2.28/2.59	c 2	77 (80%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.28/2.59	c 2	87 (90%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
2.28/2.60	c 2	96 (100%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
31.52/31.92	c 31	2 (10%) CSP clauses are encoded (128998 clauses, 6848825 bytes)
60.84/61.47	c 61	4 (20%) CSP clauses are encoded (255692 clauses, 13728480 bytes)
89.77/90.54	c 90	6 (30%) CSP clauses are encoded (382386 clauses, 21082092 bytes)
118.79/119.78	c 119	8 (40%) CSP clauses are encoded (509080 clauses, 28435704 bytes)
148.92/150.02	c 149	10 (50%) CSP clauses are encoded (635774 clauses, 35789316 bytes)
178.45/179.74	c 179	12 (60%) CSP clauses are encoded (762468 clauses, 43142928 bytes)
188.29/189.61	c 189	14 (70%) CSP clauses are encoded (830726 clauses, 47636266 bytes)
198.53/199.99	c 199	16 (80%) CSP clauses are encoded (898984 clauses, 52676173 bytes)
208.47/209.92	c 209	18 (90%) CSP clauses are encoded (967242 clauses, 58487739 bytes)
218.20/219.77	c 219	20 (100%) CSP clauses are encoded (1035500 clauses, 64299305 bytes)
218.20/219.77	c 219	20 CSP clauses encoded
218.20/219.77	c 219	Writing map file : HOME/temp.map
218.20/219.78	c 219	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
218.20/219.78	c 219	SAT : 2400 SAT variables, 1035500 SAT clauses, 64299305 bytes
218.20/219.78	c 219	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
218.29/219.84	c 219	SOLVING HOME/temp.cnf
218.29/219.84	c 219	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
218.29/219.84	c 219	This is MiniSat 2.0 beta
218.29/219.84	c 219	WARNING: for repeatability, setting FPU to use double precision
218.29/219.84	c 219	============================[ Problem Statistics ]=============================
218.29/219.84	c 219	|                                                                             |
218.29/219.85	c 219	|  Number of variables:  2400                                                 |
218.29/219.85	c 219	|  Number of clauses:    1035500                                              |
219.67/221.28	c 221	|  Parsing time:         1.30         s                                       |
219.77/221.37	c 221	============================[ Search Statistics ]==============================
219.77/221.37	c 221	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
219.77/221.37	c 221	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
219.77/221.37	c 221	===============================================================================
219.77/221.37	c 221	|         0 |    2400  1035500 12604420 |   345166        0    nan |  0.000 % |
219.77/221.39	c 221	|       100 |    2400  1035500 12604420 |   379683      100      5 |  0.000 % |
219.87/221.43	c 221	|       250 |    2400  1035500 12604420 |   417651      250      5 |  0.000 % |
219.87/221.48	c 221	|       475 |    2400  1035500 12604420 |   459416      475      6 |  0.000 % |
219.96/221.57	c 221	|       812 |    2400  1035500 12604420 |   505358      812      7 |  0.000 % |
220.06/221.63	c 221	|      1318 |    2400  1035500 12604420 |   555894     1318      8 |  0.000 % |
220.26/221.83	c 221	|      2078 |    2400  1035500 12604420 |   611483     2078      8 |  0.000 % |
220.46/222.01	c 221	|      3217 |    2400  1035500 12604420 |   672632     3217      9 |  0.000 % |
220.56/222.19	c 222	|      4925 |    2400  1035500 12604420 |   739895     4925      9 |  0.000 % |
220.96/222.51	c 222	|      7488 |    2400  1035500 12604420 |   813884     7488     10 |  0.000 % |
221.65/223.24	c 223	|     11332 |    2400  1035500 12604420 |   895273    11332     10 |  0.000 % |
223.24/224.82	c 224	|     17098 |    2400  1035500 12604420 |   984800    17098     10 |  0.000 % |
243.72/245.45	c 245	|     25747 |    2400  1035500 12604420 |  1083280    25747     13 |  0.000 % |
273.74/275.67	c 275	|     38721 |    2400  1035500 12604420 |  1191608    38721     14 |  0.000 % |
316.29/318.49	c 318	|     58182 |    2400  1035500 12604420 |  1310769    58182     14 |  0.000 % |
383.91/386.44	c 386	|     87374 |    2396  1035500 12604420 |  1441846    87373     15 |  0.208 % |
515.16/518.42	c 518	|    131164 |    2396  1035500 12604420 |  1586031   131163     15 |  0.209 % |
737.57/742.16	c 742	|    196849 |    2396  1035500 12604420 |  1744634   196848     16 |  0.209 % |
1119.01/1125.76	c 1125	|    295375 |    2392  1032545 12569808 |  1919098   291406     16 |  0.708 % |
1753.35/1763.20	c 1763	|    443164 |    2374   966247 11726946 |  2111007   215647     16 |  1.083 % |
1800.02/1810.12	c ERROR INTERRUPTED
1800.02/1810.13	s UNKNOWN
1800.02/1810.13	c 1810	CPU 218.34 (0.05 0.02 217.53 0.74)
1800.02/1810.13	c 1810	END Sun Jul 12 00:53:30 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-2070048-1247350999/watcher-2070048-1247350999 -o /tmp/evaluation-result-2070048-1247350999/solver-2070048-1247350999 -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-2070048-1247350999.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: 1.86 1.90 1.95 4/83 15823
/proc/meminfo: memFree=1459296/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=18576 CPUtime=0
/proc/15823/stat : 15823 (runsolver) D 15821 15823 15419 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22164738 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15823/statm: 4644 284 249 26 0 2626 0

[startup+0.048887 s]
/proc/loadavg: 1.86 1.90 1.95 4/83 15823
/proc/meminfo: memFree=1459296/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=2504 CPUtime=0
/proc/15823/stat : 15823 (sugar) D 15821 15823 15419 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 22164738 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 234208953040 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15823/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.102908 s]
/proc/loadavg: 1.86 1.90 1.95 4/83 15823
/proc/meminfo: memFree=1459296/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=12272 CPUtime=0
/proc/15823/stat : 15823 (sugar) R 15821 15823 15419 0 -1 4194304 372 0 4 0 0 0 0 0 18 0 1 0 22164738 12566528 344 996147200 4194304 4206940 548682068608 18446744073709551615 234211412600 0 0 4224 0 0 0 0 17 0 0 0
/proc/15823/statm: 3068 344 256 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301928 s]
/proc/loadavg: 1.86 1.90 1.95 4/83 15823
/proc/meminfo: memFree=1459296/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.06
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1221 128 6 0 5 1 0 0 18 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701969 s]
/proc/loadavg: 1.86 1.90 1.95 4/83 15823
/proc/meminfo: memFree=1459296/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.35
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1303 6529 6 1 5 1 25 4 16 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16868

[startup+1.50107 s]
/proc/loadavg: 1.86 1.90 1.95 4/94 15845
/proc/meminfo: memFree=1440840/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.35
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1303 6529 6 1 5 1 25 4 15 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
[pid=15836] ppid=15823 vsize=5356 CPUtime=0
/proc/15836/stat : 15836 (sh) S 15823 15823 15419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15836/statm: 1339 233 193 169 0 50 0
[pid=15837] ppid=15836 vsize=864424 CPUtime=0.94
/proc/15837/stat : 15837 (java) S 15836 15823 15419 0 -1 0 10423 0 1 0 89 5 0 0 18 0 9 0 22164793 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15837/statm: 216106 9616 2566 9 0 210611 0
[pid=15837/tid=15838] ppid=15836 vsize=864424 CPUtime=0.39
/proc/15837/task/15838/stat : 15838 (java) R 15836 15823 15419 0 -1 64 2764 0 1 0 38 1 0 0 18 0 9 0 22164794 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15839] ppid=15836 vsize=864424 CPUtime=0.46
/proc/15837/task/15839/stat : 15839 (java) R 15836 15823 15419 0 -1 64 6649 0 0 0 44 2 0 0 17 0 9 0 22164795 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15840] ppid=15836 vsize=864424 CPUtime=0
/proc/15837/task/15840/stat : 15840 (java) S 15836 15823 15419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22164795 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15841] ppid=15836 vsize=864424 CPUtime=0
/proc/15837/task/15841/stat : 15841 (java) S 15836 15823 15419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22164795 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15842] ppid=15836 vsize=864424 CPUtime=0
/proc/15837/task/15842/stat : 15842 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22164797 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15843] ppid=15836 vsize=864424 CPUtime=0.05
/proc/15837/task/15843/stat : 15843 (java) S 15836 15823 15419 0 -1 64 311 0 0 0 5 0 0 0 16 0 9 0 22164797 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15844] ppid=15836 vsize=864424 CPUtime=0
/proc/15837/task/15844/stat : 15844 (java) S 15836 15823 15419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22164797 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15845] ppid=15836 vsize=864424 CPUtime=0
/proc/15837/task/15845/stat : 15845 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22164797 885170176 9616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 886648

[startup+3.10127 s]
/proc/loadavg: 1.86 1.90 1.95 4/94 15845
/proc/meminfo: memFree=1409288/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.35
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1304 6529 6 1 5 1 25 4 15 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
[pid=15836] ppid=15823 vsize=5356 CPUtime=0
/proc/15836/stat : 15836 (sh) S 15823 15823 15419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15836/statm: 1339 233 193 169 0 50 0
[pid=15837] ppid=15836 vsize=864344 CPUtime=2.52
/proc/15837/stat : 15837 (java) S 15836 15823 15419 0 -1 0 19124 0 2 0 243 9 0 0 18 0 9 0 22164793 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15837/statm: 216086 18193 2590 9 0 210563 0
[pid=15837/tid=15838] ppid=15836 vsize=864344 CPUtime=1.17
/proc/15837/task/15838/stat : 15838 (java) R 15836 15823 15419 0 -1 64 3461 0 2 0 116 1 0 0 21 0 9 0 22164794 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 102138192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15839] ppid=15836 vsize=864344 CPUtime=1.23
/proc/15837/task/15839/stat : 15839 (java) S 15836 15823 15419 0 -1 64 14631 0 0 0 117 6 0 0 16 0 9 0 22164795 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15840] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15840/stat : 15840 (java) S 15836 15823 15419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15841] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15841/stat : 15841 (java) S 15836 15823 15419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15842] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15842/stat : 15842 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22164797 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15843] ppid=15836 vsize=864344 CPUtime=0.09
/proc/15837/task/15843/stat : 15843 (java) S 15836 15823 15419 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 22164797 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15844] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15844/stat : 15844 (java) S 15836 15823 15419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22164797 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15845] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15845/stat : 15845 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22164797 885088256 18193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 886568

[startup+6.30268 s]
/proc/loadavg: 1.87 1.90 1.95 3/94 15845
/proc/meminfo: memFree=1391560/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.35
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1304 6529 6 1 5 1 25 4 15 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
[pid=15836] ppid=15823 vsize=5356 CPUtime=0
/proc/15836/stat : 15836 (sh) S 15823 15823 15419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15836/statm: 1339 233 193 169 0 50 0
[pid=15837] ppid=15836 vsize=864344 CPUtime=5.7
/proc/15837/stat : 15837 (java) S 15836 15823 15419 0 -1 0 19430 0 2 0 561 9 0 0 18 0 9 0 22164793 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15837/statm: 216086 18493 2590 9 0 210563 0
[pid=15837/tid=15838] ppid=15836 vsize=864344 CPUtime=4.34
/proc/15837/task/15838/stat : 15838 (java) R 15836 15823 15419 0 -1 64 3467 0 2 0 433 1 0 0 25 0 9 0 22164794 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4126569687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15839] ppid=15836 vsize=864344 CPUtime=1.25
/proc/15837/task/15839/stat : 15839 (java) S 15836 15823 15419 0 -1 64 14931 0 0 0 118 7 0 0 16 0 9 0 22164795 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15840] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15840/stat : 15840 (java) S 15836 15823 15419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15841] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15841/stat : 15841 (java) S 15836 15823 15419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15842] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15842/stat : 15842 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22164797 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15843] ppid=15836 vsize=864344 CPUtime=0.09
/proc/15837/task/15843/stat : 15843 (java) S 15836 15823 15419 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 22164797 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15844] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15844/stat : 15844 (java) S 15836 15823 15419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22164797 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15845] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15845/stat : 15845 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22164797 885088256 18493 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 886568

[startup+12.7025 s]
/proc/loadavg: 1.88 1.90 1.95 3/94 15845
/proc/meminfo: memFree=1385800/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.35
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1304 6529 6 1 5 1 25 4 15 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
[pid=15836] ppid=15823 vsize=5356 CPUtime=0
/proc/15836/stat : 15836 (sh) S 15823 15823 15419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15836/statm: 1339 233 193 169 0 50 0
[pid=15837] ppid=15836 vsize=864344 CPUtime=12.07
/proc/15837/stat : 15837 (java) S 15836 15823 15419 0 -1 0 20615 0 2 0 1197 10 0 0 18 0 9 0 22164793 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15837/statm: 216086 19657 2590 9 0 210563 0
[pid=15837/tid=15838] ppid=15836 vsize=864344 CPUtime=10.63
/proc/15837/task/15838/stat : 15838 (java) R 15836 15823 15419 0 -1 64 3488 0 2 0 1062 1 0 0 25 0 9 0 22164794 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4126569544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15839] ppid=15836 vsize=864344 CPUtime=1.33
/proc/15837/task/15839/stat : 15839 (java) S 15836 15823 15419 0 -1 64 16095 0 0 0 125 8 0 0 16 0 9 0 22164795 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15840] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15840/stat : 15840 (java) S 15836 15823 15419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15841] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15841/stat : 15841 (java) S 15836 15823 15419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15842] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15842/stat : 15842 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22164797 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15843] ppid=15836 vsize=864344 CPUtime=0.09
/proc/15837/task/15843/stat : 15843 (java) S 15836 15823 15419 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 22164797 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15844] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15844/stat : 15844 (java) S 15836 15823 15419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22164797 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15845] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15845/stat : 15845 (java) S 15836 15823 15419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22164797 885088256 19657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 886568

[startup+25.5021 s]
/proc/loadavg: 1.91 1.90 1.95 3/94 15845
/proc/meminfo: memFree=1376072/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=0.35
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1304 6529 6 1 5 1 25 4 15 0 1 0 22164738 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15823/statm: 4217 1111 409 3 0 796 0
[pid=15836] ppid=15823 vsize=5356 CPUtime=0
/proc/15836/stat : 15836 (sh) S 15823 15823 15419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22164793 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15836/statm: 1339 233 193 169 0 50 0
[pid=15837] ppid=15836 vsize=864344 CPUtime=24.81
/proc/15837/stat : 15837 (java) S 15836 15823 15419 0 -1 0 22235 0 2 0 2466 15 0 0 18 0 9 0 22164793 885088256 21228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15837/statm: 216086 21228 2590 9 0 210563 0
[pid=15837/tid=15838] ppid=15836 vsize=864344 CPUtime=23.25
/proc/15837/task/15838/stat : 15838 (java) R 15836 15823 15419 0 -1 64 3537 0 2 0 2321 4 0 0 25 0 9 0 22164794 885088256 21228 996147200 134512640 134550932 4294955936 18446744073709551615 4126568994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15839] ppid=15836 vsize=864344 CPUtime=1.43
/proc/15837/task/15839/stat : 15839 (java) S 15836 15823 15419 0 -1 64 17662 0 0 0 134 9 0 0 16 0 9 0 22164795 885088256 21228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15840] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15840/stat : 15840 (java) S 15836 15823 15419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 21228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15841] ppid=15836 vsize=864344 CPUtime=0
/proc/15837/task/15841/stat : 15841 (java) S 15836 15823 15419 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22164795 885088256 21228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15837/tid=15842] ppid=15836 vsize=864344 CPUtime=0

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

/proc/meminfo: memFree=1671672/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=130912 CPUtime=1136.11
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32215 0 0 0 113583 28 0 0 25 0 1 0 22186723 134053888 32201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 32728 32201 75 150 0 32575 0
Current children cumulated CPU time (s) 1354.44
Current children cumulated vsize (KiB) 153136

[startup+1422.31 s]
/proc/loadavg: 2.06 2.00 1.96 3/85 16005
/proc/meminfo: memFree=1670072/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=132348 CPUtime=1195.81
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32563 0 0 0 119553 28 0 0 25 0 1 0 22186723 135524352 32549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33087 32549 75 150 0 32934 0
Current children cumulated CPU time (s) 1414.14
Current children cumulated vsize (KiB) 154572

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/85 16005
/proc/meminfo: memFree=1668472/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133416 CPUtime=1255.52
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32823 0 0 0 125523 29 0 0 25 0 1 0 22186723 136617984 32809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33354 32809 75 150 0 33201 0
Current children cumulated CPU time (s) 1473.85
Current children cumulated vsize (KiB) 155640

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/85 16005
/proc/meminfo: memFree=1668472/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1315.21
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32929 0 0 0 131492 29 0 0 25 0 1 0 22186723 137027584 32915 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32915 75 150 0 33301 0
Current children cumulated CPU time (s) 1533.54
Current children cumulated vsize (KiB) 156040

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 1.98 3/85 16005
/proc/meminfo: memFree=1667704/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1374.92
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32931 0 0 0 137463 29 0 0 25 0 1 0 22186723 137027584 32917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32917 75 150 0 33301 0
Current children cumulated CPU time (s) 1593.25
Current children cumulated vsize (KiB) 156040

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 1.99 3/85 16007
/proc/meminfo: memFree=1667640/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1434.61
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32934 0 0 0 143432 29 0 0 25 0 1 0 22186723 137027584 32920 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32920 75 150 0 33301 0
Current children cumulated CPU time (s) 1652.94
Current children cumulated vsize (KiB) 156040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 1.99 3/85 16007
/proc/meminfo: memFree=1667512/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1494.32
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32937 0 0 0 149403 29 0 0 25 0 1 0 22186723 137027584 32923 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32923 75 150 0 33301 0
Current children cumulated CPU time (s) 1712.65
Current children cumulated vsize (KiB) 156040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/85 16007
/proc/meminfo: memFree=1667320/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1554.03
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32940 0 0 0 155373 30 0 0 25 0 1 0 22186723 137027584 32926 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32926 75 150 0 33301 0
Current children cumulated CPU time (s) 1772.36
Current children cumulated vsize (KiB) 156040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.1 s]
/proc/loadavg: 2.00 2.03 1.99 3/85 16007
/proc/meminfo: memFree=1667064/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1581.69
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32941 0 0 0 158139 30 0 0 25 0 1 0 22186723 137027584 32927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32927 75 150 0 33301 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 156040

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

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

[startup+1810.1 s]
/proc/loadavg: 2.00 2.03 1.99 3/85 16007
/proc/meminfo: memFree=1667064/2055920 swapFree=4192812/4192956
[pid=15823] ppid=15821 vsize=16868 CPUtime=218.33
/proc/15823/stat : 15823 (sugar) S 15821 15823 15419 0 -1 4194304 1370 53710 6 3 5 2 21753 73 16 0 1 0 22164738 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15823/statm: 4217 1113 409 3 0 796 0
[pid=15846] ppid=15823 vsize=5356 CPUtime=0
/proc/15846/stat : 15846 (sh) S 15823 15823 15419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22186722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15846/statm: 1339 232 193 169 0 50 0
[pid=15847] ppid=15846 vsize=133816 CPUtime=1581.69
/proc/15847/stat : 15847 (minisat) R 15846 15823 15419 0 -1 4194304 32941 0 0 0 158139 30 0 0 25 0 1 0 22186723 137027584 32927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15847/statm: 33454 32927 75 150 0 33301 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 156040

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15823 and gives
#  childrusage.ru_utime.tv_sec=217
#  childrusage.ru_utime.tv_usec=594920
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=794879
# CPU time returned by wait4() is 218.39
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.17
CPU time (s): 1800.02
CPU user time (s): 1798.97
CPU system time (s): 1.05
CPU usage (%): 99.4395
Max. virtual memory (cumulated for all children) (KiB): 897344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.595
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55463
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14515
involuntary context switches= 19688

runsolver used 2.6236 second user time and 5.61615 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 00:23:19
IDJOB=2070048
IDBENCH=55127
IDSOLVER=739
FILE ID=node54/2070048-1247350999
PBS_JOBID= 9506941
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 307fce858e8be208b5f286768abb1fff
RANDOM SEED=1054759303

node54.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.232
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.232
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:      2055920 kB
MemFree:       1459840 kB
Buffers:          4944 kB
Cached:          81756 kB
SwapCached:          0 kB
Active:         523844 kB
Inactive:        25576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         483092 kB
Slab:            31080 kB
Committed_AS:   626620 kB
PageTables:       2680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node54 at 2009-07-12 00:53:32