Trace number 1127003

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 NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 208.754 214.35

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmo5_ext.xml
MD5SUMe4a8ca98653b0d25fe779b3362514fd3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2.25966
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints10100
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension10100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 16 07:52:13 2008
0.00/0.07	c 0	PID 304
0.06/0.07	c 0	HOST node53.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1127003-1216187533.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127003-1216187533.xml' 'HOME/temp.csp'
0.06/0.72	c 1	3 domains, 201 variables, 0 predicates, 101 relations, 10100 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.83	c 1	Parsing HOME/temp.csp
1.03/1.14	c 1	parsed 10000 expressions
1.03/1.15	c 1	parsed 10405 expressions
1.03/1.15	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.26	c 1	MAX CSP: 10100 constraints
1.13/1.26	c 1	Converting to clausal form CSP
1.33/1.44	c 1	converted 2051 (10%) expressions
1.33/1.50	c 1	converted 4102 (20%) expressions
1.42/1.57	c 1	converted 6153 (30%) expressions
1.42/1.59	c 2	converted 8204 (40%) expressions
1.52/1.61	c 2	converted 10254 (50%) expressions
1.52/1.64	c 2	converted 12305 (60%) expressions
1.52/1.66	c 2	converted 14356 (70%) expressions
1.52/1.69	c 2	converted 16407 (80%) expressions
1.62/1.78	c 2	converted 18458 (90%) expressions
2.61/2.70	c 3	converted 20508 (100%) expressions
2.61/2.71	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 15151
2.61/2.71	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.71	c 3	Propagation in CSP
2.91/3.04	c 3	10092 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.05	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 10101
2.91/3.05	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.06	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.08	c 3	CSP : 20401 integers, 0 booleans, 30299 clauses, largest domain size 10101
2.91/3.08	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.21	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.26	c 3	2041 (10%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.12/3.26	c 3	4081 (20%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.12/3.27	c 3	6121 (30%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.12/3.27	c 3	8161 (40%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.12/3.28	c 3	10201 (50%) CSP integer variables are encoded (9800 clauses, 125686 bytes)
3.30/3.42	c 3	12241 (60%) CSP integer variables are encoded (136966 clauses, 2131413 bytes)
3.30/3.47	c 3	14281 (70%) CSP integer variables are encoded (175223 clauses, 2781782 bytes)
3.40/3.51	c 3	16321 (80%) CSP integer variables are encoded (206273 clauses, 3309632 bytes)
3.40/3.54	c 3	18361 (90%) CSP integer variables are encoded (228146 clauses, 3681473 bytes)
3.40/3.57	c 3	20401 (100%) CSP integer variables are encoded (256025 clauses, 4155416 bytes)
3.91/4.02	c 4	3030 (10%) CSP clauses are encoded (259055 clauses, 4225820 bytes)
4.20/4.40	c 4	6060 (20%) CSP clauses are encoded (262085 clauses, 4297640 bytes)
4.60/4.77	c 5	9090 (30%) CSP clauses are encoded (265115 clauses, 4369460 bytes)
5.69/5.81	c 6	12120 (40%) CSP clauses are encoded (784217 clauses, 15416229 bytes)
116.23/118.07	c 118	15150 (50%) CSP clauses are encoded (51560901 clauses, 1216320906 bytes)
119.26/121.11	c 121	18180 (60%) CSP clauses are encoded (53215647 clauses, 1256632837 bytes)
207.69/211.94	c 212	ERROR Exception Too large HOME/temp.cnf
207.73/212.31	c 212	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
207.73/212.31	c 212	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
207.73/212.31	c 212	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
207.73/212.31	s UNKNOWN
207.74/212.53	c 212	CPU 192.13 (0.05 0.01 192.08 15.62)
207.74/212.53	c 212	END Wed Jul 16 07:55:45 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-1127003-1216187533/watcher-1127003-1216187533 -o /tmp/evaluation-result-1127003-1216187533/solver-1127003-1216187533 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127003-1216187533.xml 

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


[startup+0 s]
/proc/loadavg: 2.23 2.49 2.68 4/73 304
/proc/meminfo: memFree=1587880/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=12272 CPUtime=0
/proc/304/stat : 304 (sugar++) R 302 304 32272 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 75452641 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/304/statm: 3068 364 274 3 0 168 0

[startup+0.0723581 s]
/proc/loadavg: 2.23 2.49 2.68 4/73 304
/proc/meminfo: memFree=1587880/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.06
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1143 0 0 0 5 1 0 0 20 0 1 0 75452641 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/304/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.109398 s]
/proc/loadavg: 2.23 2.49 2.68 4/73 304
/proc/meminfo: memFree=1587880/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.06
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302568 s]
/proc/loadavg: 2.23 2.49 2.68 4/73 304
/proc/meminfo: memFree=1587880/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.06
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70164 s]
/proc/loadavg: 2.23 2.49 2.68 4/73 304
/proc/meminfo: memFree=1587880/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.06
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50179 s]
/proc/loadavg: 2.23 2.49 2.68 3/84 326
/proc/meminfo: memFree=1578632/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 15 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868404 CPUtime=0.72
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 7888 0 1 0 68 4 0 0 20 0 9 0 75452717 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217101 7092 2543 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868404 CPUtime=0.42
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 2613 0 1 0 41 1 0 0 25 0 9 0 75452718 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4126401619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868404 CPUtime=0.1
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 3125 0 0 0 10 0 0 0 16 0 9 0 75452719 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868404 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868404 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868404 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868404 CPUtime=0.16
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1454 0 0 0 16 0 0 0 16 0 9 0 75452721 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868404 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868404 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889245696 7092 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890500

[startup+3.10211 s]
/proc/loadavg: 2.23 2.49 2.68 3/84 326
/proc/meminfo: memFree=1554376/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 15 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868908 CPUtime=2.31
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 13460 0 1 0 223 8 0 0 20 0 9 0 75452717 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217227 12302 2540 9 0 211802 0
[pid=318/tid=319] ppid=317 vsize=868908 CPUtime=1.46
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 2930 0 1 0 145 1 0 0 25 0 9 0 75452718 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868908 CPUtime=0.6
/proc/318/task/320/stat : 320 (java) R 317 304 32272 0 -1 64 8350 0 0 0 56 4 0 0 16 0 9 0 75452719 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868908 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868908 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868908 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868908 CPUtime=0.21
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1484 0 0 0 21 0 0 0 15 0 9 0 75452721 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868908 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868908 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889761792 12302 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891004

[startup+6.30174 s]
/proc/loadavg: 2.21 2.48 2.68 3/84 326
/proc/meminfo: memFree=1534872/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=5.49
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 13944 0 1 0 526 23 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=4.29
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 3364 0 1 0 414 15 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=0.89
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 83 6 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890612

[startup+12.702 s]
/proc/loadavg: 2.20 2.47 2.67 3/84 326
/proc/meminfo: memFree=1502000/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=11.85
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 14331 0 1 0 1148 37 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=10.5
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 3751 0 1 0 1023 27 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4127123928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=1.03
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 96 7 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890612

[startup+25.5025 s]
/proc/loadavg: 2.15 2.45 2.66 3/84 326
/proc/meminfo: memFree=1501944/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=24.59
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 14771 0 1 0 2417 42 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=23.09
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 4191 0 1 0 2279 30 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4127171372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=1.2
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 110 10 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.4
Current children cumulated vsize (KiB) 890612

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

[startup+179.302 s]
/proc/loadavg: 2.45 2.42 2.61 4/84 326
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=175.25
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 34557 0 1 0 16237 1288 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=166.51
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 23977 0 1 0 15492 1159 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=8.43
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 717 126 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 175.95
Current children cumulated vsize (KiB) 890612

[startup+192.102 s]
/proc/loadavg: 2.43 2.41 2.61 3/84 326
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=187.71
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 36239 0 1 0 17380 1391 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=178.36
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 25659 0 1 0 16582 1254 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=9.03
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 769 134 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.41
Current children cumulated vsize (KiB) 890612

[startup+204.902 s]
/proc/loadavg: 2.34 2.39 2.60 3/84 326
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=200.19
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 37925 0 1 0 18520 1499 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=190.21
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 27345 0 1 0 17670 1351 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=9.65
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 820 145 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 890612

[startup+211.302 s]
/proc/loadavg: 2.31 2.39 2.59 3/84 326
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=0.7
/proc/304/stat : 304 (sugar++) S 302 304 32272 0 -1 4194304 1297 7841 0 1 5 1 59 5 16 0 1 0 75452641 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/304/statm: 4185 1104 409 3 0 764 0
[pid=317] ppid=304 vsize=5356 CPUtime=0
/proc/317/stat : 317 (sh) S 304 304 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75452717 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/317/statm: 1339 233 193 169 0 50 0
[pid=318] ppid=317 vsize=868516 CPUtime=206.4
/proc/318/stat : 318 (java) S 317 304 32272 0 -1 0 38764 0 1 0 19090 1550 0 0 20 0 9 0 75452717 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/318/statm: 217129 12275 2567 9 0 211676 0
[pid=318/tid=319] ppid=317 vsize=868516 CPUtime=196.13
/proc/318/task/319/stat : 319 (java) R 317 304 32272 0 -1 64 28184 0 1 0 18215 1398 0 0 25 0 9 0 75452718 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=320] ppid=317 vsize=868516 CPUtime=9.96
/proc/318/task/320/stat : 320 (java) S 317 304 32272 0 -1 64 8351 0 0 0 846 150 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=321] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/321/stat : 321 (java) S 317 304 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=322] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/322/stat : 322 (java) S 317 304 32272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75452719 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=323] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/323/stat : 323 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=324] ppid=317 vsize=868516 CPUtime=0.29
/proc/318/task/324/stat : 324 (java) S 317 304 32272 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=325] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/325/stat : 325 (java) S 317 304 32272 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=318/tid=326] ppid=317 vsize=868516 CPUtime=0
/proc/318/task/326/stat : 326 (java) S 317 304 32272 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75452721 889360384 12275 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.1
Current children cumulated vsize (KiB) 890612

[startup+212.902 s]
/proc/loadavg: 2.31 2.39 2.59 2/77 326
/proc/meminfo: memFree=54648/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=207.87
/proc/304/stat : 304 (sugar++) R 302 304 32272 0 -1 4194304 1320 46984 0 2 5 12 19208 1562 16 0 1 0 75452641 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/304/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.87
Current children cumulated vsize (KiB) 16740

[startup+213.703 s]
/proc/loadavg: 2.31 2.39 2.59 3/74 326
/proc/meminfo: memFree=1668296/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=208.64
/proc/304/stat : 304 (sugar++) D 302 304 32272 0 -1 4194304 1320 46984 0 2 5 89 19208 1562 16 0 1 0 75452641 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/304/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.64
Current children cumulated vsize (KiB) 16740

[startup+214.102 s]
/proc/loadavg: 2.31 2.39 2.59 3/74 326
/proc/meminfo: memFree=1668296/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=208.71
/proc/304/stat : 304 (sugar++) D 302 304 32272 0 -1 4194304 1320 46984 0 2 5 96 19208 1562 15 0 1 0 75452641 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/304/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.71
Current children cumulated vsize (KiB) 16740

[startup+214.302 s]
/proc/loadavg: 2.31 2.39 2.59 3/74 326
/proc/meminfo: memFree=1668296/2055920 swapFree=4192812/4192956
[pid=304] ppid=302 vsize=16740 CPUtime=208.73
/proc/304/stat : 304 (sugar++) D 302 304 32272 0 -1 4194304 1320 46984 0 2 5 98 19208 1562 15 0 1 0 75452641 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/304/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.73
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 214.35
CPU time (s): 208.754
CPU user time (s): 192.139
CPU system time (s): 16.6155
CPU usage (%): 97.3892
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.139
system time used= 16.6155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48360
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= 183865
involuntary context switches= 187872

runsolver used 0.308953 second user time and 0.677896 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-16 07:52:13
IDJOB=1127003
IDBENCH=66115
IDSOLVER=367
FILE ID=node53/1127003-1216187533
PBS_JOBID= 7905903
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmo5_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127003-1216187533/watcher-1127003-1216187533 -o /tmp/evaluation-result-1127003-1216187533/solver-1127003-1216187533 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127003-1216187533.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4a8ca98653b0d25fe779b3362514fd3
RANDOM SEED=150784718

node53.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.261
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.261
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:       1588296 kB
Buffers:        101148 kB
Cached:         273532 kB
SwapCached:          0 kB
Active:         225640 kB
Inactive:       169540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          31600 kB
Slab:            57764 kB
Committed_AS:   378064 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node53 at 2008-07-16 07:55:47