Trace number 1113376

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.749 279.755

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25c-05.xml
MD5SUM44f6ce05738d5a49cbd05931ab1caa74
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2408
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17343
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17343
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Thu Aug  7 20:46:02 2008
0.00/0.17	c 0	PID 18857
0.00/0.18	c 0	HOST node82.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1113376-1218134762.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-1113376-1218134762.xml' 'HOME/temp.csp'
1.07/1.26	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 17343 constraints
1.14/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.30	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.14/1.37	c 1	Parsing HOME/temp.csp
1.15/1.62	c 2	parsed 10000 expressions
1.15/1.78	c 2	parsed 17795 expressions
1.15/1.78	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.93	c 2	MAX CSP: 17343 constraints
1.16/1.93	c 2	Converting to clausal form CSP
2.13/2.12	c 2	converted 3515 (10%) expressions
2.24/2.27	c 2	converted 7029 (20%) expressions
2.33/2.35	c 2	converted 10543 (30%) expressions
2.43/2.43	c 2	converted 14057 (40%) expressions
2.43/2.49	c 2	converted 17571 (50%) expressions
2.53/2.56	c 2	converted 21085 (60%) expressions
2.63/2.63	c 3	converted 24599 (70%) expressions
2.82/2.84	c 3	converted 28113 (80%) expressions
2.92/2.90	c 3	converted 31627 (90%) expressions
4.43/4.48	c 4	converted 35141 (100%) expressions
4.43/4.48	c 4	CSP : 35136 integers, 0 booleans, 52028 clauses, largest domain size 26015
4.43/4.48	c 4	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.43/4.48	c 4	Propagation in CSP
5.14/5.16	c 5	17333 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.14/5.17	c 5	CSP : 35136 integers, 0 booleans, 52028 clauses, largest domain size 17344
5.14/5.17	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.14/5.19	c 5	Simplifing CSP by introducing new Boolean variables
5.35/5.36	c 5	CSP : 35136 integers, 34686 booleans, 86714 clauses, largest domain size 17344
5.35/5.36	c 5	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.64	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.65/5.68	c 6	3514 (10%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.65/5.68	c 6	7028 (20%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.65/5.69	c 6	10541 (30%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.65/5.69	c 6	14055 (40%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.78/5.70	c 6	17568 (50%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.78/5.76	c 6	21082 (60%) CSP integer variables are encoded (50640 clauses, 755303 bytes)
5.88/5.81	c 6	24596 (70%) CSP integer variables are encoded (90803 clauses, 1385806 bytes)
5.88/5.87	c 6	28109 (80%) CSP integer variables are encoded (138053 clauses, 2189056 bytes)
5.98/5.92	c 6	31623 (90%) CSP integer variables are encoded (178246 clauses, 2872337 bytes)
6.28/6.24	c 6	35136 (100%) CSP integer variables are encoded (454197 clauses, 7563504 bytes)
6.41/6.36	c 6	8672 (10%) CSP clauses are encoded (485997 clauses, 8120388 bytes)
6.50/6.45	c 6	17343 (20%) CSP clauses are encoded (517788 clauses, 8693268 bytes)
6.61/6.55	c 6	26015 (30%) CSP clauses are encoded (549588 clauses, 9268102 bytes)
6.71/6.64	c 7	34686 (40%) CSP clauses are encoded (581379 clauses, 9848065 bytes)
6.81/6.73	c 7	43357 (50%) CSP clauses are encoded (613174 clauses, 10437535 bytes)
6.90/6.83	c 7	52029 (60%) CSP clauses are encoded (644970 clauses, 11047442 bytes)
37.23/39.87	c 40	60700 (70%) CSP clauses are encoded (19546557 clauses, 416740212 bytes)
134.31/220.23	c 220	69372 (80%) CSP clauses are encoded (76067277 clauses, 1757028959 bytes)
166.98/254.93	c 255	ERROR Exception Too large HOME/temp.cnf
166.98/254.93	c 255	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
166.98/254.93	c 255	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
166.98/254.93	c 255	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
166.98/254.93	s UNKNOWN
167.03/258.18	c 258	CPU 152.89 (0.03 0.01 152.86 14.14)
167.03/258.18	c 258	END Thu Aug  7 20:50:20 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-1113376-1218134762/watcher-1113376-1218134762 -o /tmp/evaluation-result-1113376-1218134762/solver-1113376-1218134762 -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-1113376-1218134762.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: 3.38 3.59 3.23 3/89 18857
/proc/meminfo: memFree=1182640/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=18572 CPUtime=0
/proc/18857/stat : 18857 (runsolver) D 18855 18857 18258 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140562107 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/18857/statm: 4643 292 257 25 0 2626 0

[startup+0.08815 s]
/proc/loadavg: 3.38 3.59 3.23 3/89 18857
/proc/meminfo: memFree=1182640/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=12272 CPUtime=0
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 140562107 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18857/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101149 s]
/proc/loadavg: 3.38 3.59 3.23 3/89 18857
/proc/meminfo: memFree=1182640/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=12272 CPUtime=0
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 140562107 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18857/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302192 s]
/proc/loadavg: 3.38 3.59 3.23 3/89 18857
/proc/meminfo: memFree=1182640/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=0.02
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 140562107 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18857/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701267 s]
/proc/loadavg: 3.38 3.59 3.23 3/89 18857
/proc/meminfo: memFree=1182640/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=0.02
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 140562107 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18857/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50141 s]
/proc/loadavg: 3.38 3.59 3.23 2/100 18869
/proc/meminfo: memFree=1150992/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.15
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 2 0 106 7 15 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13600

[startup+3.10171 s]
/proc/loadavg: 3.38 3.59 3.23 3/99 18879
/proc/meminfo: memFree=1156504/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869272 CPUtime=1.96
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 13332 0 1 0 188 8 0 0 20 0 9 0 140562238 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217318 11959 2540 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869272 CPUtime=1.18
/proc/18871/task/18872/stat : 18872 (java) R 18870 18857 18258 0 -1 64 2945 0 1 0 116 2 0 0 17 0 9 0 140562239 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4126615544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869272 CPUtime=0.58
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 8202 0 0 0 54 4 0 0 16 0 9 0 140562240 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869272 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869272 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140562240 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869272 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869272 CPUtime=0.18
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1489 0 0 0 17 1 0 0 16 0 9 0 140562242 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869272 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869272 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890134528 11959 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 888228

[startup+6.3023 s]
/proc/loadavg: 3.19 3.54 3.22 2/99 18879
/proc/meminfo: memFree=1105496/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=5.25
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 22644 0 2 0 509 16 0 0 20 0 9 0 140562238 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20489 2565 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=3.54
/proc/18871/task/18872/stat : 18872 (java) R 18870 18857 18258 0 -1 64 3351 0 2 0 348 6 0 0 18 0 9 0 140562239 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4127026872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=1.39
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 17038 0 0 0 132 7 0 0 15 0 9 0 140562240 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1559 0 0 0 27 1 0 0 15 0 9 0 140562242 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890249216 20489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 888340

[startup+12.7016 s]
/proc/loadavg: 3.02 3.50 3.21 2/97 18879
/proc/meminfo: memFree=1031024/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=11.33
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 23075 0 2 0 1071 62 0 0 20 0 9 0 140562238 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20490 2565 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=9.45
/proc/18871/task/18872/stat : 18872 (java) R 18870 18857 18258 0 -1 64 3781 0 2 0 896 49 0 0 18 0 9 0 140562239 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=1.57
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 17038 0 0 0 147 10 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1560 0 0 0 27 1 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 888340

[startup+25.503 s]
/proc/loadavg: 2.80 3.43 3.19 2/96 18879
/proc/meminfo: memFree=864440/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=23.05
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 23916 0 2 0 2150 155 0 0 20 0 9 0 140562238 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20490 2565 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=20.85
/proc/18871/task/18872/stat : 18872 (java) R 18870 18857 18258 0 -1 64 4622 0 2 0 1947 138 0 0 17 0 9 0 140562239 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=1.88
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 17038 0 0 0 174 14 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1560 0 0 0 27 1 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 888340

[startup+51.1028 s]
/proc/loadavg: 2.93 3.41 3.19 2/94 18881
/proc/meminfo: memFree=548880/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=46.39
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 25580 0 2 0 4295 344 0 0 20 0 9 0 140562238 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=125.25
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 31164 0 2 0 11462 1063 0 0 20 0 9 0 140562238 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20490 2565 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=120.35
/proc/18871/task/18872/stat : 18872 (java) D 18870 18857 18258 0 -1 64 11870 0 2 0 11034 1001 0 0 18 0 9 0 140562239 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=4.58
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 17038 0 0 0 399 59 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1560 0 0 0 27 1 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.41
Current children cumulated vsize (KiB) 888340

[startup+222.302 s]
/proc/loadavg: 3.16 3.36 3.20 1/94 18884
/proc/meminfo: memFree=15504/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=134.96
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 31848 0 2 0 12358 1138 0 0 20 0 9 0 140562238 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20490 2565 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=129.8
/proc/18871/task/18872/stat : 18872 (java) D 18870 18857 18258 0 -1 64 12554 0 2 0 11907 1073 0 0 17 0 9 0 140562239 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=4.84
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 17038 0 0 0 422 62 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1560 0 0 0 27 1 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.12
Current children cumulated vsize (KiB) 888340

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

[startup+230.302 s]
/proc/loadavg: 2.98 3.32 3.19 2/94 18884
/proc/meminfo: memFree=26576/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.16
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 974 11923 0 1 3 0 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=142.41
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 32370 0 2 0 13031 1210 0 0 20 0 9 0 140562238 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20490 2565 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=137.05
/proc/18871/task/18872/stat : 18872 (java) R 18870 18857 18258 0 -1 64 13076 0 2 0 12563 1142 0 0 17 0 9 0 140562239 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4127117180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=5.04
/proc/18871/task/18873/stat : 18873 (java) S 18870 18857 18258 0 -1 64 17038 0 0 0 439 65 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140562240 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1560 0 0 0 27 1 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18879] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18879/stat : 18879 (java) S 18870 18857 18258 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140562242 890249216 20490 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.57
Current children cumulated vsize (KiB) 888340

[startup+255.902 s]
/proc/loadavg: 3.17 3.34 3.20 1/94 18886
/proc/meminfo: memFree=15568/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=1.17
/proc/18857/stat : 18857 (sugar) S 18855 18857 18258 0 -1 4194304 975 11923 0 1 3 1 106 7 16 0 1 0 140562107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18857/statm: 3400 797 370 3 0 500 0
[pid=18870] ppid=18857 vsize=5356 CPUtime=0
/proc/18870/stat : 18870 (sh) S 18857 18857 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140562238 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18870/statm: 1339 233 193 169 0 50 0
[pid=18871] ppid=18870 vsize=869384 CPUtime=165.85
/proc/18871/stat : 18871 (java) S 18870 18857 18258 0 -1 0 34061 0 4 0 15180 1405 0 0 20 0 8 0 140562238 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18871/statm: 217346 20494 2566 9 0 211893 0
[pid=18871/tid=18872] ppid=18870 vsize=869384 CPUtime=159.81
/proc/18871/task/18872/stat : 18872 (java) S 18870 18857 18258 0 -1 64 14767 0 3 0 14655 1326 0 0 15 0 8 0 140562239 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18873] ppid=18870 vsize=869384 CPUtime=5.72
/proc/18871/task/18873/stat : 18873 (java) D 18870 18857 18258 0 -1 64 17038 0 0 0 496 76 0 0 15 0 8 0 140562240 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=18871/tid=18874] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18874/stat : 18874 (java) S 18870 18857 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 140562240 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18875] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18875/stat : 18875 (java) S 18870 18857 18258 0 -1 64 9 0 0 0 0 0 0 0 16 0 8 0 140562240 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18871/tid=18876] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18876/stat : 18876 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 17 0 8 0 140562242 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18877] ppid=18870 vsize=869384 CPUtime=0.28
/proc/18871/task/18877/stat : 18877 (java) S 18870 18857 18258 0 -1 64 1560 0 0 0 27 1 0 0 15 0 8 0 140562242 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18871/tid=18878] ppid=18870 vsize=869384 CPUtime=0
/proc/18871/task/18878/stat : 18878 (java) S 18870 18857 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 140562242 890249216 20494 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.02
Current children cumulated vsize (KiB) 888340

[startup+268.701 s]
/proc/loadavg: 3.06 3.30 3.19 1/84 18886
/proc/meminfo: memFree=1112368/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=167.55
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 998 46271 0 5 3 52 15286 1414 15 0 1 0 140562107 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/18857/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.55
Current children cumulated vsize (KiB) 13600

[startup+275.101 s]
/proc/loadavg: 3.06 3.30 3.19 1/84 18886
/proc/meminfo: memFree=1155056/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=167.57
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 998 46271 0 5 3 54 15286 1414 15 0 1 0 140562107 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18857/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.57
Current children cumulated vsize (KiB) 13600

[startup+278.306 s]
/proc/loadavg: 2.97 3.28 3.18 1/84 18886
/proc/meminfo: memFree=1182768/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=167.59
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 998 46271 0 5 3 56 15286 1414 15 0 1 0 140562107 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18857/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.59
Current children cumulated vsize (KiB) 13600

[startup+279.101 s]
/proc/loadavg: 2.97 3.28 3.18 1/84 18886
/proc/meminfo: memFree=1182768/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=167.59
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 998 46271 0 5 3 56 15286 1414 15 0 1 0 140562107 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18857/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.59
Current children cumulated vsize (KiB) 13600

[startup+279.501 s]
/proc/loadavg: 2.97 3.28 3.18 2/84 18886
/proc/meminfo: memFree=1190768/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=167.7
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 998 46271 0 5 3 67 15286 1414 15 0 1 0 140562107 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18857/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.7
Current children cumulated vsize (KiB) 13600

[startup+279.701 s]
/proc/loadavg: 2.97 3.28 3.18 2/84 18886
/proc/meminfo: memFree=1190768/2055920 swapFree=4181028/4192956
[pid=18857] ppid=18855 vsize=13600 CPUtime=167.72
/proc/18857/stat : 18857 (sugar) D 18855 18857 18258 0 -1 4194304 998 46271 0 5 3 69 15286 1414 15 0 1 0 140562107 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18857/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 279.755
CPU time (s): 167.749
CPU user time (s): 152.903
CPU system time (s): 14.8457
CPU usage (%): 59.9626
Max. virtual memory (cumulated for all children) (KiB): 889232

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

runsolver used 0.366944 second user time and 0.902862 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-08-07 20:46:02
IDJOB=1113376
IDBENCH=61572
IDSOLVER=368
FILE ID=node82/1113376-1218134762
PBS_JOBID= 8000812
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25c-05.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-1113376-1218134762/watcher-1113376-1218134762 -o /tmp/evaluation-result-1113376-1218134762/solver-1113376-1218134762 -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-1113376-1218134762.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44f6ce05738d5a49cbd05931ab1caa74
RANDOM SEED=340938704

node82.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.263
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.263
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:       1183312 kB
Buffers:          2624 kB
Cached:          32120 kB
SwapCached:       4152 kB
Active:         802860 kB
Inactive:        10856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183312 kB
SwapTotal:     4192956 kB
SwapFree:      4181028 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:         795740 kB
Slab:            42636 kB
Committed_AS:   914292 kB
PageTables:       3324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node82 at 2008-08-07 20:50:42