Trace number 1109481

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 143.744 149.693

General information on the benchmark

Namecsp/fischer/
normalized-fischer-3-7-fair.xml
MD5SUM5767d7b04a3b9e87081d53348b188c29
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5563
Number of constraints5250
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5250
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.26	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.26	c 0	BEGIN Fri Jul 11 21:23:29 2008
0.03/0.26	c 0	PID 16053
0.03/0.27	c 0	HOST node50.alineos.net
0.03/0.27	c 0	CONVERTING HOME/instance-1109481-1215804208.xml TO HOME/temp.csp
0.03/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109481-1215804208.xml' 'HOME/temp.csp'
0.77/1.01	c 0	3 domains, 5563 variables, 9 predicates, 0 relations, 5250 constraints
0.77/1.06	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.77/1.06	c 0	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.78/1.14	c 0	Parsing HOME/temp.csp
0.78/1.66	c 1	parsed 10000 expressions
0.78/1.67	c 1	parsed 10825 expressions
0.78/1.68	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.78/1.76	c 1	MAX CSP: 5250 constraints
0.78/1.76	c 1	Converting to clausal form CSP
0.78/1.82	c 1	converted 1608 (10%) expressions
0.78/1.82	c 1	converted 3216 (20%) expressions
0.78/1.82	c 1	converted 4824 (30%) expressions
0.78/1.99	c 1	converted 6432 (40%) expressions
0.78/2.07	c 1	converted 8039 (50%) expressions
1.90/2.23	c 1	converted 9647 (60%) expressions
2.00/2.33	c 2	converted 11255 (70%) expressions
2.20/2.50	c 2	converted 12863 (80%) expressions
2.20/2.59	c 2	converted 14471 (90%) expressions
2.90/3.24	c 2	converted 16078 (100%) expressions
2.90/3.25	c 3	CSP : 20165 integers, 5602 booleans, 39490 clauses, largest domain size 20001
2.90/3.25	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.25	c 3	Propagation in CSP
3.30/3.69	c 3	5246 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.40/3.70	c 3	CSP : 20165 integers, 5602 booleans, 39490 clauses, largest domain size 20001
3.40/3.70	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.71	c 3	Simplifing CSP by introducing new Boolean variables
3.40/3.77	c 3	CSP : 20165 integers, 13916 booleans, 47804 clauses, largest domain size 20001
3.40/3.77	c 3	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.94	c 3	Encoding CSP to SAT : HOME/temp.cnf
56.62/58.33	c 58	2017 (10%) CSP integer variables are encoded (39704383 clauses, 811571204 bytes)
111.21/114.68	c 114	4033 (20%) CSP integer variables are encoded (80022367 clauses, 1658248868 bytes)
131.15/135.29	c 135	6050 (30%) CSP integer variables are encoded (94741631 clauses, 1967353412 bytes)
140.47/144.99	c 144	8066 (40%) CSP integer variables are encoded (101531225 clauses, 2113012865 bytes)
142.62/147.16	c 146	ERROR Exception Too large HOME/temp.cnf
142.62/147.16	c 146	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
142.62/147.16	c 146	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
142.62/147.16	c 146	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
142.62/147.16	s UNKNOWN
142.68/147.23	c 146	CPU 128.9 (0.05 0.02 128.85 13.79)
142.68/147.23	c 146	END Fri Jul 11 21:25:55 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-1109481-1215804208/watcher-1109481-1215804208 -o /tmp/evaluation-result-1109481-1215804208/solver-1109481-1215804208 -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-1109481-1215804208.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.07 2.49 2.04 4/81 16053
/proc/meminfo: memFree=1921320/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=18572 CPUtime=0
/proc/16053/stat : 16053 (runsolver) R 16051 16053 15514 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 37119730 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16053/statm: 4643 292 257 25 0 2626 0

[startup+0.056625 s]
/proc/loadavg: 3.07 2.49 2.04 4/81 16053
/proc/meminfo: memFree=1921320/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=12272 CPUtime=0
/proc/16053/stat : 16053 (sugar++) D 16051 16053 15514 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 37119730 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16053/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101631 s]
/proc/loadavg: 3.07 2.49 2.04 4/81 16053
/proc/meminfo: memFree=1921320/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=12272 CPUtime=0
/proc/16053/stat : 16053 (sugar++) D 16051 16053 15514 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 37119730 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16053/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301671 s]
/proc/loadavg: 3.07 2.49 2.04 4/81 16053
/proc/meminfo: memFree=1921320/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.05
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701738 s]
/proc/loadavg: 3.07 2.49 2.04 4/81 16053
/proc/meminfo: memFree=1921320/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.05
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+1.50287 s]
/proc/loadavg: 3.07 2.49 2.04 4/92 16065
/proc/meminfo: memFree=1899856/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.78
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 4 2 67 5 16 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 16740

[startup+3.10115 s]
/proc/loadavg: 2.98 2.48 2.04 4/92 16075
/proc/meminfo: memFree=1898320/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 15 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868412 CPUtime=2.01
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 12157 0 1 0 195 6 0 0 18 0 9 0 37119837 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217103 11085 2540 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868412 CPUtime=1.17
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 2906 0 1 0 116 1 0 0 23 0 9 0 37119838 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4126380128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868412 CPUtime=0.58
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 7066 0 0 0 55 3 0 0 16 0 9 0 37119839 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868412 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868412 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868412 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868412 CPUtime=0.23
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1488 0 0 0 23 0 0 0 15 0 9 0 37119841 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868412 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868412 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889253888 11085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 890508

[startup+6.30268 s]
/proc/loadavg: 2.98 2.48 2.04 3/92 16075
/proc/meminfo: memFree=1857040/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 15 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=5.19
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 14318 0 1 0 493 26 0 0 18 0 9 0 37119837 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12732 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=3.93
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 3256 0 1 0 374 19 0 0 25 0 9 0 37119838 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=0.94
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 89 5 0 0 16 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.29
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1521 0 0 0 28 1 0 0 16 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 890620

[startup+12.7018 s]
/proc/loadavg: 2.99 2.50 2.05 3/92 16075
/proc/meminfo: memFree=1756880/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 15 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=11.5
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 15049 0 1 0 1064 86 0 0 18 0 9 0 37119837 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12732 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=9.97
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 3987 0 1 0 923 74 0 0 25 0 9 0 37119838 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4126578232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=1.2
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 111 9 0 0 16 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.29
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1521 0 0 0 28 1 0 0 16 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890620

[startup+25.5029 s]
/proc/loadavg: 3.07 2.53 2.06 3/92 16075
/proc/meminfo: memFree=1561616/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 15 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=24.07
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 16427 0 1 0 2203 204 0 0 18 0 9 0 37119837 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12732 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=21.98
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 5365 0 1 0 2015 183 0 0 25 0 9 0 37119838 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4126479706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=1.77
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 158 19 0 0 16 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.29
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1521 0 0 0 28 1 0 0 16 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 890620

[startup+51.1022 s]
/proc/loadavg: 3.23 2.62 2.10 3/92 16075
/proc/meminfo: memFree=1182864/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 15 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=48.81
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 19105 0 1 0 4425 456 0 0 18 0 9 0 37119837 889368576 12732 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.3
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.33
Current children cumulated vsize (KiB) 890620

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

[startup+127.902 s]
/proc/loadavg: 2.65 2.60 2.13 3/92 16075
/proc/meminfo: memFree=21136/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 16 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=123.34
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 27168 0 1 0 11145 1189 0 0 18 0 9 0 37119837 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12734 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=116.9
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 16104 0 1 0 10592 1098 0 0 25 0 9 0 37119838 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4126912095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=6.12
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 523 89 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.3
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 124.13
Current children cumulated vsize (KiB) 890620

[startup+140.702 s]
/proc/loadavg: 2.63 2.59 2.14 3/92 16075
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 16 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=135.6
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 28495 0 1 0 12252 1308 0 0 18 0 9 0 37119837 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12734 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=128.61
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 17431 0 1 0 11652 1209 0 0 25 0 9 0 37119838 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4126479727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=6.67
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 570 97 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.3
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.39
Current children cumulated vsize (KiB) 890620

[startup+143.903 s]
/proc/loadavg: 2.58 2.58 2.14 3/92 16075
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 16 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=138.7
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 28827 0 1 0 12531 1339 0 0 18 0 9 0 37119837 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12734 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=131.57
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 17763 0 1 0 11920 1237 0 0 25 0 9 0 37119838 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4126574408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=6.81
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 581 100 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.3
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.49
Current children cumulated vsize (KiB) 890620

[startup+147.102 s]
/proc/loadavg: 2.58 2.58 2.14 3/92 16075
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=0.79
/proc/16053/stat : 16053 (sugar++) S 16051 16053 15514 0 -1 4194304 1297 8213 0 1 5 2 67 5 16 0 1 0 37119730 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16053/statm: 4185 1104 409 3 0 764 0
[pid=16066] ppid=16053 vsize=5356 CPUtime=0
/proc/16066/stat : 16066 (sh) S 16053 16053 15514 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37119837 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16066/statm: 1339 233 193 169 0 50 0
[pid=16067] ppid=16066 vsize=868524 CPUtime=141.83
/proc/16067/stat : 16067 (java) S 16066 16053 15514 0 -1 0 29156 0 1 0 12812 1371 0 0 18 0 9 0 37119837 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16067/statm: 217131 12734 2565 9 0 211678 0
[pid=16067/tid=16068] ppid=16066 vsize=868524 CPUtime=134.57
/proc/16067/task/16068/stat : 16068 (java) R 16066 16053 15514 0 -1 64 18092 0 1 0 12190 1267 0 0 25 0 9 0 37119838 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4126576880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16069] ppid=16066 vsize=868524 CPUtime=6.94
/proc/16067/task/16069/stat : 16069 (java) S 16066 16053 15514 0 -1 64 8844 0 0 0 592 102 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16070] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16070/stat : 16070 (java) S 16066 16053 15514 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16071] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16071/stat : 16071 (java) S 16066 16053 15514 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37119839 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16072] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16072/stat : 16072 (java) S 16066 16053 15514 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16073] ppid=16066 vsize=868524 CPUtime=0.3
/proc/16067/task/16073/stat : 16073 (java) S 16066 16053 15514 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16074] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16074/stat : 16074 (java) S 16066 16053 15514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16067/tid=16075] ppid=16066 vsize=868524 CPUtime=0
/proc/16067/task/16075/stat : 16075 (java) S 16066 16053 15514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37119841 889368576 12734 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 142.62
Current children cumulated vsize (KiB) 890620

[startup+148.702 s]
/proc/loadavg: 2.54 2.57 2.14 2/82 16075
/proc/meminfo: memFree=1892768/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=143.57
/proc/16053/stat : 16053 (sugar++) D 16051 16053 15514 0 -1 4194304 1320 37674 0 2 5 88 12885 1379 15 0 1 0 37119730 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16053/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 143.57
Current children cumulated vsize (KiB) 16740

[startup+149.102 s]
/proc/loadavg: 2.54 2.57 2.14 2/82 16075
/proc/meminfo: memFree=1892768/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=143.58
/proc/16053/stat : 16053 (sugar++) D 16051 16053 15514 0 -1 4194304 1320 37674 0 2 5 89 12885 1379 15 0 1 0 37119730 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16053/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 143.58
Current children cumulated vsize (KiB) 16740

[startup+149.502 s]
/proc/loadavg: 2.54 2.57 2.14 2/82 16075
/proc/meminfo: memFree=1927584/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=143.71
/proc/16053/stat : 16053 (sugar++) R 16051 16053 15514 0 -1 4194304 1320 37674 0 2 5 102 12885 1379 15 0 1 0 37119730 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16053/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 143.71
Current children cumulated vsize (KiB) 16740

[startup+149.607 s]
/proc/loadavg: 2.54 2.57 2.14 2/82 16075
/proc/meminfo: memFree=1927584/2055920 swapFree=4192812/4192956
[pid=16053] ppid=16051 vsize=16740 CPUtime=143.72
/proc/16053/stat : 16053 (sugar++) D 16051 16053 15514 0 -1 4194304 1320 37674 0 2 5 103 12885 1379 15 0 1 0 37119730 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240577647657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16053/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 143.72
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 149.693
CPU time (s): 143.744
CPU user time (s): 128.904
CPU system time (s): 14.8397
CPU usage (%): 96.0262
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.904
system time used= 14.8397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39050
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= 111376
involuntary context switches= 115279

runsolver used 0.19097 second user time and 0.544917 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-11 21:23:28
IDJOB=1109481
IDBENCH=60969
IDSOLVER=367
FILE ID=node50/1109481-1215804208
PBS_JOBID= 7903268
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-3-7-fair.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-1109481-1215804208/watcher-1109481-1215804208 -o /tmp/evaluation-result-1109481-1215804208/solver-1109481-1215804208 -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-1109481-1215804208.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5767d7b04a3b9e87081d53348b188c29
RANDOM SEED=901886650

node50.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.281
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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1921800 kB
Buffers:          2836 kB
Cached:          37896 kB
SwapCached:          0 kB
Active:          77388 kB
Inactive:         5100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:          61864 kB
Slab:            36688 kB
Committed_AS:   183784 kB
PageTables:       1968 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= 66440 MiB
End job on node50 at 2008-07-11 21:25:58