Trace number 1109923

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 165.169 172.388

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bandm.xml
MD5SUM2e689f8063f4b75fb1edd7df8c8edad7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14160
Number of constraints610
Maximum constraint arity2100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension610
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:03:38 2008
0.00/0.08	c 0	PID 15418
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109923-1215813817.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109923-1215813817.xml' 'HOME/temp.csp'
2.53/2.63	c 3	1 domains, 14160 variables, 363 predicates, 0 relations, 610 constraints
2.53/2.67	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/2.67	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.58/2.75	c 3	Parsing HOME/temp.csp
2.58/3.07	c 3	parsed 10000 expressions
11.68/11.91	c 12	parsed 15134 expressions
11.68/11.92	c 12	Heap : 60 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.68/11.94	c 12	MAX CSP: 610 constraints
11.68/11.94	c 12	Converting to clausal form CSP
11.68/11.98	c 12	converted 1575 (10%) expressions
11.68/11.98	c 12	converted 3150 (20%) expressions
11.68/11.98	c 12	converted 4725 (30%) expressions
11.68/11.99	c 12	converted 6299 (40%) expressions
11.68/11.99	c 12	converted 7874 (50%) expressions
11.68/11.99	c 12	converted 9449 (60%) expressions
11.68/11.99	c 12	converted 11023 (70%) expressions
11.68/12.00	c 12	converted 12598 (80%) expressions
11.79/12.01	c 12	converted 14173 (90%) expressions
23.47/23.83	c 24	converted 15747 (100%) expressions
23.47/23.85	c 24	CSP : 160020 integers, 0 booleans, 291109 clauses, largest domain size 349689
23.47/23.85	c 24	Heap : 233 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.47/23.85	c 24	Propagation in CSP
25.95/26.33	c 26	606 values, 0 unsatisfiable literals, and 0 valid clauses are removed
25.95/26.35	c 26	CSP : 160020 integers, 0 booleans, 291109 clauses, largest domain size 349689
25.95/26.35	c 26	Heap : 243 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.05/26.43	c 26	Simplifing CSP by introducing new Boolean variables
26.14/26.53	c 27	CSP : 160020 integers, 0 booleans, 291109 clauses, largest domain size 349689
26.14/26.53	c 27	Heap : 230 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.14/27.52	c 28	Encoding CSP to SAT : HOME/temp.cnf
164.17/168.81	c 169	ERROR Exception Too large HOME/temp.cnf
164.17/168.82	c 169	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
164.17/168.82	c 169	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
164.17/168.82	c 169	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
164.17/168.82	s UNKNOWN
164.21/168.92	c 169	CPU 151.46 (0.05 0.01 151.41 12.76)
164.21/168.92	c 169	END Sat Jul 12 00:06:27 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109923-1215813817/watcher-1109923-1215813817 -o /tmp/evaluation-result-1109923-1215813817/solver-1109923-1215813817 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109923-1215813817.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.12 2.05 2.01 4/74 15418
/proc/meminfo: memFree=1783624/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=18572 CPUtime=0
/proc/15418/stat : 15418 (runsolver) R 15416 15418 14984 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 38083513 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15418/statm: 4643 292 257 25 0 2626 0

[startup+0.0895761 s]
/proc/loadavg: 2.12 2.05 2.01 4/74 15418
/proc/meminfo: memFree=1783624/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=0.06
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101581 s]
/proc/loadavg: 2.12 2.05 2.01 4/74 15418
/proc/meminfo: memFree=1783624/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=0.06
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301588 s]
/proc/loadavg: 2.12 2.05 2.01 4/74 15418
/proc/meminfo: memFree=1783624/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=0.06
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701622 s]
/proc/loadavg: 2.12 2.05 2.01 4/74 15418
/proc/meminfo: memFree=1783624/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=0.06
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50268 s]
/proc/loadavg: 2.12 2.05 2.01 3/85 15430
/proc/meminfo: memFree=1750704/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=0.06
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15421] ppid=15418 vsize=5356 CPUtime=0
/proc/15421/stat : 15421 (sh) S 15418 15418 14984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38083521 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15421/statm: 1339 233 193 169 0 50 0
[pid=15422] ppid=15421 vsize=864820 CPUtime=1.39
/proc/15422/stat : 15422 (java) S 15421 15418 14984 0 -1 0 11263 0 1 0 131 8 0 0 18 0 9 0 38083521 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15422/statm: 216205 10252 2529 9 0 210787 0
[pid=15422/tid=15423] ppid=15421 vsize=864820 CPUtime=0.94
/proc/15422/task/15423/stat : 15423 (java) R 15421 15418 14984 0 -1 64 2894 0 1 0 90 4 0 0 25 0 9 0 38083522 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15424] ppid=15421 vsize=864820 CPUtime=0.27
/proc/15422/task/15424/stat : 15424 (java) R 15421 15418 14984 0 -1 64 7142 0 0 0 25 2 0 0 16 0 9 0 38083524 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 104182539 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15425] ppid=15421 vsize=864820 CPUtime=0
/proc/15422/task/15425/stat : 15425 (java) S 15421 15418 14984 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38083524 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15426] ppid=15421 vsize=864820 CPUtime=0
/proc/15422/task/15426/stat : 15426 (java) S 15421 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38083524 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15427] ppid=15421 vsize=864820 CPUtime=0
/proc/15422/task/15427/stat : 15427 (java) S 15421 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083526 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15428] ppid=15421 vsize=864820 CPUtime=0.15
/proc/15422/task/15428/stat : 15428 (java) S 15421 15418 14984 0 -1 64 528 0 0 0 15 0 0 0 16 0 9 0 38083526 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15429] ppid=15421 vsize=864820 CPUtime=0
/proc/15422/task/15429/stat : 15429 (java) S 15421 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38083526 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15422/tid=15430] ppid=15421 vsize=864820 CPUtime=0
/proc/15422/task/15430/stat : 15430 (java) S 15421 15418 14984 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38083526 885575680 10252 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886916

[startup+3.10177 s]
/proc/loadavg: 2.12 2.05 2.01 3/85 15430
/proc/meminfo: memFree=1745328/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 15 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 16740

[startup+6.30299 s]
/proc/loadavg: 2.11 2.05 2.01 4/85 15440
/proc/meminfo: memFree=1746224/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 15 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=864084 CPUtime=3.57
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 12438 0 1 0 348 9 0 0 18 0 9 0 38083781 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 216021 10726 2532 9 0 210603 0
[pid=15432/tid=15433] ppid=15431 vsize=864084 CPUtime=2.11
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 2942 0 1 0 209 2 0 0 25 0 9 0 38083782 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4126432341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=864084 CPUtime=1.37
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 8460 0 0 0 131 6 0 0 16 0 9 0 38083783 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=864084 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=864084 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38083783 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=864084 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=864084 CPUtime=0.07
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 38083785 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=864084 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=864084 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 884822016 10726 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886180

[startup+12.7024 s]
/proc/loadavg: 2.10 2.05 2.01 4/85 15440
/proc/meminfo: memFree=1703728/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 16 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=868324 CPUtime=9.9
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 35253 0 1 0 964 26 0 0 18 0 9 0 38083781 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 217081 25327 2544 9 0 211656 0
[pid=15432/tid=15433] ppid=15431 vsize=868324 CPUtime=6.36
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 3785 0 1 0 632 4 0 0 25 0 9 0 38083782 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4126664963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=868324 CPUtime=3.29
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 29291 0 0 0 310 19 0 0 16 0 9 0 38083783 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38083783 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=868324 CPUtime=0.22
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 1479 0 0 0 21 1 0 0 16 0 9 0 38083785 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 889163776 25327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890420

[startup+25.5013 s]
/proc/loadavg: 2.08 2.05 2.01 3/85 15440
/proc/meminfo: memFree=1522288/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 16 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=868324 CPUtime=22.57
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 78244 0 1 0 2211 46 0 0 18 0 9 0 38083781 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 217081 65637 2541 9 0 211656 0
[pid=15432/tid=15433] ppid=15431 vsize=868324 CPUtime=15.24
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 5435 0 1 0 1518 6 0 0 25 0 9 0 38083782 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4126994947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=868324 CPUtime=7.06
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 70623 0 0 0 669 37 0 0 16 0 9 0 38083783 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38083783 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=868324 CPUtime=0.24
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 1488 0 0 0 23 1 0 0 16 0 9 0 38083785 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=868324 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 889163776 65637 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890420

[startup+51.1019 s]
/proc/loadavg: 2.34 2.11 2.03 3/85 15440
/proc/meminfo: memFree=1183600/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 16 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=868436 CPUtime=47.48
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 80241 0 1 0 4501 247 0 0 18 0 9 0 38083781 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 217109 65720 2565 9 0 211656 0
[pid=15432/tid=15433] ppid=15431 vsize=868436 CPUtime=38.86
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 5886 0 1 0 3683 203 0 0 25 0 9 0 38083782 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4126476169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=868436 CPUtime=8.32
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 72145 0 0 0 791 41 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=868436 CPUtime=0.28
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 890532

[startup+102.306 s]
/proc/loadavg: 2.86 2.27 2.09 3/85 15440
/proc/meminfo: memFree=368176/2055920 swapFree=4179920/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 16 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=868436 CPUtime=97.26
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 81096 0 1 0 9040 686 0 0 18 0 9 0 38083781 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 217109 65720 2565 9 0 211656 0
[pid=15432/tid=15433] ppid=15431 vsize=868436 CPUtime=87.94
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 6741 0 1 0 8156 638 0 0 25 0 9 0 38083782 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=868436 CPUtime=9.02
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 72145 0 0 0 856 46 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=868436 CPUtime=0.28
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 890532

[startup+162.301 s]
/proc/loadavg: 3.16 2.45 2.16 3/85 15440
/proc/meminfo: memFree=16176/2055920 swapFree=4180000/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 16 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=868436 CPUtime=155.23
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 82045 0 1 0 14324 1199 0 0 18 0 9 0 38083781 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 217109 65720 2565 9 0 211656 0
[pid=15432/tid=15433] ppid=15431 vsize=868436 CPUtime=145.12
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 7690 0 1 0 13368 1144 0 0 25 0 9 0 38083782 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4126979809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=868436 CPUtime=9.8
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 72145 0 0 0 928 52 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=868436 CPUtime=0.28
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.81
Current children cumulated vsize (KiB) 890532

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

[startup+166.302 s]
/proc/loadavg: 3.31 2.49 2.17 3/85 15440
/proc/meminfo: memFree=16240/2055920 swapFree=4180000/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=2.58
/proc/15418/stat : 15418 (sugar++) S 15416 15418 14984 0 -1 4194304 1297 12268 0 1 5 1 241 11 16 0 1 0 38083513 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15418/statm: 4185 1104 409 3 0 764 0
[pid=15431] ppid=15418 vsize=5356 CPUtime=0
/proc/15431/stat : 15431 (sh) S 15418 15418 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38083780 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15431/statm: 1339 233 193 169 0 50 0
[pid=15432] ppid=15431 vsize=868436 CPUtime=159.14
/proc/15432/stat : 15432 (java) S 15431 15418 14984 0 -1 0 82108 0 1 0 14675 1239 0 0 18 0 9 0 38083781 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15432/statm: 217109 65720 2565 9 0 211656 0
[pid=15432/tid=15433] ppid=15431 vsize=868436 CPUtime=148.97
/proc/15432/task/15433/stat : 15433 (java) R 15431 15418 14984 0 -1 64 7753 0 1 0 13713 1184 0 0 25 0 9 0 38083782 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15434] ppid=15431 vsize=868436 CPUtime=9.86
/proc/15432/task/15434/stat : 15434 (java) S 15431 15418 14984 0 -1 64 72145 0 0 0 934 52 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15435] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15435/stat : 15435 (java) S 15431 15418 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15436] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15436/stat : 15436 (java) S 15431 15418 14984 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38083783 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15437] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15437/stat : 15437 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15438] ppid=15431 vsize=868436 CPUtime=0.28
/proc/15432/task/15438/stat : 15438 (java) S 15431 15418 14984 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15439] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15439/stat : 15439 (java) S 15431 15418 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15432/tid=15440] ppid=15431 vsize=868436 CPUtime=0
/proc/15432/task/15440/stat : 15440 (java) S 15431 15418 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38083785 889278464 65720 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 890532

[startup+169.503 s]
/proc/loadavg: 3.31 2.49 2.17 3/75 15440
/proc/meminfo: memFree=941376/2055920 swapFree=4180000/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=164.74
/proc/15418/stat : 15418 (sugar++) R 15416 15418 14984 0 -1 4194304 1320 94714 0 2 5 52 15141 1276 20 0 1 0 38083513 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15418/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 164.74
Current children cumulated vsize (KiB) 16740

[startup+171.102 s]
/proc/loadavg: 3.28 2.50 2.18 2/75 15440
/proc/meminfo: memFree=1915968/2055920 swapFree=4180000/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=165.01
/proc/15418/stat : 15418 (sugar++) D 15416 15418 14984 0 -1 4194304 1320 94714 0 2 5 79 15141 1276 18 0 1 0 38083513 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15418/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 165.01
Current children cumulated vsize (KiB) 16740

[startup+171.902 s]
/proc/loadavg: 3.28 2.50 2.18 2/75 15440
/proc/meminfo: memFree=1946688/2055920 swapFree=4180000/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=165.12
/proc/15418/stat : 15418 (sugar++) D 15416 15418 14984 0 -1 4194304 1320 94714 0 2 5 90 15141 1276 18 0 1 0 38083513 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15418/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 165.12
Current children cumulated vsize (KiB) 16740

[startup+172.302 s]
/proc/loadavg: 3.28 2.50 2.18 2/75 15440
/proc/meminfo: memFree=1946688/2055920 swapFree=4180000/4192956
[pid=15418] ppid=15416 vsize=16740 CPUtime=165.14
/proc/15418/stat : 15418 (sugar++) D 15416 15418 14984 0 -1 4194304 1320 94714 0 2 5 92 15141 1276 18 0 1 0 38083513 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15418/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 165.14
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 172.388
CPU time (s): 165.169
CPU user time (s): 151.478
CPU system time (s): 13.6909
CPU usage (%): 95.8123
Max. virtual memory (cumulated for all children) (KiB): 895548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.478
system time used= 13.6909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96090
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= 28809
involuntary context switches= 31690

runsolver used 0.214967 second user time and 0.621905 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 00:03:38
IDJOB=1109923
IDBENCH=61036
IDSOLVER=367
FILE ID=node30/1109923-1215813817
PBS_JOBID= 7903297
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bandm.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109923-1215813817/watcher-1109923-1215813817 -o /tmp/evaluation-result-1109923-1215813817/solver-1109923-1215813817 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109923-1215813817.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e689f8063f4b75fb1edd7df8c8edad7
RANDOM SEED=216142483

node30.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.234
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.234
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:       1784104 kB
Buffers:         41804 kB
Cached:         154292 kB
SwapCached:       7836 kB
Active:         130716 kB
Inactive:       100208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784104 kB
SwapTotal:     4192956 kB
SwapFree:      4179920 kB
Dirty:            7648 kB
Writeback:           0 kB
Mapped:          40516 kB
Slab:            26080 kB
Committed_AS:   166820 kB
PageTables:       1784 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= 66544 MiB
End job on node30 at 2008-07-12 00:06:30