Trace number 1113273

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? 174.692 180.211

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-10.xml
MD5SUM2f4600fcc9d9d18c52a98a6aedbd8274
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints307
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18707
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.22	c 0	BEGIN Sat Jul 12 18:49:51 2008
0.05/0.22	c 0	PID 14032
0.05/0.22	c 0	HOST node35.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-1113273-1215881391.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113273-1215881391.xml' 'HOME/temp.csp'
1.51/1.76	c 2	1 domains, 864 variables, 1 predicates, 0 relations, 18707 constraints
1.51/1.80	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/1.80	c 2	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'
1.58/1.88	c 2	Parsing HOME/temp.csp
1.86/2.20	c 2	parsed 10000 expressions
2.07/2.39	c 3	parsed 19573 expressions
2.07/2.40	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.25/2.56	c 3	MAX CSP: 18707 constraints
2.25/2.56	c 3	Converting to clausal form CSP
2.66/2.92	c 3	converted 3829 (10%) expressions
2.76/3.01	c 3	converted 7657 (20%) expressions
2.85/3.10	c 3	converted 11485 (30%) expressions
2.85/3.19	c 3	converted 15314 (40%) expressions
2.96/3.28	c 4	converted 19142 (50%) expressions
3.15/3.49	c 4	converted 22970 (60%) expressions
3.25/3.58	c 4	converted 26799 (70%) expressions
3.35/3.66	c 4	converted 30627 (80%) expressions
3.46/3.74	c 4	converted 34455 (90%) expressions
5.33/5.65	c 6	converted 38283 (100%) expressions
5.33/5.66	c 6	CSP : 38278 integers, 0 booleans, 56120 clauses, largest domain size 28061
5.33/5.66	c 6	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.33/5.66	c 6	Propagation in CSP
6.13/6.45	c 7	18701 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.13/6.46	c 7	CSP : 38278 integers, 0 booleans, 56120 clauses, largest domain size 18708
6.13/6.46	c 7	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.13/6.48	c 7	Simplifing CSP by introducing new Boolean variables
6.71/7.09	c 7	CSP : 38278 integers, 37414 booleans, 93534 clauses, largest domain size 18708
6.71/7.09	c 7	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.21/7.50	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.21/7.56	c 8	3828 (10%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.21/7.56	c 8	7656 (20%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.21/7.57	c 8	11484 (30%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.21/7.58	c 8	15312 (40%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.21/7.59	c 8	19139 (50%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.31/7.66	c 8	22967 (60%) CSP integer variables are encoded (57608 clauses, 848392 bytes)
7.41/7.73	c 8	26795 (70%) CSP integer variables are encoded (103364 clauses, 1589957 bytes)
7.50/7.81	c 8	30623 (80%) CSP integer variables are encoded (154504 clauses, 2459337 bytes)
7.70/8.06	c 8	34451 (90%) CSP integer variables are encoded (348480 clauses, 5756929 bytes)
7.90/8.25	c 8	38278 (100%) CSP integer variables are encoded (497947 clauses, 8297868 bytes)
8.09/8.48	c 9	9354 (10%) CSP clauses are encoded (563425 clauses, 9478075 bytes)
8.29/8.65	c 9	18707 (20%) CSP clauses are encoded (628902 clauses, 10720890 bytes)
8.49/8.82	c 9	28061 (30%) CSP clauses are encoded (694380 clauses, 11964646 bytes)
8.58/8.99	c 9	37414 (40%) CSP clauses are encoded (759848 clauses, 13207204 bytes)
8.78/9.16	c 9	46767 (50%) CSP clauses are encoded (825316 clauses, 14461678 bytes)
8.98/9.32	c 10	56121 (60%) CSP clauses are encoded (890794 clauses, 15758714 bytes)
47.25/48.66	c 49	65474 (70%) CSP clauses are encoded (22875021 clauses, 493774469 bytes)
168.43/173.22	c 173	74828 (80%) CSP clauses are encoded (88626611 clauses, 2083083236 bytes)
173.57/178.78	c 179	ERROR Exception Too large HOME/temp.cnf
173.57/178.78	c 179	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
173.57/178.78	c 179	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
173.57/178.78	c 179	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
173.57/178.78	s UNKNOWN
173.66/178.87	c 179	CPU 160.16 (0.06 0.02 160.1 13.51)
173.66/178.87	c 179	END Sat Jul 12 18:52:50 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-1113273-1215881391/watcher-1113273-1215881391 -o /tmp/evaluation-result-1113273-1215881391/solver-1113273-1215881391 -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-1113273-1215881391.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.08 2.08 2.01 4/81 14032
/proc/meminfo: memFree=1900624/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=18572 CPUtime=0
/proc/14032/stat : 14032 (runsolver) D 14030 14032 13412 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44840357 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14032/statm: 4643 292 257 25 0 2626 0

[startup+0.042254 s]
/proc/loadavg: 2.08 2.08 2.01 4/81 14032
/proc/meminfo: memFree=1900624/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=12272 CPUtime=0
/proc/14032/stat : 14032 (sugar++) D 14030 14032 13412 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44840357 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/14032/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101264 s]
/proc/loadavg: 2.08 2.08 2.01 4/81 14032
/proc/meminfo: memFree=1900624/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=12676 CPUtime=0.01
/proc/14032/stat : 14032 (sugar++) D 14030 14032 13412 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 44840357 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14032/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301291 s]
/proc/loadavg: 2.08 2.08 2.01 4/81 14032
/proc/meminfo: memFree=1900624/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=0.06
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701333 s]
/proc/loadavg: 2.08 2.08 2.01 4/81 14032
/proc/meminfo: memFree=1900624/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=0.06
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50242 s]
/proc/loadavg: 2.08 2.08 2.01 4/92 14044
/proc/meminfo: memFree=1878008/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=0.06
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14035] ppid=14032 vsize=5356 CPUtime=0
/proc/14035/stat : 14035 (sh) S 14032 14032 13412 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44840380 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14035/statm: 1339 233 193 169 0 50 0
[pid=14036] ppid=14035 vsize=864692 CPUtime=1.25
/proc/14036/stat : 14036 (java) S 14035 14032 13412 0 -1 0 12295 0 1 0 118 7 0 0 18 0 9 0 44840380 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14036/statm: 216173 10335 2529 9 0 210755 0
[pid=14036/tid=14037] ppid=14035 vsize=864692 CPUtime=0.68
/proc/14036/task/14037/stat : 14037 (java) R 14035 14032 13412 0 -1 64 2860 0 1 0 66 2 0 0 18 0 9 0 44840381 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14038] ppid=14035 vsize=864692 CPUtime=0.43
/proc/14036/task/14038/stat : 14038 (java) S 14035 14032 13412 0 -1 64 8237 0 0 0 40 3 0 0 17 0 9 0 44840382 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14039] ppid=14035 vsize=864692 CPUtime=0
/proc/14036/task/14039/stat : 14039 (java) S 14035 14032 13412 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44840382 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14040] ppid=14035 vsize=864692 CPUtime=0
/proc/14036/task/14040/stat : 14040 (java) S 14035 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44840382 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14041] ppid=14035 vsize=864692 CPUtime=0
/proc/14036/task/14041/stat : 14041 (java) S 14035 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840385 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14042] ppid=14035 vsize=864692 CPUtime=0.11
/proc/14036/task/14042/stat : 14042 (java) R 14035 14032 13412 0 -1 64 499 0 0 0 11 0 0 0 16 0 9 0 44840385 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 1665548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14043] ppid=14035 vsize=864692 CPUtime=0
/proc/14036/task/14043/stat : 14043 (java) S 14035 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840385 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14036/tid=14044] ppid=14035 vsize=864692 CPUtime=0
/proc/14036/task/14044/stat : 14044 (java) S 14035 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840385 885444608 10335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 886788

[startup+3.1026 s]
/proc/loadavg: 2.08 2.08 2.01 3/92 14054
/proc/meminfo: memFree=1889592/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.58
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 5 1 143 9 15 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868432 CPUtime=1.27
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 10378 0 1 0 121 6 0 0 18 0 9 0 44840538 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217108 9229 2540 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868432 CPUtime=0.71
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 2738 0 1 0 69 2 0 0 20 0 9 0 44840539 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4126924725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868432 CPUtime=0.34
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 5477 0 0 0 32 2 0 0 16 0 9 0 44840540 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44840540 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868432 CPUtime=0.19
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 44840542 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889274368 9229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890528

[startup+6.30296 s]
/proc/loadavg: 2.08 2.07 2.01 3/92 14054
/proc/meminfo: memFree=1835704/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 16 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868432 CPUtime=4.44
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 20776 0 1 0 433 11 0 0 18 0 9 0 44840538 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217108 19148 2540 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868432 CPUtime=2.97
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 3191 0 1 0 294 3 0 0 25 0 9 0 44840539 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4126623799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868432 CPUtime=1.2
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 15398 0 0 0 114 6 0 0 16 0 9 0 44840540 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44840540 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868432 CPUtime=0.23
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 44840542 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868432 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889274368 19148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 890528

[startup+12.7027 s]
/proc/loadavg: 2.07 2.07 2.01 3/92 14054
/proc/meminfo: memFree=1771832/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 15 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868544 CPUtime=10.75
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 33164 0 1 0 1023 52 0 0 18 0 9 0 44840538 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217136 21577 2565 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868544 CPUtime=8.2
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 3825 0 1 0 783 37 0 0 25 0 9 0 44840539 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4126474871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868544 CPUtime=2.23
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 27114 0 0 0 210 13 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868544 CPUtime=0.29
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1529 0 0 0 29 0 0 0 16 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890640

[startup+25.5011 s]
/proc/loadavg: 2.13 2.09 2.01 3/92 14054
/proc/meminfo: memFree=1609592/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 15 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868544 CPUtime=23.32
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 33810 0 1 0 2187 145 0 0 18 0 9 0 44840538 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217136 21577 2565 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868544 CPUtime=20.45
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 4471 0 1 0 1920 125 0 0 25 0 9 0 44840539 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4127088542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868544 CPUtime=2.54
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 27114 0 0 0 236 18 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14046/tid=14052] ppid=14045 vsize=868544 CPUtime=0.29
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1529 0 0 0 29 0 0 0 16 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.86
Current children cumulated vsize (KiB) 890640

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

[startup+166.303 s]
/proc/loadavg: 2.64 2.35 2.12 3/92 14054
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 16 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868544 CPUtime=160.14
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 40909 0 1 0 14775 1239 0 0 18 0 9 0 44840538 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217136 21577 2565 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868544 CPUtime=153.8
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 11570 0 1 0 14207 1173 0 0 25 0 9 0 44840539 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4127085880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868544 CPUtime=6
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 27114 0 0 0 537 63 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868544 CPUtime=0.29
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1529 0 0 0 29 0 0 0 16 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 890640

[startup+172.707 s]
/proc/loadavg: 2.67 2.36 2.12 3/92 14054
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 16 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868544 CPUtime=166.35
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 41231 0 1 0 15346 1289 0 0 18 0 9 0 44840538 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217136 21577 2565 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868544 CPUtime=159.86
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 11892 0 1 0 14766 1220 0 0 25 0 9 0 44840539 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4127084702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868544 CPUtime=6.17
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 27114 0 0 0 550 67 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868544 CPUtime=0.29
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1529 0 0 0 29 0 0 0 16 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.94
Current children cumulated vsize (KiB) 890640

[startup+175.903 s]
/proc/loadavg: 2.69 2.37 2.13 3/92 14054
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 16 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868544 CPUtime=169.44
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 41389 0 1 0 15628 1316 0 0 18 0 9 0 44840538 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217136 21577 2565 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868544 CPUtime=162.88
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 12050 0 1 0 15042 1246 0 0 25 0 9 0 44840539 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4127085916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868544 CPUtime=6.23
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 27114 0 0 0 555 68 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868544 CPUtime=0.29
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1529 0 0 0 29 0 0 0 16 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 171.03
Current children cumulated vsize (KiB) 890640

[startup+177.503 s]
/proc/loadavg: 2.69 2.37 2.13 3/92 14054
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=1.59
/proc/14032/stat : 14032 (sugar++) S 14030 14032 13412 0 -1 4194304 1297 12948 0 1 6 1 143 9 16 0 1 0 44840357 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14032/statm: 4185 1104 409 3 0 764 0
[pid=14045] ppid=14032 vsize=5356 CPUtime=0
/proc/14045/stat : 14045 (sh) S 14032 14032 13412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44840537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14045/statm: 1339 233 193 169 0 50 0
[pid=14046] ppid=14045 vsize=868544 CPUtime=170.82
/proc/14046/stat : 14046 (java) S 14045 14032 13412 0 -1 0 41458 0 1 0 15754 1328 0 0 18 0 9 0 44840538 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14046/statm: 217136 21577 2565 9 0 211683 0
[pid=14046/tid=14047] ppid=14045 vsize=868544 CPUtime=164.22
/proc/14046/task/14047/stat : 14047 (java) R 14045 14032 13412 0 -1 64 12119 0 1 0 15165 1257 0 0 25 0 9 0 44840539 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4127085919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14048] ppid=14045 vsize=868544 CPUtime=6.27
/proc/14046/task/14048/stat : 14048 (java) S 14045 14032 13412 0 -1 64 27114 0 0 0 559 68 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14049] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14049/stat : 14049 (java) S 14045 14032 13412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14050] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14050/stat : 14050 (java) S 14045 14032 13412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44840540 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14051] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14051/stat : 14051 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14052] ppid=14045 vsize=868544 CPUtime=0.29
/proc/14046/task/14052/stat : 14052 (java) S 14045 14032 13412 0 -1 64 1529 0 0 0 29 0 0 0 16 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14053] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14053/stat : 14053 (java) S 14045 14032 13412 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14046/tid=14054] ppid=14045 vsize=868544 CPUtime=0
/proc/14046/task/14054/stat : 14054 (java) S 14045 14032 13412 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44840542 889389056 21577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.41
Current children cumulated vsize (KiB) 890640

[startup+179.101 s]
/proc/loadavg: 2.69 2.37 2.13 3/92 14054
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=173.89
/proc/14032/stat : 14032 (sugar++) R 14030 14032 13412 0 -1 4194304 1320 54769 0 2 6 22 16010 1351 16 0 1 0 44840357 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14032/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 173.89
Current children cumulated vsize (KiB) 16740

[startup+179.901 s]
/proc/loadavg: 2.64 2.36 2.12 3/82 14054
/proc/meminfo: memFree=767496/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=174.65
/proc/14032/stat : 14032 (sugar++) D 14030 14032 13412 0 -1 4194304 1320 54769 0 2 6 98 16010 1351 17 0 1 0 44840357 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14032/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.65
Current children cumulated vsize (KiB) 16740

[startup+180.102 s]
/proc/loadavg: 2.64 2.36 2.12 3/82 14054
/proc/meminfo: memFree=767496/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=174.66
/proc/14032/stat : 14032 (sugar++) D 14030 14032 13412 0 -1 4194304 1320 54769 0 2 6 99 16010 1351 15 0 1 0 44840357 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14032/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.66
Current children cumulated vsize (KiB) 16740

[startup+180.201 s]
/proc/loadavg: 2.64 2.36 2.12 3/82 14054
/proc/meminfo: memFree=767496/2055920 swapFree=4192812/4192956
[pid=14032] ppid=14030 vsize=16740 CPUtime=174.67
/proc/14032/stat : 14032 (sugar++) D 14030 14032 13412 0 -1 4194304 1320 54769 0 2 6 100 16010 1351 15 0 1 0 44840357 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14032/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.67
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 180.211
CPU time (s): 174.692
CPU user time (s): 160.169
CPU system time (s): 14.5238
CPU usage (%): 96.938
Max. virtual memory (cumulated for all children) (KiB): 901780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.169
system time used= 14.5238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56145
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= 67231
involuntary context switches= 69770

runsolver used 0.197969 second user time and 0.667898 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-12 18:49:51
IDJOB=1113273
IDBENCH=61555
IDSOLVER=367
FILE ID=node35/1113273-1215881391
PBS_JOBID= 7903571
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-1-10.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-1113273-1215881391/watcher-1113273-1215881391 -o /tmp/evaluation-result-1113273-1215881391/solver-1113273-1215881391 -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-1113273-1215881391.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f4600fcc9d9d18c52a98a6aedbd8274
RANDOM SEED=2061275703

node35.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.229
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.229
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:       1901104 kB
Buffers:          3804 kB
Cached:          45564 kB
SwapCached:          0 kB
Active:          93228 kB
Inactive:        11916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          75984 kB
Slab:            34656 kB
Committed_AS:   226716 kB
PageTables:       2004 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= 66480 MiB
End job on node35 at 2008-07-12 18:52:52