Trace number 1109899

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? 480.915 499.183

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-blend.xml
MD5SUM8dd5da1a78f4feb88a37af1695cdc5c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints44
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables2490
Number of constraints117
Maximum constraint arity780
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension117
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Fri Jul 11 23:55:47 2008
0.04/0.14	c 0	PID 14667
0.04/0.15	c 0	HOST node36.alineos.net
0.04/0.15	c 0	CONVERTING HOME/instance-1109899-1215813346.xml TO HOME/temp.csp
0.04/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109899-1215813346.xml' 'HOME/temp.csp'
0.07/0.78	c 0	2 domains, 2490 variables, 82 predicates, 0 relations, 117 constraints
0.07/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.84	c 0	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'
0.69/0.92	c 0	Parsing HOME/temp.csp
2.02/2.28	c 2	parsed 2691 expressions
2.02/2.28	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.29	c 2	MAX CSP: 117 constraints
2.02/2.29	c 2	Converting to clausal form CSP
2.11/2.31	c 2	converted 282 (10%) expressions
2.11/2.32	c 2	converted 563 (20%) expressions
2.11/2.32	c 2	converted 844 (30%) expressions
2.11/2.32	c 2	converted 1125 (40%) expressions
2.11/2.32	c 2	converted 1406 (50%) expressions
2.11/2.33	c 2	converted 1687 (60%) expressions
2.11/2.33	c 2	converted 1968 (70%) expressions
2.11/2.33	c 2	converted 2249 (80%) expressions
2.11/2.34	c 2	converted 2530 (90%) expressions
3.90/4.17	c 4	converted 2811 (100%) expressions
3.90/4.17	c 4	CSP : 24094 integers, 0 booleans, 36520 clauses, largest domain size 275139
3.90/4.17	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.17	c 4	Propagation in CSP
4.19/4.49	c 4	112 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.28/4.50	c 4	CSP : 24094 integers, 0 booleans, 36520 clauses, largest domain size 275139
4.28/4.50	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.28/4.52	c 4	Simplifing CSP by introducing new Boolean variables
4.28/4.54	c 4	CSP : 24094 integers, 0 booleans, 36520 clauses, largest domain size 275139
4.28/4.54	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.69	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.48/4.73	c 4	2410 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.57/5.82	c 5	4819 (20%) CSP integer variables are encoded (752305 clauses, 12582125 bytes)
9.42/9.73	c 9	7229 (30%) CSP integer variables are encoded (3620814 clauses, 66595089 bytes)
9.42/9.74	c 9	9638 (40%) CSP integer variables are encoded (3627841 clauses, 66728602 bytes)
9.42/9.78	c 9	12047 (50%) CSP integer variables are encoded (3653633 clauses, 67218650 bytes)
9.52/9.81	c 9	14457 (60%) CSP integer variables are encoded (3664954 clauses, 67433749 bytes)
9.52/9.85	c 9	16866 (70%) CSP integer variables are encoded (3692119 clauses, 67949884 bytes)
24.21/24.70	c 24	19276 (80%) CSP integer variables are encoded (10699626 clauses, 202522890 bytes)
31.04/31.77	c 31	21685 (90%) CSP integer variables are encoded (15421701 clauses, 301686465 bytes)
35.60/36.48	c 36	24094 (100%) CSP integer variables are encoded (18544372 clauses, 367262556 bytes)
479.59/494.41	c 494	ERROR Exception Too large HOME/temp.cnf
479.59/494.47	c 494	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
479.59/494.47	c 494	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
479.59/494.47	c 494	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
479.59/494.47	s UNKNOWN
479.61/494.61	c 494	CPU 442.19 (0.05 0.02 442.14 37.41)
479.61/494.61	c 494	END Sat Jul 12 00:04:01 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-1109899-1215813346/watcher-1109899-1215813346 -o /tmp/evaluation-result-1109899-1215813346/solver-1109899-1215813346 -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-1109899-1215813346.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: 1.99 1.98 1.94 4/80 14667
/proc/meminfo: memFree=1886160/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=4708 CPUtime=0
/proc/14667/stat : 14667 (sugar++) R 14665 14667 14384 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 38034539 4820992 41 996147200 4194304 4206940 548682068528 18446744073709551615 240905159376 0 0 4096 0 0 0 0 17 1 0 0
/proc/14667/statm: 1177 41 31 3 0 8 0

[startup+0.077149 s]
/proc/loadavg: 1.99 1.98 1.94 4/80 14667
/proc/meminfo: memFree=1886160/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=13336 CPUtime=0.03
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 38034539 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14667/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101153 s]
/proc/loadavg: 1.99 1.98 1.94 4/80 14667
/proc/meminfo: memFree=1886160/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=14776 CPUtime=0.04
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 38034539 15130624 848 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14667/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.301176 s]
/proc/loadavg: 1.99 1.98 1.94 4/80 14667
/proc/meminfo: memFree=1886160/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.07
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701214 s]
/proc/loadavg: 1.99 1.98 1.94 4/80 14667
/proc/meminfo: memFree=1886160/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.07
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50229 s]
/proc/loadavg: 1.99 1.98 1.94 4/91 14689
/proc/meminfo: memFree=1876984/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=864040 CPUtime=0.63
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 4470 0 1 0 61 2 0 0 18 0 9 0 38034624 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 216010 3889 1671 9 0 210592 0
[pid=14681/tid=14682] ppid=14680 vsize=864040 CPUtime=0.5
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 2498 0 1 0 49 1 0 0 20 0 9 0 38034625 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4126520647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=864040 CPUtime=0.04
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 941 0 0 0 4 0 0 0 16 0 9 0 38034626 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=864040 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 38034626 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=864040 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 38034626 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=864040 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=864040 CPUtime=0.07
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 38034628 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=864040 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=864040 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 884776960 3889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 886136

[startup+3.10245 s]
/proc/loadavg: 1.99 1.98 1.94 3/91 14689
/proc/meminfo: memFree=1868280/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868396 CPUtime=2.22
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 10589 0 1 0 215 7 0 0 18 0 9 0 38034624 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217099 9593 2540 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868396 CPUtime=1.43
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 2921 0 1 0 141 2 0 0 22 0 9 0 38034625 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4126912051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868396 CPUtime=0.56
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 5489 0 0 0 53 3 0 0 16 0 9 0 38034626 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868396 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868396 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868396 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868396 CPUtime=0.21
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1482 0 0 0 20 1 0 0 16 0 9 0 38034628 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868396 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868396 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889237504 9593 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 890492

[startup+6.30177 s]
/proc/loadavg: 1.99 1.98 1.94 3/91 14689
/proc/meminfo: memFree=1830328/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868508 CPUtime=5.38
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 15072 0 1 0 517 21 0 0 18 0 9 0 38034624 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13552 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=4
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 3380 0 1 0 387 13 0 0 25 0 9 0 38034625 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4127053349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=1.09
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 103 6 0 0 16 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868508 CPUtime=0.26
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1514 0 0 0 25 1 0 0 16 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 890604

[startup+12.7024 s]
/proc/loadavg: 1.99 1.98 1.94 3/91 14689
/proc/meminfo: memFree=1740856/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 15 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868508 CPUtime=11.69
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 15756 0 1 0 1095 74 0 0 18 0 9 0 38034624 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13552 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=10.05
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 4064 0 1 0 943 62 0 0 25 0 9 0 38034625 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4127037164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=1.36
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 126 10 0 0 16 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868508 CPUtime=0.26
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1514 0 0 0 25 1 0 0 16 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 890604

[startup+25.5027 s]
/proc/loadavg: 1.99 1.98 1.94 3/91 14689
/proc/meminfo: memFree=1628152/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868508 CPUtime=24.31
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 16557 0 1 0 2287 144 0 0 18 0 9 0 38034624 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13552 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=22.36
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 4865 0 1 0 2108 128 0 0 25 0 9 0 38034625 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4126631609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=1.66
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 152 14 0 0 16 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14681] ppid=14680 vsize=868508 CPUtime=389.93
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 54294 0 1 0 36005 2988 0 0 18 0 9 0 38034624 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13562 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=372.67
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 42593 0 1 0 34537 2730 0 0 25 0 9 0 38034625 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=16.95
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 1440 255 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868508 CPUtime=0.28
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1523 0 0 0 27 1 0 0 16 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 390.62
Current children cumulated vsize (KiB) 890604

[startup+462.301 s]
/proc/loadavg: 3.23 2.76 2.29 3/91 14695
/proc/meminfo: memFree=16248/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868508 CPUtime=447.96
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 60713 0 1 0 41325 3471 0 0 18 0 9 0 38034624 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13562 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=428.17
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 49012 0 1 0 39642 3175 0 0 25 0 9 0 38034625 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=19.49
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 1655 294 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868508 CPUtime=0.28
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1523 0 0 0 27 1 0 0 16 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 448.65
Current children cumulated vsize (KiB) 890604

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

[startup+486.402 s]
/proc/loadavg: 3.21 2.79 2.31 3/91 14695
/proc/meminfo: memFree=15864/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868508 CPUtime=471.13
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 63278 0 1 0 43448 3665 0 0 18 0 9 0 38034624 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13562 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=450.29
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 51577 0 1 0 41678 3351 0 0 25 0 9 0 38034625 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=20.54
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 1742 312 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868508 CPUtime=0.28
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1523 0 0 0 27 1 0 0 16 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 471.82
Current children cumulated vsize (KiB) 890604

[startup+492.802 s]
/proc/loadavg: 3.17 2.80 2.32 4/91 14695
/proc/meminfo: memFree=15224/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=0.69
/proc/14667/stat : 14667 (sugar++) S 14665 14667 14384 0 -1 4194304 1297 5384 0 1 5 2 57 5 16 0 1 0 38034539 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14667/statm: 4185 1104 409 3 0 764 0
[pid=14680] ppid=14667 vsize=5356 CPUtime=0
/proc/14680/stat : 14680 (sh) S 14667 14667 14384 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38034623 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14680/statm: 1339 233 193 169 0 50 0
[pid=14681] ppid=14680 vsize=868508 CPUtime=477.34
/proc/14681/stat : 14681 (java) S 14680 14667 14384 0 -1 0 63965 0 1 0 44015 3719 0 0 18 0 9 0 38034624 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14681/statm: 217127 13562 2565 9 0 211674 0
[pid=14681/tid=14682] ppid=14680 vsize=868508 CPUtime=456.22
/proc/14681/task/14682/stat : 14682 (java) R 14680 14667 14384 0 -1 64 52264 0 1 0 42223 3399 0 0 25 0 9 0 38034625 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14683] ppid=14680 vsize=868508 CPUtime=20.81
/proc/14681/task/14683/stat : 14683 (java) S 14680 14667 14384 0 -1 64 9481 0 0 0 1764 317 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14684] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14684/stat : 14684 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14685] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14685/stat : 14685 (java) S 14680 14667 14384 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38034626 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14686] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14686/stat : 14686 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14687] ppid=14680 vsize=868508 CPUtime=0.28
/proc/14681/task/14687/stat : 14687 (java) S 14680 14667 14384 0 -1 64 1523 0 0 0 27 1 0 0 16 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14688] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14688/stat : 14688 (java) S 14680 14667 14384 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14681/tid=14689] ppid=14680 vsize=868508 CPUtime=0
/proc/14681/task/14689/stat : 14689 (java) S 14680 14667 14384 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38034628 889352192 13562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.03
Current children cumulated vsize (KiB) 890604

[startup+496.002 s]
/proc/loadavg: 3.17 2.80 2.32 3/81 14695
/proc/meminfo: memFree=849928/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=480.57
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 1320 69817 0 5 5 97 44214 3741 18 0 1 0 38034539 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14667/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 480.57
Current children cumulated vsize (KiB) 16740

[startup+497.602 s]
/proc/loadavg: 3.17 2.80 2.32 2/81 14695
/proc/meminfo: memFree=1934280/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=480.68
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 1320 69817 0 5 5 108 44214 3741 18 0 1 0 38034539 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14667/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 480.68
Current children cumulated vsize (KiB) 16740

[startup+498.407 s]
/proc/loadavg: 3.08 2.79 2.32 2/81 14695
/proc/meminfo: memFree=1933128/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=480.75
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 1320 69817 0 5 5 115 44214 3741 18 0 1 0 38034539 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14667/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 480.75
Current children cumulated vsize (KiB) 16740

[startup+498.802 s]
/proc/loadavg: 3.08 2.79 2.32 2/81 14695
/proc/meminfo: memFree=1933128/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=480.78
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 1320 69817 0 5 5 118 44214 3741 18 0 1 0 38034539 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14667/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 480.78
Current children cumulated vsize (KiB) 16740

[startup+499.002 s]
/proc/loadavg: 3.08 2.79 2.32 2/81 14695
/proc/meminfo: memFree=1933128/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=480.8
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 1320 69817 0 5 5 120 44214 3741 18 0 1 0 38034539 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14667/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 480.8
Current children cumulated vsize (KiB) 16740

[startup+499.101 s]
/proc/loadavg: 3.08 2.79 2.32 2/81 14695
/proc/meminfo: memFree=1933128/2055920 swapFree=4181224/4192956
[pid=14667] ppid=14665 vsize=16740 CPUtime=480.81
/proc/14667/stat : 14667 (sugar++) D 14665 14667 14384 0 -1 4194304 1320 69817 0 5 5 121 44214 3741 18 0 1 0 38034539 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14667/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 480.81
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 499.183
CPU time (s): 480.915
CPU user time (s): 442.207
CPU system time (s): 38.7081
CPU usage (%): 96.3403
Max. virtual memory (cumulated for all children) (KiB): 890996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.207
system time used= 38.7081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71193
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358997
involuntary context switches= 372786

runsolver used 0.684895 second user time and 1.64175 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-11 23:55:46
IDJOB=1109899
IDBENCH=61032
IDSOLVER=367
FILE ID=node36/1109899-1215813346
PBS_JOBID= 7903289
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8dd5da1a78f4feb88a37af1695cdc5c0
RANDOM SEED=1429927816

node36.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.225
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.225
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:       1886640 kB
Buffers:         16492 kB
Cached:          58120 kB
SwapCached:       5832 kB
Active:         100800 kB
Inactive:        24172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886640 kB
SwapTotal:     4192956 kB
SwapFree:      4181224 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          66352 kB
Slab:            29620 kB
Committed_AS:   938248 kB
PageTables:       1804 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= 66552 MiB
End job on node36 at 2008-07-12 00:04:06