Trace number 1092520

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 1816.47

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-0.xml
MD5SUM694094fc9258bd0927570f73a0c21c65
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 size1663
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 18:35:05 2008
0.00/0.05	c 0	PID 583
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092520-1215275705.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-1092520-1215275705.xml' 'HOME/temp.csp'
0.04/0.71	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/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.69/0.81	c 1	Parsing HOME/temp.csp
0.95/1.08	c 1	parsed 4982 expressions
0.95/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.09	c 1	Converting to clausal form CSP
1.04/1.11	c 1	converted 499 (10%) expressions
1.04/1.18	c 2	converted 997 (20%) expressions
1.14/1.29	c 2	converted 1495 (30%) expressions
1.24/1.33	c 2	converted 1993 (40%) expressions
1.24/1.35	c 2	converted 2491 (50%) expressions
1.24/1.36	c 2	converted 2990 (60%) expressions
1.24/1.37	c 2	converted 3488 (70%) expressions
1.24/1.39	c 2	converted 3986 (80%) expressions
1.34/1.40	c 2	converted 4484 (90%) expressions
1.34/1.46	c 2	converted 4982 (100%) expressions
1.34/1.46	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1663
1.34/1.46	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.46	c 2	Propagation in CSP
1.63/1.73	c 2	383211 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.73	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 901
1.63/1.73	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.78	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 901
1.63/1.78	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.83	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.88	c 2	40 (10%) CSP integer variables are encoded (20820 clauses, 290192 bytes)
1.82/1.90	c 2	80 (20%) CSP integer variables are encoded (41440 clauses, 599492 bytes)
1.82/1.94	c 2	120 (30%) CSP integer variables are encoded (66000 clauses, 967892 bytes)
1.82/1.97	c 2	160 (40%) CSP integer variables are encoded (90840 clauses, 1340492 bytes)
1.92/2.00	c 2	200 (50%) CSP integer variables are encoded (114740 clauses, 1728827 bytes)
1.92/2.04	c 2	240 (60%) CSP integer variables are encoded (139240 clauses, 2145327 bytes)
1.92/2.08	c 2	280 (70%) CSP integer variables are encoded (169500 clauses, 2659747 bytes)
2.03/2.13	c 3	320 (80%) CSP integer variables are encoded (203120 clauses, 3231287 bytes)
2.03/2.17	c 3	360 (90%) CSP integer variables are encoded (234920 clauses, 3771887 bytes)
2.13/2.21	c 3	400 (100%) CSP integer variables are encoded (261420 clauses, 4222387 bytes)
2.52/2.69	c 3	1178 (10%) CSP clauses are encoded (481437 clauses, 9097237 bytes)
2.92/3.09	c 3	2356 (20%) CSP clauses are encoded (677144 clauses, 13632594 bytes)
3.42/3.57	c 4	3534 (30%) CSP clauses are encoded (920345 clauses, 19283573 bytes)
3.92/4.03	c 4	4712 (40%) CSP clauses are encoded (1153087 clauses, 24681574 bytes)
4.41/4.56	c 5	5890 (50%) CSP clauses are encoded (1422132 clauses, 30948237 bytes)
4.91/5.03	c 5	7068 (60%) CSP clauses are encoded (1669392 clauses, 36708465 bytes)
5.41/5.57	c 6	8246 (70%) CSP clauses are encoded (1955885 clauses, 43410810 bytes)
6.01/6.14	c 7	9424 (80%) CSP clauses are encoded (2260596 clauses, 50821264 bytes)
6.62/6.75	c 7	10602 (90%) CSP clauses are encoded (2589303 clauses, 58754974 bytes)
7.37/7.55	c 8	11780 (100%) CSP clauses are encoded (3019882 clauses, 68766875 bytes)
7.37/7.56	c 8	11780 CSP clauses encoded
7.37/7.56	c 8	Writing map file : HOME/temp.map
7.37/7.57	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.37/7.57	c 8	SAT : 269420 SAT variables, 3019882 SAT clauses, 68766875 bytes
7.37/7.57	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.44/7.61	c 8	SOLVING HOME/temp.cnf
7.44/7.61	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.44/7.61	c 8	This is MiniSat 2.0 beta
7.44/7.61	c 8	WARNING: for repeatability, setting FPU to use double precision
7.44/7.61	c 8	============================[ Problem Statistics ]=============================
7.44/7.61	c 8	|                                                                             |
7.44/7.62	c 8	|  Number of variables:  269420                                               |
7.44/7.62	c 8	|  Number of clauses:    3019882                                              |
9.21/9.43	c 10	|  Parsing time:         1.56         s                                       |
9.30/9.52	c 10	============================[ Search Statistics ]==============================
9.30/9.52	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.30/9.52	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.30/9.52	c 10	===============================================================================
9.30/9.52	c 10	|         0 |  268108  3018570  8535388 |  1006190        0    nan |  0.000 % |
11.19/11.46	c 12	|       100 |  268108  3018570  8535388 |  1106809      100     26 |  0.487 % |
13.25/13.51	c 14	|       250 |  268108  3018570  8535388 |  1217489      250     18 |  0.487 % |
16.83/17.16	c 18	|       476 |  268108  3018570  8535388 |  1339238      476     18 |  0.487 % |
21.68/22.09	c 22	|       814 |  268108  3018570  8535388 |  1473162      814     20 |  0.487 % |
27.82/28.25	c 29	|      1323 |  268108  3018570  8535388 |  1620479     1323     23 |  0.487 % |
40.31/40.87	c 41	|      2083 |  268108  3018570  8535388 |  1782526     2083     23 |  0.487 % |
59.83/60.59	c 61	|      3223 |  268108  3018570  8535388 |  1960779     3223     25 |  0.487 % |
90.65/91.65	c 92	|      4932 |  268108  3018570  8535388 |  2156857     4932     23 |  0.487 % |
128.41/129.79	c 130	|      7494 |  268108  3018570  8535388 |  2372543     7494     25 |  0.487 % |
190.34/192.24	c 193	|     11338 |  268108  3018570  8535388 |  2609797    11338     25 |  0.487 % |
283.40/286.16	c 287	|     17106 |  268108  3018570  8535388 |  2870777    17106     26 |  0.487 % |
416.98/420.99	c 421	|     25755 |  268108  3018570  8535388 |  3157855    25755     28 |  0.487 % |
636.10/642.03	c 642	|     38729 |  268108  3018570  8535388 |  3473640    38729     29 |  0.487 % |
976.10/985.19	c 986	|     58190 |  268108  3018570  8535388 |  3821004    58190     30 |  0.487 % |
1444.35/1457.63	c 1458	|     87382 |  268108  3018570  8535388 |  4203105    87382     36 |  0.487 % |
1800.04/1816.41	c ERROR INTERRUPTED
1800.04/1816.44	s UNKNOWN
1800.04/1816.44	c 1817	CPU 6.79 (0.03 0.01 6.76 0.65)
1800.04/1816.44	c 1817	END Sat Jul  5 19:05:22 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-1092520-1215275705/watcher-1092520-1215275705 -o /tmp/evaluation-result-1092520-1215275705/solver-1092520-1215275705 -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-1092520-1215275705.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.04 2.01 2.00 4/82 583
/proc/meminfo: memFree=1738496/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=18572 CPUtime=0
/proc/583/stat : 583 (runsolver) R 581 583 30427 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2006545130 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/583/statm: 4643 292 257 25 0 2626 0

[startup+0.0831601 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 583
/proc/meminfo: memFree=1738496/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.04
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006545130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102157 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 583
/proc/meminfo: memFree=1738496/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.04
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006545130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302105 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 583
/proc/meminfo: memFree=1738496/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.04
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006545130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702001 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 583
/proc/meminfo: memFree=1738496/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.04
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2006545130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 605
/proc/meminfo: memFree=1719528/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.69
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 974 7183 0 1 3 1 61 4 15 0 1 0 2006545130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 797 370 3 0 500 0
[pid=596] ppid=583 vsize=5356 CPUtime=0
/proc/596/stat : 596 (sh) S 583 583 30427 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006545204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/596/statm: 1339 233 193 169 0 50 0
[pid=597] ppid=596 vsize=868352 CPUtime=0.75
/proc/597/stat : 597 (java) S 596 583 30427 0 -1 0 7193 0 1 0 71 4 0 0 18 0 9 0 2006545204 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/597/statm: 217088 6426 2540 9 0 211663 0
[pid=597/tid=598] ppid=596 vsize=868352 CPUtime=0.42
/proc/597/task/598/stat : 598 (java) R 596 583 30427 0 -1 64 2669 0 1 0 41 1 0 0 19 0 9 0 2006545205 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4126894144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=599] ppid=596 vsize=868352 CPUtime=0.1
/proc/597/task/599/stat : 599 (java) S 596 583 30427 0 -1 64 2382 0 0 0 10 0 0 0 16 0 9 0 2006545206 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=600] ppid=596 vsize=868352 CPUtime=0
/proc/597/task/600/stat : 600 (java) S 596 583 30427 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006545206 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=601] ppid=596 vsize=868352 CPUtime=0
/proc/597/task/601/stat : 601 (java) S 596 583 30427 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006545207 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=602] ppid=596 vsize=868352 CPUtime=0
/proc/597/task/602/stat : 602 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006545208 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=603] ppid=596 vsize=868352 CPUtime=0.2
/proc/597/task/603/stat : 603 (java) S 596 583 30427 0 -1 64 1449 0 0 0 19 1 0 0 16 0 9 0 2006545208 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=604] ppid=596 vsize=868352 CPUtime=0
/proc/597/task/604/stat : 604 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006545209 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=605] ppid=596 vsize=868352 CPUtime=0
/proc/597/task/605/stat : 605 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006545209 889192448 6426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887308

[startup+3.10258 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 605
/proc/meminfo: memFree=1691560/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.69
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 974 7183 0 1 3 1 61 4 15 0 1 0 2006545130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/583/statm: 3400 797 370 3 0 500 0
[pid=596] ppid=583 vsize=5356 CPUtime=0
/proc/596/stat : 596 (sh) S 583 583 30427 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006545204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/596/statm: 1339 233 193 169 0 50 0
[pid=597] ppid=596 vsize=868464 CPUtime=2.32
/proc/597/stat : 597 (java) S 596 583 30427 0 -1 0 8233 0 1 0 216 16 0 0 18 0 9 0 2006545204 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/597/statm: 217116 7044 2564 9 0 211663 0
[pid=597/tid=598] ppid=596 vsize=868464 CPUtime=1.78
/proc/597/task/598/stat : 598 (java) R 596 583 30427 0 -1 64 3135 0 1 0 166 12 0 0 24 0 9 0 2006545205 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=597/tid=599] ppid=596 vsize=868464 CPUtime=0.27
/proc/597/task/599/stat : 599 (java) S 596 583 30427 0 -1 64 2926 0 0 0 25 2 0 0 16 0 9 0 2006545206 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=597/tid=600] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/600/stat : 600 (java) S 596 583 30427 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006545206 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=601] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/601/stat : 601 (java) S 596 583 30427 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006545207 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=602] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/602/stat : 602 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006545208 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=603] ppid=596 vsize=868464 CPUtime=0.25
/proc/597/task/603/stat : 603 (java) S 596 583 30427 0 -1 64 1479 0 0 0 24 1 0 0 16 0 9 0 2006545208 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=597/tid=604] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/604/stat : 604 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006545209 889307136 7044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=605] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/605/stat : 605 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006545209 889307136 7044 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) 887420

[startup+6.30273 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 605
/proc/meminfo: memFree=1613864/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=0.69
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 974 7183 0 1 3 1 61 4 15 0 1 0 2006545130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/583/statm: 3400 797 370 3 0 500 0
[pid=596] ppid=583 vsize=5356 CPUtime=0
/proc/596/stat : 596 (sh) S 583 583 30427 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006545204 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/596/statm: 1339 233 193 169 0 50 0
[pid=597] ppid=596 vsize=868464 CPUtime=5.52
/proc/597/stat : 597 (java) S 596 583 30427 0 -1 0 9261 0 1 0 505 47 0 0 18 0 9 0 2006545204 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/597/statm: 217116 7050 2565 9 0 211663 0
[pid=597/tid=598] ppid=596 vsize=868464 CPUtime=4.71
/proc/597/task/598/stat : 598 (java) R 596 583 30427 0 -1 64 4157 0 1 0 433 38 0 0 25 0 9 0 2006545205 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=597/tid=599] ppid=596 vsize=868464 CPUtime=0.52
/proc/597/task/599/stat : 599 (java) S 596 583 30427 0 -1 64 2926 0 0 0 46 6 0 0 16 0 9 0 2006545206 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=597/tid=600] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/600/stat : 600 (java) S 596 583 30427 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006545206 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=601] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/601/stat : 601 (java) S 596 583 30427 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006545207 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=602] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/602/stat : 602 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006545208 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=603] ppid=596 vsize=868464 CPUtime=0.25
/proc/597/task/603/stat : 603 (java) S 596 583 30427 0 -1 64 1485 0 0 0 24 1 0 0 16 0 9 0 2006545208 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=597/tid=604] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/604/stat : 604 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006545209 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=597/tid=605] ppid=596 vsize=868464 CPUtime=0
/proc/597/task/605/stat : 605 (java) S 596 583 30427 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006545209 889307136 7050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887420

[startup+12.7011 s]
/proc/loadavg: 2.11 2.02 2.01 3/77 609
/proc/meminfo: memFree=1428200/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=149364 CPUtime=5.03
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 35974 0 0 0 476 27 0 0 25 0 1 0 2006545892 152948736 35960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 37341 35960 75 150 0 37188 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 168320

[startup+25.5017 s]
/proc/loadavg: 2.08 2.02 2.00 3/77 609
/proc/meminfo: memFree=1376744/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=151088 CPUtime=17.7
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 36338 0 0 0 1742 28 0 0 25 0 1 0 2006545892 154714112 36324 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 37772 36324 75 150 0 37619 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 170044

[startup+51.1021 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 609
/proc/meminfo: memFree=1354856/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=151484 CPUtime=43.06
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 36427 0 0 0 4278 28 0 0 25 0 1 0 2006545892 155119616 36413 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 37871 36413 75 150 0 37718 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 170440

[startup+102.308 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 609
/proc/meminfo: memFree=1353768/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1327600/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=164744 CPUtime=1283
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 39748 0 0 0 128267 33 0 0 25 0 1 0 2006545892 168697856 39734 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 41186 39734 75 150 0 41033 0
Current children cumulated CPU time (s) 1290.45
Current children cumulated vsize (KiB) 183700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 611
/proc/meminfo: memFree=1325936/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=165668 CPUtime=1342.45
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 39990 0 0 0 134212 33 0 0 25 0 1 0 2006545892 169644032 39976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 41417 39976 75 150 0 41264 0
Current children cumulated CPU time (s) 1349.9
Current children cumulated vsize (KiB) 184624

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 611
/proc/meminfo: memFree=1324464/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=166592 CPUtime=1401.91
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 40207 0 0 0 140158 33 0 0 25 0 1 0 2006545892 170590208 40193 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 41648 40193 75 150 0 41495 0
Current children cumulated CPU time (s) 1409.36
Current children cumulated vsize (KiB) 185548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 611
/proc/meminfo: memFree=1323312/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=167648 CPUtime=1461.37
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 40487 0 0 0 146103 34 0 0 25 0 1 0 2006545892 171671552 40473 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 41912 40473 75 150 0 41759 0
Current children cumulated CPU time (s) 1468.82
Current children cumulated vsize (KiB) 186604

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 611
/proc/meminfo: memFree=1322608/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=168488 CPUtime=1520.83
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 40661 0 0 0 152049 34 0 0 25 0 1 0 2006545892 172531712 40647 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 42122 40647 75 150 0 41969 0
Current children cumulated CPU time (s) 1528.28
Current children cumulated vsize (KiB) 187444

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 617
/proc/meminfo: memFree=1321896/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=169148 CPUtime=1580.28
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 40816 0 0 0 157993 35 0 0 25 0 1 0 2006545892 173207552 40802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 42287 40802 75 150 0 42134 0
Current children cumulated CPU time (s) 1587.73
Current children cumulated vsize (KiB) 188104

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 617
/proc/meminfo: memFree=1321256/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=169676 CPUtime=1639.74
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 40972 0 0 0 163939 35 0 0 25 0 1 0 2006545892 173748224 40958 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 42419 40958 75 150 0 42266 0
Current children cumulated CPU time (s) 1647.19
Current children cumulated vsize (KiB) 188632

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 617
/proc/meminfo: memFree=1320552/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=170336 CPUtime=1699.19
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 41137 0 0 0 169884 35 0 0 25 0 1 0 2006545892 174424064 41123 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 42584 41123 75 150 0 42431 0
Current children cumulated CPU time (s) 1706.64
Current children cumulated vsize (KiB) 189292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 617
/proc/meminfo: memFree=1319784/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=170996 CPUtime=1758.65
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 41310 0 0 0 175830 35 0 0 25 0 1 0 2006545892 175099904 41296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/609/statm: 42749 41296 75 150 0 42596 0
Current children cumulated CPU time (s) 1766.1
Current children cumulated vsize (KiB) 189952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 772
/proc/meminfo: memFree=1500656/2055920 swapFree=4180124/4192956
[pid=583] ppid=581 vsize=13600 CPUtime=7.45
/proc/583/stat : 583 (sugar) S 581 583 30427 0 -1 4194304 1033 17152 0 2 3 1 676 65 16 0 1 0 2006545130 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/583/statm: 3400 799 370 3 0 500 0
[pid=608] ppid=583 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 583 583 30427 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2006545892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 232 193 169 0 50 0
[pid=609] ppid=608 vsize=171392 CPUtime=1792.59
/proc/609/stat : 609 (minisat) R 608 583 30427 0 -1 4194304 41398 0 0 0 179221 38 0 0 25 0 1 0 2006545892 175505408 41384 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/609/statm: 42848 41384 75 150 0 42695 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 190348

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 583 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=802965
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=704892
# CPU time returned by wait4() is 7.50786
# 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): 1816.47
CPU time (s): 1800.04
CPU user time (s): 1799
CPU system time (s): 1.04
CPU usage (%): 99.0956
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.80297
system time used= 0.704892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18529
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= 15288
involuntary context switches= 15188

runsolver used 2.19067 second user time and 6.08108 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 18:35:05
IDJOB=1092520
IDBENCH=58632
IDSOLVER=346
FILE ID=node16/1092520-1215275705
PBS_JOBID= 7882102
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 694094fc9258bd0927570f73a0c21c65
RANDOM SEED=1360528371

node16.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.213
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.213
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:       1739168 kB
Buffers:         41320 kB
Cached:         196424 kB
SwapCached:       7056 kB
Active:         174088 kB
Inactive:        91564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739168 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:          44500 kB
Slab:            36308 kB
Committed_AS:  3564200 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= 66524 MiB
End job on node16 at 2008-07-05 19:05:24