Trace number 1063392

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? (MO) 157.134 166.115

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-share2b.xml
MD5SUM8a721fe409f930a696bbe0a3be39d00f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6901
Satisfiable
(Un)Satisfiability was proved
Number of variables2370
Number of constraints109
Maximum constraint arity360
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension109
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Tue Jul  8 01:31:37 2008
0.00/0.15	c 0	PID 5523
0.00/0.16	c 0	HOST node24.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1063392-1215473497.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-1063392-1215473497.xml' 'HOME/temp.csp'
0.03/0.92	c 1	2 domains, 2370 variables, 55 predicates, 0 relations, 109 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	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.81/1.04	c 1	Parsing HOME/temp.csp
1.60/1.89	c 2	parsed 2536 expressions
1.70/1.90	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.90	c 2	Converting to clausal form CSP
1.70/1.92	c 2	converted 254 (10%) expressions
1.70/1.93	c 2	converted 508 (20%) expressions
1.70/1.93	c 2	converted 761 (30%) expressions
1.70/1.94	c 2	converted 1015 (40%) expressions
1.70/1.94	c 2	converted 1268 (50%) expressions
1.70/1.95	c 2	converted 1522 (60%) expressions
1.70/1.95	c 2	converted 1776 (70%) expressions
1.70/1.95	c 2	converted 2029 (80%) expressions
1.70/1.95	c 2	converted 2283 (90%) expressions
3.87/4.12	c 4	converted 2536 (100%) expressions
3.87/4.12	c 4	CSP : 25432 integers, 0 booleans, 41933 clauses, largest domain size 9569
3.87/4.12	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.12	c 4	Propagation in CSP
4.26/4.54	c 4	13287 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.26/4.55	c 4	CSP : 25432 integers, 0 booleans, 41933 clauses, largest domain size 6167
4.26/4.55	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.26/4.56	c 4	Simplifing CSP by introducing new Boolean variables
4.26/4.59	c 4	CSP : 25432 integers, 0 booleans, 41933 clauses, largest domain size 6167
4.26/4.59	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.78	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.55/4.83	c 5	2544 (10%) CSP integer variables are encoded (581 clauses, 7617 bytes)
4.65/4.91	c 5	5087 (20%) CSP integer variables are encoded (63372 clauses, 934759 bytes)
4.65/4.92	c 5	7630 (30%) CSP integer variables are encoded (72070 clauses, 1065229 bytes)
4.65/4.95	c 5	10173 (40%) CSP integer variables are encoded (90713 clauses, 1344874 bytes)
4.65/4.97	c 5	12716 (50%) CSP integer variables are encoded (105452 clauses, 1593243 bytes)
4.65/4.99	c 5	15260 (60%) CSP integer variables are encoded (113758 clauses, 1734445 bytes)
4.75/5.04	c 5	17803 (70%) CSP integer variables are encoded (150125 clauses, 2352684 bytes)
4.75/5.07	c 5	20346 (80%) CSP integer variables are encoded (166949 clauses, 2638692 bytes)
4.75/5.09	c 5	22889 (90%) CSP integer variables are encoded (179645 clauses, 2854524 bytes)
4.85/5.15	c 5	25432 (100%) CSP integer variables are encoded (223871 clauses, 3606366 bytes)
126.10/129.87	c 130	4194 (10%) CSP clauses are encoded (66227640 clauses, 1418403547 bytes)
126.40/130.15	c 130	8387 (20%) CSP clauses are encoded (66355419 clauses, 1420998746 bytes)
128.84/132.65	c 132	12580 (30%) CSP clauses are encoded (67644344 clauses, 1448452791 bytes)
130.09/133.95	c 134	16774 (40%) CSP clauses are encoded (68252495 clauses, 1463048295 bytes)
130.40/134.27	c 134	20967 (50%) CSP clauses are encoded (68396388 clauses, 1466408206 bytes)
130.69/134.53	c 134	25160 (60%) CSP clauses are encoded (68505578 clauses, 1468947499 bytes)
137.04/141.08	c 141	29354 (70%) CSP clauses are encoded (71656900 clauses, 1545467862 bytes)
137.34/141.35	c 141	33547 (80%) CSP clauses are encoded (71769249 clauses, 1548084788 bytes)
140.05/144.18	c 144	37740 (90%) CSP clauses are encoded (73113633 clauses, 1580628068 bytes)
144.55/148.76	c 149	41933 (100%) CSP clauses are encoded (75335990 clauses, 1634603994 bytes)
144.55/148.76	c 149	41933 CSP clauses encoded
144.55/148.76	c 149	Writing map file : HOME/temp.map
144.65/148.82	c 149	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
144.65/148.82	c 149	SAT : 246127 SAT variables, 75335990 SAT clauses, 1634603994 bytes
144.65/148.82	c 149	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
144.65/148.85	c 149	SOLVING HOME/temp.cnf
144.65/148.85	c 149	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
144.65/148.85	c 149	This is MiniSat 2.0 beta
144.65/148.85	c 149	WARNING: for repeatability, setting FPU to use double precision
144.65/148.86	c 149	============================[ Problem Statistics ]=============================
144.65/148.86	c 149	|                                                                             |
144.65/148.86	c 149	|  Number of variables:  246127                                               |
144.65/148.86	c 149	|  Number of clauses:    75335990                                             |
156.51/164.72	c ERROR INTERRUPTED
156.63/164.85	s UNKNOWN
156.63/164.85	c 165	CPU 132.86 (0.04 0.01 132.82 11.83)
156.63/164.85	c 165	END Tue Jul  8 01:34: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-1063392-1215473497/watcher-1063392-1215473497 -o /tmp/evaluation-result-1063392-1215473497/solver-1063392-1215473497 -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-1063392-1215473497.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 2.00 1.85 4/80 5523
/proc/meminfo: memFree=1829032/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=18572 CPUtime=0
/proc/5523/stat : 5523 (runsolver) R 5521 5523 2811 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4052574 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5523/statm: 4643 292 257 25 0 2626 0

[startup+0.0840931 s]
/proc/loadavg: 1.92 2.00 1.85 4/80 5523
/proc/meminfo: memFree=1829032/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=12272 CPUtime=0
/proc/5523/stat : 5523 (sugar) D 5521 5523 2811 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 4052574 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/5523/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102092 s]
/proc/loadavg: 1.92 2.00 1.85 4/80 5523
/proc/meminfo: memFree=1829032/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=12412 CPUtime=0
/proc/5523/stat : 5523 (sugar) D 5521 5523 2811 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 4052574 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/5523/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301115 s]
/proc/loadavg: 1.92 2.00 1.85 4/80 5523
/proc/meminfo: memFree=1829032/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.03
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4052574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702161 s]
/proc/loadavg: 1.92 2.00 1.85 4/80 5523
/proc/meminfo: memFree=1829032/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.03
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4052574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.92 2.00 1.85 3/87 5541
/proc/meminfo: memFree=1823280/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 973 5220 0 1 3 1 70 4 16 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=864012 CPUtime=0.52
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 5651 0 1 0 49 3 0 0 18 0 9 0 4052670 884748288 4984 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 216003 4984 2541 9 0 210585 0
[pid=5537/tid=5538] ppid=5536 vsize=864012 CPUtime=0.34
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 2501 0 1 0 33 1 0 0 22 0 9 0 4052671 884748288 4984 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=864012 CPUtime=0.08
/proc/5537/task/5539/stat : 5539 (java) R 5536 5523 2811 0 -1 64 2121 0 0 0 8 0 0 0 16 0 9 0 4052672 884748288 4984 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=864012 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 4052672 884748288 4984 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=864012 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4052672 884748288 4984 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 882968

[startup+3.10141 s]
/proc/loadavg: 1.92 2.00 1.85 4/91 5545
/proc/meminfo: memFree=1810128/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 974 5220 0 1 3 1 70 4 15 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=868392 CPUtime=2.1
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 10894 0 1 0 203 7 0 0 18 0 9 0 4052670 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 217098 9931 2540 9 0 211673 0
[pid=5537/tid=5538] ppid=5536 vsize=868392 CPUtime=1.25
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 2948 0 1 0 123 2 0 0 23 0 9 0 4052671 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4126540592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=868392 CPUtime=0.6
/proc/5537/task/5539/stat : 5539 (java) S 5536 5523 2811 0 -1 64 5779 0 0 0 57 3 0 0 15 0 9 0 4052672 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=868392 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4052672 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=868392 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4052672 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5542] ppid=5536 vsize=868392 CPUtime=0
/proc/5537/task/5542/stat : 5542 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4052675 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5543] ppid=5536 vsize=868392 CPUtime=0.21
/proc/5537/task/5543/stat : 5543 (java) S 5536 5523 2811 0 -1 64 1470 0 0 0 21 0 0 0 16 0 9 0 4052675 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5544] ppid=5536 vsize=868392 CPUtime=0
/proc/5537/task/5544/stat : 5544 (java) S 5536 5523 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4052675 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5545] ppid=5536 vsize=868392 CPUtime=0
/proc/5537/task/5545/stat : 5545 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4052675 889233408 9931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887348

[startup+6.30275 s]
/proc/loadavg: 2.01 2.02 1.86 3/91 5545
/proc/meminfo: memFree=1774992/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 974 5220 0 1 3 1 70 4 15 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=868504 CPUtime=5.26
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 15214 0 1 0 505 21 0 0 18 0 9 0 4052670 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 217126 13761 2565 9 0 211673 0
[pid=5537/tid=5538] ppid=5536 vsize=868504 CPUtime=3.75
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 3374 0 1 0 363 12 0 0 25 0 9 0 4052671 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4126626173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=868504 CPUtime=1.2
/proc/5537/task/5539/stat : 5539 (java) S 5536 5523 2811 0 -1 64 9633 0 0 0 113 7 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5542] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5542/stat : 5542 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5543] ppid=5536 vsize=868504 CPUtime=0.28
/proc/5537/task/5543/stat : 5543 (java) S 5536 5523 2811 0 -1 64 1510 0 0 0 28 0 0 0 16 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5544] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5544/stat : 5544 (java) S 5536 5523 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5545] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5545/stat : 5545 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887460

[startup+12.7024 s]
/proc/loadavg: 2.09 2.04 1.87 4/91 5545
/proc/meminfo: memFree=1698960/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 974 5220 0 1 3 1 70 4 15 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=868504 CPUtime=11.57
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 15799 0 1 0 1078 79 0 0 18 0 9 0 4052670 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 217126 13761 2565 9 0 211673 0
[pid=5537/tid=5538] ppid=5536 vsize=868504 CPUtime=9.78
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 3959 0 1 0 913 65 0 0 25 0 9 0 4052671 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4126659234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=868504 CPUtime=1.47
/proc/5537/task/5539/stat : 5539 (java) S 5536 5523 2811 0 -1 64 9633 0 0 0 135 12 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5542] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5542/stat : 5542 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5543] ppid=5536 vsize=868504 CPUtime=0.28
/proc/5537/task/5543/stat : 5543 (java) S 5536 5523 2811 0 -1 64 1510 0 0 0 28 0 0 0 16 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5544] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5544/stat : 5544 (java) S 5536 5523 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5545] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5545/stat : 5545 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887460

[startup+25.5027 s]
/proc/loadavg: 2.37 2.10 1.89 3/91 5545
/proc/meminfo: memFree=1548816/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 974 5220 0 1 3 1 70 4 15 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=868504 CPUtime=23.94
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 16937 0 1 0 2214 180 0 0 18 0 9 0 4052670 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 217126 13761 2565 9 0 211673 0
[pid=5537/tid=5538] ppid=5536 vsize=868504 CPUtime=21.63
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 5097 0 1 0 2004 159 0 0 25 0 9 0 4052671 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4126947796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=868504 CPUtime=2
/proc/5537/task/5539/stat : 5539 (java) S 5536 5523 2811 0 -1 64 9633 0 0 0 181 19 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5542] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5542/stat : 5542 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5543] ppid=5536 vsize=868504 CPUtime=0.28
/proc/5537/task/5543/stat : 5543 (java) S 5536 5523 2811 0 -1 64 1510 0 0 0 28 0 0 0 16 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5544] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5544/stat : 5544 (java) S 5536 5523 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5545] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5545/stat : 5545 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 887460

[startup+51.1024 s]
/proc/loadavg: 2.66 2.19 1.92 3/91 5545
/proc/meminfo: memFree=1259344/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 974 5220 0 1 3 1 70 4 15 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=868504 CPUtime=48.78
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 19232 0 1 0 4487 391 0 0 18 0 9 0 4052670 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 217126 13761 2565 9 0 211673 0
[pid=5537/tid=5538] ppid=5536 vsize=868504 CPUtime=45.37
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 7392 0 1 0 4182 355 0 0 25 0 9 0 4052671 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4127044030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=868504 CPUtime=3.12
/proc/5537/task/5539/stat : 5539 (java) S 5536 5523 2811 0 -1 64 9633 0 0 0 277 35 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5542] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5542/stat : 5542 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5543] ppid=5536 vsize=868504 CPUtime=0.28
/proc/5537/task/5543/stat : 5543 (java) S 5536 5523 2811 0 -1 64 1510 0 0 0 28 0 0 0 16 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5544] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5544/stat : 5544 (java) S 5536 5523 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5545] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5545/stat : 5545 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 887460

[startup+102.308 s]
/proc/loadavg: 2.95 2.34 1.99 3/91 5545
/proc/meminfo: memFree=670352/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=0.78
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 974 5220 0 1 3 1 70 4 15 0 1 0 4052574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 797 370 3 0 500 0
[pid=5536] ppid=5523 vsize=5356 CPUtime=0
/proc/5536/stat : 5536 (sh) S 5523 5523 2811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4052670 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5536/statm: 1339 233 193 169 0 50 0
[pid=5537] ppid=5536 vsize=868504 CPUtime=98.62
/proc/5537/stat : 5537 (java) S 5536 5523 2811 0 -1 0 23810 0 1 0 9056 806 0 0 18 0 9 0 4052670 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5537/statm: 217126 13761 2565 9 0 211673 0
[pid=5537/tid=5538] ppid=5536 vsize=868504 CPUtime=92.96
/proc/5537/task/5538/stat : 5538 (java) R 5536 5523 2811 0 -1 64 11970 0 1 0 8561 735 0 0 25 0 9 0 4052671 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5539] ppid=5536 vsize=868504 CPUtime=5.34
/proc/5537/task/5539/stat : 5539 (java) S 5536 5523 2811 0 -1 64 9633 0 0 0 466 68 0 0 15 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5540] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5540/stat : 5540 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5541] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5541/stat : 5541 (java) S 5536 5523 2811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4052672 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5542] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5542/stat : 5542 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5543] ppid=5536 vsize=868504 CPUtime=0.28
/proc/5537/task/5543/stat : 5543 (java) S 5536 5523 2811 0 -1 64 1510 0 0 0 28 0 0 0 16 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5544] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5544/stat : 5544 (java) S 5536 5523 2811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5537/tid=5545] ppid=5536 vsize=868504 CPUtime=0
/proc/5537/task/5545/stat : 5545 (java) S 5536 5523 2811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4052675 889348096 13761 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.4
Current children cumulated vsize (KiB) 887460

[startup+162.303 s]
/proc/loadavg: 2.52 2.33 2.00 2/83 5547
/proc/meminfo: memFree=15376/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=144.7
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 1033 33378 0 3 4 1 13282 1183 16 0 1 0 4052574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 799 370 3 0 500 0
[pid=5546] ppid=5523 vsize=5356 CPUtime=0
/proc/5546/stat : 5546 (sh) S 5523 5523 2811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4067459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5546/statm: 1339 232 193 169 0 50 0
[pid=5547] ppid=5546 vsize=808736 CPUtime=10.35
/proc/5547/stat : 5547 (minisat) R 5546 5523 2811 0 -1 4194304 194114 0 0 0 852 183 0 0 18 0 1 0 4067460 828145664 194100 996147200 134512640 135127466 4294956256 18446744073709551615 134517524 0 0 4096 3 0 0 0 17 1 0 0
/proc/5547/statm: 202184 194100 62 150 0 202031 0
Current children cumulated CPU time (s) 155.05
Current children cumulated vsize (KiB) 827692



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+164.701 s]
/proc/loadavg: 2.48 2.33 2.00 3/83 5547
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=144.7
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 1033 33378 0 3 4 1 13282 1183 16 0 1 0 4052574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 799 370 3 0 500 0
[pid=5546] ppid=5523 vsize=5356 CPUtime=0
/proc/5546/stat : 5546 (sh) S 5523 5523 2811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4067459 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5546/statm: 1339 232 193 169 0 50 0
[pid=5547] ppid=5546 vsize=904648 CPUtime=11.81
/proc/5547/stat : 5547 (minisat) R 5546 5523 2811 0 -1 4194304 220858 0 0 0 970 211 0 0 18 0 1 0 4067460 926359552 220844 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/5547/statm: 226162 220844 62 150 0 226009 0
Current children cumulated CPU time (s) 156.51
Current children cumulated vsize (KiB) 923604

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

[startup+164.819 s]
/proc/loadavg: 2.48 2.33 2.00 3/83 5547
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=144.7
/proc/5523/stat : 5523 (sugar) S 5521 5523 2811 0 -1 4194304 1044 33378 0 3 4 1 13282 1183 16 0 1 0 4052574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/5523/statm: 3400 799 370 3 0 500 0
[pid=5546] ppid=5523 vsize=0 CPUtime=0
/proc/5546/stat : 5546 (sh) Z 5523 5523 2811 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 4067459 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/5546/statm: 0 0 0 0 0 0 0
[pid=5547] ppid=1 vsize=0 CPUtime=11.93
/proc/5547/stat : 5547 (minisat) R 1 5523 2811 0 -1 4195332 220858 0 0 0 970 223 0 0 18 0 1 0 4067460 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/5547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 156.63
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (144.73 s) is less than in the last sample (156.63 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.9 s) to the 'lost time'.

[startup+164.901 s]
/proc/loadavg: 2.48 2.33 2.00 3/83 5547
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=144.73
/proc/5523/stat : 5523 (sugar) R 5521 5523 2811 0 -1 4194304 1069 33655 0 3 4 4 13282 1183 16 0 1 0 4052574 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5523/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 144.73
Current children cumulated vsize (KiB) 13600

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

[startup+165.501 s]
/proc/loadavg: 2.48 2.33 2.00 3/82 5548
/proc/meminfo: memFree=1277080/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=145.16
/proc/5523/stat : 5523 (sugar) D 5521 5523 2811 0 -1 4194304 1069 33655 0 3 4 47 13282 1183 15 0 1 0 4052574 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5523/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 145.16
Current children cumulated vsize (KiB) 13600

[startup+165.901 s]
/proc/loadavg: 2.48 2.33 2.00 3/82 5548
/proc/meminfo: memFree=1277080/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=145.2
/proc/5523/stat : 5523 (sugar) D 5521 5523 2811 0 -1 4194304 1069 33655 0 3 4 51 13282 1183 15 0 1 0 4052574 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/5523/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 145.2
Current children cumulated vsize (KiB) 13600

[startup+166.102 s]
/proc/loadavg: 2.48 2.33 2.00 2/82 5548
/proc/meminfo: memFree=1860056/2055920 swapFree=4192812/4192956
[pid=5523] ppid=5521 vsize=13600 CPUtime=145.21
/proc/5523/stat : 5523 (sugar) R 5521 5523 2811 0 -1 4194304 1069 33655 0 3 4 52 13282 1183 15 0 1 0 4052574 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5523/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 145.21
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.9
#  lost CPU user time (s): 9.7
#  lost CPU system time (s): 2.2

Real time (s): 166.115
CPU time (s): 157.134
CPU user time (s): 142.568
CPU system time (s): 14.5661
CPU usage (%): 94.5934
Max. virtual memory (cumulated for all children) (KiB): 923604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.868
system time used= 12.3661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34755
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96285
involuntary context switches= 99375

runsolver used 0.232964 second user time and 0.597909 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-08 01:31:37
IDJOB=1063392
IDBENCH=54747
IDSOLVER=346
FILE ID=node24/1063392-1215473497
PBS_JOBID= 7888597
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-share2b.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-1063392-1215473497/watcher-1063392-1215473497 -o /tmp/evaluation-result-1063392-1215473497/solver-1063392-1215473497 -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-1063392-1215473497.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a721fe409f930a696bbe0a3be39d00f
RANDOM SEED=588754908

node24.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.220
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.220
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:       1829512 kB
Buffers:          3528 kB
Cached:          61140 kB
SwapCached:          0 kB
Active:         172152 kB
Inactive:        19512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:         144620 kB
Slab:            19616 kB
Committed_AS:   907764 kB
PageTables:       2060 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= 66456 MiB
End job on node24 at 2008-07-08 01:34:23