Trace number 1113274

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? 177.515 187.186

General information on the benchmark

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

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 18:49:56 2008
0.00/0.15	c 0	PID 18289
0.00/0.15	c 0	HOST node49.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1113274-1215881396.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113274-1215881396.xml' 'HOME/temp.csp'
1.45/1.70	c 2	1 domains, 864 variables, 1 predicates, 0 relations, 18707 constraints
1.55/1.73	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.73	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.56/1.81	c 2	Parsing HOME/temp.csp
2.11/2.31	c 3	parsed 10000 expressions
2.31/2.50	c 3	parsed 19573 expressions
2.31/2.51	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/2.67	c 3	MAX CSP: 18707 constraints
2.40/2.67	c 3	Converting to clausal form CSP
2.80/3.04	c 3	converted 3829 (10%) expressions
2.90/3.13	c 3	converted 7657 (20%) expressions
3.01/3.22	c 3	converted 11485 (30%) expressions
3.10/3.31	c 4	converted 15314 (40%) expressions
3.10/3.39	c 4	converted 19142 (50%) expressions
3.30/3.60	c 4	converted 22970 (60%) expressions
3.40/3.68	c 4	converted 26799 (70%) expressions
3.49/3.76	c 4	converted 30627 (80%) expressions
3.59/3.85	c 4	converted 34455 (90%) expressions
5.47/5.74	c 6	converted 38283 (100%) expressions
5.47/5.75	c 6	CSP : 38278 integers, 0 booleans, 56120 clauses, largest domain size 28061
5.47/5.75	c 6	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.47/5.75	c 6	Propagation in CSP
6.27/6.54	c 7	18701 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.27/6.55	c 7	CSP : 38278 integers, 0 booleans, 56120 clauses, largest domain size 18708
6.27/6.55	c 7	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.27/6.57	c 7	Simplifing CSP by introducing new Boolean variables
6.86/7.18	c 7	CSP : 38278 integers, 37414 booleans, 93534 clauses, largest domain size 18708
6.86/7.18	c 7	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.25/7.58	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.36/7.64	c 8	3828 (10%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.36/7.65	c 8	7656 (20%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.36/7.65	c 8	11484 (30%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.36/7.66	c 8	15312 (40%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.36/7.66	c 8	19139 (50%) CSP integer variables are encoded (6912 clauses, 87952 bytes)
7.45/7.73	c 8	22967 (60%) CSP integer variables are encoded (57608 clauses, 848392 bytes)
7.45/7.79	c 8	26795 (70%) CSP integer variables are encoded (103364 clauses, 1589957 bytes)
7.54/7.86	c 8	30623 (80%) CSP integer variables are encoded (154504 clauses, 2459337 bytes)
7.84/8.10	c 8	34451 (90%) CSP integer variables are encoded (348480 clauses, 5756929 bytes)
8.03/8.30	c 9	38278 (100%) CSP integer variables are encoded (497947 clauses, 8297868 bytes)
8.24/8.51	c 9	9354 (10%) CSP clauses are encoded (563425 clauses, 9478075 bytes)
8.33/8.68	c 9	18707 (20%) CSP clauses are encoded (628902 clauses, 10720890 bytes)
8.54/8.85	c 9	28061 (30%) CSP clauses are encoded (694380 clauses, 11964646 bytes)
8.73/9.01	c 9	37414 (40%) CSP clauses are encoded (759848 clauses, 13207204 bytes)
8.83/9.18	c 9	46767 (50%) CSP clauses are encoded (825316 clauses, 14461678 bytes)
9.03/9.35	c 10	56121 (60%) CSP clauses are encoded (890794 clauses, 15758714 bytes)
48.17/49.54	c 50	65474 (70%) CSP clauses are encoded (22875021 clauses, 493774469 bytes)
171.08/178.50	c 179	74828 (80%) CSP clauses are encoded (88626611 clauses, 2083083236 bytes)
176.38/184.17	c 184	ERROR Exception Too large HOME/temp.cnf
176.38/184.17	c 184	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
176.38/184.17	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
176.38/184.17	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
176.38/184.17	s UNKNOWN
176.47/185.24	c 185	CPU 163.09 (0.03 0.01 163.06 13.38)
176.47/185.24	c 185	END Sat Jul 12 18:53:01 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113274-1215881396/watcher-1113274-1215881396 -o /tmp/evaluation-result-1113274-1215881396/solver-1113274-1215881396 -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-1113274-1215881396.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 18289
/proc/meminfo: memFree=1942832/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=18572 CPUtime=0
/proc/18289/stat : 18289 (runsolver) D 18287 18289 16889 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44835307 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224627584295 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18289/statm: 4643 292 257 25 0 2626 0

[startup+0.0112031 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 18289
/proc/meminfo: memFree=1942832/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=18572 CPUtime=0
/proc/18289/stat : 18289 (runsolver) D 18287 18289 16889 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44835307 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224627584295 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18289/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101219 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 18289
/proc/meminfo: memFree=1942832/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=12412 CPUtime=0
/proc/18289/stat : 18289 (sugar) D 18287 18289 16889 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 44835307 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18289/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301251 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 18289
/proc/meminfo: memFree=1942832/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=0.04
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44835307 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701306 s]
/proc/loadavg: 1.92 1.98 1.95 4/81 18289
/proc/meminfo: memFree=1942832/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=0.04
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44835307 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 1.92 1.98 1.95 4/92 18301
/proc/meminfo: memFree=1919704/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=0.04
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44835307 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 796 370 3 0 500 0
[pid=18292] ppid=18289 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18289 18289 16889 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 44835323 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=864692 CPUtime=1.31
/proc/18293/stat : 18293 (java) S 18292 18289 16889 0 -1 0 12304 0 1 0 124 7 0 0 18 0 9 0 44835323 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18293/statm: 216173 10344 2529 9 0 210755 0
[pid=18293/tid=18294] ppid=18292 vsize=864692 CPUtime=0.73
/proc/18293/task/18294/stat : 18294 (java) R 18292 18289 16889 0 -1 64 2860 0 1 0 72 1 0 0 24 0 9 0 44835324 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=864692 CPUtime=0.43
/proc/18293/task/18295/stat : 18295 (java) S 18292 18289 16889 0 -1 64 8237 0 0 0 39 4 0 0 17 0 9 0 44835325 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=864692 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18289 16889 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44835325 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18297] ppid=18292 vsize=864692 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44835325 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18298] ppid=18292 vsize=864692 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835327 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18299] ppid=18292 vsize=864692 CPUtime=0.13
/proc/18293/task/18299/stat : 18299 (java) S 18292 18289 16889 0 -1 64 507 0 0 0 13 0 0 0 16 0 9 0 44835327 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=864692 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835327 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18301] ppid=18292 vsize=864692 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44835327 885444608 10344 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883648

[startup+3.10265 s]
/proc/loadavg: 1.92 1.98 1.95 4/92 18311
/proc/meminfo: memFree=1933848/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 15 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868436 CPUtime=1.34
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 9838 0 1 0 129 5 0 0 19 0 9 0 44835481 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217109 8694 2540 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868436 CPUtime=0.8
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 2731 0 1 0 79 1 0 0 24 0 9 0 44835482 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4126654171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868436 CPUtime=0.32
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 4944 0 0 0 30 2 0 0 16 0 9 0 44835483 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44835483 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868436 CPUtime=0.19
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 44835485 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889278464 8694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887392

[startup+6.3011 s]
/proc/loadavg: 1.93 1.98 1.95 3/92 18311
/proc/meminfo: memFree=1880728/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 16 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868436 CPUtime=4.51
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 20795 0 1 0 440 11 0 0 19 0 9 0 44835481 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217109 19152 2540 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868436 CPUtime=3.05
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 3189 0 1 0 303 2 0 0 25 0 9 0 44835482 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4126571169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868436 CPUtime=1.19
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 15419 0 0 0 113 6 0 0 16 0 9 0 44835483 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44835483 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868436 CPUtime=0.23
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 44835485 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868436 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889278464 19152 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887392

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.95 3/92 18311
/proc/meminfo: memFree=1814872/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 15 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868548 CPUtime=10.82
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 33184 0 1 0 1035 47 0 0 19 0 9 0 44835481 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217137 21578 2565 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868548 CPUtime=8.3
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 3819 0 1 0 799 31 0 0 25 0 9 0 44835482 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4126934789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868548 CPUtime=2.2
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 27139 0 0 0 207 13 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868548 CPUtime=0.29
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1530 0 0 0 28 1 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887504

[startup+25.5018 s]
/proc/loadavg: 2.17 2.03 1.97 3/92 18311
/proc/meminfo: memFree=1661400/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 15 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868548 CPUtime=23.21
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 33806 0 1 0 2179 142 0 0 19 0 9 0 44835481 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217137 21578 2565 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868548 CPUtime=20.4
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 4441 0 1 0 1918 122 0 0 25 0 9 0 44835482 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4126479759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868548 CPUtime=2.49
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 27139 0 0 0 232 17 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18303/tid=18309] ppid=18302 vsize=868548 CPUtime=0.29
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1530 0 0 0 28 1 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.7
Current children cumulated vsize (KiB) 887504

[startup+162.302 s]
/proc/loadavg: 2.93 2.39 2.11 3/92 18311
/proc/meminfo: memFree=15448/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 16 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868548 CPUtime=154.25
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 40496 0 1 0 14263 1162 0 0 19 0 9 0 44835481 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217137 21578 2565 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868548 CPUtime=148.14
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 11131 0 1 0 13717 1097 0 0 25 0 9 0 44835482 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4127089034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868548 CPUtime=5.79
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 27139 0 0 0 516 63 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868548 CPUtime=0.29
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1530 0 0 0 28 1 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.81
Current children cumulated vsize (KiB) 887504

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

[startup+166.503 s]
/proc/loadavg: 2.93 2.40 2.11 3/92 18311
/proc/meminfo: memFree=16216/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 16 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868548 CPUtime=158.34
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 40705 0 1 0 14639 1195 0 0 19 0 9 0 44835481 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217137 21578 2565 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868548 CPUtime=152.12
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 11340 0 1 0 14084 1128 0 0 25 0 9 0 44835482 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4126479689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868548 CPUtime=5.9
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 27139 0 0 0 526 64 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868548 CPUtime=0.29
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1530 0 0 0 28 1 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.9
Current children cumulated vsize (KiB) 887504

[startup+179.303 s]
/proc/loadavg: 2.95 2.43 2.12 3/92 18311
/proc/meminfo: memFree=15960/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 16 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868548 CPUtime=170.4
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 41320 0 1 0 15749 1291 0 0 19 0 9 0 44835481 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217137 21578 2565 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868548 CPUtime=163.9
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 11955 0 1 0 15169 1221 0 0 25 0 9 0 44835482 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4126577055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868548 CPUtime=6.18
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 27139 0 0 0 551 67 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868548 CPUtime=0.29
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1530 0 0 0 28 1 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.96
Current children cumulated vsize (KiB) 887504

[startup+182.502 s]
/proc/loadavg: 2.95 2.43 2.12 3/92 18311
/proc/meminfo: memFree=16344/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=1.56
/proc/18289/stat : 18289 (sugar) S 18287 18289 16889 0 -1 4194304 974 12948 0 1 3 1 144 8 16 0 1 0 44835307 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 3400 797 370 3 0 500 0
[pid=18302] ppid=18289 vsize=5356 CPUtime=0
/proc/18302/stat : 18302 (sh) S 18289 18289 16889 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44835480 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18302/statm: 1339 233 193 169 0 50 0
[pid=18303] ppid=18302 vsize=868548 CPUtime=173.26
/proc/18303/stat : 18303 (java) S 18302 18289 16889 0 -1 0 41463 0 1 0 16012 1314 0 0 19 0 9 0 44835481 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18303/statm: 217137 21578 2565 9 0 211684 0
[pid=18303/tid=18304] ppid=18302 vsize=868548 CPUtime=166.7
/proc/18303/task/18304/stat : 18304 (java) R 18302 18289 16889 0 -1 64 12098 0 1 0 15427 1243 0 0 25 0 9 0 44835482 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4127089164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18305] ppid=18302 vsize=868548 CPUtime=6.24
/proc/18303/task/18305/stat : 18305 (java) S 18302 18289 16889 0 -1 64 27139 0 0 0 556 68 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18306] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18306/stat : 18306 (java) S 18302 18289 16889 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18307] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18307/stat : 18307 (java) S 18302 18289 16889 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44835483 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18308] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18308/stat : 18308 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18309] ppid=18302 vsize=868548 CPUtime=0.29
/proc/18303/task/18309/stat : 18309 (java) S 18302 18289 16889 0 -1 64 1530 0 0 0 28 1 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18310] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18310/stat : 18310 (java) S 18302 18289 16889 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18303/tid=18311] ppid=18302 vsize=868548 CPUtime=0
/proc/18303/task/18311/stat : 18311 (java) S 18302 18289 16889 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44835485 889393152 21578 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.82
Current children cumulated vsize (KiB) 887504

[startup+185.708 s]
/proc/loadavg: 2.95 2.44 2.13 2/85 18311
/proc/meminfo: memFree=91736/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=176.5
/proc/18289/stat : 18289 (sugar) R 18287 18289 16889 0 -1 4194304 998 54793 0 2 3 3 16306 1338 16 0 1 0 44835307 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18289/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 176.5
Current children cumulated vsize (KiB) 13600

[startup+186.502 s]
/proc/loadavg: 2.95 2.44 2.13 3/82 18311
/proc/meminfo: memFree=776936/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=177.28
/proc/18289/stat : 18289 (sugar) R 18287 18289 16889 0 -1 4194304 998 54793 0 2 3 81 16306 1338 16 0 1 0 44835307 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18289/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.28
Current children cumulated vsize (KiB) 13600

[startup+186.902 s]
/proc/loadavg: 2.95 2.44 2.13 3/82 18311
/proc/meminfo: memFree=776936/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=177.48
/proc/18289/stat : 18289 (sugar) D 18287 18289 16889 0 -1 4194304 998 54793 0 2 3 101 16306 1338 15 0 1 0 44835307 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18289/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.48
Current children cumulated vsize (KiB) 13600

[startup+187.102 s]
/proc/loadavg: 2.95 2.44 2.13 2/82 18311
/proc/meminfo: memFree=1959080/2055920 swapFree=4180188/4192956
[pid=18289] ppid=18287 vsize=13600 CPUtime=177.49
/proc/18289/stat : 18289 (sugar) R 18287 18289 16889 0 -1 4194304 998 54793 0 2 3 102 16306 1338 15 0 1 0 44835307 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18289/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 177.49
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 187.186
CPU time (s): 177.515
CPU user time (s): 163.103
CPU system time (s): 14.4118
CPU usage (%): 94.8336
Max. virtual memory (cumulated for all children) (KiB): 898644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.103
system time used= 14.4118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55821
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= 66981
involuntary context switches= 71363

runsolver used 0.242963 second user time and 0.662899 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 18:49:56
IDJOB=1113274
IDBENCH=61555
IDSOLVER=368
FILE ID=node49/1113274-1215881396
PBS_JOBID= 7903520
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f4600fcc9d9d18c52a98a6aedbd8274
RANDOM SEED=662921201

node49.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.239
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.239
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:       1943376 kB
Buffers:          5436 kB
Cached:          43820 kB
SwapCached:       6232 kB
Active:          57132 kB
Inactive:        16464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1943376 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:            3532 kB
Writeback:           0 kB
Mapped:          40076 kB
Slab:            23908 kB
Committed_AS:   280396 kB
PageTables:       1932 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 node49 at 2008-07-12 18:53:03