Trace number 2070279

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.06 1809.05

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-10_ext.xml
MD5SUMbf17ad4fcb93ffa307503ae9f9f9c729
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 benchmark56.3644
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 00:28:21 2009
0.03/0.07	c 0	PID 15436
0.03/0.08	c 0	HOST node53.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2070279-1247351300.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-2070279-1247351300.xml' 'HOME/temp.csp'
0.06/0.38	c 0	1 domains, 70 variables, 0 predicates, 2 relations, 17 constraints
0.06/0.39	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	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.36/0.47	c 0	Parsing HOME/temp.csp
0.36/0.62	c 0	parsed 90 expressions
0.36/0.63	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.63	c 0	Converting to clausal form CSP
0.36/0.65	c 0	converted 9 (10%) expressions
0.36/0.65	c 0	converted 18 (20%) expressions
0.36/0.66	c 0	converted 27 (30%) expressions
0.36/0.66	c 0	converted 36 (40%) expressions
0.36/0.66	c 0	converted 45 (50%) expressions
0.36/0.66	c 0	converted 54 (60%) expressions
0.36/0.66	c 0	converted 63 (70%) expressions
0.36/0.66	c 0	converted 72 (80%) expressions
1.24/1.39	c 1	converted 81 (90%) expressions
2.05/2.11	c 2	converted 90 (100%) expressions
2.05/2.11	c 2	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
2.05/2.11	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.05/2.11	c 2	Propagation in CSP
2.05/2.11	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.05/2.11	c 2	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
2.05/2.11	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.05/2.12	c 2	Simplifing CSP by introducing new Boolean variables
2.05/2.12	c 2	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
2.05/2.12	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/2.36	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.24/2.37	c 2	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
2.24/2.38	c 2	14 (20%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.24/2.38	c 2	21 (30%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.24/2.38	c 2	28 (40%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.24/2.38	c 2	35 (50%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.24/2.38	c 2	42 (60%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.24/2.38	c 2	49 (70%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
2.24/2.38	c 2	56 (80%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
2.24/2.39	c 2	63 (90%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
2.24/2.39	c 2	70 (100%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
19.16/19.32	c 19	2 (10%) CSP clauses are encoded (102900 clauses, 4838111 bytes)
36.09/36.38	c 36	4 (20%) CSP clauses are encoded (204120 clauses, 9702430 bytes)
53.29/53.69	c 53	6 (30%) CSP clauses are encoded (305340 clauses, 14761122 bytes)
61.76/62.18	c 62	7 (40%) CSP clauses are encoded (355950 clauses, 17290468 bytes)
78.57/79.04	c 78	9 (50%) CSP clauses are encoded (457170 clauses, 22349160 bytes)
99.77/100.40	c 100	11 (60%) CSP clauses are encoded (567499 clauses, 28079763 bytes)
112.61/113.29	c 113	12 (70%) CSP clauses are encoded (627218 clauses, 31788267 bytes)
137.78/138.60	c 138	14 (80%) CSP clauses are encoded (746656 clauses, 39205725 bytes)
163.74/164.60	c 164	16 (90%) CSP clauses are encoded (866094 clauses, 48209361 bytes)
176.28/177.24	c 177	17 (100%) CSP clauses are encoded (925813 clauses, 52711179 bytes)
176.28/177.24	c 177	17 CSP clauses encoded
176.28/177.24	c 177	Writing map file : HOME/temp.map
176.28/177.24	c 177	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
176.28/177.24	c 177	SAT : 1750 SAT variables, 925813 SAT clauses, 52711179 bytes
176.28/177.24	c 177	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
176.36/177.30	c 177	SOLVING HOME/temp.cnf
176.36/177.30	c 177	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
176.36/177.30	c 177	This is MiniSat 2.0 beta
176.36/177.30	c 177	WARNING: for repeatability, setting FPU to use double precision
176.36/177.30	c 177	============================[ Problem Statistics ]=============================
176.36/177.30	c 177	|                                                                             |
176.36/177.31	c 177	|  Number of variables:  1750                                                 |
176.36/177.31	c 177	|  Number of clauses:    925813                                               |
177.43/178.44	c 178	|  Parsing time:         1.02         s                                       |
177.54/178.51	c 178	============================[ Search Statistics ]==============================
177.54/178.51	c 178	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
177.54/178.51	c 178	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
177.54/178.51	c 178	===============================================================================
177.54/178.51	c 178	|         0 |    1750   925813 10632748 |   308604        0    nan |  0.000 % |
177.54/178.55	c 178	|       102 |    1750   925813 10632748 |   339464      102      5 |  0.000 % |
177.64/178.64	c 178	|       253 |    1750   925813 10632748 |   373411      253      5 |  0.001 % |
177.74/178.72	c 178	|       478 |    1750   925813 10632748 |   410752      478      7 |  0.001 % |
177.83/178.84	c 178	|       815 |    1750   925813 10632748 |   451827      815      8 |  0.000 % |
177.93/179.00	c 178	|      1322 |    1750   925813 10632748 |   497010     1322      9 |  0.001 % |
178.13/179.19	c 179	|      2083 |    1750   925813 10632748 |   546711     2083      9 |  0.001 % |
178.63/179.61	c 179	|      3225 |    1750   925813 10632748 |   601382     3225      9 |  0.001 % |
178.93/179.96	c 179	|      4936 |    1750   925813 10632748 |   661520     4936      9 |  0.001 % |
179.43/180.43	c 180	|      7499 |    1750   925813 10632748 |   727672     7499      9 |  0.001 % |
180.52/181.56	c 181	|     11344 |    1750   925813 10632748 |   800440    11344     10 |  0.000 % |
193.86/194.92	c 194	|     17110 |    1750   925813 10632748 |   880484    17110     11 |  0.000 % |
217.64/218.83	c 218	|     25760 |    1750   925813 10632748 |   968532    25760     13 |  0.000 % |
249.18/250.50	c 250	|     38736 |    1750   925813 10632748 |  1065385    38736     15 |  0.001 % |
299.64/301.25	c 301	|     58197 |    1750   925813 10632748 |  1171924    58197     15 |  0.000 % |
390.80/392.88	c 392	|     87389 |    1750   925813 10632748 |  1289116    87389     16 |  0.000 % |
517.19/519.88	c 519	|    131178 |    1750   925813 10632748 |  1418028   131178     17 |  0.001 % |
765.78/769.64	c 769	|    196862 |    1750   925813 10632748 |  1559831   196862     17 |  0.000 % |
1177.50/1184.01	c 1183	|    295388 |    1750   925813 10632748 |  1715814   295388     17 |  0.000 % |
1800.06/1809.01	c ERROR INTERRUPTED
1800.06/1809.03	s UNKNOWN
1800.06/1809.03	c 1808	CPU 176.36 (0.05 0.02 175.61 0.68)
1800.06/1809.03	c 1808	END Sun Jul 12 00:58:29 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-2070279-1247351300/watcher-2070279-1247351300 -o /tmp/evaluation-result-2070279-1247351300/solver-2070279-1247351300 -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-2070279-1247351300.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.97 2.09 2.08 4/81 15436
/proc/meminfo: memFree=1684992/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=18576 CPUtime=0
/proc/15436/stat : 15436 (runsolver) R 15434 15436 14884 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 22194056 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269930261799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15436/statm: 4644 284 249 26 0 2626 0

[startup+0.052688 s]
/proc/loadavg: 1.97 2.09 2.08 4/81 15436
/proc/meminfo: memFree=1684992/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=14908 CPUtime=0.03
/proc/15436/stat : 15436 (sugar) R 15434 15436 14884 0 -1 4194304 895 0 0 0 2 1 0 0 21 0 1 0 22194056 15265792 863 996147200 4194304 4206940 548682068608 18446744073709551615 269949988859 0 0 4224 0 0 0 0 17 0 0 0
/proc/15436/statm: 3727 863 378 3 0 566 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14908

[startup+0.102692 s]
/proc/loadavg: 1.97 2.09 2.08 4/81 15436
/proc/meminfo: memFree=1684992/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.06
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1227 128 0 0 4 2 0 0 23 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301716 s]
/proc/loadavg: 1.97 2.09 2.08 4/81 15436
/proc/meminfo: memFree=1684992/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.06
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1227 128 0 0 4 2 0 0 23 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702768 s]
/proc/loadavg: 1.97 2.09 2.08 4/81 15436
/proc/meminfo: memFree=1684992/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1310 6572 0 1 4 2 25 5 15 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 1.97 2.09 2.08 4/92 15458
/proc/meminfo: memFree=1662120/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1310 6572 0 1 4 2 25 5 16 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
[pid=15449] ppid=15436 vsize=5356 CPUtime=0
/proc/15449/stat : 15449 (sh) S 15436 15436 14884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15449/statm: 1339 233 193 169 0 50 0
[pid=15450] ppid=15449 vsize=864360 CPUtime=1.08
/proc/15450/stat : 15450 (java) S 15449 15436 14884 0 -1 0 11761 0 1 0 102 6 0 0 18 0 9 0 22194096 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15450/statm: 216090 11018 2566 9 0 210595 0
[pid=15450/tid=15451] ppid=15449 vsize=864360 CPUtime=0.48
/proc/15450/task/15451/stat : 15451 (java) R 15449 15436 14884 0 -1 64 2930 0 1 0 47 1 0 0 20 0 9 0 22194097 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4126512871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15452] ppid=15449 vsize=864360 CPUtime=0.55
/proc/15450/task/15452/stat : 15452 (java) S 15449 15436 14884 0 -1 64 7820 0 0 0 51 4 0 0 17 0 9 0 22194098 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15453] ppid=15449 vsize=864360 CPUtime=0
/proc/15450/task/15453/stat : 15453 (java) S 15449 15436 14884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194098 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15454] ppid=15449 vsize=864360 CPUtime=0
/proc/15450/task/15454/stat : 15454 (java) S 15449 15436 14884 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22194098 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15455] ppid=15449 vsize=864360 CPUtime=0
/proc/15450/task/15455/stat : 15455 (java) S 15449 15436 14884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22194100 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15456] ppid=15449 vsize=864360 CPUtime=0.04
/proc/15450/task/15456/stat : 15456 (java) S 15449 15436 14884 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22194100 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15457] ppid=15449 vsize=864360 CPUtime=0
/proc/15450/task/15457/stat : 15457 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194100 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15458] ppid=15449 vsize=864360 CPUtime=0
/proc/15450/task/15458/stat : 15458 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194100 885104640 11018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886584

[startup+3.10104 s]
/proc/loadavg: 1.97 2.09 2.08 4/92 15458
/proc/meminfo: memFree=1627624/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.37
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1310 6572 0 1 5 2 25 5 15 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
[pid=15449] ppid=15436 vsize=5356 CPUtime=0
/proc/15449/stat : 15449 (sh) S 15436 15436 14884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15449/statm: 1339 233 193 169 0 50 0
[pid=15450] ppid=15449 vsize=864472 CPUtime=2.68
/proc/15450/stat : 15450 (java) S 15449 15436 14884 0 -1 0 17673 0 1 0 257 11 0 0 18 0 9 0 22194096 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15450/statm: 216118 16878 2590 9 0 210595 0
[pid=15450/tid=15451] ppid=15449 vsize=864472 CPUtime=1.36
/proc/15450/task/15451/stat : 15451 (java) R 15449 15436 14884 0 -1 64 3332 0 1 0 134 2 0 0 25 0 9 0 22194097 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4126572076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15452] ppid=15449 vsize=864472 CPUtime=1.22
/proc/15450/task/15452/stat : 15452 (java) S 15449 15436 14884 0 -1 64 13307 0 0 0 115 7 0 0 16 0 9 0 22194098 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15453] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15453/stat : 15453 (java) S 15449 15436 14884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15454] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15454/stat : 15454 (java) S 15449 15436 14884 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15455] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15455/stat : 15455 (java) S 15449 15436 14884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22194100 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15456] ppid=15449 vsize=864472 CPUtime=0.07
/proc/15450/task/15456/stat : 15456 (java) S 15449 15436 14884 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22194100 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15457] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15457/stat : 15457 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194100 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15458] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15458/stat : 15458 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194100 885219328 16878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 886696

[startup+6.30442 s]
/proc/loadavg: 1.97 2.09 2.08 3/92 15458
/proc/meminfo: memFree=1623080/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.37
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1310 6572 0 1 5 2 25 5 15 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
[pid=15449] ppid=15436 vsize=5356 CPUtime=0
/proc/15449/stat : 15449 (sh) S 15436 15436 14884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15449/statm: 1339 233 193 169 0 50 0
[pid=15450] ppid=15449 vsize=864472 CPUtime=5.86
/proc/15450/stat : 15450 (java) S 15449 15436 14884 0 -1 0 18111 0 1 0 575 11 0 0 18 0 9 0 22194096 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15450/statm: 216118 17307 2590 9 0 210595 0
[pid=15450/tid=15451] ppid=15449 vsize=864472 CPUtime=4.52
/proc/15450/task/15451/stat : 15451 (java) R 15449 15436 14884 0 -1 64 3341 0 1 0 450 2 0 0 25 0 9 0 22194097 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4126573307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15452] ppid=15449 vsize=864472 CPUtime=1.26
/proc/15450/task/15452/stat : 15452 (java) S 15449 15436 14884 0 -1 64 13736 0 0 0 118 8 0 0 16 0 9 0 22194098 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15453] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15453/stat : 15453 (java) S 15449 15436 14884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15454] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15454/stat : 15454 (java) S 15449 15436 14884 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15455] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15455/stat : 15455 (java) S 15449 15436 14884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22194100 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15456] ppid=15449 vsize=864472 CPUtime=0.07
/proc/15450/task/15456/stat : 15456 (java) S 15449 15436 14884 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22194100 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15457] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15457/stat : 15457 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194100 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15458] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15458/stat : 15458 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194100 885219328 17307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 886696

[startup+12.7012 s]
/proc/loadavg: 1.97 2.09 2.08 3/92 15458
/proc/meminfo: memFree=1615144/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.37
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1310 6572 0 1 5 2 25 5 15 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
[pid=15449] ppid=15436 vsize=5356 CPUtime=0
/proc/15449/stat : 15449 (sh) S 15436 15436 14884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15449/statm: 1339 233 193 169 0 50 0
[pid=15450] ppid=15449 vsize=864472 CPUtime=12.22
/proc/15450/stat : 15450 (java) S 15449 15436 14884 0 -1 0 19293 0 1 0 1209 13 0 0 18 0 9 0 22194096 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15450/statm: 216118 18450 2590 9 0 210595 0
[pid=15450/tid=15451] ppid=15449 vsize=864472 CPUtime=10.79
/proc/15450/task/15451/stat : 15451 (java) R 15449 15436 14884 0 -1 64 3380 0 1 0 1076 3 0 0 25 0 9 0 22194097 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4126573248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15452] ppid=15449 vsize=864472 CPUtime=1.33
/proc/15450/task/15452/stat : 15452 (java) S 15449 15436 14884 0 -1 64 14876 0 0 0 125 8 0 0 16 0 9 0 22194098 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15453] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15453/stat : 15453 (java) S 15449 15436 14884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15454] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15454/stat : 15454 (java) S 15449 15436 14884 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15455] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15455/stat : 15455 (java) S 15449 15436 14884 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22194100 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15456] ppid=15449 vsize=864472 CPUtime=0.07
/proc/15450/task/15456/stat : 15456 (java) S 15449 15436 14884 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 22194100 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15457] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15457/stat : 15457 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22194100 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15458] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15458/stat : 15458 (java) S 15449 15436 14884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22194100 885219328 18450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886696

[startup+25.5027 s]
/proc/loadavg: 1.98 2.08 2.08 3/92 15458
/proc/meminfo: memFree=1602792/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=0.37
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1310 6572 0 1 5 2 25 5 16 0 1 0 22194056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15436/statm: 4217 1111 409 3 0 796 0
[pid=15449] ppid=15436 vsize=5356 CPUtime=0
/proc/15449/stat : 15449 (sh) S 15436 15436 14884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22194095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15449/statm: 1339 233 193 169 0 50 0
[pid=15450] ppid=15449 vsize=864472 CPUtime=24.96
/proc/15450/stat : 15450 (java) S 15449 15436 14884 0 -1 0 21845 0 1 0 2480 16 0 0 18 0 9 0 22194096 885219328 20936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15450/statm: 216118 20936 2590 9 0 210595 0
[pid=15450/tid=15451] ppid=15449 vsize=864472 CPUtime=23.37
/proc/15450/task/15451/stat : 15451 (java) R 15449 15436 14884 0 -1 64 3446 0 1 0 2332 5 0 0 25 0 9 0 22194097 885219328 20936 996147200 134512640 134550932 4294955936 18446744073709551615 4126592644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15452] ppid=15449 vsize=864472 CPUtime=1.5
/proc/15450/task/15452/stat : 15452 (java) S 15449 15436 14884 0 -1 64 17361 0 0 0 140 10 0 0 16 0 9 0 22194098 885219328 20936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15453] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15453/stat : 15453 (java) S 15449 15436 14884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 20936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15454] ppid=15449 vsize=864472 CPUtime=0
/proc/15450/task/15454/stat : 15454 (java) S 15449 15436 14884 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22194098 885219328 20936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15450/tid=15455] ppid=15449 vsize=864472 CPUtime=0

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

/proc/meminfo: memFree=1541160/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=117736 CPUtime=1118.33
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 28763 0 0 0 111809 24 0 0 25 0 1 0 22211786 120561664 28749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 29434 28749 75 150 0 29281 0
Current children cumulated CPU time (s) 1294.69
Current children cumulated vsize (KiB) 139960

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.02 3/84 15624
/proc/meminfo: memFree=1537640/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=118976 CPUtime=1177.8
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 29050 0 0 0 117755 25 0 0 25 0 1 0 22211786 121831424 29036 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 29744 29036 75 150 0 29591 0
Current children cumulated CPU time (s) 1354.16
Current children cumulated vsize (KiB) 141200

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.01 3/84 15624
/proc/meminfo: memFree=1536808/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=120076 CPUtime=1237.51
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 29330 0 0 0 123726 25 0 0 25 0 1 0 22211786 122957824 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 30019 29316 75 150 0 29866 0
Current children cumulated CPU time (s) 1413.87
Current children cumulated vsize (KiB) 142300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15624
/proc/meminfo: memFree=1537320/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=121412 CPUtime=1297.2
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 29654 0 0 0 129695 25 0 0 25 0 1 0 22211786 124325888 29640 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 30353 29640 75 150 0 30200 0
Current children cumulated CPU time (s) 1473.56
Current children cumulated vsize (KiB) 143636

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 15660
/proc/meminfo: memFree=1494704/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=123168 CPUtime=1357.1
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 30128 0 0 0 135684 26 0 0 25 0 1 0 22211786 126124032 30114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 30792 30114 75 150 0 30639 0
Current children cumulated CPU time (s) 1533.46
Current children cumulated vsize (KiB) 145392

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 15660
/proc/meminfo: memFree=1493232/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=124460 CPUtime=1417.08
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 30460 0 0 0 141681 27 0 0 25 0 1 0 22211786 127447040 30446 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 31115 30446 75 150 0 30962 0
Current children cumulated CPU time (s) 1593.44
Current children cumulated vsize (KiB) 146684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15660
/proc/meminfo: memFree=1491888/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=125780 CPUtime=1477.05
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 30785 0 0 0 147678 27 0 0 25 0 1 0 22211786 128798720 30771 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 31445 30771 75 150 0 31292 0
Current children cumulated CPU time (s) 1653.41
Current children cumulated vsize (KiB) 148004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 15660
/proc/meminfo: memFree=1490672/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=126952 CPUtime=1537.02
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 31097 0 0 0 153675 27 0 0 25 0 1 0 22211786 129998848 31083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 31738 31083 75 150 0 31585 0
Current children cumulated CPU time (s) 1713.38
Current children cumulated vsize (KiB) 149176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15660
/proc/meminfo: memFree=1489392/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=128272 CPUtime=1597
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 31417 0 0 0 159672 28 0 0 25 0 1 0 22211786 131350528 31403 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 32068 31403 75 150 0 31915 0
Current children cumulated CPU time (s) 1773.36
Current children cumulated vsize (KiB) 150496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15660
/proc/meminfo: memFree=1488816/2055920 swapFree=4192956/4192956
[pid=15436] ppid=15434 vsize=16868 CPUtime=176.36
/proc/15436/stat : 15436 (sugar) S 15434 15436 14884 0 -1 4194304 1376 50823 0 2 5 2 17561 68 16 0 1 0 22194056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15436/statm: 4217 1113 409 3 0 796 0
[pid=15459] ppid=15436 vsize=5356 CPUtime=0
/proc/15459/stat : 15459 (sh) S 15436 15436 14884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22211786 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15459/statm: 1339 232 193 169 0 50 0
[pid=15460] ppid=15459 vsize=128800 CPUtime=1623.7
/proc/15460/stat : 15460 (minisat) R 15459 15436 14884 0 -1 4194304 31557 0 0 0 162342 28 0 0 25 0 1 0 22211786 131891200 31543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15460/statm: 32200 31543 75 150 0 32047 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 151024

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15436 and gives
#  childrusage.ru_utime.tv_sec=175
#  childrusage.ru_utime.tv_usec=670294
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=735888
# CPU time returned by wait4() is 176.406
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.05
CPU time (s): 1800.06
CPU user time (s): 1799.08
CPU system time (s): 0.98
CPU usage (%): 99.5028
Max. virtual memory (cumulated for all children) (KiB): 897448

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

runsolver used 2.09068 second user time and 5.78712 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 00:28:20
IDJOB=2070279
IDBENCH=55163
IDSOLVER=739
FILE ID=node53/2070279-1247351300
PBS_JOBID= 9506906
Free space on /tmp= 65932 MiB

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

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

MD5SUM BENCH= bf17ad4fcb93ffa307503ae9f9f9c729
RANDOM SEED=1483462912

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1685472 kB
Buffers:         55896 kB
Cached:         167144 kB
SwapCached:          0 kB
Active:         156100 kB
Inactive:       145552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          97996 kB
Slab:            53832 kB
Committed_AS:   242484 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65932 MiB
End job on node53 at 2009-07-12 00:58:31