Trace number 2069894

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+minisatUNSAT 1655.75 1664.12

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-12_ext.xml
MD5SUM3ca03550766515c697c9103aafe1dd7f
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 benchmark2.67259
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sun Jul 12 00:21:42 2009
0.03/0.08	c 0	PID 17257
0.03/0.08	c 0	HOST node32.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2069894-1247350901.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069894-1247350901.xml' 'HOME/temp.csp'
0.07/0.39	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.07/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.44	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.34/0.52	c 0	Parsing HOME/temp.csp
0.34/0.65	c 0	parsed 132 expressions
0.34/0.66	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.66	c 0	Converting to clausal form CSP
0.34/0.69	c 0	converted 14 (10%) expressions
0.34/0.69	c 0	converted 27 (20%) expressions
0.34/0.69	c 0	converted 40 (30%) expressions
0.34/0.69	c 0	converted 53 (40%) expressions
0.34/0.69	c 0	converted 66 (50%) expressions
0.34/0.69	c 0	converted 80 (60%) expressions
0.34/0.69	c 0	converted 93 (70%) expressions
0.34/0.69	c 0	converted 106 (80%) expressions
1.38/1.56	c 1	converted 119 (90%) expressions
2.17/2.32	c 2	converted 132 (100%) expressions
2.17/2.32	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.17/2.32	c 2	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.17/2.32	c 2	Propagation in CSP
2.17/2.32	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.17/2.32	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.17/2.32	c 2	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.17/2.33	c 2	Simplifing CSP by introducing new Boolean variables
2.17/2.33	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.17/2.33	c 2	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.36/2.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.36/2.57	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.36/2.57	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.36/2.58	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.36/2.58	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.36/2.58	c 2	54 (50%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.36/2.58	c 2	65 (60%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
2.36/2.58	c 2	76 (70%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.36/2.58	c 2	87 (80%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
2.36/2.58	c 2	98 (90%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.36/2.58	c 2	108 (100%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
59.47/59.97	c 59	3 (10%) CSP clauses are encoded (203499 clauses, 12072191 bytes)
97.75/98.49	c 98	5 (20%) CSP clauses are encoded (337437 clauses, 20393527 bytes)
135.95/136.87	c 136	7 (30%) CSP clauses are encoded (471375 clauses, 28966025 bytes)
174.34/175.48	c 175	9 (40%) CSP clauses are encoded (605313 clauses, 37538523 bytes)
212.14/213.47	c 213	11 (50%) CSP clauses are encoded (739251 clauses, 46111021 bytes)
236.40/237.85	c 237	13 (60%) CSP clauses are encoded (840349 clauses, 52498490 bytes)
246.65/248.19	c 248	15 (70%) CSP clauses are encoded (908607 clauses, 57282726 bytes)
257.01/258.59	c 258	17 (80%) CSP clauses are encoded (976865 clauses, 62836298 bytes)
267.45/269.02	c 269	19 (90%) CSP clauses are encoded (1045123 clauses, 68647864 bytes)
277.79/279.41	c 279	21 (100%) CSP clauses are encoded (1113381 clauses, 74459430 bytes)
277.79/279.41	c 279	21 CSP clauses encoded
277.79/279.41	c 279	Writing map file : HOME/temp.map
277.79/279.41	c 279	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
277.79/279.41	c 279	SAT : 2700 SAT variables, 1113381 SAT clauses, 74459430 bytes
277.79/279.41	c 279	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
277.79/279.44	c 279	SOLVING HOME/temp.cnf
277.79/279.44	c 279	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
277.79/279.45	c 279	This is MiniSat 2.0 beta
277.79/279.45	c 279	WARNING: for repeatability, setting FPU to use double precision
277.79/279.45	c 279	============================[ Problem Statistics ]=============================
277.79/279.45	c 279	|                                                                             |
277.79/279.45	c 279	|  Number of variables:  2700                                                 |
277.79/279.45	c 279	|  Number of clauses:    1113381                                              |
279.47/281.12	c 281	|  Parsing time:         1.49         s                                       |
279.57/281.21	c 281	============================[ Search Statistics ]==============================
279.57/281.21	c 281	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
279.57/281.21	c 281	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
279.57/281.21	c 281	===============================================================================
279.57/281.21	c 281	|         0 |    2700  1113381 14473809 |   371127        0    nan |  0.000 % |
279.57/281.23	c 281	|       101 |    2700  1113381 14473809 |   408239      101      5 |  0.000 % |
279.57/281.28	c 281	|       254 |    2700  1113381 14473809 |   449063      254      5 |  0.000 % |
279.67/281.34	c 281	|       481 |    2700  1113381 14473809 |   493970      481      6 |  0.000 % |
279.76/281.44	c 281	|       818 |    2700  1113381 14473809 |   543367      818      7 |  0.000 % |
279.86/281.58	c 281	|      1325 |    2700  1113381 14473809 |   597703     1325      8 |  0.000 % |
280.16/281.82	c 281	|      2085 |    2700  1113381 14473809 |   657474     2085      8 |  0.000 % |
280.36/282.03	c 282	|      3224 |    2700  1113381 14473809 |   723221     3224      9 |  0.000 % |
281.15/282.86	c 282	|      4933 |    2700  1113381 14473809 |   795543     4933      9 |  0.000 % |
288.12/289.84	c 289	|      7495 |    2700  1113381 14473809 |   875098     7495     11 |  0.000 % |
299.57/301.30	c 301	|     11339 |    2700  1113381 14473809 |   962607    11339     11 |  0.000 % |
315.76/317.61	c 317	|     17109 |    2699  1113381 14473809 |  1058868    17107     12 |  0.074 % |
327.29/329.27	c 329	|     25759 |    2699  1113381 14473809 |  1164755    25756     12 |  0.112 % |
341.63/343.61	c 343	|     38734 |    2699  1113381 14473809 |  1281231    38731     12 |  0.111 % |
398.34/400.69	c 400	|     58196 |    2699  1113381 14473809 |  1409354    58193     13 |  0.111 % |
481.94/484.66	c 484	|     87390 |    2694  1113381 14473809 |  1550289    87385     14 |  0.333 % |
624.75/628.17	c 628	|    131181 |    2694  1113381 14473809 |  1705318   131175     15 |  0.370 % |
860.69/865.22	c 865	|    196865 |    2688  1108299 14404319 |  1875850   193107     15 |  0.482 % |
1250.30/1256.79	c 1256	|    295391 |    2683  1108299 14404319 |  2063435   291631     16 |  0.667 % |
1655.43/1663.88	c 1663	===============================================================================
1655.43/1663.88	c 1663	restarts              : 19
1655.43/1663.88	c 1663	conflicts             : 379055         (275 /sec)
1655.43/1663.88	c 1663	decisions             : 490822         (1.73 % random) (356 /sec)
1655.43/1663.88	c 1663	propagations          : 37694787       (27367 /sec)
1655.43/1663.88	c 1663	conflict literals     : 6190774        (27.25 % deleted)
1655.43/1663.88	c 1663	Memory used           : 142.69 MB
1655.43/1663.88	c 1663	CPU time              : 1377.37 s
1655.43/1663.88	c 1663	
1655.43/1663.88	c 1663	UNSATISFIABLE
1655.54/1663.91	c 1663	DECODING HOME/temp.out WITH HOME/temp.map
1655.54/1663.91	c 1663	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1655.54/1663.99	c 1664	Decoding HOME/temp.out
1655.56/1664.02	s UNSATISFIABLE
1655.56/1664.03	c 1664	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1655.56/1664.09	c 1664	CPU 1655.69 (0.07 0.01 1654.43 1.18)
1655.56/1664.09	c 1664	END Sun Jul 12 00:49:26 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069894-1247350901/watcher-2069894-1247350901 -o /tmp/evaluation-result-2069894-1247350901/solver-2069894-1247350901 -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-2069894-1247350901.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: 0.46 1.86 2.19 5/83 17257
/proc/meminfo: memFree=1880400/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=12272 CPUtime=0
/proc/17257/stat : 17257 (sugar) R 17255 17257 15842 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 22156641 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 268222643198 0 0 4224 0 0 0 0 17 1 0 0
/proc/17257/statm: 3068 364 274 3 0 168 0

[startup+0.04784 s]
/proc/loadavg: 0.46 1.86 2.19 5/83 17257
/proc/meminfo: memFree=1880400/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=13468 CPUtime=0.03
/proc/17257/stat : 17257 (sugar) R 17255 17257 15842 0 -1 4194304 762 0 0 0 3 0 0 0 20 0 1 0 22156641 13791232 730 996147200 4194304 4206940 548682068608 18446744073709551615 268233493439 0 0 4224 0 0 0 0 17 1 0 0
/proc/17257/statm: 3367 731 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.102858 s]
/proc/loadavg: 0.46 1.86 2.19 5/83 17257
/proc/meminfo: memFree=1880400/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.07
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30287 s]
/proc/loadavg: 0.46 1.86 2.19 5/83 17257
/proc/meminfo: memFree=1880400/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.07
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702935 s]
/proc/loadavg: 0.46 1.86 2.19 5/83 17257
/proc/meminfo: memFree=1880400/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.34
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1309 6566 0 1 6 1 23 4 15 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50201 s]
/proc/loadavg: 0.46 1.86 2.19 5/94 17289
/proc/meminfo: memFree=1839224/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.34
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1309 6566 0 1 6 1 23 4 15 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
[pid=17280] ppid=17257 vsize=5356 CPUtime=0
/proc/17280/stat : 17280 (sh) S 17257 17257 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156686 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17280/statm: 1339 233 193 169 0 50 0
[pid=17281] ppid=17280 vsize=864212 CPUtime=1.04
/proc/17281/stat : 17281 (java) S 17280 17257 15842 0 -1 0 10993 0 1 0 99 5 0 0 18 0 9 0 22156686 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17281/statm: 216053 10155 2566 9 0 210558 0
[pid=17281/tid=17282] ppid=17280 vsize=864212 CPUtime=0.42
/proc/17281/task/17282/stat : 17282 (java) R 17280 17257 15842 0 -1 64 2942 0 1 0 42 0 0 0 22 0 9 0 22156687 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4126518254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17283] ppid=17280 vsize=864212 CPUtime=0.55
/proc/17281/task/17283/stat : 17283 (java) S 17280 17257 15842 0 -1 64 7041 0 0 0 52 3 0 0 17 0 9 0 22156688 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17284] ppid=17280 vsize=864212 CPUtime=0
/proc/17281/task/17284/stat : 17284 (java) S 17280 17257 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156688 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17285] ppid=17280 vsize=864212 CPUtime=0
/proc/17281/task/17285/stat : 17285 (java) S 17280 17257 15842 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22156688 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17286] ppid=17280 vsize=864212 CPUtime=0
/proc/17281/task/17286/stat : 17286 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156690 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17287] ppid=17280 vsize=864212 CPUtime=0.04
/proc/17281/task/17287/stat : 17287 (java) S 17280 17257 15842 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22156690 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17288] ppid=17280 vsize=864212 CPUtime=0
/proc/17281/task/17288/stat : 17288 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156690 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17289] ppid=17280 vsize=864212 CPUtime=0
/proc/17281/task/17289/stat : 17289 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156690 884953088 10155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886436

[startup+3.10118 s]
/proc/loadavg: 0.46 1.86 2.19 5/94 17289
/proc/meminfo: memFree=1772664/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.34
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1310 6566 0 1 6 1 23 4 15 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
[pid=17280] ppid=17257 vsize=5356 CPUtime=0
/proc/17280/stat : 17280 (sh) S 17257 17257 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156686 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17280/statm: 1339 233 193 169 0 50 0
[pid=17281] ppid=17280 vsize=864356 CPUtime=2.62
/proc/17281/stat : 17281 (java) S 17280 17257 15842 0 -1 0 19525 0 1 0 252 10 0 0 18 0 9 0 22156686 885100544 18595 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17281/statm: 216089 18596 2590 9 0 210566 0
[pid=17281/tid=17282] ppid=17280 vsize=864356 CPUtime=1.2
/proc/17281/task/17282/stat : 17282 (java) R 17280 17257 15842 0 -1 64 3494 0 1 0 119 1 0 0 21 0 9 0 22156687 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17283] ppid=17280 vsize=864356 CPUtime=1.32
/proc/17281/task/17283/stat : 17283 (java) R 17280 17257 15842 0 -1 64 15000 0 0 0 124 8 0 0 16 0 9 0 22156688 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17284] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17284/stat : 17284 (java) S 17280 17257 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17285] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17285/stat : 17285 (java) S 17280 17257 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17286] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17286/stat : 17286 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156690 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17287] ppid=17280 vsize=864356 CPUtime=0.08
/proc/17281/task/17287/stat : 17287 (java) S 17280 17257 15842 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22156690 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17288] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17288/stat : 17288 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156690 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17289] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17289/stat : 17289 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156690 885100544 18596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 886580

[startup+6.30255 s]
/proc/loadavg: 0.74 1.90 2.20 3/94 17289
/proc/meminfo: memFree=1749624/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.34
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1310 6566 0 1 6 1 23 4 15 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
[pid=17280] ppid=17257 vsize=5356 CPUtime=0
/proc/17280/stat : 17280 (sh) S 17257 17257 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156686 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17280/statm: 1339 233 193 169 0 50 0
[pid=17281] ppid=17280 vsize=864356 CPUtime=5.8
/proc/17281/stat : 17281 (java) S 17280 17257 15842 0 -1 0 19679 0 1 0 570 10 0 0 18 0 9 0 22156686 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17281/statm: 216089 18746 2590 9 0 210566 0
[pid=17281/tid=17282] ppid=17280 vsize=864356 CPUtime=4.38
/proc/17281/task/17282/stat : 17282 (java) R 17280 17257 15842 0 -1 64 3497 0 1 0 437 1 0 0 25 0 9 0 22156687 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4126569687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17283] ppid=17280 vsize=864356 CPUtime=1.33
/proc/17281/task/17283/stat : 17283 (java) S 17280 17257 15842 0 -1 64 15150 0 0 0 125 8 0 0 16 0 9 0 22156688 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17284] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17284/stat : 17284 (java) S 17280 17257 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17285] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17285/stat : 17285 (java) S 17280 17257 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17286] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17286/stat : 17286 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156690 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17287] ppid=17280 vsize=864356 CPUtime=0.08
/proc/17281/task/17287/stat : 17287 (java) S 17280 17257 15842 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22156690 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17288] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17288/stat : 17288 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156690 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17289] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17289/stat : 17289 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156690 885100544 18746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886580

[startup+12.7023 s]
/proc/loadavg: 0.84 1.90 2.20 3/94 17289
/proc/meminfo: memFree=1742072/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.34
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1310 6566 0 1 6 1 23 4 15 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
[pid=17280] ppid=17257 vsize=5356 CPUtime=0
/proc/17280/stat : 17280 (sh) S 17257 17257 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156686 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17280/statm: 1339 233 193 169 0 50 0
[pid=17281] ppid=17280 vsize=864356 CPUtime=12.18
/proc/17281/stat : 17281 (java) S 17280 17257 15842 0 -1 0 20531 0 1 0 1207 11 0 0 18 0 9 0 22156686 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17281/statm: 216089 19583 2590 9 0 210566 0
[pid=17281/tid=17282] ppid=17280 vsize=864356 CPUtime=10.69
/proc/17281/task/17282/stat : 17282 (java) R 17280 17257 15842 0 -1 64 3512 0 1 0 1068 1 0 0 25 0 9 0 22156687 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4126569559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17283] ppid=17280 vsize=864356 CPUtime=1.38
/proc/17281/task/17283/stat : 17283 (java) S 17280 17257 15842 0 -1 64 15987 0 0 0 130 8 0 0 16 0 9 0 22156688 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17284] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17284/stat : 17284 (java) S 17280 17257 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17285] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17285/stat : 17285 (java) S 17280 17257 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17286] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17286/stat : 17286 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156690 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17287] ppid=17280 vsize=864356 CPUtime=0.08
/proc/17281/task/17287/stat : 17287 (java) S 17280 17257 15842 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22156690 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17288] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17288/stat : 17288 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156690 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17289] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17289/stat : 17289 (java) S 17280 17257 15842 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156690 885100544 19583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886580

[startup+25.5027 s]
/proc/loadavg: 1.17 1.92 2.20 3/94 17289
/proc/meminfo: memFree=1719992/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=0.34
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1310 6566 0 1 6 1 23 4 15 0 1 0 22156641 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1111 409 3 0 796 0
[pid=17280] ppid=17257 vsize=5356 CPUtime=0
/proc/17280/stat : 17280 (sh) S 17257 17257 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156686 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17280/statm: 1339 233 193 169 0 50 0
[pid=17281] ppid=17280 vsize=864356 CPUtime=24.91
/proc/17281/stat : 17281 (java) S 17280 17257 15842 0 -1 0 22110 0 1 0 2477 14 0 0 18 0 9 0 22156686 885100544 21110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17281/statm: 216089 21110 2590 9 0 210566 0
[pid=17281/tid=17282] ppid=17280 vsize=864356 CPUtime=23.3
/proc/17281/task/17282/stat : 17282 (java) R 17280 17257 15842 0 -1 64 3564 0 1 0 2327 3 0 0 25 0 9 0 22156687 885100544 21110 996147200 134512640 134550932 4294955936 18446744073709551615 4126569634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17283] ppid=17280 vsize=864356 CPUtime=1.49
/proc/17281/task/17283/stat : 17283 (java) S 17280 17257 15842 0 -1 64 17510 0 0 0 140 9 0 0 16 0 9 0 22156688 885100544 21110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17284] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17284/stat : 17284 (java) S 17280 17257 15842 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 21110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17285] ppid=17280 vsize=864356 CPUtime=0
/proc/17281/task/17285/stat : 17285 (java) S 17280 17257 15842 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22156688 885100544 21110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17281/tid=17286] ppid=17280 vsize=864356 CPUtime=0

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

/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=135712 CPUtime=898.42
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 33022 0 0 0 89814 28 0 0 25 0 1 0 22184586 138969088 33008 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 33928 33008 75 150 0 33775 0
Current children cumulated CPU time (s) 1176.26
Current children cumulated vsize (KiB) 157936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/78 17293
/proc/meminfo: memFree=1502520/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=137156 CPUtime=958.13
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 33396 0 0 0 95785 28 0 0 25 0 1 0 22184586 140447744 33382 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 34289 33382 75 150 0 34136 0
Current children cumulated CPU time (s) 1235.97
Current children cumulated vsize (KiB) 159380

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/78 17293
/proc/meminfo: memFree=1501048/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=138592 CPUtime=1017.84
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 33752 0 0 0 101756 28 0 0 25 0 1 0 22184586 141918208 33738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 34648 33738 75 150 0 34495 0
Current children cumulated CPU time (s) 1295.68
Current children cumulated vsize (KiB) 160816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/78 17293
/proc/meminfo: memFree=1499192/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=140288 CPUtime=1077.55
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 34009 0 0 0 107726 29 0 0 25 0 1 0 22184586 143654912 33995 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 35072 33995 75 150 0 34919 0
Current children cumulated CPU time (s) 1355.39
Current children cumulated vsize (KiB) 162512

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/78 17293
/proc/meminfo: memFree=1497720/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=141684 CPUtime=1137.26
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 34356 0 0 0 113697 29 0 0 25 0 1 0 22184586 145084416 34342 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 35421 34342 75 150 0 35268 0
Current children cumulated CPU time (s) 1415.1
Current children cumulated vsize (KiB) 163908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/78 17293
/proc/meminfo: memFree=1496376/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=142964 CPUtime=1196.97
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 34681 0 0 0 119667 30 0 0 25 0 1 0 22184586 146395136 34667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 35741 34667 75 150 0 35588 0
Current children cumulated CPU time (s) 1474.81
Current children cumulated vsize (KiB) 165188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17293
/proc/meminfo: memFree=1494520/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=143908 CPUtime=1256.68
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 34961 0 0 0 125638 30 0 0 25 0 1 0 22184586 147361792 34947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 35977 34947 75 150 0 35824 0
Current children cumulated CPU time (s) 1534.52
Current children cumulated vsize (KiB) 166132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17293
/proc/meminfo: memFree=1493496/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=144876 CPUtime=1316.39
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 35217 0 0 0 131609 30 0 0 25 0 1 0 22184586 148353024 35203 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 36219 35203 75 150 0 36066 0
Current children cumulated CPU time (s) 1594.23
Current children cumulated vsize (KiB) 167100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17293
/proc/meminfo: memFree=1492280/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=146108 CPUtime=1376.1
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 35504 0 0 0 137579 31 0 0 25 0 1 0 22184586 149614592 35490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1653.94
Current children cumulated vsize (KiB) 168332

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

[startup+1663.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17293
/proc/meminfo: memFree=1492280/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=146108 CPUtime=1376.9
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194304 35504 0 0 0 137659 31 0 0 25 0 1 0 22184586 149614592 35490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1654.74
Current children cumulated vsize (KiB) 168332

[startup+1663.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17293
/proc/meminfo: memFree=1492280/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=277.84
/proc/17257/stat : 17257 (sugar) S 17255 17257 15842 0 -1 4194304 1376 54817 0 2 6 1 27696 81 16 0 1 0 22156641 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17257/statm: 4217 1113 409 3 0 796 0
[pid=17292] ppid=17257 vsize=5356 CPUtime=0
/proc/17292/stat : 17292 (sh) S 17257 17257 15842 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22184586 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17292/statm: 1339 232 193 169 0 50 0
[pid=17293] ppid=17292 vsize=0 CPUtime=1377.7
/proc/17293/stat : 17293 (minisat) R 17292 17257 15842 0 -1 4194308 35513 0 0 0 137737 33 0 0 25 0 1 0 22184586 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17293/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1655.54
Current children cumulated vsize (KiB) 22224

[startup+1664.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17293
/proc/meminfo: memFree=1492280/2055920 swapFree=4192812/4192956
[pid=17257] ppid=17255 vsize=16868 CPUtime=1655.7
/proc/17257/stat : 17257 (sugar) R 17255 17257 15842 0 -1 4194304 1477 94363 0 3 7 2 165443 118 16 0 1 0 22156641 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17257/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1655.7
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1664.12
CPU time (s): 1655.75
CPU user time (s): 1654.51
CPU system time (s): 1.23881
CPU usage (%): 99.4967
Max. virtual memory (cumulated for all children) (KiB): 897848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1654.51
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95900
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16483
involuntary context switches= 34400

runsolver used 1.89671 second user time and 5.71013 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 00:21:41
IDJOB=2069894
IDBENCH=55104
IDSOLVER=739
FILE ID=node32/2069894-1247350901
PBS_JOBID= 9506868
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 3ca03550766515c697c9103aafe1dd7f
RANDOM SEED=2079283999

node32.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.236
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.236
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:       1881328 kB
Buffers:         10492 kB
Cached:          86884 kB
SwapCached:          0 kB
Active:          97992 kB
Inactive:        22460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3376 kB
Writeback:           0 kB
Mapped:          38204 kB
Slab:            39120 kB
Committed_AS:   210240 kB
PageTables:       2036 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= 66292 MiB
End job on node32 at 2009-07-12 00:49:26