Trace number 1072108

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.13+minisat? (TO) 1800 1808.23

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-20_ext.xml
MD5SUMc898621e74aa646d12ae302287f95ebc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.09
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 13:37:50 2008
0.00/0.05	c 0	PID 12493
0.03/0.05	c 0	HOST node67.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1072108-1215171470.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072108-1215171470.xml' 'HOME/temp.csp'
1.45/1.55	c 2	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.45/1.57	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.57	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.51/1.65	c 2	Parsing HOME/temp.csp
4.00/4.19	c 4	parsed 177 expressions
4.00/4.19	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.00/4.19	c 4	Converting to clausal form CSP
4.10/4.21	c 4	converted 18 (10%) expressions
4.10/4.23	c 4	converted 36 (20%) expressions
4.10/4.26	c 4	converted 54 (30%) expressions
4.10/4.27	c 4	converted 71 (40%) expressions
4.19/4.31	c 4	converted 89 (50%) expressions
4.29/4.45	c 5	converted 107 (60%) expressions
4.88/5.07	c 5	converted 124 (70%) expressions
5.18/5.30	c 5	converted 142 (80%) expressions
5.38/5.59	c 6	converted 160 (90%) expressions
5.67/5.82	c 6	converted 177 (100%) expressions
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/5.82	c 6	Propagation in CSP
5.67/5.82	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/5.82	c 6	Simplifing CSP by introducing new Boolean variables
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.16	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.97/6.17	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.97/6.17	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.97/6.17	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.97/6.17	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.97/6.17	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.97/6.18	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.97/6.18	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.97/6.18	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.97/6.18	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.97/6.18	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.47/6.64	c 7	8 (10%) CSP clauses are encoded (25069 clauses, 591735 bytes)
6.86/7.03	c 7	16 (20%) CSP clauses are encoded (49701 clauses, 1193988 bytes)
7.16/7.37	c 8	23 (30%) CSP clauses are encoded (71221 clauses, 1735416 bytes)
7.56/7.77	c 8	31 (40%) CSP clauses are encoded (95759 clauses, 2352962 bytes)
7.95/8.11	c 8	38 (50%) CSP clauses are encoded (117444 clauses, 2900237 bytes)
8.35/8.50	c 9	46 (60%) CSP clauses are encoded (142008 clauses, 3544375 bytes)
8.74/8.90	c 9	54 (70%) CSP clauses are encoded (166711 clauses, 4209264 bytes)
9.04/9.24	c 9	61 (80%) CSP clauses are encoded (188249 clauses, 4793355 bytes)
9.44/9.63	c 10	69 (90%) CSP clauses are encoded (212938 clauses, 5463009 bytes)
9.73/9.98	c 10	76 (100%) CSP clauses are encoded (234490 clauses, 6047928 bytes)
9.73/9.98	c 10	76 CSP clauses encoded
9.73/9.98	c 10	Writing map file : HOME/temp.map
9.73/9.99	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.73/9.99	c 10	SAT : 552 SAT variables, 234490 SAT clauses, 6047928 bytes
9.73/9.99	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.82/10.02	c 10	SOLVING HOME/temp.cnf
9.82/10.02	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.82/10.02	c 10	This is MiniSat 2.0 beta
9.82/10.02	c 10	WARNING: for repeatability, setting FPU to use double precision
9.82/10.02	c 10	============================[ Problem Statistics ]=============================
9.82/10.02	c 10	|                                                                             |
9.82/10.02	c 10	|  Number of variables:  552                                                  |
9.82/10.02	c 10	|  Number of clauses:    234490                                               |
9.85/10.18	c 10	|  Parsing time:         0.14         s                                       |
9.85/10.19	c 10	============================[ Search Statistics ]==============================
9.85/10.19	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.85/10.19	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.85/10.19	c 10	===============================================================================
9.85/10.19	c 10	|         0 |     552   234490  1307539 |    78163        0    nan |  0.000 % |
9.85/10.32	c 10	|       100 |     552   234490  1307539 |    85979      100     12 |  0.000 % |
9.85/10.48	c 11	|       250 |     552   234490  1307539 |    94577      250     12 |  0.006 % |
9.85/10.76	c 11	|       476 |     552   234490  1307539 |   104035      476     13 |  0.008 % |
10.81/11.06	c 11	|       813 |     552   234490  1307539 |   114438      813     13 |  0.006 % |
11.31/11.55	c 12	|      1319 |     552   234490  1307539 |   125882     1319     13 |  0.007 % |
11.99/12.28	c 12	|      2078 |     552   234490  1307539 |   138471     2078     14 |  0.007 % |
13.18/13.40	c 14	|      3217 |     552   234490  1307539 |   152318     3217     13 |  0.008 % |
14.47/14.79	c 15	|      4927 |     552   234490  1307539 |   167550     4927     14 |  0.008 % |
16.95/17.26	c 17	|      7490 |     552   234490  1307539 |   184305     7490     14 |  0.008 % |
20.12/20.43	c 21	|     11337 |     552   234490  1307539 |   202735    11337     14 |  0.001 % |
25.76/26.17	c 26	|     17104 |     552   234490  1307539 |   223009    17104     14 |  0.008 % |
34.88/35.31	c 35	|     25753 |     552   234490  1307539 |   245310    25753     14 |  0.008 % |
48.86/49.44	c 50	|     38727 |     552   234490  1307539 |   269841    38727     14 |  0.009 % |
72.42/73.24	c 73	|     58189 |     552   234490  1307539 |   296825    58189     14 |  0.011 % |
113.73/114.91	c 115	|     87381 |     552   234490  1307539 |   326507    87381     15 |  0.011 % |
188.01/189.93	c 190	|    131171 |     552   234490  1307539 |   359158   131171     15 |  0.016 % |
292.12/295.02	c 295	|    196856 |     552   234490  1307539 |   395074   196856     16 |  0.002 % |
523.23/528.34	c 528	|    295382 |     552   234490  1307539 |   434581   295382     16 |  0.007 % |
939.31/947.18	c 947	|    443171 |     552   234490  1307539 |   478039    28586     18 |  0.000 % |
1331.83/1339.80	c 1340	|    664856 |     551   232768  1299488 |   525843   250264     17 |  0.189 % |
1800.00/1808.21	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1808.21	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1808.22	c ERROR INTERRUPTED
1800.00/1808.22	s UNKNOWN
1800.00/1808.22	c 1808	CPU 9.55 (0.03 0.01 9.52 0.31)
1800.00/1808.22	c 1808	END Fri Jul  4 14:07:58 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072108-1215171470/watcher-1072108-1215171470 -o /tmp/evaluation-result-1072108-1215171470/solver-1072108-1215171470 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1072108-1215171470.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 12493
/proc/meminfo: memFree=1474104/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=12268 CPUtime=0
/proc/12493/stat : 12493 (sugar) R 12491 12493 11517 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996116557 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12493/statm: 3067 316 241 3 0 167 0

[startup+0.050724 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 12493
/proc/meminfo: memFree=1474104/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=0.03
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1996116557 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101772 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 12493
/proc/meminfo: memFree=1474104/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=0.03
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996116557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301054 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 12493
/proc/meminfo: memFree=1474104/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=0.03
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996116557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701137 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 12493
/proc/meminfo: memFree=1474104/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=0.03
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996116557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12505
/proc/meminfo: memFree=1450656/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=0.03
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996116557 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 796 370 3 0 500 0
[pid=12496] ppid=12493 vsize=5356 CPUtime=0
/proc/12496/stat : 12496 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996116562 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12496/statm: 1339 233 193 169 0 50 0
[pid=12497] ppid=12496 vsize=864032 CPUtime=1.42
/proc/12497/stat : 12497 (java) S 12496 12493 11517 0 -1 0 8960 0 1 0 136 6 0 0 18 0 9 0 1996116563 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12497/statm: 216008 8107 2527 9 0 210590 0
[pid=12497/tid=12498] ppid=12496 vsize=864032 CPUtime=1.18
/proc/12497/task/12498/stat : 12498 (java) R 12496 12493 11517 0 -1 64 2870 0 1 0 115 3 0 0 24 0 9 0 1996116564 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4126500481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12499] ppid=12496 vsize=864032 CPUtime=0.17
/proc/12497/task/12499/stat : 12499 (java) S 12496 12493 11517 0 -1 64 5076 0 0 0 15 2 0 0 16 0 9 0 1996116565 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12500] ppid=12496 vsize=864032 CPUtime=0
/proc/12497/task/12500/stat : 12500 (java) S 12496 12493 11517 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996116565 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12501] ppid=12496 vsize=864032 CPUtime=0
/proc/12497/task/12501/stat : 12501 (java) S 12496 12493 11517 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996116565 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12502] ppid=12496 vsize=864032 CPUtime=0
/proc/12497/task/12502/stat : 12502 (java) S 12496 12493 11517 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996116567 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12503] ppid=12496 vsize=864032 CPUtime=0.05
/proc/12497/task/12503/stat : 12503 (java) S 12496 12493 11517 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1996116567 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12504] ppid=12496 vsize=864032 CPUtime=0
/proc/12497/task/12504/stat : 12504 (java) S 12496 12493 11517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996116567 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12497/tid=12505] ppid=12496 vsize=864032 CPUtime=0
/proc/12497/task/12505/stat : 12505 (java) S 12496 12493 11517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996116567 884768768 8107 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882988

[startup+3.10257 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 12515
/proc/meminfo: memFree=1454368/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=1.51
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 973 9391 0 1 3 0 141 7 16 0 1 0 1996116557 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 797 370 3 0 500 0
[pid=12506] ppid=12493 vsize=5356 CPUtime=0
/proc/12506/stat : 12506 (sh) S 12493 12493 11517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996116714 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12506/statm: 1339 233 193 169 0 50 0
[pid=12507] ppid=12506 vsize=864076 CPUtime=1.5
/proc/12507/stat : 12507 (java) S 12506 12493 11517 0 -1 0 11441 0 1 0 144 6 0 0 18 0 9 0 1996116714 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12507/statm: 216019 10707 2532 9 0 210601 0
[pid=12507/tid=12508] ppid=12506 vsize=864076 CPUtime=0.85
/proc/12507/task/12508/stat : 12508 (java) R 12506 12493 11517 0 -1 64 2767 0 1 0 84 1 0 0 25 0 9 0 1996116715 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4126453138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12509] ppid=12506 vsize=864076 CPUtime=0.59
/proc/12507/task/12509/stat : 12509 (java) S 12506 12493 11517 0 -1 64 7661 0 0 0 56 3 0 0 16 0 9 0 1996116716 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12510] ppid=12506 vsize=864076 CPUtime=0
/proc/12507/task/12510/stat : 12510 (java) S 12506 12493 11517 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996116717 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12511] ppid=12506 vsize=864076 CPUtime=0
/proc/12507/task/12511/stat : 12511 (java) S 12506 12493 11517 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996116717 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12512] ppid=12506 vsize=864076 CPUtime=0
/proc/12507/task/12512/stat : 12512 (java) S 12506 12493 11517 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996116719 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12513] ppid=12506 vsize=864076 CPUtime=0.03
/proc/12507/task/12513/stat : 12513 (java) S 12506 12493 11517 0 -1 64 316 0 0 0 3 0 0 0 16 0 9 0 1996116719 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12514] ppid=12506 vsize=864076 CPUtime=0
/proc/12507/task/12514/stat : 12514 (java) S 12506 12493 11517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996116719 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12515] ppid=12506 vsize=864076 CPUtime=0
/proc/12507/task/12515/stat : 12515 (java) S 12506 12493 11517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996116719 884813824 10707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883032

[startup+6.30115 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 12515
/proc/meminfo: memFree=1383200/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=1.51
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 974 9391 0 1 3 0 141 7 15 0 1 0 1996116557 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 797 370 3 0 500 0
[pid=12506] ppid=12493 vsize=5356 CPUtime=0
/proc/12506/stat : 12506 (sh) S 12493 12493 11517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996116714 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12506/statm: 1339 233 193 169 0 50 0
[pid=12507] ppid=12506 vsize=864332 CPUtime=4.67
/proc/12507/stat : 12507 (java) S 12506 12493 11517 0 -1 0 32354 0 1 0 451 16 0 0 18 0 9 0 1996116714 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12507/statm: 216083 26485 2564 9 0 210630 0
[pid=12507/tid=12508] ppid=12506 vsize=864332 CPUtime=2.25
/proc/12507/task/12508/stat : 12508 (java) R 12506 12493 11517 0 -1 64 3654 0 1 0 223 2 0 0 25 0 9 0 1996116715 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4126592111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12509] ppid=12506 vsize=864332 CPUtime=2.29
/proc/12507/task/12509/stat : 12509 (java) S 12506 12493 11517 0 -1 64 27649 0 0 0 217 12 0 0 16 0 9 0 1996116716 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12510] ppid=12506 vsize=864332 CPUtime=0
/proc/12507/task/12510/stat : 12510 (java) S 12506 12493 11517 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996116717 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12511] ppid=12506 vsize=864332 CPUtime=0
/proc/12507/task/12511/stat : 12511 (java) S 12506 12493 11517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996116717 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12512] ppid=12506 vsize=864332 CPUtime=0
/proc/12507/task/12512/stat : 12512 (java) S 12506 12493 11517 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996116719 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12513] ppid=12506 vsize=864332 CPUtime=0.1
/proc/12507/task/12513/stat : 12513 (java) S 12506 12493 11517 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1996116719 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12514] ppid=12506 vsize=864332 CPUtime=0
/proc/12507/task/12514/stat : 12514 (java) S 12506 12493 11517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996116719 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12507/tid=12515] ppid=12506 vsize=864332 CPUtime=0
/proc/12507/task/12515/stat : 12515 (java) S 12506 12493 11517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996116719 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883288

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 12517
/proc/meminfo: memFree=1446496/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 15 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=16304 CPUtime=2.64
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 3902 0 0 0 262 2 0 0 25 0 1 0 1996117560 16695296 3888 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/12517/statm: 4076 3888 75 150 0 3923 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 35260

[startup+25.5017 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 12517
/proc/meminfo: memFree=1445536/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=17416 CPUtime=15.31
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 4188 0 0 0 1529 2 0 0 25 0 1 0 1996117560 17833984 4174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12517/statm: 4354 4174 75 150 0 4201 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36372

[startup+51.1013 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 12517
/proc/meminfo: memFree=1443552/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=19500 CPUtime=40.68
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 4709 0 0 0 4064 4 0 0 25 0 1 0 1996117560 19968000 4695 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12517/statm: 4875 4695 75 150 0 4722 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 38456

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 12519
/proc/meminfo: memFree=1440032/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1402392/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=60452 CPUtime=1284.5
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14748 0 0 0 128434 16 0 0 25 0 1 0 1996117560 61902848 14734 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15113 14734 75 150 0 14960 0
Current children cumulated CPU time (s) 1294.35
Current children cumulated vsize (KiB) 79408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12559
/proc/meminfo: memFree=1402008/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=60752 CPUtime=1344.46
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14831 0 0 0 134430 16 0 0 25 0 1 0 1996117560 62210048 14817 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15188 14817 75 150 0 15035 0
Current children cumulated CPU time (s) 1354.31
Current children cumulated vsize (KiB) 79708

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401624/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=60920 CPUtime=1404.44
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14859 0 0 0 140428 16 0 0 25 0 1 0 1996117560 62382080 14845 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15230 14845 75 150 0 15077 0
Current children cumulated CPU time (s) 1414.29
Current children cumulated vsize (KiB) 79876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401624/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=60920 CPUtime=1464.4
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14863 0 0 0 146424 16 0 0 25 0 1 0 1996117560 62382080 14849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15230 14849 75 150 0 15077 0
Current children cumulated CPU time (s) 1474.25
Current children cumulated vsize (KiB) 79876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401624/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=60920 CPUtime=1524.37
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14868 0 0 0 152421 16 0 0 25 0 1 0 1996117560 62382080 14854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15230 14854 75 150 0 15077 0
Current children cumulated CPU time (s) 1534.22
Current children cumulated vsize (KiB) 79876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401560/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=60920 CPUtime=1584.34
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14880 0 0 0 158418 16 0 0 25 0 1 0 1996117560 62382080 14866 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15230 14866 75 150 0 15077 0
Current children cumulated CPU time (s) 1594.19
Current children cumulated vsize (KiB) 79876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401432/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=61104 CPUtime=1644.31
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14919 0 0 0 164415 16 0 0 25 0 1 0 1996117560 62570496 14905 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15276 14905 75 150 0 15123 0
Current children cumulated CPU time (s) 1654.16
Current children cumulated vsize (KiB) 80060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401112/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=61440 CPUtime=1704.28
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 14998 0 0 0 170412 16 0 0 25 0 1 0 1996117560 62914560 14984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15360 14984 75 150 0 15207 0
Current children cumulated CPU time (s) 1714.13
Current children cumulated vsize (KiB) 80396

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1401048/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=61440 CPUtime=1764.26
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 15024 0 0 0 176409 17 0 0 25 0 1 0 1996117560 62914560 15010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15360 15010 75 150 0 15207 0
Current children cumulated CPU time (s) 1774.11
Current children cumulated vsize (KiB) 80396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12565
/proc/meminfo: memFree=1400984/2055920 swapFree=4181480/4192956
[pid=12493] ppid=12491 vsize=13600 CPUtime=9.85
/proc/12493/stat : 12493 (sugar) S 12491 12493 11517 0 -1 4194304 1031 42119 0 2 3 0 951 31 16 0 1 0 1996116557 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12493/statm: 3400 798 370 3 0 500 0
[pid=12516] ppid=12493 vsize=5356 CPUtime=0
/proc/12516/stat : 12516 (sh) S 12493 12493 11517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996117559 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12516/statm: 1339 232 193 169 0 50 0
[pid=12517] ppid=12516 vsize=61600 CPUtime=1790.15
/proc/12517/stat : 12517 (minisat) R 12516 12493 11517 0 -1 4194304 15043 0 0 0 178998 17 0 0 25 0 1 0 1996117560 63078400 15029 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12517/statm: 15400 15029 75 150 0 15247 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 80556

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 12493 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=558546
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=331949
# CPU time returned by wait4() is 9.8905
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.23
CPU time (s): 1800
CPU user time (s): 1799.52
CPU system time (s): 0.48
CPU usage (%): 99.545
Max. virtual memory (cumulated for all children) (KiB): 893424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.55855
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43577
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= 3386
involuntary context switches= 3412

runsolver used 1.9867 second user time and 6.25505 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 13:37:50
IDJOB=1072108
IDBENCH=56229
IDSOLVER=346
FILE ID=node67/1072108-1215171470
PBS_JOBID= 7881490
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-20_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072108-1215171470/watcher-1072108-1215171470 -o /tmp/evaluation-result-1072108-1215171470/solver-1072108-1215171470 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1072108-1215171470.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c898621e74aa646d12ae302287f95ebc
RANDOM SEED=1723026805

node67.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.281
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.281
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:       1474584 kB
Buffers:         90144 kB
Cached:         390112 kB
SwapCached:       5332 kB
Active:         194348 kB
Inactive:       317844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474584 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            4208 kB
Writeback:           0 kB
Mapped:          39700 kB
Slab:            54132 kB
Committed_AS:  4165032 kB
PageTables:       1984 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= 66528 MiB
End job on node67 at 2008-07-04 14:08:00