Trace number 1080978

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.09 1808.96

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-8.xml
MD5SUM4fd5952cdf1c6d563997aac01ff731b3
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Tue Jul  8 02:47:42 2008
0.00/0.16	c 0	PID 2838
0.00/0.16	c 0	HOST node66.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1080978-1215478062.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080978-1215478062.xml' 'HOME/temp.csp'
0.04/0.99	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.65/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.03	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.66/1.12	c 1	Parsing HOME/temp.csp
0.66/1.36	c 2	parsed 3732 expressions
0.66/1.36	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/1.36	c 2	Converting to clausal form CSP
0.66/1.39	c 2	converted 374 (10%) expressions
0.66/1.45	c 2	converted 747 (20%) expressions
0.66/1.56	c 2	converted 1120 (30%) expressions
0.66/1.59	c 2	converted 1493 (40%) expressions
0.66/1.61	c 2	converted 1866 (50%) expressions
0.66/1.62	c 2	converted 2240 (60%) expressions
0.66/1.63	c 2	converted 2613 (70%) expressions
0.66/1.64	c 2	converted 2986 (80%) expressions
0.66/1.65	c 2	converted 3359 (90%) expressions
0.66/1.66	c 2	converted 3732 (100%) expressions
0.66/1.66	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1378
0.66/1.66	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.66/1.66	c 2	Propagation in CSP
0.66/1.83	c 2	206822 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.66/1.83	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 794
0.66/1.84	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.66/1.84	c 2	Simplifing CSP by introducing new Boolean variables
0.66/1.93	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 794
0.66/1.93	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.66/1.97	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.66/2.01	c 2	30 (10%) CSP integer variables are encoded (18210 clauses, 251042 bytes)
0.66/2.04	c 2	60 (20%) CSP integer variables are encoded (38040 clauses, 548492 bytes)
0.66/2.07	c 2	90 (30%) CSP integer variables are encoded (60630 clauses, 887342 bytes)
0.66/2.09	c 2	120 (40%) CSP integer variables are encoded (80775 clauses, 1189517 bytes)
1.68/2.12	c 2	150 (50%) CSP integer variables are encoded (98715 clauses, 1458617 bytes)
1.68/2.15	c 2	180 (60%) CSP integer variables are encoded (120540 clauses, 1827377 bytes)
1.68/2.18	c 2	210 (70%) CSP integer variables are encoded (140955 clauses, 2174432 bytes)
1.68/2.20	c 3	240 (80%) CSP integer variables are encoded (157260 clauses, 2451617 bytes)
1.78/2.22	c 3	270 (90%) CSP integer variables are encoded (175095 clauses, 2754812 bytes)
1.78/2.25	c 3	300 (100%) CSP integer variables are encoded (191505 clauses, 3033782 bytes)
2.18/2.68	c 3	883 (10%) CSP clauses are encoded (391503 clauses, 7422857 bytes)
2.68/3.16	c 3	1766 (20%) CSP clauses are encoded (633629 clauses, 12991749 bytes)
3.17/3.64	c 4	2649 (30%) CSP clauses are encoded (871409 clauses, 18497283 bytes)
3.66/4.13	c 4	3532 (40%) CSP clauses are encoded (1119057 clauses, 24229882 bytes)
4.25/4.71	c 5	4415 (50%) CSP clauses are encoded (1403326 clauses, 30829350 bytes)
4.74/5.20	c 6	5298 (60%) CSP clauses are encoded (1650702 clauses, 36583480 bytes)
5.14/5.68	c 6	6181 (70%) CSP clauses are encoded (1893397 clauses, 42233874 bytes)
5.63/6.13	c 6	7064 (80%) CSP clauses are encoded (2116150 clauses, 47543347 bytes)
6.13/6.62	c 7	7947 (90%) CSP clauses are encoded (2360247 clauses, 53435673 bytes)
6.51/7.02	c 7	8830 (100%) CSP clauses are encoded (2579791 clauses, 58513141 bytes)
6.51/7.02	c 7	8830 CSP clauses encoded
6.51/7.02	c 7	Writing map file : HOME/temp.map
6.51/7.03	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.51/7.03	c 7	SAT : 197505 SAT variables, 2579791 SAT clauses, 58513141 bytes
6.51/7.03	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.51/7.08	c 7	SOLVING HOME/temp.cnf
6.51/7.08	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.51/7.09	c 7	This is MiniSat 2.0 beta
6.51/7.09	c 7	WARNING: for repeatability, setting FPU to use double precision
6.51/7.09	c 7	============================[ Problem Statistics ]=============================
6.51/7.09	c 7	|                                                                             |
6.51/7.09	c 7	|  Number of variables:  197505                                               |
6.51/7.09	c 7	|  Number of clauses:    2579791                                              |
8.06/8.60	c 9	|  Parsing time:         1.31         s                                       |
8.06/8.67	c 9	============================[ Search Statistics ]==============================
8.06/8.67	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.06/8.67	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.06/8.67	c 9	===============================================================================
8.06/8.67	c 9	|         0 |  197129  2579415  7359067 |   859805        0    nan |  0.000 % |
9.34/9.97	c 10	|       100 |  197129  2579415  7359067 |   945785      100     26 |  0.190 % |
11.21/11.81	c 12	|       250 |  197129  2579415  7359067 |  1040364      250     28 |  0.190 % |
13.59/14.29	c 15	|       475 |  197129  2579415  7359067 |  1144400      475     25 |  0.190 % |
17.05/17.71	c 18	|       812 |  197129  2579415  7359067 |  1258840      812     26 |  0.190 % |
21.72/22.45	c 23	|      1318 |  197129  2579415  7359067 |  1384724     1318     22 |  0.190 % |
31.53/32.35	c 33	|      2077 |  197129  2579415  7359067 |  1523197     2077     24 |  0.190 % |
40.95/41.87	c 42	|      3216 |  197129  2579415  7359067 |  1675516     3216     22 |  0.190 % |
61.06/62.13	c 62	|      4924 |  197129  2579415  7359067 |  1843068     4924     32 |  0.190 % |
83.86/85.16	c 85	|      7488 |  197129  2579415  7359067 |  2027375     7488     31 |  0.190 % |
117.37/118.95	c 119	|     11332 |  197129  2579415  7359067 |  2230112    11332     26 |  0.190 % |
173.39/175.49	c 176	|     17099 |  197129  2579415  7359067 |  2453124    17099     25 |  0.190 % |
263.69/266.55	c 267	|     25749 |  197129  2579415  7359067 |  2698436    25749     25 |  0.190 % |
388.73/392.67	c 393	|     38724 |  197129  2579415  7359067 |  2968280    38724     32 |  0.190 % |
589.06/594.69	c 595	|     58185 |  197129  2579415  7359067 |  3265108    58185     35 |  0.190 % |
898.99/907.25	c 908	|     87377 |  197129  2579415  7359067 |  3591618    87377     35 |  0.190 % |
1370.59/1379.23	c 1380	|    131167 |  197129  2579415  7359067 |  3950780   131167     36 |  0.190 % |
1800.09/1808.92	c ERROR INTERRUPTED
1800.09/1808.94	s UNKNOWN
1800.09/1808.94	c 1809	CPU 5.96 (0.04 0.01 5.92 0.61)
1800.09/1808.94	c 1809	END Tue Jul  8 03:17:51 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-1080978-1215478062/watcher-1080978-1215478062 -o /tmp/evaluation-result-1080978-1215478062/solver-1080978-1215478062 -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-1080978-1215478062.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.93 1.58 4/72 2838
/proc/meminfo: memFree=1918072/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=18572 CPUtime=0
/proc/2838/stat : 2838 (runsolver) D 2836 2838 2735 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4504245 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227607637287 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2838/statm: 4643 292 257 25 0 2626 0

[startup+0.00825704 s]
/proc/loadavg: 1.99 1.93 1.58 4/72 2838
/proc/meminfo: memFree=1918072/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=18572 CPUtime=0
/proc/2838/stat : 2838 (runsolver) D 2836 2838 2735 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4504245 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227607637287 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2838/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101278 s]
/proc/loadavg: 1.99 1.93 1.58 4/72 2838
/proc/meminfo: memFree=1918072/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=12268 CPUtime=0
/proc/2838/stat : 2838 (sugar) D 2836 2838 2735 0 -1 4194304 338 0 14 0 0 0 0 0 18 0 1 0 4504245 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/2838/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.302321 s]
/proc/loadavg: 1.99 1.93 1.58 4/72 2838
/proc/meminfo: memFree=1918072/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=0.04
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 885 127 15 0 3 1 0 0 18 0 1 0 4504245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.7024 s]
/proc/loadavg: 1.99 1.93 1.58 4/72 2838
/proc/meminfo: memFree=1918072/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=0.04
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 885 127 15 0 3 1 0 0 18 0 1 0 4504245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 1.99 1.93 1.58 2/83 2850
/proc/meminfo: memFree=1881952/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=0.66
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 959 6633 15 128 3 1 55 7 15 0 1 0 4504245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13600

[startup+3.10288 s]
/proc/loadavg: 1.99 1.93 1.58 3/83 2860
/proc/meminfo: memFree=1875232/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=0.66
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 959 6633 15 128 3 1 55 7 15 0 1 0 4504245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 797 370 3 0 500 0
[pid=2851] ppid=2838 vsize=5356 CPUtime=0
/proc/2851/stat : 2851 (sh) S 2838 2838 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4504349 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2851/statm: 1339 233 193 169 0 50 0
[pid=2852] ppid=2851 vsize=868464 CPUtime=2.02
/proc/2852/stat : 2852 (java) S 2851 2838 2735 0 -1 0 7832 0 4 0 186 16 0 0 18 0 9 0 4504349 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2852/statm: 217116 6691 2564 9 0 211663 0
[pid=2852/tid=2853] ppid=2851 vsize=868464 CPUtime=1.53
/proc/2852/task/2853/stat : 2853 (java) R 2851 2838 2735 0 -1 64 3065 0 4 0 142 11 0 0 25 0 9 0 4504350 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4126835639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2854] ppid=2851 vsize=868464 CPUtime=0.22
/proc/2852/task/2854/stat : 2854 (java) S 2851 2838 2735 0 -1 64 2583 0 0 0 20 2 0 0 16 0 9 0 4504351 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2855] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2855/stat : 2855 (java) S 2851 2838 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4504351 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2856] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2856/stat : 2856 (java) S 2851 2838 2735 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4504351 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2857] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2857/stat : 2857 (java) S 2851 2838 2735 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4504353 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2858] ppid=2851 vsize=868464 CPUtime=0.23
/proc/2852/task/2858/stat : 2858 (java) S 2851 2838 2735 0 -1 64 1492 0 0 0 22 1 0 0 16 0 9 0 4504353 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2859] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2859/stat : 2859 (java) S 2851 2838 2735 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4504353 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2860] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2860/stat : 2860 (java) S 2851 2838 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4504353 889307136 6691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 887420

[startup+6.30151 s]
/proc/loadavg: 1.99 1.93 1.58 3/83 2860
/proc/meminfo: memFree=1835872/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=0.66
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 959 6633 15 128 3 1 55 7 15 0 1 0 4504245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 797 370 3 0 500 0
[pid=2851] ppid=2838 vsize=5356 CPUtime=0
/proc/2851/stat : 2851 (sh) S 2838 2838 2735 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4504349 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2851/statm: 1339 233 193 169 0 50 0
[pid=2852] ppid=2851 vsize=868464 CPUtime=5.16
/proc/2852/stat : 2852 (java) S 2851 2838 2735 0 -1 0 8808 0 4 0 469 47 0 0 18 0 9 0 4504349 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2852/statm: 217116 6694 2564 9 0 211663 0
[pid=2852/tid=2853] ppid=2851 vsize=868464 CPUtime=4.44
/proc/2852/task/2853/stat : 2853 (java) R 2851 2838 2735 0 -1 64 4038 0 4 0 408 36 0 0 25 0 9 0 4504350 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4126865584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2854] ppid=2851 vsize=868464 CPUtime=0.46
/proc/2852/task/2854/stat : 2854 (java) S 2851 2838 2735 0 -1 64 2583 0 0 0 38 8 0 0 16 0 9 0 4504351 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2855] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2855/stat : 2855 (java) S 2851 2838 2735 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4504351 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2856] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2856/stat : 2856 (java) S 2851 2838 2735 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4504351 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2857] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2857/stat : 2857 (java) S 2851 2838 2735 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4504353 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2858] ppid=2851 vsize=868464 CPUtime=0.23
/proc/2852/task/2858/stat : 2858 (java) S 2851 2838 2735 0 -1 64 1495 0 0 0 22 1 0 0 16 0 9 0 4504353 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2859] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2859/stat : 2859 (java) S 2851 2838 2735 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4504353 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2852/tid=2860] ppid=2851 vsize=868464 CPUtime=0
/proc/2852/task/2860/stat : 2860 (java) S 2851 2838 2735 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4504353 889307136 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 887420

[startup+12.7018 s]
/proc/loadavg: 1.99 1.93 1.59 3/75 2862
/proc/meminfo: memFree=1713184/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.57
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 3 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=126656 CPUtime=5.54
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 30301 0 0 0 533 21 0 0 25 0 1 0 4504954 129695744 30287 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/2862/statm: 31664 30287 75 150 0 31511 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 145612

[startup+25.5023 s]
/proc/loadavg: 1.99 1.94 1.59 3/75 2862
/proc/meminfo: memFree=1712160/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.57
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 3 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=127712 CPUtime=18.22
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 30597 0 0 0 1800 22 0 0 25 0 1 0 4504954 130777088 30583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2862/statm: 31928 30583 75 150 0 31775 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 146668

[startup+51.1024 s]
/proc/loadavg: 1.99 1.94 1.60 3/75 2862
/proc/meminfo: memFree=1711904/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.57
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 3 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=128244 CPUtime=43.59
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 30704 0 0 0 4337 22 0 0 25 0 1 0 4504954 131321856 30690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2862/statm: 32061 30690 75 150 0 31908 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 147200

[startup+102.307 s]
/proc/loadavg: 1.99 1.95 1.62 3/75 2862
/proc/meminfo: memFree=1710816/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.57
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 3 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=129180 CPUtime=94.34
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 30962 0 0 0 9412 22 0 0 25 0 1 0 4504954 132280320 30948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2862/statm: 32295 30948 75 150 0 32142 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 148136

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.64 3/75 2862
/proc/meminfo: memFree=1709280/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.57
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 3 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=130144 CPUtime=153.83
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 31192 0 0 0 15360 23 0 0 25 0 1 0 4504954 133267456 31178 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/2862/statm: 32536 31178 75 150 0 32383 0
Current children cumulated CPU time (s) 160.4

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

/proc/meminfo: memFree=1599640/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.57
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 3 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=151572 CPUtime=1347.13
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 36555 0 0 0 134675 38 0 0 25 0 1 0 4504954 155209728 36541 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 37893 36541 75 150 0 37740 0
Current children cumulated CPU time (s) 1353.7
Current children cumulated vsize (KiB) 170528

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.87 3/84 2906
/proc/meminfo: memFree=1594328/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=152632 CPUtime=1407.11
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 36834 0 0 0 140672 39 0 0 25 0 1 0 4504954 156295168 36820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 38158 36820 75 150 0 38005 0
Current children cumulated CPU time (s) 1413.69
Current children cumulated vsize (KiB) 171588

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/84 2906
/proc/meminfo: memFree=1588696/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=154220 CPUtime=1467.07
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 37154 0 0 0 146668 39 0 0 25 0 1 0 4504954 157921280 37140 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 38555 37140 75 150 0 38402 0
Current children cumulated CPU time (s) 1473.65
Current children cumulated vsize (KiB) 173176

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/84 2906
/proc/meminfo: memFree=1582552/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=155540 CPUtime=1527.05
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 37490 0 0 0 152665 40 0 0 25 0 1 0 4504954 159272960 37476 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 38885 37476 75 150 0 38732 0
Current children cumulated CPU time (s) 1533.63
Current children cumulated vsize (KiB) 174496

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/84 2906
/proc/meminfo: memFree=1577432/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=157124 CPUtime=1587.01
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 37910 0 0 0 158661 40 0 0 25 0 1 0 4504954 160894976 37896 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 39281 37896 75 150 0 39128 0
Current children cumulated CPU time (s) 1593.59
Current children cumulated vsize (KiB) 176080

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/85 2907
/proc/meminfo: memFree=1462088/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=158980 CPUtime=1646.98
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 38360 0 0 0 164657 41 0 0 25 0 1 0 4504954 162795520 38346 996147200 134512640 135127466 4294956256 18446744073709551615 134531115 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 39745 38346 75 150 0 39592 0
Current children cumulated CPU time (s) 1653.56
Current children cumulated vsize (KiB) 177936

[startup+1722.3 s]
/proc/loadavg: 2.04 2.00 1.90 3/85 2907
/proc/meminfo: memFree=1361416/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=160696 CPUtime=1706.95
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 38805 0 0 0 170654 41 0 0 25 0 1 0 4504954 164552704 38791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 40174 38791 75 150 0 40021 0
Current children cumulated CPU time (s) 1713.53
Current children cumulated vsize (KiB) 179652

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/85 2907
/proc/meminfo: memFree=1213448/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=162692 CPUtime=1766.92
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 39305 0 0 0 176650 42 0 0 25 0 1 0 4504954 166596608 39291 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 40673 39291 75 150 0 40520 0
Current children cumulated CPU time (s) 1773.5
Current children cumulated vsize (KiB) 181648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.01 2.00 1.91 3/85 2907
/proc/meminfo: memFree=1158920/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=163484 CPUtime=1793.51
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 39514 0 0 0 179309 42 0 0 25 0 1 0 4504954 167407616 39500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 40871 39500 75 150 0 40718 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 182440

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

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

[startup+1808.9 s]
/proc/loadavg: 2.01 2.00 1.91 3/85 2907
/proc/meminfo: memFree=1158920/2055920 swapFree=4192956/4192956
[pid=2838] ppid=2836 vsize=13600 CPUtime=6.58
/proc/2838/stat : 2838 (sugar) S 2836 2838 2735 0 -1 4194304 1018 15978 15 132 4 1 592 61 16 0 1 0 4504245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2838/statm: 3400 799 370 3 0 500 0
[pid=2861] ppid=2838 vsize=5356 CPUtime=0
/proc/2861/stat : 2861 (sh) S 2838 2838 2735 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4504954 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2861/statm: 1339 232 193 169 0 50 0
[pid=2862] ppid=2861 vsize=163484 CPUtime=1793.51
/proc/2862/stat : 2862 (minisat) R 2861 2838 2735 0 -1 4194304 39514 0 0 0 179309 42 0 0 25 0 1 0 4504954 167407616 39500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2862/statm: 40871 39500 75 150 0 40718 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 182440

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2838 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=965093
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=656900
# CPU time returned by wait4() is 6.62199
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.96
CPU time (s): 1800.09
CPU user time (s): 1799.05
CPU system time (s): 1.04
CPU usage (%): 99.5097
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.96509
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17340
page faults= 147
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13785
involuntary context switches= 13300

runsolver used 2.39464 second user time and 5.61515 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-08 02:47:42
IDJOB=1080978
IDBENCH=57049
IDSOLVER=346
FILE ID=node66/1080978-1215478062
PBS_JOBID= 7888743
Free space on /tmp= 66416 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4fd5952cdf1c6d563997aac01ff731b3
RANDOM SEED=286558569

node66.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.259
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.259
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:       1918552 kB
Buffers:         28892 kB
Cached:          60800 kB
SwapCached:          0 kB
Active:          68880 kB
Inactive:        38704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          29672 kB
Slab:            15068 kB
Committed_AS:   168828 kB
PageTables:       1772 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= 66408 MiB
End job on node66 at 2008-07-08 03:17:53