Trace number 1072315

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

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-8_ext.xml
MD5SUM365e2fe2f2ba1f1fef445ec0dbc8513f
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 benchmark116.382
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.04	c 0	BEGIN Fri Jul  4 14:07:13 2008
0.00/0.04	c 0	PID 12545
0.03/0.05	c 0	HOST node21.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1072315-1215173232.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-1072315-1215173232.xml' 'HOME/temp.csp'
1.45/1.56	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.45/1.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.58	c 1	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.53/1.71	c 1	Parsing HOME/temp.csp
4.07/4.23	c 4	parsed 177 expressions
4.07/4.23	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.07/4.23	c 4	Converting to clausal form CSP
4.07/4.26	c 4	converted 18 (10%) expressions
4.07/4.27	c 4	converted 36 (20%) expressions
4.17/4.31	c 4	converted 54 (30%) expressions
4.17/4.32	c 4	converted 71 (40%) expressions
4.17/4.36	c 4	converted 89 (50%) expressions
4.27/4.49	c 4	converted 107 (60%) expressions
4.96/5.10	c 5	converted 124 (70%) expressions
5.16/5.33	c 5	converted 142 (80%) expressions
5.45/5.62	c 5	converted 160 (90%) expressions
5.65/5.84	c 5	converted 177 (100%) expressions
5.65/5.84	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.65/5.84	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.84	c 5	Propagation in CSP
5.65/5.84	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.65/5.84	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.65/5.84	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.84	c 5	Simplifing CSP by introducing new Boolean variables
5.65/5.84	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.65/5.84	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.09	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.95/6.10	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.95/6.10	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.95/6.10	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.95/6.11	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.95/6.11	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.95/6.11	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.95/6.11	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.95/6.11	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.95/6.11	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.95/6.11	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.36/6.57	c 6	8 (10%) CSP clauses are encoded (25224 clauses, 597137 bytes)
6.75/6.95	c 6	16 (20%) CSP clauses are encoded (49691 clauses, 1210521 bytes)
7.05/7.30	c 7	23 (30%) CSP clauses are encoded (71288 clauses, 1749410 bytes)
7.45/7.69	c 7	31 (40%) CSP clauses are encoded (95860 clauses, 2373235 bytes)
7.85/8.03	c 8	38 (50%) CSP clauses are encoded (117367 clauses, 2944455 bytes)
8.24/8.41	c 8	46 (60%) CSP clauses are encoded (141979 clauses, 3610171 bytes)
8.64/8.80	c 8	54 (70%) CSP clauses are encoded (166613 clauses, 4278459 bytes)
8.94/9.15	c 9	61 (80%) CSP clauses are encoded (188270 clauses, 4866178 bytes)
9.33/9.53	c 9	69 (90%) CSP clauses are encoded (212882 clauses, 5533588 bytes)
9.63/9.87	c 9	76 (100%) CSP clauses are encoded (234403 clauses, 6117668 bytes)
9.63/9.88	c 9	76 CSP clauses encoded
9.63/9.88	c 9	Writing map file : HOME/temp.map
9.63/9.88	c 9	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.63/9.88	c 9	SAT : 552 SAT variables, 234403 SAT clauses, 6117668 bytes
9.63/9.88	c 9	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.72/9.91	c 9	SOLVING HOME/temp.cnf
9.72/9.91	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.72/9.92	c 9	This is MiniSat 2.0 beta
9.72/9.92	c 9	WARNING: for repeatability, setting FPU to use double precision
9.72/9.92	c 9	============================[ Problem Statistics ]=============================
9.72/9.92	c 9	|                                                                             |
9.72/9.92	c 9	|  Number of variables:  552                                                  |
9.72/9.92	c 9	|  Number of clauses:    234403                                               |
9.75/10.07	c 10	|  Parsing time:         0.13         s                                       |
9.75/10.08	c 10	============================[ Search Statistics ]==============================
9.75/10.08	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.75/10.08	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.75/10.08	c 10	===============================================================================
9.75/10.08	c 10	|         0 |     552   234403  1306972 |    78134        0    nan |  0.000 % |
9.75/10.22	c 10	|       102 |     552   234403  1306972 |    85947      102     13 |  0.000 % |
9.75/10.40	c 10	|       252 |     552   234403  1306972 |    94542      252     12 |  0.007 % |
9.75/10.65	c 10	|       477 |     552   234403  1306972 |   103996      477     11 |  0.008 % |
10.81/11.07	c 11	|       814 |     552   234403  1306972 |   114396      814     12 |  0.008 % |
11.41/11.60	c 11	|      1320 |     552   234403  1306972 |   125836     1320     13 |  0.008 % |
12.20/12.44	c 12	|      2079 |     552   234403  1306972 |   138419     2079     12 |  0.008 % |
13.30/13.52	c 13	|      3220 |     552   234403  1306972 |   152261     3220     13 |  0.008 % |
15.09/15.37	c 15	|      4928 |     552   234403  1306972 |   167487     4928     12 |  0.008 % |
17.57/17.89	c 17	|      7490 |     552   234403  1306972 |   184236     7490     13 |  0.008 % |
21.46/21.72	c 21	|     11334 |     552   234403  1306972 |   202660    11334     13 |  0.008 % |
26.64/26.98	c 26	|     17100 |     552   234403  1306972 |   222926    17100     14 |  0.008 % |
35.38/35.74	c 35	|     25749 |     552   234403  1306972 |   245219    25749     15 |  0.008 % |
49.22/49.68	c 49	|     38723 |     552   234403  1306972 |   269740    38723     16 |  0.008 % |
74.78/75.35	c 75	|     58184 |     552   234403  1306972 |   296715    58184     17 |  0.008 % |
118.67/119.42	c 119	|     87377 |     552   234403  1306972 |   326386    87377     17 |  0.008 % |
199.77/200.93	c 200	|    131168 |     552   234403  1306972 |   359025   131168     18 |  0.002 % |
345.54/347.49	c 347	|    196852 |     552   234403  1306972 |   394927   196852     18 |  0.011 % |
608.45/611.69	c 611	|    295380 |     552   234403  1306972 |   434420   295380     18 |  0.013 % |
1103.81/1109.42	c 1109	|    443169 |     552   234403  1306972 |   477862    28227     19 |  0.001 % |
1557.87/1564.51	c 1564	|    664852 |     552   234403  1306972 |   525648   249910     20 |  0.008 % |
1800.06/1806.81	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1806.81	c 1806	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.06/1806.82	c ERROR INTERRUPTED
1800.06/1806.82	s UNKNOWN
1800.06/1806.82	c 1806	CPU 9.45 (0.04 0.01 9.41 0.3)
1800.06/1806.82	c 1806	END Fri Jul  4 14:37:19 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-1072315-1215173232/watcher-1072315-1215173232 -o /tmp/evaluation-result-1072315-1215173232/solver-1072315-1215173232 -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-1072315-1215173232.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: 1.99 1.98 1.99 4/72 12545
/proc/meminfo: memFree=1544984/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=12268 CPUtime=0
/proc/12545/stat : 12545 (sugar) R 12543 12545 10877 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1996297518 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12545/statm: 3067 316 241 3 0 167 0

[startup+0.0504839 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12545
/proc/meminfo: memFree=1544984/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=0.03
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1996297518 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101879 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12545
/proc/meminfo: memFree=1544984/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=0.03
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996297518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301523 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12545
/proc/meminfo: memFree=1544984/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=0.03
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996297518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701602 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 12545
/proc/meminfo: memFree=1544984/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=0.03
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996297518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 12557
/proc/meminfo: memFree=1521344/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=0.03
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996297518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 796 370 3 0 500 0
[pid=12548] ppid=12545 vsize=5356 CPUtime=0
/proc/12548/stat : 12548 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996297523 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 1339 233 193 169 0 50 0
[pid=12549] ppid=12548 vsize=864032 CPUtime=1.42
/proc/12549/stat : 12549 (java) S 12548 12545 10877 0 -1 0 9020 0 1 0 135 7 0 0 18 0 9 0 1996297523 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12549/statm: 216008 8166 2527 9 0 210590 0
[pid=12549/tid=12550] ppid=12548 vsize=864032 CPUtime=1.19
/proc/12549/task/12550/stat : 12550 (java) R 12548 12545 10877 0 -1 64 2886 0 1 0 115 4 0 0 25 0 9 0 1996297524 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4126508303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12551] ppid=12548 vsize=864032 CPUtime=0.17
/proc/12549/task/12551/stat : 12551 (java) S 12548 12545 10877 0 -1 64 5119 0 0 0 14 3 0 0 16 0 9 0 1996297526 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12552] ppid=12548 vsize=864032 CPUtime=0
/proc/12549/task/12552/stat : 12552 (java) S 12548 12545 10877 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1996297526 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12553] ppid=12548 vsize=864032 CPUtime=0
/proc/12549/task/12553/stat : 12553 (java) S 12548 12545 10877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996297526 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12554] ppid=12548 vsize=864032 CPUtime=0
/proc/12549/task/12554/stat : 12554 (java) S 12548 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996297528 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12555] ppid=12548 vsize=864032 CPUtime=0.05
/proc/12549/task/12555/stat : 12555 (java) S 12548 12545 10877 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 1996297528 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12556] ppid=12548 vsize=864032 CPUtime=0
/proc/12549/task/12556/stat : 12556 (java) S 12548 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996297528 884768768 8166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12549/tid=12557] ppid=12548 vsize=864032 CPUtime=0
/proc/12549/task/12557/stat : 12557 (java) S 12548 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996297528 884768768 8166 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.10206 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 12567
/proc/meminfo: memFree=1525760/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=1.53
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 973 9451 0 1 3 1 141 8 15 0 1 0 1996297518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 797 370 3 0 500 0
[pid=12558] ppid=12545 vsize=5356 CPUtime=0
/proc/12558/stat : 12558 (sh) S 12545 12545 10877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996297676 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12558/statm: 1339 233 193 169 0 50 0
[pid=12559] ppid=12558 vsize=864076 CPUtime=1.45
/proc/12559/stat : 12559 (java) S 12558 12545 10877 0 -1 0 11138 0 1 0 139 6 0 0 18 0 9 0 1996297681 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12559/statm: 216019 10405 2532 9 0 210601 0
[pid=12559/tid=12560] ppid=12558 vsize=864076 CPUtime=0.82
/proc/12559/task/12560/stat : 12560 (java) R 12558 12545 10877 0 -1 64 2766 0 1 0 80 2 0 0 25 0 9 0 1996297682 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4126415913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12561] ppid=12558 vsize=864076 CPUtime=0.57
/proc/12559/task/12561/stat : 12561 (java) S 12558 12545 10877 0 -1 64 7360 0 0 0 54 3 0 0 16 0 9 0 1996297683 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12562] ppid=12558 vsize=864076 CPUtime=0
/proc/12559/task/12562/stat : 12562 (java) S 12558 12545 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996297683 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12563] ppid=12558 vsize=864076 CPUtime=0
/proc/12559/task/12563/stat : 12563 (java) S 12558 12545 10877 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996297683 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12564] ppid=12558 vsize=864076 CPUtime=0
/proc/12559/task/12564/stat : 12564 (java) S 12558 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996297685 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12565] ppid=12558 vsize=864076 CPUtime=0.04
/proc/12559/task/12565/stat : 12565 (java) S 12558 12545 10877 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1996297685 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12566] ppid=12558 vsize=864076 CPUtime=0
/proc/12559/task/12566/stat : 12566 (java) S 12558 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996297685 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12567] ppid=12558 vsize=864076 CPUtime=0
/proc/12559/task/12567/stat : 12567 (java) S 12558 12545 10877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996297685 884813824 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883032

[startup+6.30266 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 12567
/proc/meminfo: memFree=1453952/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=1.53
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 974 9451 0 1 3 1 141 8 15 0 1 0 1996297518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 797 370 3 0 500 0
[pid=12558] ppid=12545 vsize=5356 CPUtime=0
/proc/12558/stat : 12558 (sh) S 12545 12545 10877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996297676 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12558/statm: 1339 233 193 169 0 50 0
[pid=12559] ppid=12558 vsize=864332 CPUtime=4.63
/proc/12559/stat : 12559 (java) S 12558 12545 10877 0 -1 0 27279 0 1 0 448 15 0 0 18 0 9 0 1996297681 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12559/statm: 216083 26485 2564 9 0 210630 0
[pid=12559/tid=12560] ppid=12558 vsize=864332 CPUtime=2.31
/proc/12559/task/12560/stat : 12560 (java) R 12558 12545 10877 0 -1 64 3656 0 1 0 228 3 0 0 25 0 9 0 1996297682 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4126440576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12561] ppid=12558 vsize=864332 CPUtime=2.19
/proc/12559/task/12561/stat : 12561 (java) S 12558 12545 10877 0 -1 64 22572 0 0 0 209 10 0 0 16 0 9 0 1996297683 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12562] ppid=12558 vsize=864332 CPUtime=0
/proc/12559/task/12562/stat : 12562 (java) S 12558 12545 10877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996297683 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12563] ppid=12558 vsize=864332 CPUtime=0
/proc/12559/task/12563/stat : 12563 (java) S 12558 12545 10877 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996297683 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12564] ppid=12558 vsize=864332 CPUtime=0
/proc/12559/task/12564/stat : 12564 (java) S 12558 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996297685 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12565] ppid=12558 vsize=864332 CPUtime=0.1
/proc/12559/task/12565/stat : 12565 (java) S 12558 12545 10877 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1996297685 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12566] ppid=12558 vsize=864332 CPUtime=0
/proc/12559/task/12566/stat : 12566 (java) S 12558 12545 10877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996297685 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12559/tid=12567] ppid=12558 vsize=864332 CPUtime=0
/proc/12559/task/12567/stat : 12567 (java) S 12558 12545 10877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996297685 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.16
Current children cumulated vsize (KiB) 883288

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1517248/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.75
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 3 1 941 30 15 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=16160 CPUtime=2.75
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 3882 0 0 0 273 2 0 0 25 0 1 0 1996298510 16547840 3868 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 4040 3868 75 150 0 3887 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 35116

[startup+25.5013 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1516288/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.75
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 3 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=17216 CPUtime=15.49
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 4149 0 0 0 1546 3 0 0 25 0 1 0 1996298510 17629184 4135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 4304 4135 75 150 0 4151 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 36172

[startup+51.1011 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1514048/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.75
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 3 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=19672 CPUtime=40.96
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 4745 0 0 0 4092 4 0 0 25 0 1 0 1996298510 20144128 4731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12569/statm: 4918 4731 75 150 0 4765 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 38628

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12569
/proc/meminfo: memFree=1509952/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.75
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 3 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1472360/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1286.02
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15447 0 0 0 128584 18 0 0 25 0 1 0 1996298510 64499712 15433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15433 75 150 0 15594 0
Current children cumulated CPU time (s) 1295.78
Current children cumulated vsize (KiB) 81944

[startup+1362.3 s]
/proc/loadavg: 1.97 1.98 1.99 4/84 12609
/proc/meminfo: memFree=1471856/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1345.99
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15447 0 0 0 134581 18 0 0 25 0 1 0 1996298510 64499712 15433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15433 75 150 0 15594 0
Current children cumulated CPU time (s) 1355.75
Current children cumulated vsize (KiB) 81944

[startup+1422.31 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471728/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1405.97
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15448 0 0 0 140579 18 0 0 25 0 1 0 1996298510 64499712 15434 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15434 75 150 0 15594 0
Current children cumulated CPU time (s) 1415.73
Current children cumulated vsize (KiB) 81944

[startup+1482.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471664/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1465.93
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15449 0 0 0 146575 18 0 0 25 0 1 0 1996298510 64499712 15435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15435 75 150 0 15594 0
Current children cumulated CPU time (s) 1475.69
Current children cumulated vsize (KiB) 81944

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471664/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1525.91
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15455 0 0 0 152572 19 0 0 25 0 1 0 1996298510 64499712 15441 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15441 75 150 0 15594 0
Current children cumulated CPU time (s) 1535.67
Current children cumulated vsize (KiB) 81944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471664/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1585.89
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15458 0 0 0 158570 19 0 0 25 0 1 0 1996298510 64499712 15444 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15444 75 150 0 15594 0
Current children cumulated CPU time (s) 1595.65
Current children cumulated vsize (KiB) 81944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471608/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=62988 CPUtime=1645.86
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15473 0 0 0 164567 19 0 0 25 0 1 0 1996298510 64499712 15459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15747 15459 75 150 0 15594 0
Current children cumulated CPU time (s) 1655.62
Current children cumulated vsize (KiB) 81944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471544/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=63316 CPUtime=1705.83
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15520 0 0 0 170564 19 0 0 25 0 1 0 1996298510 64835584 15506 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15829 15506 75 150 0 15676 0
Current children cumulated CPU time (s) 1715.59
Current children cumulated vsize (KiB) 82272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471544/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=63316 CPUtime=1765.8
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15536 0 0 0 176561 19 0 0 25 0 1 0 1996298510 64835584 15522 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15829 15522 75 150 0 15676 0
Current children cumulated CPU time (s) 1775.56
Current children cumulated vsize (KiB) 82272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12609
/proc/meminfo: memFree=1471480/2055920 swapFree=4180412/4192956
[pid=12545] ppid=12543 vsize=13600 CPUtime=9.76
/proc/12545/stat : 12545 (sugar) S 12543 12545 10877 0 -1 4194304 1031 37102 0 2 4 1 941 30 16 0 1 0 1996297518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12545/statm: 3400 798 370 3 0 500 0
[pid=12568] ppid=12545 vsize=5356 CPUtime=0
/proc/12568/stat : 12568 (sh) S 12545 12545 10877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996298509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12568/statm: 1339 232 193 169 0 50 0
[pid=12569] ppid=12568 vsize=63316 CPUtime=1790.3
/proc/12569/stat : 12569 (minisat) R 12568 12545 10877 0 -1 4194304 15537 0 0 0 179011 19 0 0 25 0 1 0 1996298510 64835584 15523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12569/statm: 15829 15523 75 150 0 15676 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 82272

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 12545 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=454562
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=325950
# CPU time returned by wait4() is 9.78051
# 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): 1806.83
CPU time (s): 1800.06
CPU user time (s): 1799.56
CPU system time (s): 0.5
CPU usage (%): 99.6255
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.45456
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38560
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= 3385
involuntary context switches= 3305

runsolver used 1.91571 second user time and 6.32104 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 14:07:12
IDJOB=1072315
IDBENCH=56247
IDSOLVER=346
FILE ID=node21/1072315-1215173232
PBS_JOBID= 7881410
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-8_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-1072315-1215173232/watcher-1072315-1215173232 -o /tmp/evaluation-result-1072315-1215173232/solver-1072315-1215173232 -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-1072315-1215173232.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 365e2fe2f2ba1f1fef445ec0dbc8513f
RANDOM SEED=1537342687

node21.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.263
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.263
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:       1545464 kB
Buffers:         84876 kB
Cached:         326988 kB
SwapCached:       6608 kB
Active:         253288 kB
Inactive:       191524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545464 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            4208 kB
Writeback:           0 kB
Mapped:          40608 kB
Slab:            50880 kB
Committed_AS:  3564044 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= 66552 MiB
End job on node21 at 2008-07-04 14:37:21