Trace number 1113268

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? 167.823 173.009

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-45.xml
MD5SUMbaaf997e1ccdc0c91ec8ce4921dd3646
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark1781.18
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size45
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.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul 12 18:47:36 2008
0.00/0.16	c 0	PID 11851
0.00/0.18	c 0	HOST node66.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1113268-1215881255.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113268-1215881255.xml' 'HOME/temp.csp'
1.43/1.78	c 1	1 domains, 864 variables, 1 predicates, 0 relations, 18707 constraints
1.51/1.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/1.83	c 1	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.53/1.91	c 1	Parsing HOME/temp.csp
1.88/2.22	c 2	parsed 10000 expressions
2.08/2.42	c 2	parsed 19573 expressions
2.08/2.42	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.18/2.59	c 2	MAX CSP: 18707 constraints
2.18/2.59	c 2	Converting to clausal form CSP
2.58/2.95	c 2	converted 3829 (10%) expressions
2.67/3.04	c 2	converted 7657 (20%) expressions
2.77/3.12	c 3	converted 11485 (30%) expressions
2.88/3.22	c 3	converted 15314 (40%) expressions
2.88/3.30	c 3	converted 19142 (50%) expressions
3.17/3.51	c 3	converted 22970 (60%) expressions
3.17/3.59	c 3	converted 26799 (70%) expressions
3.27/3.67	c 3	converted 30627 (80%) expressions
3.37/3.75	c 3	converted 34455 (90%) expressions
5.25/5.63	c 5	converted 38283 (100%) expressions
5.25/5.63	c 5	CSP : 38278 integers, 0 booleans, 56120 clauses, largest domain size 28061
5.25/5.63	c 5	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.25/5.63	c 5	Propagation in CSP
6.05/6.41	c 6	18701 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.05/6.41	c 6	CSP : 38278 integers, 0 booleans, 56120 clauses, largest domain size 18708
6.05/6.41	c 6	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.44	c 6	Simplifing CSP by introducing new Boolean variables
6.64/7.02	c 6	CSP : 38278 integers, 37414 booleans, 93534 clauses, largest domain size 18708
6.64/7.02	c 6	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.05/7.43	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.14/7.51	c 7	3828 (10%) CSP integer variables are encoded (37152 clauses, 535638 bytes)
7.14/7.52	c 7	7656 (20%) CSP integer variables are encoded (37152 clauses, 535638 bytes)
7.14/7.53	c 7	11484 (30%) CSP integer variables are encoded (37152 clauses, 535638 bytes)
7.14/7.54	c 7	15312 (40%) CSP integer variables are encoded (37152 clauses, 535638 bytes)
7.14/7.54	c 7	19139 (50%) CSP integer variables are encoded (37152 clauses, 535638 bytes)
7.25/7.61	c 7	22967 (60%) CSP integer variables are encoded (87848 clauses, 1315595 bytes)
7.25/7.67	c 7	26795 (70%) CSP integer variables are encoded (133604 clauses, 2093447 bytes)
7.35/7.74	c 7	30623 (80%) CSP integer variables are encoded (184744 clauses, 2962827 bytes)
7.55/7.98	c 7	34451 (90%) CSP integer variables are encoded (378720 clauses, 6260419 bytes)
7.74/8.16	c 8	38278 (100%) CSP integer variables are encoded (528187 clauses, 8801358 bytes)
8.34/8.72	c 8	9354 (10%) CSP clauses are encoded (811925 clauses, 14490878 bytes)
8.84/9.24	c 9	18707 (20%) CSP clauses are encoded (1095662 clauses, 20297741 bytes)
9.33/9.77	c 9	28061 (30%) CSP clauses are encoded (1379400 clauses, 26357433 bytes)
9.83/10.30	c 10	37414 (40%) CSP clauses are encoded (1663093 clauses, 32444257 bytes)
10.42/10.83	c 10	46767 (50%) CSP clauses are encoded (1946786 clauses, 38556601 bytes)
10.93/11.38	c 11	56121 (60%) CSP clauses are encoded (2230524 clauses, 44844779 bytes)
49.27/50.89	c 50	65474 (70%) CSP clauses are encoded (24214751 clauses, 565667879 bytes)
166.73/171.24	c 171	ERROR Exception Too large HOME/temp.cnf
166.73/171.25	c 171	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
166.73/171.25	c 171	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
166.73/171.25	c 171	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
166.73/171.25	s UNKNOWN
166.77/171.35	c 171	CPU 153.91 (0.03 0.01 153.88 12.88)
166.77/171.35	c 171	END Sat Jul 12 18:50:27 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113268-1215881255/watcher-1113268-1215881255 -o /tmp/evaluation-result-1113268-1215881255/solver-1113268-1215881255 -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-1113268-1215881255.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.23 1.66 1.28 4/81 11851
/proc/meminfo: memFree=1934056/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=18572 CPUtime=0
/proc/11851/stat : 11851 (runsolver) R 11849 11851 11351 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44823558 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11851/statm: 4643 292 257 25 0 2626 0

[startup+0.0358171 s]
/proc/loadavg: 2.23 1.66 1.28 4/81 11851
/proc/meminfo: memFree=1934056/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=12272 CPUtime=0
/proc/11851/stat : 11851 (sugar) D 11849 11851 11351 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44823558 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/11851/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101828 s]
/proc/loadavg: 2.23 1.66 1.28 4/81 11851
/proc/meminfo: memFree=1934056/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=12412 CPUtime=0
/proc/11851/stat : 11851 (sugar) D 11849 11851 11351 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 44823558 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/11851/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301872 s]
/proc/loadavg: 2.23 1.66 1.28 4/81 11851
/proc/meminfo: memFree=1934056/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=0.03
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44823558 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11851/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701953 s]
/proc/loadavg: 2.23 1.66 1.28 4/81 11851
/proc/meminfo: memFree=1934056/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=0.03
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44823558 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11851/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.23 1.66 1.28 4/92 11863
/proc/meminfo: memFree=1911824/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=0.03
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44823558 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11851/statm: 3400 796 370 3 0 500 0
[pid=11854] ppid=11851 vsize=5356 CPUtime=0
/proc/11854/stat : 11854 (sh) S 11851 11851 11351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44823576 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11854/statm: 1339 233 193 169 0 50 0
[pid=11855] ppid=11854 vsize=864684 CPUtime=1.21
/proc/11855/stat : 11855 (java) S 11854 11851 11351 0 -1 0 12296 0 1 0 114 7 0 0 18 0 9 0 44823576 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11855/statm: 216171 10333 2529 9 0 210753 0
[pid=11855/tid=11856] ppid=11854 vsize=864684 CPUtime=0.64
/proc/11855/task/11856/stat : 11856 (java) R 11854 11851 11351 0 -1 64 2867 0 1 0 62 2 0 0 18 0 9 0 44823579 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4126426362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11857] ppid=11854 vsize=864684 CPUtime=0.43
/proc/11855/task/11857/stat : 11857 (java) S 11854 11851 11351 0 -1 64 8238 0 0 0 40 3 0 0 17 0 9 0 44823586 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11858] ppid=11854 vsize=864684 CPUtime=0
/proc/11855/task/11858/stat : 11858 (java) S 11854 11851 11351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44823586 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11859] ppid=11854 vsize=864684 CPUtime=0
/proc/11855/task/11859/stat : 11859 (java) S 11854 11851 11351 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44823586 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11860] ppid=11854 vsize=864684 CPUtime=0
/proc/11855/task/11860/stat : 11860 (java) S 11854 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823588 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11861] ppid=11854 vsize=864684 CPUtime=0.11
/proc/11855/task/11861/stat : 11861 (java) S 11854 11851 11351 0 -1 64 492 0 0 0 11 0 0 0 16 0 9 0 44823588 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11862] ppid=11854 vsize=864684 CPUtime=0
/proc/11855/task/11862/stat : 11862 (java) S 11854 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44823588 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11855/tid=11863] ppid=11854 vsize=864684 CPUtime=0
/proc/11855/task/11863/stat : 11863 (java) S 11854 11851 11351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44823588 885436416 10333 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 883640

[startup+3.10242 s]
/proc/loadavg: 2.23 1.66 1.28 4/92 11873
/proc/meminfo: memFree=1923792/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 15 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868432 CPUtime=1.24
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 10240 0 1 0 119 5 0 0 19 0 9 0 44823741 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217108 9093 2540 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868432 CPUtime=0.69
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 2736 0 1 0 68 1 0 0 19 0 9 0 44823742 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4126866392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868432 CPUtime=0.33
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 5347 0 0 0 31 2 0 0 16 0 9 0 44823743 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44823743 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868432 CPUtime=0.2
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1460 0 0 0 20 0 0 0 16 0 9 0 44823745 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889274368 9093 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 887388

[startup+6.30243 s]
/proc/loadavg: 2.21 1.66 1.28 3/92 11873
/proc/meminfo: memFree=1869520/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 16 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868432 CPUtime=4.42
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 20776 0 1 0 430 12 0 0 19 0 9 0 44823741 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217108 19146 2540 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868432 CPUtime=2.97
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 3193 0 1 0 294 3 0 0 25 0 9 0 44823742 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868432 CPUtime=1.19
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 15402 0 0 0 111 8 0 0 15 0 9 0 44823743 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44823743 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868432 CPUtime=0.24
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1484 0 0 0 24 0 0 0 16 0 9 0 44823745 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868432 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889274368 19146 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 887388

[startup+12.7023 s]
/proc/loadavg: 2.19 1.67 1.28 3/92 11873
/proc/meminfo: memFree=1802064/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 15 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868544 CPUtime=10.66
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 34503 0 1 0 1015 51 0 0 19 0 9 0 44823741 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217136 21562 2565 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868544 CPUtime=8.14
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 3835 0 1 0 781 33 0 0 25 0 9 0 44823742 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868544 CPUtime=2.19
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 28447 0 0 0 203 16 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868544 CPUtime=0.3
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 887500

[startup+25.5018 s]
/proc/loadavg: 2.23 1.70 1.30 3/92 11873
/proc/meminfo: memFree=1631632/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 15 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868544 CPUtime=23.24
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 35180 0 1 0 2172 152 0 0 19 0 9 0 44823741 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217136 21562 2565 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868544 CPUtime=20.4
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 4512 0 1 0 1911 129 0 0 25 0 9 0 44823742 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868544 CPUtime=2.52
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 28447 0 0 0 231 21 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868544 CPUtime=0.3
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.65
Current children cumulated vsize (KiB) 887500

[startup+162.302 s]
/proc/loadavg: 2.27 1.91 1.43 3/92 11873
/proc/meminfo: memFree=16208/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 16 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868544 CPUtime=156.48
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 42385 0 1 0 14438 1210 0 0 19 0 9 0 44823741 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217136 21562 2565 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868544 CPUtime=150.23
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 11717 0 1 0 13886 1137 0 0 25 0 9 0 44823742 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868544 CPUtime=5.92
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 28447 0 0 0 521 71 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868544 CPUtime=0.3
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.01
Current children cumulated vsize (KiB) 887500

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

[startup+166.502 s]
/proc/loadavg: 2.25 1.91 1.43 3/92 11873
/proc/meminfo: memFree=16208/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 16 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868544 CPUtime=160.62
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 42596 0 1 0 14821 1241 0 0 19 0 9 0 44823741 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217136 21562 2565 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868544 CPUtime=154.27
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 11928 0 1 0 14260 1167 0 0 25 0 9 0 44823742 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4126564599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868544 CPUtime=6.01
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 28447 0 0 0 530 71 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868544 CPUtime=0.3
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 887500

[startup+169.702 s]
/proc/loadavg: 2.23 1.91 1.43 3/92 11873
/proc/meminfo: memFree=15120/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 974 12948 0 1 3 1 141 8 16 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868544 CPUtime=163.72
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 42755 0 1 0 15107 1265 0 0 19 0 9 0 44823741 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217136 21562 2565 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868544 CPUtime=157.31
/proc/11865/task/11866/stat : 11866 (java) R 11864 11851 11351 0 -1 64 12087 0 1 0 14540 1191 0 0 25 0 9 0 44823742 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868544 CPUtime=6.08
/proc/11865/task/11867/stat : 11867 (java) S 11864 11851 11351 0 -1 64 28447 0 0 0 536 72 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44823743 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11870] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11870/stat : 11870 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868544 CPUtime=0.3
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11873] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11873/stat : 11873 (java) S 11864 11851 11351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44823745 889389056 21562 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 165.25
Current children cumulated vsize (KiB) 887500

[startup+171.302 s]
/proc/loadavg: 2.23 1.91 1.43 3/92 11873
/proc/meminfo: memFree=16080/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=1.53
/proc/11851/stat : 11851 (sugar) S 11849 11851 11351 0 -1 4194304 975 12948 0 1 3 1 141 8 16 0 1 0 44823558 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11851/statm: 3400 797 370 3 0 500 0
[pid=11864] ppid=11851 vsize=5356 CPUtime=0
/proc/11864/stat : 11864 (sh) S 11851 11851 11351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44823741 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11864/statm: 1339 233 193 169 0 50 0
[pid=11865] ppid=11864 vsize=868544 CPUtime=165.24
/proc/11865/stat : 11865 (java) S 11864 11851 11351 0 -1 0 42844 0 1 0 15246 1278 0 0 19 0 7 0 44823741 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11865/statm: 217136 21569 2566 9 0 211683 0
[pid=11865/tid=11866] ppid=11864 vsize=868544 CPUtime=158.79
/proc/11865/task/11866/stat : 11866 (java) S 11864 11851 11351 0 -1 64 12172 0 1 0 14676 1203 0 0 24 0 7 0 44823742 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11867] ppid=11864 vsize=868544 CPUtime=6.12
/proc/11865/task/11867/stat : 11867 (java) D 11864 11851 11351 0 -1 64 28447 0 0 0 539 73 0 0 15 0 7 0 44823743 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=11865/tid=11868] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11868/stat : 11868 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 44823743 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11869] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11869/stat : 11869 (java) S 11864 11851 11351 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 44823743 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11865/tid=11871] ppid=11864 vsize=868544 CPUtime=0.3
/proc/11865/task/11871/stat : 11871 (java) S 11864 11851 11351 0 -1 64 1524 0 0 0 30 0 0 0 15 0 7 0 44823745 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11865/tid=11872] ppid=11864 vsize=868544 CPUtime=0
/proc/11865/task/11872/stat : 11872 (java) S 11864 11851 11351 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 44823745 889389056 21569 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.77
Current children cumulated vsize (KiB) 887500

[startup+172.101 s]
/proc/loadavg: 2.23 1.91 1.43 3/82 11873
/proc/meminfo: memFree=798592/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=167.52
/proc/11851/stat : 11851 (sugar) R 11849 11851 11351 0 -1 4194304 998 56079 0 2 3 73 15388 1288 17 0 1 0 44823558 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11851/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.52
Current children cumulated vsize (KiB) 13600

[startup+172.503 s]
/proc/loadavg: 2.23 1.91 1.43 3/82 11873
/proc/meminfo: memFree=798592/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=167.78
/proc/11851/stat : 11851 (sugar) D 11849 11851 11351 0 -1 4194304 998 56079 0 2 3 99 15388 1288 15 0 1 0 44823558 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11851/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.78
Current children cumulated vsize (KiB) 13600

[startup+172.906 s]
/proc/loadavg: 2.23 1.91 1.43 2/82 11873
/proc/meminfo: memFree=1942176/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=167.79
/proc/11851/stat : 11851 (sugar) D 11849 11851 11351 0 -1 4194304 998 56079 0 2 3 100 15388 1288 15 0 1 0 44823558 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11851/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.79
Current children cumulated vsize (KiB) 13600

[startup+173.002 s]
/proc/loadavg: 2.23 1.91 1.43 2/82 11873
/proc/meminfo: memFree=1942176/2055920 swapFree=4180716/4192956
[pid=11851] ppid=11849 vsize=13600 CPUtime=167.8
/proc/11851/stat : 11851 (sugar) D 11849 11851 11351 0 -1 4194304 998 56079 0 2 3 101 15388 1288 15 0 1 0 44823558 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 227607811113 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11851/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.8
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 173.009
CPU time (s): 167.823
CPU user time (s): 153.924
CPU system time (s): 13.8999
CPU usage (%): 97.0026
Max. virtual memory (cumulated for all children) (KiB): 901204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.924
system time used= 13.8999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57107
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= 67015
involuntary context switches= 69764

runsolver used 0.245962 second user time and 0.559914 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-12 18:47:35
IDJOB=1113268
IDBENCH=61554
IDSOLVER=368
FILE ID=node66/1113268-1215881255
PBS_JOBID= 7903592
Free space on /tmp= 66420 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= baaf997e1ccdc0c91ec8ce4921dd3646
RANDOM SEED=957565439

node66.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.259
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.259
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:       1934664 kB
Buffers:          2812 kB
Cached:          33652 kB
SwapCached:       5764 kB
Active:          68540 kB
Inactive:         3944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934664 kB
SwapTotal:     4192956 kB
SwapFree:      4180716 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          52328 kB
Slab:            33944 kB
Committed_AS:   162868 kB
PageTables:       1836 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= 66420 MiB
End job on node66 at 2008-07-12 18:50:29