Trace number 1125460

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? 170.864 876.89

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog04cc_ext.xml
MD5SUM88a058c868b791bc50d6e521a0c14d29
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark15.3877
Satisfiable
(Un)Satisfiability was proved
Number of variables273
Number of constraints17715
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension17715
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Aug  7 20:57:22 2008
0.00/0.04	c 0	PID 16331
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1125460-1218135440.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125460-1218135440.xml' 'HOME/temp.csp'
0.97/1.04	c 1	10 domains, 273 variables, 0 predicates, 123 relations, 17715 constraints
0.97/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.09	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.03/1.16	c 1	Parsing HOME/temp.csp
1.03/1.47	c 1	parsed 10000 expressions
1.03/1.64	c 2	parsed 18121 expressions
1.03/1.65	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.81	c 2	MAX CSP: 17715 constraints
1.03/1.81	c 2	Converting to clausal form CSP
1.03/2.04	c 2	converted 3584 (10%) expressions
2.02/2.17	c 2	converted 7168 (20%) expressions
2.12/2.21	c 2	converted 10752 (30%) expressions
2.12/2.25	c 2	converted 14336 (40%) expressions
2.21/2.30	c 2	converted 17920 (50%) expressions
2.21/2.34	c 2	converted 21504 (60%) expressions
2.21/2.39	c 2	converted 25088 (70%) expressions
2.42/2.56	c 3	converted 28672 (80%) expressions
2.51/2.61	c 3	converted 32256 (90%) expressions
4.10/4.26	c 4	converted 35839 (100%) expressions
4.10/4.26	c 4	CSP : 35703 integers, 0 booleans, 53144 clauses, largest domain size 26573
4.10/4.26	c 4	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.10/4.26	c 4	Propagation in CSP
4.70/4.86	c 5	17708 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.70/4.86	c 5	CSP : 35703 integers, 0 booleans, 53144 clauses, largest domain size 17716
4.70/4.86	c 5	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.88	c 5	Simplifing CSP by introducing new Boolean variables
4.80/4.91	c 5	CSP : 35703 integers, 0 booleans, 53144 clauses, largest domain size 17716
4.80/4.91	c 5	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.01/5.15	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.01/5.19	c 5	3571 (10%) CSP integer variables are encoded (482 clauses, 5208 bytes)
5.01/5.19	c 5	7141 (20%) CSP integer variables are encoded (482 clauses, 5208 bytes)
5.11/5.20	c 5	10711 (30%) CSP integer variables are encoded (482 clauses, 5208 bytes)
5.11/5.20	c 5	14282 (40%) CSP integer variables are encoded (482 clauses, 5208 bytes)
5.11/5.21	c 5	17852 (50%) CSP integer variables are encoded (482 clauses, 5208 bytes)
5.11/5.27	c 5	21422 (60%) CSP integer variables are encoded (51344 clauses, 768138 bytes)
5.20/5.32	c 5	24993 (70%) CSP integer variables are encoded (92471 clauses, 1417030 bytes)
5.20/5.38	c 5	28563 (80%) CSP integer variables are encoded (140699 clauses, 2236906 bytes)
5.30/5.44	c 5	32133 (90%) CSP integer variables are encoded (181797 clauses, 2935572 bytes)
5.60/5.79	c 6	35703 (100%) CSP integer variables are encoded (463742 clauses, 7728637 bytes)
5.80/5.98	c 6	5315 (10%) CSP clauses are encoded (469057 clauses, 7842376 bytes)
6.00/6.11	c 6	10629 (20%) CSP clauses are encoded (474371 clauses, 7963117 bytes)
6.09/6.24	c 6	15944 (30%) CSP clauses are encoded (479686 clauses, 8083445 bytes)
8.76/8.99	c 9	21258 (40%) CSP clauses are encoded (2054390 clauses, 41714723 bytes)
39.06/45.40	c 45	26572 (50%) CSP clauses are encoded (20200700 clauses, 431375298 bytes)
47.91/54.48	c 54	31887 (60%) CSP clauses are encoded (25256873 clauses, 551883326 bytes)
144.92/834.18	c 834	37201 (70%) CSP clauses are encoded (79569271 clauses, 1842646029 bytes)
155.18/845.33	c 845	42516 (80%) CSP clauses are encoded (85397130 clauses, 1984964069 bytes)
170.10/861.51	c 861	ERROR Exception Too large HOME/temp.cnf
170.10/861.51	c 861	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
170.10/861.51	c 861	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
170.10/861.51	c 861	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
170.10/861.51	s UNKNOWN
170.10/861.53	c 861	CPU 155.17 (0.03 0.01 155.14 14.96)
170.10/861.53	c 861	END Thu Aug  7 21:11:43 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-1125460-1218135440/watcher-1125460-1218135440 -o /tmp/evaluation-result-1125460-1218135440/solver-1125460-1218135440 -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-1125460-1218135440.xml 

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


[startup+0 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16331
/proc/meminfo: memFree=1934864/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=12268 CPUtime=0
/proc/16331/stat : 16331 (sugar) R 16329 16331 13463 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140629018 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/16331/statm: 3067 316 241 3 0 167 0

[startup+0.0601559 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16331
/proc/meminfo: memFree=1934864/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=0.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140629018 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101156 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16331
/proc/meminfo: memFree=1934864/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=0.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140629018 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301179 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16331
/proc/meminfo: memFree=1934864/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=0.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140629018 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701225 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16331
/proc/meminfo: memFree=1934864/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=0.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140629018 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50132 s]
/proc/loadavg: 3.16 5.49 6.01 3/86 16345
/proc/meminfo: memFree=1913848/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 15 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.1025 s]
/proc/loadavg: 3.16 5.49 6.01 3/94 16377
/proc/meminfo: memFree=1907832/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 15 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868416 CPUtime=1.98
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 14334 0 1 0 191 7 0 0 20 0 9 0 140629128 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217104 12980 2540 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868416 CPUtime=1.14
/proc/16347/task/16348/stat : 16348 (java) R 16346 16331 13463 0 -1 64 2916 0 1 0 112 2 0 0 19 0 9 0 140629129 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4126640171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868416 CPUtime=0.61
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 9242 0 0 0 58 3 0 0 16 0 9 0 140629130 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868416 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868416 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868416 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868416 CPUtime=0.2
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 140629132 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868416 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889257984 12980 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868416 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889257984 12980 996147200 134512640 134550740 4294955936 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) 887372

[startup+6.30187 s]
/proc/loadavg: 3.14 5.45 6.00 4/94 16425
/proc/meminfo: memFree=1847736/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 15 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=5.16
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 20478 0 1 0 500 16 0 0 20 0 9 0 140629128 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217132 18319 2567 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868528 CPUtime=3.5
/proc/16347/task/16348/stat : 16348 (java) R 16346 16331 13463 0 -1 64 3366 0 1 0 342 8 0 0 25 0 9 0 140629129 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4127086999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868528 CPUtime=1.35
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 14877 0 0 0 129 6 0 0 16 0 9 0 140629130 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.28
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1538 0 0 0 28 0 0 0 15 0 9 0 140629132 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18319 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18319 996147200 134512640 134550740 4294955936 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) 887484

[startup+12.7026 s]
/proc/loadavg: 3.05 5.39 5.98 3/94 16425
/proc/meminfo: memFree=1654656/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 16 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=11.5
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 20986 0 1 0 1077 73 0 0 20 0 9 0 140629128 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217132 18324 2567 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868528 CPUtime=9.57
/proc/16347/task/16348/stat : 16348 (java) R 16346 16331 13463 0 -1 64 3869 0 1 0 897 60 0 0 25 0 9 0 140629129 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4127082282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868528 CPUtime=1.6
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 14877 0 0 0 150 10 0 0 16 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.3
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887484

[startup+25.502 s]
/proc/loadavg: 3.27 5.33 5.94 3/95 16426
/proc/meminfo: memFree=1387800/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 16 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=21.36
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 21768 0 1 0 1980 156 0 0 20 0 9 0 140629128 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217132 18324 2567 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868528 CPUtime=19.08
/proc/16347/task/16348/stat : 16348 (java) R 16346 16331 13463 0 -1 64 4651 0 1 0 1770 138 0 0 25 0 9 0 140629129 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4126563887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868528 CPUtime=1.96
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 14877 0 0 0 181 15 0 0 16 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.3
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 887484

[startup+51.1021 s]
/proc/loadavg: 5.89 5.75 6.07 3/105 16438
/proc/meminfo: memFree=769096/2055920 swapFree=4181032/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 16 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=43.64
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 23535 0 1 0 4028 336 0 0 20 0 9 0 140629128 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.3
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.69
Current children cumulated vsize (KiB) 887484

[startup+822.302 s]
/proc/loadavg: 4.04 4.88 5.48 2/98 16449
/proc/meminfo: memFree=15808/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 16 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=133.74
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 30583 0 1 0 12178 1196 0 0 20 0 9 0 140629128 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217132 18324 2567 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868528 CPUtime=127.47
/proc/16347/task/16348/stat : 16348 (java) R 16346 16331 13463 0 -1 64 13466 0 1 0 11628 1119 0 0 16 0 9 0 140629129 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4126572108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868528 CPUtime=5.95
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 14877 0 0 0 520 75 0 0 16 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.3
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.77
Current children cumulated vsize (KiB) 887484

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

[startup+844.703 s]
/proc/loadavg: 5.04 5.05 5.52 2/89 16450
/proc/meminfo: memFree=894984/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 16 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=153.57
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 32159 0 1 0 13994 1363 0 0 20 0 9 0 140629128 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217132 18324 2567 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868528 CPUtime=146.7
/proc/16347/task/16348/stat : 16348 (java) R 16346 16331 13463 0 -1 64 15042 0 1 0 13393 1277 0 0 16 0 9 0 140629129 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868528 CPUtime=6.55
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 14877 0 0 0 571 84 0 0 16 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.3
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.6
Current children cumulated vsize (KiB) 887484

[startup+857.503 s]
/proc/loadavg: 5.34 5.11 5.54 1/87 16452
/proc/meminfo: memFree=734432/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=1.03
/proc/16331/stat : 16331 (sugar) S 16329 16331 13463 0 -1 4194304 974 9807 0 2 3 1 92 7 16 0 1 0 140629018 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16331/statm: 3400 797 370 3 0 500 0
[pid=16346] ppid=16331 vsize=5356 CPUtime=0
/proc/16346/stat : 16346 (sh) S 16331 16331 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16346/statm: 1339 233 193 169 0 50 0
[pid=16347] ppid=16346 vsize=868528 CPUtime=165.29
/proc/16347/stat : 16347 (java) S 16346 16331 13463 0 -1 0 33122 0 1 0 15073 1456 0 0 20 0 9 0 140629128 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16347/statm: 217132 18324 2567 9 0 211679 0
[pid=16347/tid=16348] ppid=16346 vsize=868528 CPUtime=158.13
/proc/16347/task/16348/stat : 16348 (java) D 16346 16331 13463 0 -1 64 16005 0 1 0 14447 1366 0 0 17 0 9 0 140629129 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=16347/tid=16349] ppid=16346 vsize=868528 CPUtime=6.83
/proc/16347/task/16349/stat : 16349 (java) S 16346 16331 13463 0 -1 64 14877 0 0 0 595 88 0 0 16 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16347/tid=16350] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16350/stat : 16350 (java) S 16346 16331 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16351] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16351/stat : 16351 (java) S 16346 16331 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629130 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16352] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16352/stat : 16352 (java) S 16346 16331 13463 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16353] ppid=16346 vsize=868528 CPUtime=0.3
/proc/16347/task/16353/stat : 16353 (java) S 16346 16331 13463 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16354] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16354/stat : 16354 (java) S 16346 16331 13463 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16347/tid=16355] ppid=16346 vsize=868528 CPUtime=0
/proc/16347/task/16355/stat : 16355 (java) S 16346 16331 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629132 889372672 18324 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 166.32
Current children cumulated vsize (KiB) 887484

[startup+870.302 s]
/proc/loadavg: 5.30 5.12 5.53 1/79 16456
/proc/meminfo: memFree=1822368/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.71
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 58 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.71
Current children cumulated vsize (KiB) 13600

[startup+873.502 s]
/proc/loadavg: 5.30 5.12 5.53 1/78 16456
/proc/meminfo: memFree=1837352/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.84
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 71 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.84
Current children cumulated vsize (KiB) 13600

[startup+875.102 s]
/proc/loadavg: 5.12 5.08 5.52 1/78 16456
/proc/meminfo: memFree=1840872/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.84
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 71 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.84
Current children cumulated vsize (KiB) 13600

[startup+875.902 s]
/proc/loadavg: 5.12 5.08 5.52 1/78 16456
/proc/meminfo: memFree=1844392/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.84
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 71 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.84
Current children cumulated vsize (KiB) 13600

[startup+876.301 s]
/proc/loadavg: 5.12 5.08 5.52 1/78 16456
/proc/meminfo: memFree=1844392/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.85
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 72 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.85
Current children cumulated vsize (KiB) 13600

[startup+876.706 s]
/proc/loadavg: 5.12 5.08 5.52 1/77 16456
/proc/meminfo: memFree=1849584/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.85
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 72 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.85
Current children cumulated vsize (KiB) 13600

[startup+876.802 s]
/proc/loadavg: 5.12 5.08 5.52 1/77 16456
/proc/meminfo: memFree=1849584/2055920 swapFree=4181052/4192956
[pid=16331] ppid=16329 vsize=13600 CPUtime=170.85
/proc/16331/stat : 16331 (sugar) D 16329 16331 13463 0 -1 4194304 998 43532 0 3 3 72 15514 1496 15 0 1 0 140629018 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16331/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 876.89
CPU time (s): 170.864
CPU user time (s): 155.175
CPU system time (s): 15.6886
CPU usage (%): 19.4852
Max. virtual memory (cumulated for all children) (KiB): 888376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.175
system time used= 15.6886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44560
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101594
involuntary context switches= 87975

runsolver used 1.20282 second user time and 2.91256 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:57:22
IDJOB=1125460
IDBENCH=64122
IDSOLVER=368
FILE ID=node85/1125460-1218135440
PBS_JOBID= 8000807
Free space on /tmp= 126868 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog04cc_ext.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-1125460-1218135440/watcher-1125460-1218135440 -o /tmp/evaluation-result-1125460-1218135440/solver-1125460-1218135440 -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-1125460-1218135440.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 88a058c868b791bc50d6e521a0c14d29
RANDOM SEED=156078063

node85.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.236
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.236
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:       1935472 kB
Buffers:          5856 kB
Cached:          46500 kB
SwapCached:       4696 kB
Active:          47164 kB
Inactive:        20188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1935472 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:          29484 kB
Slab:            38392 kB
Committed_AS:   234936 kB
PageTables:       1868 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= 124504 MiB
End job on node85 at 2008-08-07 21:11:59