Trace number 1113454

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? 215.201 371.857

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-08.xml
MD5SUM18f5e43835e75ec52b7f30d00e66eb96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints892
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Thu Aug  7 20:49:12 2008
0.00/0.15	c 0	PID 14727
0.00/0.16	c 0	HOST node86.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1113454-1218134952.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113454-1218134952.xml' 'HOME/temp.csp'
1.22/1.53	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16750 constraints
1.22/1.59	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.22/1.59	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.26/1.66	c 2	Parsing HOME/temp.csp
1.26/1.98	c 2	parsed 10000 expressions
1.75/2.13	c 2	parsed 17202 expressions
1.75/2.13	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.87/2.29	c 2	MAX CSP: 16750 constraints
1.87/2.29	c 2	Converting to clausal form CSP
2.15/2.56	c 2	converted 3396 (10%) expressions
2.26/2.63	c 3	converted 6791 (20%) expressions
2.35/2.79	c 3	converted 10187 (30%) expressions
2.46/2.87	c 3	converted 13582 (40%) expressions
2.56/2.94	c 3	converted 16978 (50%) expressions
2.65/3.00	c 3	converted 20373 (60%) expressions
2.65/3.07	c 3	converted 23769 (70%) expressions
2.86/3.28	c 3	converted 27164 (80%) expressions
2.96/3.34	c 3	converted 30560 (90%) expressions
4.44/4.89	c 5	converted 33955 (100%) expressions
4.44/4.89	c 5	CSP : 33950 integers, 0 booleans, 50249 clauses, largest domain size 25126
4.44/4.89	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.44/4.89	c 5	Propagation in CSP
5.14/5.55	c 5	16743 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.14/5.56	c 5	CSP : 33950 integers, 0 booleans, 50249 clauses, largest domain size 16751
5.14/5.56	c 5	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.14/5.58	c 6	Simplifing CSP by introducing new Boolean variables
5.34/5.75	c 6	CSP : 33950 integers, 33500 booleans, 83749 clauses, largest domain size 16751
5.34/5.75	c 6	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.63/6.02	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.63/6.07	c 6	3395 (10%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.63/6.07	c 6	6790 (20%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.63/6.08	c 6	10185 (30%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.63/6.08	c 6	13580 (40%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.63/6.08	c 6	16975 (50%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
5.74/6.14	c 6	20370 (60%) CSP integer variables are encoded (50040 clauses, 743367 bytes)
5.74/6.19	c 6	23765 (70%) CSP integer variables are encoded (88653 clauses, 1345384 bytes)
6.13/6.50	c 6	27160 (80%) CSP integer variables are encoded (351798 clauses, 5818849 bytes)
6.13/6.56	c 6	30555 (90%) CSP integer variables are encoded (390411 clauses, 6475270 bytes)
6.23/6.62	c 7	33950 (100%) CSP integer variables are encoded (438940 clauses, 7300263 bytes)
6.33/6.79	c 7	8375 (10%) CSP clauses are encoded (486403 clauses, 8172275 bytes)
6.53/6.91	c 7	16750 (20%) CSP clauses are encoded (533859 clauses, 9063213 bytes)
6.63/7.02	c 7	25125 (30%) CSP clauses are encoded (581315 clauses, 9959333 bytes)
6.72/7.15	c 7	33500 (40%) CSP clauses are encoded (628778 clauses, 10892164 bytes)
6.83/7.27	c 7	41875 (50%) CSP clauses are encoded (676234 clauses, 11832911 bytes)
6.93/7.39	c 7	50250 (60%) CSP clauses are encoded (723690 clauses, 12773658 bytes)
36.62/39.07	c 39	58625 (70%) CSP clauses are encoded (18359729 clauses, 391285734 bytes)
214.46/272.39	c 272	ERROR Exception Too large HOME/temp.cnf
214.55/273.41	c 272	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
214.55/273.41	c 272	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
214.55/273.41	c 272	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
214.55/273.41	s UNKNOWN
214.57/361.36	c 361	CPU 200.46 (0.03 0.01 200.43 14.11)
214.57/361.36	c 361	END Thu Aug  7 20:55:13 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-1113454-1218134952/watcher-1113454-1218134952 -o /tmp/evaluation-result-1113454-1218134952/solver-1113454-1218134952 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113454-1218134952.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: 4.78 4.70 4.84 3/83 14727
/proc/meminfo: memFree=1705380/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=124 CPUtime=0
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 38 0 0 0 0 0 0 0 21 0 1 0 140579950 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 240151229929 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/14727/statm: 31 23 17 3 0 3 0

[startup+0.0331661 s]
/proc/loadavg: 4.78 4.70 4.84 3/83 14727
/proc/meminfo: memFree=1705380/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=12272 CPUtime=0
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 353 0 0 0 0 0 0 0 21 0 1 0 140579950 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10118 s]
/proc/loadavg: 4.78 4.70 4.84 3/83 14727
/proc/meminfo: memFree=1705380/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=12544 CPUtime=0
/proc/14727/stat : 14727 (sugar) R 14725 14727 14203 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 140579950 12845056 486 996147200 4194304 4206940 548682068592 18446744073709551615 240171688205 0 0 4224 0 0 0 0 17 0 0 0
/proc/14727/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301196 s]
/proc/loadavg: 4.78 4.70 4.84 3/83 14727
/proc/meminfo: memFree=1705380/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.03
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 140579950 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701243 s]
/proc/loadavg: 4.78 4.70 4.84 3/83 14727
/proc/meminfo: memFree=1705380/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.03
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 140579950 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 4.78 4.70 4.84 3/94 14739
/proc/meminfo: memFree=1683660/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=0.03
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 140579950 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 796 370 3 0 500 0
[pid=14730] ppid=14727 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14727 14727 14203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140579966 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 233 193 169 0 50 0
[pid=14731] ppid=14730 vsize=864684 CPUtime=1.19
/proc/14731/stat : 14731 (java) S 14730 14727 14203 0 -1 0 11346 0 1 0 114 5 0 0 18 0 9 0 140579967 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14731/statm: 216171 9848 2529 9 0 210753 0
[pid=14731/tid=14732] ppid=14730 vsize=864684 CPUtime=0.76
/proc/14731/task/14732/stat : 14732 (java) R 14730 14727 14203 0 -1 64 2860 0 1 0 74 2 0 0 20 0 9 0 140579970 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4126375709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14733] ppid=14730 vsize=864684 CPUtime=0.28
/proc/14731/task/14733/stat : 14733 (java) S 14730 14727 14203 0 -1 64 7272 0 0 0 26 2 0 0 16 0 9 0 140579980 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14734] ppid=14730 vsize=864684 CPUtime=0
/proc/14731/task/14734/stat : 14734 (java) S 14730 14727 14203 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140579980 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14735] ppid=14730 vsize=864684 CPUtime=0
/proc/14731/task/14735/stat : 14735 (java) S 14730 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140579980 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14736] ppid=14730 vsize=864684 CPUtime=0
/proc/14731/task/14736/stat : 14736 (java) S 14730 14727 14203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140579982 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14737] ppid=14730 vsize=864684 CPUtime=0.13
/proc/14731/task/14737/stat : 14737 (java) S 14730 14727 14203 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 140579982 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14738] ppid=14730 vsize=864684 CPUtime=0
/proc/14731/task/14738/stat : 14738 (java) S 14730 14727 14203 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140579982 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14739] ppid=14730 vsize=864684 CPUtime=0
/proc/14731/task/14739/stat : 14739 (java) S 14730 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140579982 885436416 9848 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 883640

[startup+3.10251 s]
/proc/loadavg: 4.78 4.70 4.84 4/94 14749
/proc/meminfo: memFree=1690700/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 974 11774 0 1 3 1 117 6 15 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868444 CPUtime=1.49
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 11736 0 1 0 143 6 0 0 20 0 9 0 140580109 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217111 10573 2540 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868444 CPUtime=0.87
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 14203 0 -1 64 2772 0 1 0 86 1 0 0 25 0 9 0 140580110 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4126401566 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868444 CPUtime=0.41
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 14203 0 -1 64 6800 0 0 0 38 3 0 0 16 0 9 0 140580111 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868444 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140580111 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868444 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140580111 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14746] ppid=14740 vsize=868444 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868444 CPUtime=0.18
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 140580113 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868444 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14749] ppid=14740 vsize=868444 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140580113 889286656 10573 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 887400

[startup+6.30187 s]
/proc/loadavg: 4.72 4.69 4.83 3/94 14749
/proc/meminfo: memFree=1629964/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 974 11774 0 1 3 1 117 6 15 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868556 CPUtime=4.67
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 22150 0 1 0 454 13 0 0 20 0 9 0 140580109 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217139 20043 2565 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=2.97
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 14203 0 -1 64 3309 0 1 0 293 4 0 0 25 0 9 0 140580110 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4127085916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=1.41
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 14203 0 -1 64 16634 0 0 0 134 7 0 0 16 0 9 0 140580111 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14746] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868556 CPUtime=0.25
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1510 0 0 0 25 0 0 0 15 0 9 0 140580113 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14749] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140580113 889401344 20043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 887512

[startup+12.7026 s]
/proc/loadavg: 4.50 4.64 4.82 3/94 14749
/proc/meminfo: memFree=1540492/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 974 11774 0 1 3 1 117 6 15 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868556 CPUtime=11.02
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 22611 0 1 0 1043 59 0 0 20 0 9 0 140580109 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217139 20061 2565 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=9.11
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 14203 0 -1 64 3753 0 1 0 863 48 0 0 25 0 9 0 140580110 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=1.61
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 14203 0 -1 64 16634 0 0 0 152 9 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14746] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868556 CPUtime=0.27
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1527 0 0 0 27 0 0 0 15 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14749] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887512

[startup+25.503 s]
/proc/loadavg: 4.10 4.55 4.78 4/94 14749
/proc/meminfo: memFree=1356684/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 974 11774 0 1 3 1 117 6 15 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868556 CPUtime=22.61
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 23443 0 1 0 2113 148 0 0 20 0 9 0 140580109 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217139 20061 2565 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=20.34
/proc/14741/task/14742/stat : 14742 (java) R 14740 14727 14203 0 -1 64 4585 0 1 0 1902 132 0 0 25 0 9 0 140580110 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4126572760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=1.97
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 14203 0 -1 64 16634 0 0 0 182 15 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=187.19
/proc/14741/task/14742/stat : 14742 (java) D 14740 14727 14203 0 -1 64 14827 0 1 0 17603 1116 0 0 18 0 9 0 140580110 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=6.56
/proc/14741/task/14743/stat : 14743 (java) S 14740 14727 14203 0 -1 64 16634 0 0 0 577 79 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140580111 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14746] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14746/stat : 14746 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868556 CPUtime=0.27
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1527 0 0 0 27 0 0 0 15 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14749] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14749/stat : 14749 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140580113 889401344 20061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.32
Current children cumulated vsize (KiB) 887512

[startup+282.302 s]
/proc/loadavg: 4.76 4.61 4.74 1/92 14757
/proc/meminfo: memFree=17548/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 975 11774 0 1 3 1 117 6 16 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868556 CPUtime=213.28
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 35022 0 1 0 19925 1403 0 0 20 0 7 0 140580109 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217139 20068 2566 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=205.76
/proc/14741/task/14742/stat : 14742 (java) S 14740 14727 14203 0 -1 64 16160 0 1 0 19262 1314 0 0 16 0 7 0 140580110 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=7.23
/proc/14741/task/14743/stat : 14743 (java) D 14740 14727 14203 0 -1 64 16634 0 0 0 635 88 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868556 CPUtime=0.27
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1527 0 0 0 27 0 0 0 15 0 7 0 140580113 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 7 0 140580113 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.55
Current children cumulated vsize (KiB) 887512

[startup+342.301 s]
/proc/loadavg: 4.04 4.43 4.66 1/92 14757
/proc/meminfo: memFree=31052/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 975 11774 0 1 3 1 117 6 16 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868556 CPUtime=213.28
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 35022 0 1 0 19925 1403 0 0 20 0 7 0 140580109 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217139 20068 2566 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=205.76
/proc/14741/task/14742/stat : 14742 (java) S 14740 14727 14203 0 -1 64 16160 0 1 0 19262 1314 0 0 16 0 7 0 140580110 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=7.23
/proc/14741/task/14743/stat : 14743 (java) D 14740 14727 14203 0 -1 64 16634 0 0 0 635 88 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868556 CPUtime=0.27
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1527 0 0 0 27 0 0 0 15 0 7 0 140580113 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 7 0 140580113 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.55
Current children cumulated vsize (KiB) 887512

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

[startup+347.502 s]
/proc/loadavg: 3.88 4.38 4.64 1/92 14757
/proc/meminfo: memFree=32140/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 975 11774 0 1 3 1 117 6 16 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=868556 CPUtime=213.28
/proc/14741/stat : 14741 (java) S 14740 14727 14203 0 -1 0 35022 0 1 0 19925 1403 0 0 20 0 7 0 140580109 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14741/statm: 217139 20068 2566 9 0 211686 0
[pid=14741/tid=14742] ppid=14740 vsize=868556 CPUtime=205.76
/proc/14741/task/14742/stat : 14742 (java) S 14740 14727 14203 0 -1 64 16160 0 1 0 19262 1314 0 0 16 0 7 0 140580110 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14741/tid=14743] ppid=14740 vsize=868556 CPUtime=7.23
/proc/14741/task/14743/stat : 14743 (java) D 14740 14727 14203 0 -1 64 16634 0 0 0 635 88 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14741/tid=14744] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14744/stat : 14744 (java) S 14740 14727 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14745] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14745/stat : 14745 (java) S 14740 14727 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 140580111 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14747] ppid=14740 vsize=868556 CPUtime=0.27
/proc/14741/task/14747/stat : 14747 (java) S 14740 14727 14203 0 -1 64 1527 0 0 0 27 0 0 0 15 0 7 0 140580113 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14741/tid=14748] ppid=14740 vsize=868556 CPUtime=0
/proc/14741/task/14748/stat : 14748 (java) S 14740 14727 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 7 0 140580113 889401344 20068 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.55
Current children cumulated vsize (KiB) 887512

[startup+360.301 s]
/proc/loadavg: 3.82 4.35 4.63 1/87 14757
/proc/meminfo: memFree=124620/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=1.27
/proc/14727/stat : 14727 (sugar) S 14725 14727 14203 0 -1 4194304 975 11774 0 1 3 1 117 6 16 0 1 0 140579950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14727/statm: 3400 797 370 3 0 500 0
[pid=14740] ppid=14727 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14727 14727 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140580109 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14740/statm: 1339 233 193 169 0 50 0
[pid=14741] ppid=14740 vsize=0 CPUtime=213.3
/proc/14741/stat : 14741 (java) Z 14740 14727 14203 0 -1 1036 35023 0 1 0 19925 1405 0 0 16 0 2 0 140580109 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14741/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 214.57
Current children cumulated vsize (KiB) 18956

[startup+366.702 s]
/proc/loadavg: 3.75 4.33 4.62 1/84 14757
/proc/meminfo: memFree=1154716/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=215.03
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 998 47083 0 2 3 46 20043 1411 15 0 1 0 140579950 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14727/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 215.03
Current children cumulated vsize (KiB) 13600

[startup+369.901 s]
/proc/loadavg: 3.61 4.29 4.61 1/84 14757
/proc/meminfo: memFree=1171932/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=215.04
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 998 47083 0 2 3 47 20043 1411 15 0 1 0 140579950 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/14727/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 215.04
Current children cumulated vsize (KiB) 13600

[startup+370.701 s]
/proc/loadavg: 3.61 4.29 4.61 1/84 14757
/proc/meminfo: memFree=1177436/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=215.04
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 998 47083 0 2 3 47 20043 1411 15 0 1 0 140579950 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 215.04
Current children cumulated vsize (KiB) 13600

[startup+371.501 s]
/proc/loadavg: 3.61 4.29 4.61 1/84 14757
/proc/meminfo: memFree=1178012/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=215.16
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 998 47083 0 2 3 59 20043 1411 15 0 1 0 140579950 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 215.16
Current children cumulated vsize (KiB) 13600

[startup+371.701 s]
/proc/loadavg: 3.61 4.29 4.61 1/84 14757
/proc/meminfo: memFree=1178012/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=215.17
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 998 47083 0 2 3 60 20043 1411 15 0 1 0 140579950 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 215.17
Current children cumulated vsize (KiB) 13600

[startup+371.801 s]
/proc/loadavg: 3.61 4.29 4.61 1/84 14757
/proc/meminfo: memFree=1178012/2055920 swapFree=4192812/4192956
[pid=14727] ppid=14725 vsize=13600 CPUtime=215.17
/proc/14727/stat : 14727 (sugar) D 14725 14727 14203 0 -1 4194304 998 47083 0 2 3 60 20043 1411 15 0 1 0 140579950 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14727/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 215.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 371.857
CPU time (s): 215.201
CPU user time (s): 200.47
CPU system time (s): 14.7318
CPU usage (%): 57.8721
Max. virtual memory (cumulated for all children) (KiB): 888404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.47
system time used= 14.7318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48111
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= 98744
involuntary context switches= 101593

runsolver used 0.462929 second user time and 1.16982 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-08-07 20:49:12
IDJOB=1113454
IDBENCH=61585
IDSOLVER=368
FILE ID=node86/1113454-1218134952
PBS_JOBID= 8000804
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-08.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113454-1218134952/watcher-1113454-1218134952 -o /tmp/evaluation-result-1113454-1218134952/solver-1113454-1218134952 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113454-1218134952.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18f5e43835e75ec52b7f30d00e66eb96
RANDOM SEED=1694964394

node86.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1706116 kB
Buffers:          2680 kB
Cached:          39004 kB
SwapCached:          0 kB
Active:         285280 kB
Inactive:         8296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706116 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:         272140 kB
Slab:            40920 kB
Committed_AS:   389652 kB
PageTables:       2400 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= 66548 MiB
End job on node86 at 2008-08-07 20:55:24