Trace number 1092457

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.04 1803.47

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-5.xml
MD5SUMae7430fa0ee17432c782e1ef242ba179
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1679
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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 Sat Jul  5 18:26:44 2008
0.00/0.04	c 0	PID 23236
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092457-1215275204.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092457-1215275204.xml' 'HOME/temp.csp'
0.03/0.70	c 0	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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'
0.67/0.81	c 1	Parsing HOME/temp.csp
0.92/1.08	c 1	parsed 4982 expressions
0.92/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.09	c 1	Converting to clausal form CSP
1.01/1.11	c 1	converted 499 (10%) expressions
1.01/1.18	c 1	converted 997 (20%) expressions
1.11/1.29	c 1	converted 1495 (30%) expressions
1.21/1.33	c 1	converted 1993 (40%) expressions
1.21/1.34	c 1	converted 2491 (50%) expressions
1.21/1.36	c 1	converted 2990 (60%) expressions
1.21/1.37	c 1	converted 3488 (70%) expressions
1.21/1.38	c 1	converted 3986 (80%) expressions
1.21/1.40	c 1	converted 4484 (90%) expressions
1.32/1.45	c 1	converted 4982 (100%) expressions
1.32/1.45	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1679
1.32/1.45	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.45	c 1	Propagation in CSP
1.61/1.72	c 1	391267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.72	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 883
1.61/1.72	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.72	c 1	Simplifing CSP by introducing new Boolean variables
1.61/1.77	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 883
1.61/1.77	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.88	c 2	40 (10%) CSP integer variables are encoded (29820 clauses, 425184 bytes)
1.81/1.91	c 2	80 (20%) CSP integer variables are encoded (57820 clauses, 845184 bytes)
1.81/1.94	c 2	120 (30%) CSP integer variables are encoded (80740 clauses, 1188984 bytes)
1.81/1.98	c 2	160 (40%) CSP integer variables are encoded (110820 clauses, 1662115 bytes)
1.91/2.02	c 2	200 (50%) CSP integer variables are encoded (135780 clauses, 2086435 bytes)
1.91/2.05	c 2	240 (60%) CSP integer variables are encoded (161920 clauses, 2530815 bytes)
1.91/2.09	c 2	280 (70%) CSP integer variables are encoded (189340 clauses, 2996955 bytes)
2.01/2.12	c 2	320 (80%) CSP integer variables are encoded (209220 clauses, 3334915 bytes)
2.01/2.15	c 2	360 (90%) CSP integer variables are encoded (232680 clauses, 3733735 bytes)
2.01/2.19	c 2	400 (100%) CSP integer variables are encoded (259340 clauses, 4186955 bytes)
2.70/2.84	c 3	1178 (10%) CSP clauses are encoded (553914 clauses, 10785670 bytes)
3.28/3.45	c 3	2356 (20%) CSP clauses are encoded (835350 clauses, 17317708 bytes)
3.79/3.92	c 4	3534 (30%) CSP clauses are encoded (1063420 clauses, 22612259 bytes)
4.38/4.52	c 4	4712 (40%) CSP clauses are encoded (1350824 clauses, 29289966 bytes)
4.88/5.04	c 5	5890 (50%) CSP clauses are encoded (1591240 clauses, 34884072 bytes)
5.46/5.64	c 5	7068 (60%) CSP clauses are encoded (1886053 clauses, 41772290 bytes)
6.06/6.20	c 6	8246 (70%) CSP clauses are encoded (2156189 clauses, 48342916 bytes)
6.45/6.66	c 6	9424 (80%) CSP clauses are encoded (2377681 clauses, 53694473 bytes)
6.95/7.19	c 7	10602 (90%) CSP clauses are encoded (2638979 clauses, 59938985 bytes)
7.53/7.72	c 7	11780 (100%) CSP clauses are encoded (2891491 clauses, 65665398 bytes)
7.53/7.72	c 7	11780 CSP clauses encoded
7.53/7.72	c 8	Writing map file : HOME/temp.map
7.53/7.73	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.53/7.73	c 8	SAT : 267340 SAT variables, 2891491 SAT clauses, 65665398 bytes
7.53/7.73	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.53/7.76	c 8	SOLVING HOME/temp.cnf
7.53/7.76	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.53/7.76	c 8	This is MiniSat 2.0 beta
7.53/7.76	c 8	WARNING: for repeatability, setting FPU to use double precision
7.53/7.76	c 8	============================[ Problem Statistics ]=============================
7.53/7.76	c 8	|                                                                             |
7.53/7.76	c 8	|  Number of variables:  267340                                               |
7.53/7.76	c 8	|  Number of clauses:    2891491                                              |
9.19/9.48	c 9	|  Parsing time:         1.50         s                                       |
9.29/9.56	c 9	============================[ Search Statistics ]==============================
9.29/9.56	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.29/9.56	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.29/9.56	c 9	===============================================================================
9.29/9.56	c 9	|         0 |  265822  2889973  8154002 |   963324        0    nan |  0.000 % |
10.77/11.03	c 11	|       102 |  265822  2889973  8154002 |  1059656      102     18 |  0.568 % |
12.55/12.87	c 13	|       252 |  265822  2889973  8154002 |  1165622      252     24 |  0.568 % |
15.32/15.68	c 15	|       480 |  265822  2889973  8154002 |  1282184      480     20 |  0.568 % |
19.28/19.62	c 19	|       817 |  265822  2889973  8154002 |  1410403      817     23 |  0.568 % |
25.43/25.85	c 26	|      1323 |  265822  2889973  8154002 |  1551443     1323     22 |  0.568 % |
34.55/35.04	c 35	|      2084 |  265822  2889973  8154002 |  1706587     2084     24 |  0.568 % |
46.24/46.87	c 47	|      3224 |  265822  2889973  8154002 |  1877246     3224     26 |  0.568 % |
69.91/70.71	c 70	|      4932 |  265822  2889973  8154002 |  2064971     4932     28 |  0.568 % |
106.56/107.77	c 108	|      7494 |  265822  2889973  8154002 |  2271468     7494     29 |  0.568 % |
159.65/161.32	c 161	|     11338 |  265822  2889973  8154002 |  2498615    11338     30 |  0.568 % |
229.69/232.07	c 232	|     17105 |  265822  2889973  8154002 |  2748476    17105     33 |  0.568 % |
359.78/362.62	c 362	|     25754 |  265822  2889973  8154002 |  3023324    25754     33 |  0.568 % |
506.02/508.97	c 509	|     38728 |  265822  2889973  8154002 |  3325656    38728     35 |  0.568 % |
783.22/786.26	c 786	|     58191 |  265822  2889973  8154002 |  3658222    58191     37 |  0.568 % |
1214.95/1218.11	c 1218	|     87383 |  265822  2889973  8154002 |  4024044    87383     39 |  0.568 % |
1800.04/1803.41	c ERROR INTERRUPTED
1800.04/1803.44	s UNKNOWN
1800.04/1803.44	c 1803	CPU 6.95 (0.04 0.01 6.91 0.62)
1800.04/1803.44	c 1803	END Sat Jul  5 18:56:47 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-1092457-1215275204/watcher-1092457-1215275204 -o /tmp/evaluation-result-1092457-1215275204/solver-1092457-1215275204 -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-1092457-1215275204.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.92 1.98 1.99 4/73 23236
/proc/meminfo: memFree=1773344/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=18572 CPUtime=0
/proc/23236/stat : 23236 (runsolver) R 23234 23236 22070 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006494405 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23236/statm: 4643 292 257 25 0 2626 0

[startup+0.0901201 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23236
/proc/meminfo: memFree=1773344/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.03
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006494405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101118 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23236
/proc/meminfo: memFree=1773344/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.03
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006494405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301137 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23236
/proc/meminfo: memFree=1773344/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.03
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006494405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701173 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23236
/proc/meminfo: memFree=1773344/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.03
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006494405 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23258
/proc/meminfo: memFree=1764808/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.67
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 974 7185 0 1 3 0 59 5 15 0 1 0 2006494405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 797 370 3 0 500 0
[pid=23249] ppid=23236 vsize=5356 CPUtime=0
/proc/23249/stat : 23249 (sh) S 23236 23236 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006494479 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23249/statm: 1339 233 193 169 0 50 0
[pid=23250] ppid=23249 vsize=868352 CPUtime=0.74
/proc/23250/stat : 23250 (java) S 23249 23236 22070 0 -1 0 7247 0 1 0 70 4 0 0 18 0 9 0 2006494479 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23250/statm: 217088 6478 2540 9 0 211663 0
[pid=23250/tid=23251] ppid=23249 vsize=868352 CPUtime=0.43
/proc/23250/task/23251/stat : 23251 (java) R 23249 23236 22070 0 -1 64 2671 0 1 0 42 1 0 0 23 0 9 0 2006494480 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23252] ppid=23249 vsize=868352 CPUtime=0.1
/proc/23250/task/23252/stat : 23252 (java) R 23249 23236 22070 0 -1 64 2434 0 0 0 9 1 0 0 16 0 9 0 2006494481 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 104185888 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23253] ppid=23249 vsize=868352 CPUtime=0
/proc/23250/task/23253/stat : 23253 (java) S 23249 23236 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006494481 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23254] ppid=23249 vsize=868352 CPUtime=0
/proc/23250/task/23254/stat : 23254 (java) S 23249 23236 22070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006494481 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23255] ppid=23249 vsize=868352 CPUtime=0
/proc/23250/task/23255/stat : 23255 (java) S 23249 23236 22070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006494483 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23256] ppid=23249 vsize=868352 CPUtime=0.18
/proc/23250/task/23256/stat : 23256 (java) S 23249 23236 22070 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 2006494483 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23257] ppid=23249 vsize=868352 CPUtime=0
/proc/23250/task/23257/stat : 23257 (java) S 23249 23236 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006494483 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23258] ppid=23249 vsize=868352 CPUtime=0
/proc/23250/task/23258/stat : 23258 (java) S 23249 23236 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006494483 889192448 6478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887308

[startup+3.10238 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 23258
/proc/meminfo: memFree=1749512/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.68
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 974 7185 0 1 3 1 59 5 15 0 1 0 2006494405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 797 370 3 0 500 0
[pid=23249] ppid=23236 vsize=5356 CPUtime=0
/proc/23249/stat : 23249 (sh) S 23236 23236 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006494479 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23249/statm: 1339 233 193 169 0 50 0
[pid=23250] ppid=23249 vsize=868464 CPUtime=2.32
/proc/23250/stat : 23250 (java) S 23249 23236 22070 0 -1 0 8259 0 1 0 216 16 0 0 18 0 9 0 2006494479 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23250/statm: 217116 7075 2564 9 0 211663 0
[pid=23250/tid=23251] ppid=23249 vsize=868464 CPUtime=1.8
/proc/23250/task/23251/stat : 23251 (java) R 23249 23236 22070 0 -1 64 3130 0 1 0 169 11 0 0 25 0 9 0 2006494480 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4126960641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23252] ppid=23249 vsize=868464 CPUtime=0.26
/proc/23250/task/23252/stat : 23252 (java) S 23249 23236 22070 0 -1 64 2960 0 0 0 23 3 0 0 16 0 9 0 2006494481 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23253] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23253/stat : 23253 (java) S 23249 23236 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006494481 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23254] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23254/stat : 23254 (java) S 23249 23236 22070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006494481 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23255] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23255/stat : 23255 (java) S 23249 23236 22070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006494483 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23256] ppid=23249 vsize=868464 CPUtime=0.22
/proc/23250/task/23256/stat : 23256 (java) S 23249 23236 22070 0 -1 64 1476 0 0 0 22 0 0 0 16 0 9 0 2006494483 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23257] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23257/stat : 23257 (java) S 23249 23236 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006494483 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23258] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23258/stat : 23258 (java) S 23249 23236 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006494483 889307136 7075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887420

[startup+6.30166 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 23258
/proc/meminfo: memFree=1713488/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=0.68
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 974 7185 0 1 3 1 59 5 15 0 1 0 2006494405 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 797 370 3 0 500 0
[pid=23249] ppid=23236 vsize=5356 CPUtime=0
/proc/23249/stat : 23249 (sh) S 23236 23236 22070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006494479 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23249/statm: 1339 233 193 169 0 50 0
[pid=23250] ppid=23249 vsize=868464 CPUtime=5.48
/proc/23250/stat : 23250 (java) S 23249 23236 22070 0 -1 0 9207 0 1 0 506 42 0 0 18 0 9 0 2006494479 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23250/statm: 217116 7084 2565 9 0 211663 0
[pid=23250/tid=23251] ppid=23249 vsize=868464 CPUtime=4.72
/proc/23250/task/23251/stat : 23251 (java) R 23249 23236 22070 0 -1 64 4069 0 1 0 440 32 0 0 25 0 9 0 2006494480 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4126934820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23252] ppid=23249 vsize=868464 CPUtime=0.49
/proc/23250/task/23252/stat : 23252 (java) S 23249 23236 22070 0 -1 64 2960 0 0 0 41 8 0 0 16 0 9 0 2006494481 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23253] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23253/stat : 23253 (java) S 23249 23236 22070 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006494481 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23254] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23254/stat : 23254 (java) S 23249 23236 22070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006494481 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23255] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23255/stat : 23255 (java) S 23249 23236 22070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006494483 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23256] ppid=23249 vsize=868464 CPUtime=0.23
/proc/23250/task/23256/stat : 23256 (java) S 23249 23236 22070 0 -1 64 1485 0 0 0 23 0 0 0 16 0 9 0 2006494483 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23257] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23257/stat : 23257 (java) S 23249 23236 22070 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006494483 889307136 7084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23250/tid=23258] ppid=23249 vsize=868464 CPUtime=0
/proc/23250/task/23258/stat : 23258 (java) S 23249 23236 22070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006494483 889307136 7084 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) 887420

[startup+12.7022 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23260
/proc/meminfo: memFree=1567952/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.57
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 3 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=144576 CPUtime=4.88
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 34557 0 0 0 467 21 0 0 25 0 1 0 2006495181 148045824 34543 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23260/statm: 36144 34543 75 150 0 35991 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 163532

[startup+25.5013 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23260
/proc/meminfo: memFree=1566224/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.57
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 3 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=146292 CPUtime=17.56
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 34997 0 0 0 1734 22 0 0 25 0 1 0 2006495181 149803008 34983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23260/statm: 36573 34983 75 150 0 36420 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 165248

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23260
/proc/meminfo: memFree=1565776/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=146820 CPUtime=42.92
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 35137 0 0 0 4270 22 0 0 25 0 1 0 2006495181 150343680 35123 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/23260/statm: 36705 35123 75 150 0 36552 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 165776

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23260
/proc/meminfo: memFree=1565136/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1509584/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=165020 CPUtime=1291.54
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 39626 0 0 0 129123 31 0 0 25 0 1 0 2006495181 168980480 39612 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 41255 39612 75 150 0 41102 0
Current children cumulated CPU time (s) 1299.12
Current children cumulated vsize (KiB) 183976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1508560/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=165944 CPUtime=1351.51
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 39878 0 0 0 135120 31 0 0 25 0 1 0 2006495181 169926656 39864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 41486 39864 75 150 0 41333 0
Current children cumulated CPU time (s) 1359.09
Current children cumulated vsize (KiB) 184900

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1507536/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=167000 CPUtime=1411.5
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 40129 0 0 0 141118 32 0 0 25 0 1 0 2006495181 171008000 40115 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 41750 40115 75 150 0 41597 0
Current children cumulated CPU time (s) 1419.08
Current children cumulated vsize (KiB) 185956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1506128/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=168320 CPUtime=1471.47
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 40464 0 0 0 147115 32 0 0 25 0 1 0 2006495181 172359680 40450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 42080 40450 75 150 0 41927 0
Current children cumulated CPU time (s) 1479.05
Current children cumulated vsize (KiB) 187276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1505296/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=169112 CPUtime=1531.45
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 40671 0 0 0 153112 33 0 0 25 0 1 0 2006495181 173170688 40657 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 42278 40657 75 150 0 42125 0
Current children cumulated CPU time (s) 1539.03
Current children cumulated vsize (KiB) 188068

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1503632/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=170700 CPUtime=1591.42
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 41082 0 0 0 159109 33 0 0 25 0 1 0 2006495181 174796800 41068 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 42675 41068 75 150 0 42522 0
Current children cumulated CPU time (s) 1599
Current children cumulated vsize (KiB) 189656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1502160/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=172024 CPUtime=1651.41
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 41416 0 0 0 165107 34 0 0 25 0 1 0 2006495181 176152576 41402 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 43006 41402 75 150 0 42853 0
Current children cumulated CPU time (s) 1658.99
Current children cumulated vsize (KiB) 190980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1501264/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=172948 CPUtime=1711.38
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 41640 0 0 0 171104 34 0 0 25 0 1 0 2006495181 177098752 41626 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 43237 41626 75 150 0 43084 0
Current children cumulated CPU time (s) 1718.96
Current children cumulated vsize (KiB) 191904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1500368/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=173740 CPUtime=1771.36
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 41860 0 0 0 177101 35 0 0 25 0 1 0 2006495181 177909760 41846 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 43435 41846 75 150 0 43282 0
Current children cumulated CPU time (s) 1778.94
Current children cumulated vsize (KiB) 192696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23349
/proc/meminfo: memFree=1500048/2055920 swapFree=4180080/4192956
[pid=23236] ppid=23234 vsize=13600 CPUtime=7.58
/proc/23236/stat : 23236 (sugar) S 23234 23236 22070 0 -1 4194304 1033 17112 0 2 4 1 691 62 16 0 1 0 2006494405 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23236/statm: 3400 799 370 3 0 500 0
[pid=23259] ppid=23236 vsize=5356 CPUtime=0
/proc/23259/stat : 23259 (sh) S 23236 23236 22070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006495181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23259/statm: 1339 232 193 169 0 50 0
[pid=23260] ppid=23259 vsize=174004 CPUtime=1792.46
/proc/23260/stat : 23260 (minisat) R 23259 23236 22070 0 -1 4194304 41935 0 0 0 179211 35 0 0 25 0 1 0 2006495181 178180096 41921 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/23260/statm: 43501 41921 75 150 0 43348 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 192960

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 23236 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=957942
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=670898
# CPU time returned by wait4() is 7.62884
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.47
CPU time (s): 1800.04
CPU user time (s): 1799.06
CPU system time (s): 0.98
CPU usage (%): 99.8098
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.95794
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18489
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= 14809
involuntary context switches= 14778

runsolver used 2.07968 second user time and 6.13807 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 18:26:44
IDJOB=1092457
IDBENCH=58619
IDSOLVER=346
FILE ID=node31/1092457-1215275204
PBS_JOBID= 7882218
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-5.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-1092457-1215275204/watcher-1092457-1215275204 -o /tmp/evaluation-result-1092457-1215275204/solver-1092457-1215275204 -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-1092457-1215275204.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae7430fa0ee17432c782e1ef242ba179
RANDOM SEED=394203290

node31.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1773824 kB
Buffers:         39600 kB
Cached:         175604 kB
SwapCached:       5728 kB
Active:         155156 kB
Inactive:        75828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773824 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          22584 kB
Slab:            36068 kB
Committed_AS:  3243668 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node31 at 2008-07-05 18:56:49