Trace number 2068200

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.14.6+minisat? 704.359 716.222

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-blend2.xml
MD5SUM1d23f1d8623d8cc03184af2bf1baf47d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2944
Number of constraints294
Maximum constraint arity2659
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data

0.07/0.20	c 0	Sugar v1-14-6 + HOME/minisat
0.07/0.20	c 0	BEGIN Sat Jul 11 23:08:14 2009
0.07/0.20	c 0	PID 15793
0.07/0.21	c 0	HOST node74.alineos.net
0.07/0.21	c 0	CONVERTING HOME/instance-2068200-1247346494.xml TO HOME/temp.csp
0.07/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068200-1247346494.xml' 'HOME/temp.csp'
0.07/0.99	c 1	2 domains, 2944 variables, 22 predicates, 0 relations, 294 constraints
0.84/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.84/1.01	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.84/1.09	c 1	Parsing HOME/temp.csp
5.49/5.80	c 6	parsed 3262 expressions
5.59/5.81	c 6	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.59/5.81	c 6	Converting to clausal form CSP
5.69/5.92	c 6	converted 327 (10%) expressions
5.69/5.93	c 6	converted 653 (20%) expressions
5.69/5.93	c 6	converted 979 (30%) expressions
5.69/5.93	c 6	converted 1305 (40%) expressions
5.69/5.94	c 6	converted 1631 (50%) expressions
5.69/5.94	c 6	converted 1958 (60%) expressions
5.69/5.94	c 6	converted 2284 (70%) expressions
5.69/5.94	c 6	converted 2610 (80%) expressions
5.69/5.94	c 6	converted 2936 (90%) expressions
8.27/8.58	c 8	converted 3262 (100%) expressions
8.27/8.59	c 8	CSP : 7930 integers, 0 booleans, 10266 clauses, largest domain size 151573
8.27/8.59	c 8	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.27/8.59	c 8	Propagation in CSP
8.77/9.04	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.77/9.04	c 9	CSP : 7930 integers, 0 booleans, 10266 clauses, largest domain size 151573
8.77/9.04	c 9	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.77/9.05	c 9	Simplifing CSP by introducing new Boolean variables
8.77/9.06	c 9	CSP : 7930 integers, 0 booleans, 10266 clauses, largest domain size 151573
8.77/9.06	c 9	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.86/9.15	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.86/9.16	c 9	793 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.86/9.17	c 9	1586 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.86/9.17	c 9	2379 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
9.37/9.65	c 9	3172 (40%) CSP integer variables are encoded (374783 clauses, 6159989 bytes)
9.97/10.27	c 10	3965 (50%) CSP integer variables are encoded (863512 clauses, 14468382 bytes)
10.06/10.32	c 10	4758 (60%) CSP integer variables are encoded (901330 clauses, 15111288 bytes)
10.06/10.36	c 10	5551 (70%) CSP integer variables are encoded (938396 clauses, 15741410 bytes)
10.16/10.42	c 10	6344 (80%) CSP integer variables are encoded (975997 clauses, 16380627 bytes)
10.16/10.47	c 10	7137 (90%) CSP integer variables are encoded (1013120 clauses, 17049839 bytes)
10.26/10.53	c 10	7930 (100%) CSP integer variables are encoded (1054625 clauses, 17838434 bytes)
562.38/566.56	c 566	1027 (10%) CSP clauses are encoded (56537447 clauses, 1293515068 bytes)
703.19/713.18	c 713	ERROR Exception Too large HOME/temp.cnf
703.27/713.34	c 713	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
703.27/713.34	c 713	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
703.27/713.34	c 713	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
703.27/713.34	s UNKNOWN
703.28/713.67	c 713	CPU 703.3 (0.05 0.02 678.74 24.49)
703.28/713.67	c 713	END Sat Jul 11 23:20:07 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068200-1247346494/watcher-2068200-1247346494 -o /tmp/evaluation-result-2068200-1247346494/solver-2068200-1247346494 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068200-1247346494.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.89 2.59 2.23 4/83 15793
/proc/meminfo: memFree=1916664/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=18576 CPUtime=0
/proc/15793/stat : 15793 (runsolver) D 15791 15793 14035 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 21715165 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15793/statm: 4644 284 249 26 0 2626 0

[startup+0.0624179 s]
/proc/loadavg: 2.89 2.59 2.23 4/83 15793
/proc/meminfo: memFree=1916664/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=12272 CPUtime=0
/proc/15793/stat : 15793 (sugar) D 15791 15793 14035 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 21715165 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15793/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101423 s]
/proc/loadavg: 2.89 2.59 2.23 4/83 15793
/proc/meminfo: memFree=1916664/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=12808 CPUtime=0.01
/proc/15793/stat : 15793 (sugar) R 15791 15793 14035 0 -1 4194304 573 0 0 0 1 0 0 0 18 0 1 0 21715165 13115392 541 996147200 4194304 4206940 548682068608 18446744073709551615 228774573586 0 0 4224 0 0 0 0 17 1 0 0
/proc/15793/statm: 3202 541 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.30145 s]
/proc/loadavg: 2.89 2.59 2.23 4/83 15793
/proc/meminfo: memFree=1916664/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.07
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701497 s]
/proc/loadavg: 2.89 2.59 2.23 4/83 15793
/proc/meminfo: memFree=1916664/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.07
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

############
# WARNING:
# current cumulated CPU time (0.84 s) is less than in the last sample (0.84 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.96046e-08 s) to the 'lost time'.

[startup+1.00153 s]
/proc/loadavg: 2.89 2.59 2.23 2/94 15805
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.07
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15796] ppid=15793 vsize=5356 CPUtime=0
/proc/15796/stat : 15796 (sh) S 15793 15793 14035 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 21715187 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15796/statm: 1339 233 193 169 0 50 0
[pid=15797] ppid=15796 vsize=864752 CPUtime=0.77
/proc/15797/stat : 15797 (java) S 15796 15793 14035 0 -1 0 7362 0 1 0 72 5 0 0 18 0 9 0 21715187 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15797/statm: 216188 6591 2555 9 0 210700 0
[pid=15797/tid=15798] ppid=15796 vsize=864752 CPUtime=0.51
/proc/15797/task/15798/stat : 15798 (java) S 15796 15793 14035 0 -1 64 2835 0 1 0 49 2 0 0 20 0 9 0 21715188 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15799] ppid=15796 vsize=864752 CPUtime=0.09
/proc/15797/task/15799/stat : 15799 (java) S 15796 15793 14035 0 -1 64 3294 0 0 0 8 1 0 0 16 0 9 0 21715189 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15800] ppid=15796 vsize=864752 CPUtime=0
/proc/15797/task/15800/stat : 15800 (java) S 15796 15793 14035 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21715189 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15801] ppid=15796 vsize=864752 CPUtime=0
/proc/15797/task/15801/stat : 15801 (java) S 15796 15793 14035 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21715189 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15802] ppid=15796 vsize=864752 CPUtime=0
/proc/15797/task/15802/stat : 15802 (java) S 15796 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715191 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15803] ppid=15796 vsize=864752 CPUtime=0.13
/proc/15797/task/15803/stat : 15803 (java) S 15796 15793 14035 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 21715191 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15804] ppid=15796 vsize=864752 CPUtime=0
/proc/15797/task/15804/stat : 15804 (java) S 15796 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715191 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15797/tid=15805] ppid=15796 vsize=864752 CPUtime=0
/proc/15797/task/15805/stat : 15805 (java) S 15796 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21715191 885506048 6591 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 886976

[startup+1.10754 s]
/proc/loadavg: 2.89 2.59 2.23 2/94 15805
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1309 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 16868
#
############


[startup+1.50159 s]
/proc/loadavg: 2.89 2.59 2.23 2/94 15805
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1309 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 16868

[startup+3.10277 s]
/proc/loadavg: 2.89 2.59 2.23 3/94 15815
/proc/meminfo: memFree=1900384/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1309 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=862284 CPUtime=2.07
/proc/15807/stat : 15807 (java) S 15806 15793 14035 0 -1 0 6934 0 1 0 202 5 0 0 18 0 9 0 21715267 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 215571 5447 2158 9 0 210484 0
[pid=15807/tid=15808] ppid=15806 vsize=862284 CPUtime=1.02
/proc/15807/task/15808/stat : 15808 (java) R 15806 15793 14035 0 -1 64 2323 0 1 0 101 1 0 0 25 0 9 0 21715268 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4126483320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15809] ppid=15806 vsize=862284 CPUtime=0.98
/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 3602 0 0 0 95 3 0 0 16 0 9 0 21715269 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15806 vsize=862284 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=862284 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=862284 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=862284 CPUtime=0.04
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 21715271 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15806 vsize=862284 CPUtime=0
/proc/15807/task/15814/stat : 15814 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715271 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15806 vsize=862284 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21715271 882978816 5447 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 884508

[startup+6.30214 s]
/proc/loadavg: 2.90 2.60 2.24 4/94 15815
/proc/meminfo: memFree=1892520/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1309 7779 0 1 5 2 72 5 15 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=868544 CPUtime=5.25
/proc/15807/stat : 15807 (java) S 15806 15793 14035 0 -1 0 16109 0 1 0 513 12 0 0 18 0 9 0 21715267 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 217136 8906 2569 9 0 211641 0
[pid=15807/tid=15808] ppid=15806 vsize=868544 CPUtime=2.61
/proc/15807/task/15808/stat : 15808 (java) R 15806 15793 14035 0 -1 64 3368 0 1 0 258 3 0 0 25 0 9 0 21715268 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4125979655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15809] ppid=15806 vsize=868544 CPUtime=2.44
/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 10596 0 0 0 236 8 0 0 16 0 9 0 21715269 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15806 vsize=868544 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=868544 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=868544 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=868544 CPUtime=0.17
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 1443 0 0 0 17 0 0 0 16 0 9 0 21715271 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15806 vsize=868544 CPUtime=0
/proc/15807/task/15814/stat : 15814 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715271 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15806 vsize=868544 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21715271 889389056 8906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 890768

[startup+12.7029 s]
/proc/loadavg: 2.82 2.59 2.24 3/94 15815
/proc/meminfo: memFree=1857000/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1310 7779 0 1 5 2 72 5 15 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=868656 CPUtime=11.61
/proc/15807/stat : 15807 (java) S 15806 15793 14035 0 -1 0 19665 0 1 0 1131 30 0 0 18 0 9 0 21715267 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 217164 11697 2591 9 0 211641 0
[pid=15807/tid=15808] ppid=15806 vsize=868656 CPUtime=8.38
/proc/15807/task/15808/stat : 15808 (java) R 15806 15793 14035 0 -1 64 3963 0 1 0 822 16 0 0 25 0 9 0 21715268 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4127062642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15809] ppid=15806 vsize=868656 CPUtime=2.97
/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 13504 0 0 0 284 13 0 0 16 0 9 0 21715269 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15810] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=868656 CPUtime=0.24
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 1496 0 0 0 24 0 0 0 16 0 9 0 21715271 889503744 11697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 13504 0 0 0 1673 321 0 0 15 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=868656 CPUtime=0.24
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 1498 0 0 0 24 0 0 0 17 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15814/stat : 15814 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 635.63
Current children cumulated vsize (KiB) 890880

[startup+702.302 s]
/proc/loadavg: 2.96 2.46 2.26 3/94 15815
/proc/meminfo: memFree=15336/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1310 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=868656 CPUtime=692.2
/proc/15807/stat : 15807 (java) S 15806 15793 14035 0 -1 0 77657 0 1 0 66874 2346 0 0 18 0 9 0 21715267 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 217164 11699 2591 9 0 211641 0
[pid=15807/tid=15808] ppid=15806 vsize=868656 CPUtime=668.7
/proc/15807/task/15808/stat : 15808 (java) R 15806 15793 14035 0 -1 64 61953 0 1 0 64907 1963 0 0 25 0 9 0 21715268 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4127002856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15809] ppid=15806 vsize=868656 CPUtime=23.22
/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 13504 0 0 0 1941 381 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=868656 CPUtime=0.24
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 1498 0 0 0 24 0 0 0 17 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15814/stat : 15814 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 693.04
Current children cumulated vsize (KiB) 890880

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

[startup+703.901 s]
/proc/loadavg: 3.04 2.49 2.27 3/94 15815
/proc/meminfo: memFree=16744/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1310 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=868656 CPUtime=693.75
/proc/15807/stat : 15807 (java) S 15806 15793 14035 0 -1 0 77918 0 1 0 67014 2361 0 0 18 0 9 0 21715267 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 217164 11699 2591 9 0 211641 0
[pid=15807/tid=15808] ppid=15806 vsize=868656 CPUtime=670.17
/proc/15807/task/15808/stat : 15808 (java) R 15806 15793 14035 0 -1 64 62214 0 1 0 65041 1976 0 0 25 0 9 0 21715268 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4127004318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15809] ppid=15806 vsize=868656 CPUtime=23.31
/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 13504 0 0 0 1948 383 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=868656 CPUtime=0.24
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 1498 0 0 0 24 0 0 0 17 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15814/stat : 15814 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 694.59
Current children cumulated vsize (KiB) 890880

[startup+710.302 s]
/proc/loadavg: 3.04 2.49 2.27 3/94 15815
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1310 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=868656 CPUtime=699.63
/proc/15807/stat : 15807 (java) S 15806 15793 14035 0 -1 0 78899 0 1 0 67547 2416 0 0 18 0 9 0 21715267 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15807/statm: 217164 11699 2591 9 0 211641 0
[pid=15807/tid=15808] ppid=15806 vsize=868656 CPUtime=675.7
/proc/15807/task/15808/stat : 15808 (java) R 15806 15793 14035 0 -1 64 63195 0 1 0 65545 2025 0 0 25 0 9 0 21715268 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4127004296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15809] ppid=15806 vsize=868656 CPUtime=23.66
/proc/15807/task/15809/stat : 15809 (java) S 15806 15793 14035 0 -1 64 13504 0 0 0 1977 389 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15807/tid=15810] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15810/stat : 15810 (java) S 15806 15793 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15811] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15811/stat : 15811 (java) S 15806 15793 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21715269 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15812] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15812/stat : 15812 (java) S 15806 15793 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15813] ppid=15806 vsize=868656 CPUtime=0.24
/proc/15807/task/15813/stat : 15813 (java) S 15806 15793 14035 0 -1 64 1498 0 0 0 24 0 0 0 17 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15814] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15814/stat : 15814 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15807/tid=15815] ppid=15806 vsize=868656 CPUtime=0
/proc/15807/task/15815/stat : 15815 (java) S 15806 15793 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21715271 889503744 11699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.47
Current children cumulated vsize (KiB) 890880

[startup+713.501 s]
/proc/loadavg: 3.04 2.49 2.27 3/94 15815
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=0.84
/proc/15793/stat : 15793 (sugar) S 15791 15793 14035 0 -1 4194304 1311 7779 0 1 5 2 72 5 16 0 1 0 21715165 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15793/statm: 4217 1111 409 3 0 796 0
[pid=15806] ppid=15793 vsize=5356 CPUtime=0
/proc/15806/stat : 15806 (sh) S 15793 15793 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21715267 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15806/statm: 1339 233 193 169 0 50 0
[pid=15807] ppid=15806 vsize=0 CPUtime=702.44
/proc/15807/stat : 15807 (java) Z 15806 15793 14035 0 -1 1036 79380 0 1 0 67801 2443 0 0 16 0 2 0 21715267 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15807/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 703.28
Current children cumulated vsize (KiB) 22224

[startup+715.102 s]
/proc/loadavg: 3.11 2.52 2.28 2/84 15815
/proc/meminfo: memFree=1932984/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=704.25
/proc/15793/stat : 15793 (sugar) D 15791 15793 14035 0 -1 4194304 1335 87445 0 2 5 97 67874 2449 15 0 1 0 21715165 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15793/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 704.25
Current children cumulated vsize (KiB) 16868

[startup+715.902 s]
/proc/loadavg: 3.11 2.52 2.28 2/84 15815
/proc/meminfo: memFree=1932984/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=704.31
/proc/15793/stat : 15793 (sugar) D 15791 15793 14035 0 -1 4194304 1335 87445 0 2 5 103 67874 2449 15 0 1 0 21715165 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15793/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 704.31
Current children cumulated vsize (KiB) 16868

[startup+716.107 s]
/proc/loadavg: 3.11 2.52 2.28 2/84 15815
/proc/meminfo: memFree=1931960/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=704.33
/proc/15793/stat : 15793 (sugar) D 15791 15793 14035 0 -1 4194304 1335 87445 0 2 5 105 67874 2449 15 0 1 0 21715165 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15793/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 704.33
Current children cumulated vsize (KiB) 16868

[startup+716.202 s]
/proc/loadavg: 3.11 2.52 2.28 2/84 15815
/proc/meminfo: memFree=1931960/2055920 swapFree=4192812/4192956
[pid=15793] ppid=15791 vsize=16868 CPUtime=704.34
/proc/15793/stat : 15793 (sugar) D 15791 15793 14035 0 -1 4194304 1335 87445 0 2 5 106 67874 2449 15 0 1 0 21715165 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15793/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 704.34
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.96046e-08
#  lost CPU user time (s): 5.96046e-08
#  lost CPU system time (s): 0

Real time (s): 716.222
CPU time (s): 704.359
CPU user time (s): 678.801
CPU system time (s): 25.5581
CPU usage (%): 98.3436
Max. virtual memory (cumulated for all children) (KiB): 892052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 678.801
system time used= 25.5581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88841
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= 564361
involuntary context switches= 578288

runsolver used 0.84887 second user time and 2.45963 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-11 23:08:14
IDJOB=2068200
IDBENCH=54835
IDSOLVER=739
FILE ID=node74/2068200-1247346494
PBS_JOBID= 9506645
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-blend2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068200-1247346494/watcher-2068200-1247346494 -o /tmp/evaluation-result-2068200-1247346494/solver-2068200-1247346494 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068200-1247346494.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1d23f1d8623d8cc03184af2bf1baf47d
RANDOM SEED=901319787

node74.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.234
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.234
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:       1917144 kB
Buffers:          7272 kB
Cached:          41892 kB
SwapCached:          0 kB
Active:          77116 kB
Inactive:        13740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:          62124 kB
Slab:            32928 kB
Committed_AS:   217420 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103080 MiB
End job on node74 at 2009-07-11 23:20:10