Trace number 1058054

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
SAT4J CSP 2008-06-13SAT 16.0126 16.1916

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.981849
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.29/0.40	c c --- Begin Solver configuration ---
0.29/0.40	c Stops conflict analysis at the first Unique Implication Point
0.29/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.40	c Learn all clauses as in MiniSAT
0.29/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.40	c Expensive reason simplification
0.29/0.40	c MiniSAT restarts strategy
0.29/0.40	c timeout=2147483s
0.29/0.40	c DB Simplification allowed=false
0.29/0.40	c --- End Solver configuration ---
0.29/0.40	c solving HOME/instance-1058054-1215112773.xml
0.29/0.40	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.98/1.06	c reading variables done.
1.18/1.23	c reading predicates  done.
1.37/1.42	c reading constraints
14.64/14.89	c done with constraints.
14.64/14.89	c ... done. Wall clock time 14.498s.
14.64/14.89	c #vars     3817
14.64/14.90	c #constraints  394513
14.64/14.90	c constraints type 
14.64/14.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 394113
14.64/14.90	c org.sat4j.minisat.constraints.card.AtLeast => 262
15.92/16.15	c starts		: 3
15.92/16.15	c conflicts		: 293
15.92/16.15	c decisions		: 2062
15.92/16.15	c propagations		: 55460
15.92/16.15	c inspects		: 508861
15.92/16.15	c learnt literals	: 0
15.92/16.15	c learnt binary clauses	: 0
15.92/16.15	c learnt ternary clauses	: 0
15.92/16.15	c learnt clauses	: 293
15.92/16.15	c ignored clauses	: 0
15.92/16.15	c root simplifications	: 0
15.92/16.15	c removed literals (reason simplification)	: 187
15.92/16.15	c reason swapping (by a shorter reason)	: 0
15.92/16.15	c Calls to reduceDB	: 0
15.92/16.15	c speed (assignments/second)	: 44581.99356913183
15.92/16.15	c non guided choices	1585
15.92/16.15	s SATISFIABLE
15.92/16.15	v 27 24 32 32 15 31 44 23 25 15 2 0 2 11 24 30 6 37 32 9 17 18 35 40 1 23 4 38 26 9 8 36 24 39 18 17 20 44 43 16 6 22 34 10 21 40 14 3 0 0 22 7 28 18 23 42 31 43 6 44 38 25 42 40 29 29 44 27 38 10 22 37 31 4 33 34 33 21 15 22 26 27 29 12 31 25 38 36 24 41 8 16 13 34 17 14 0 30 18 5 29 10 13 28 21 43 34 27 12 36 6 28 22 42 30 20 17 26 0 35 6 15 41 19 13 4 28 7 41 8 3 5 0 12 36 3 9 32 14 18 2 8 5 17 14 11 19 9 20 32 17 25 13 8 7 4 36 37 10 16 35 43 35 33 41 4 24 16 39 1 10 31 40 35 9 34 23 44 2 37 21 21 7 41 1 33 39 11 2 44 19 26 13 40 42 23 30 38 26 1 1 14 13 15 5 1 8 4 5 1 9 6 12 10 13 8 13 3 12 19 12 0 13 11 5 17 17 19 11 3 17 15 19 13 9 17 4 13 18 8 19 13 0 17 17 14 1 6 15 12 12 12 16 4 19 9 10 1 14 15 18 14 3 6 8 11 10 19 13 19 8 18 12 4 1 2 19 12 2 0 10 8 16 18 13 17 8 6 10 2 9 12 0 14 5 7 19 1 11 9 15 13 13 0 19 16 12 9 10 14 5 18 1 8 12 10 16 19 16 12 12 17 18 5 5 5 5 11 8 18 14 5 18 9 2 8 7 14 8 18 6 14 15 8 4 9 10 8 12 6 10 19 19 10 9 9 5 9 12 6 18 5 8 16 11 6 1 18 7 19 10 19 12 17 17 6 16 2 0 5 5 11 19 12 16 14 10 8 1 1 19 4 16 19 6 1 6 12 2 15 
15.92/16.15	c Total wall clock time (in seconds) : 15.752

Verifier Data (download as text)

OK

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-1058054-1215112773/watcher-1058054-1215112773 -o /tmp/evaluation-result-1058054-1215112773/solver-1058054-1215112773 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058054-1215112773.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24271
/proc/meminfo: memFree=1266024/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=1804 CPUtime=0
/proc/24271/stat : 24271 (java6) R 24269 24271 23730 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1990251665 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/24271/statm: 451 155 111 9 0 93 0

[startup+0.085312 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24271
/proc/meminfo: memFree=1266024/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=804432 CPUtime=0.06
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 2919 0 1 0 5 1 0 0 18 0 12 0 1990251665 823738368 2652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 201108 2652 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 804432

[startup+0.101319 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24271
/proc/meminfo: memFree=1266024/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=804756 CPUtime=0.09
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 1990251665 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 201189 2895 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301362 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24271
/proc/meminfo: memFree=1266024/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=807828 CPUtime=0.29
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 4952 0 1 0 26 3 0 0 18 0 12 0 1990251665 827215872 4279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 201957 4279 1306 9 0 199326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807828

[startup+0.70143 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24271
/proc/meminfo: memFree=1266024/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=807856 CPUtime=0.69
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 6095 0 1 0 65 4 0 0 18 0 12 0 1990251665 827244544 5420 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 201964 5420 1335 9 0 199326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807856

[startup+1.50258 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 24283
/proc/meminfo: memFree=1248520/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=808600 CPUtime=1.47
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 7997 0 1 0 142 5 0 0 18 0 12 0 1990251665 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 202150 6786 1350 9 0 199512 0
[pid=24271/tid=24273] ppid=24269 vsize=808600 CPUtime=0.87
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 5007 0 1 0 83 4 0 0 25 0 12 0 1990251666 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4109210878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990251667 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990251667 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990251669 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1990251669 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1990251669 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990251673 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=808600 CPUtime=0.39
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23730 0 -1 64 1171 0 0 0 39 0 0 0 16 0 12 0 1990251673 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=808600 CPUtime=0.18
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 1053 0 0 0 18 0 0 0 16 0 12 0 1990251673 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990251673 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=808600 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990251673 828006400 6786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808600

[startup+3.10288 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 24283
/proc/meminfo: memFree=1237512/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=814528 CPUtime=3.05
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 15144 0 1 0 296 9 0 0 18 0 12 0 1990251665 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203632 10293 1373 9 0 200994 0
[pid=24271/tid=24273] ppid=24269 vsize=814528 CPUtime=1.47
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 6935 0 1 0 141 6 0 0 17 0 12 0 1990251666 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990251667 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24275] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1990251667 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24276] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990251669 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24277] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1990251669 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24278] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1990251669 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24279] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990251673 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=814528 CPUtime=0.59
/proc/24271/task/24280/stat : 24280 (java) R 24269 24271 23730 0 -1 64 1240 0 0 0 59 0 0 0 16 0 12 0 1990251673 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 103787562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=814528 CPUtime=0.98
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 6203 0 0 0 95 3 0 0 17 0 12 0 1990251673 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990251673 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=814528 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990251673 834076672 10293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814528

[startup+6.30148 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 24283
/proc/meminfo: memFree=1186952/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=813960 CPUtime=6.23
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 26449 0 1 0 607 16 0 0 18 0 12 0 1990251665 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203490 21452 1378 9 0 200852 0
[pid=24271/tid=24273] ppid=24269 vsize=813960 CPUtime=4.4
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 17274 0 1 0 428 12 0 0 25 0 12 0 1990251666 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4109650933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=813960 CPUtime=0.01
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 338 0 0 0 1 0 0 0 17 0 12 0 1990251667 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=813960 CPUtime=0.01
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 563 0 0 0 1 0 0 0 17 0 12 0 1990251667 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=813960 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1990251669 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=813960 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990251669 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24278] ppid=24269 vsize=813960 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990251669 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24279] ppid=24269 vsize=813960 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990251673 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=813960 CPUtime=0.71
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23730 0 -1 64 1245 0 0 0 71 0 0 0 16 0 12 0 1990251673 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=813960 CPUtime=1.06
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 6207 0 0 0 103 3 0 0 16 0 12 0 1990251673 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=813960 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990251673 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=813960 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990251673 833495040 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813960

[startup+12.7027 s]
/proc/loadavg: 2.14 2.03 2.01 3/92 24283
/proc/meminfo: memFree=1181064/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=813816 CPUtime=12.56
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 30242 0 1 0 1238 18 0 0 18 0 12 0 1990251665 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203454 25095 1384 9 0 200816 0
[pid=24271/tid=24273] ppid=24269 vsize=813816 CPUtime=9.8
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 19324 0 1 0 967 13 0 0 25 0 12 0 1990251666 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=813816 CPUtime=0.04
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 910 0 0 0 4 0 0 0 17 0 12 0 1990251667 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=813816 CPUtime=0.07
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 1459 0 0 0 7 0 0 0 17 0 12 0 1990251667 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 170 0 0 0 0 0 0 0 16 0 12 0 1990251669 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990251669 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24278] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990251669 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24279] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990251673 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=813816 CPUtime=1.43
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23730 0 -1 64 1407 0 0 0 143 0 0 0 15 0 12 0 1990251673 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=813816 CPUtime=1.17
/proc/24271/task/24281/stat : 24281 (java) R 24269 24271 23730 0 -1 64 6208 0 0 0 114 3 0 0 16 0 12 0 1990251673 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 104112650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990251673 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990251673 833347584 25095 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 813816

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

[startup+14.309 s]
/proc/loadavg: 2.14 2.03 2.01 5/92 24283
/proc/meminfo: memFree=1169160/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=813816 CPUtime=14.15
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 32138 0 1 0 1396 19 0 0 18 0 12 0 1990251665 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203454 26989 1384 9 0 200816 0
[pid=24271/tid=24273] ppid=24269 vsize=813816 CPUtime=10.92
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 19330 0 1 0 1079 13 0 0 25 0 12 0 1990251666 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=813816 CPUtime=0.07
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 1691 0 0 0 7 0 0 0 17 0 12 0 1990251667 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=813816 CPUtime=0.14
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 2546 0 0 0 13 1 0 0 17 0 12 0 1990251667 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 170 0 0 0 0 0 0 0 16 0 12 0 1990251669 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990251669 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24278] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990251669 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24279] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990251673 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=813816 CPUtime=1.64
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23730 0 -1 64 1417 0 0 0 164 0 0 0 15 0 12 0 1990251673 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=813816 CPUtime=1.32
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 6220 0 0 0 129 3 0 0 16 0 12 0 1990251673 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990251673 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=813816 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990251673 833347584 26989 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 813816

[startup+15.1021 s]
/proc/loadavg: 2.14 2.03 2.01 5/92 24283
/proc/meminfo: memFree=1169160/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=814140 CPUtime=14.94
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 32184 0 1 0 1475 19 0 0 18 0 13 0 1990251665 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203535 27034 1392 9 0 200897 0
[pid=24271/tid=24273] ppid=24269 vsize=814140 CPUtime=11.25
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 19341 0 1 0 1112 13 0 0 25 0 13 0 1990251666 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=814140 CPUtime=0.07
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 1691 0 0 0 7 0 0 0 17 0 13 0 1990251667 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=814140 CPUtime=0.14
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 2546 0 0 0 13 1 0 0 17 0 13 0 1990251667 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 170 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24278] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24279] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990251673 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=814140 CPUtime=1.74
/proc/24271/task/24280/stat : 24280 (java) R 24269 24271 23730 0 -1 64 1418 0 0 0 174 0 0 0 16 0 13 0 1990251673 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 103340365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=814140 CPUtime=1.68
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 6249 0 0 0 165 3 0 0 16 0 13 0 1990251673 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990251673 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990251673 833679360 27034 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 814140

[startup+15.9013 s]
/proc/loadavg: 2.14 2.03 2.01 4/93 24284
/proc/meminfo: memFree=1162496/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=814140 CPUtime=15.72
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 32229 0 1 0 1553 19 0 0 18 0 13 0 1990251665 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203535 27079 1394 9 0 200897 0
[pid=24271/tid=24273] ppid=24269 vsize=814140 CPUtime=11.39
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 19345 0 1 0 1126 13 0 0 25 0 13 0 1990251666 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=814140 CPUtime=0.07
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 1691 0 0 0 7 0 0 0 17 0 13 0 1990251667 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=814140 CPUtime=0.14
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 2546 0 0 0 13 1 0 0 17 0 13 0 1990251667 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 170 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24278] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24279] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990251673 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=814140 CPUtime=2.14
/proc/24271/task/24280/stat : 24280 (java) R 24269 24271 23730 0 -1 64 1445 0 0 0 214 0 0 0 16 0 13 0 1990251673 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 104112538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=814140 CPUtime=1.92
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 6263 0 0 0 189 3 0 0 16 0 13 0 1990251673 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990251673 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990251673 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24284] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24284/stat : 24284 (java) S 24269 24271 23730 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1990253156 833679360 27079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 814140

[startup+16.1023 s]
/proc/loadavg: 2.14 2.03 2.01 4/93 24284
/proc/meminfo: memFree=1162496/2055920 swapFree=4180456/4192956
[pid=24271] ppid=24269 vsize=814140 CPUtime=15.92
/proc/24271/stat : 24271 (java) S 24269 24271 23730 0 -1 0 32240 0 1 0 1573 19 0 0 18 0 13 0 1990251665 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24271/statm: 203535 27089 1394 9 0 200897 0
[pid=24271/tid=24273] ppid=24269 vsize=814140 CPUtime=11.44
/proc/24271/task/24273/stat : 24273 (java) R 24269 24271 23730 0 -1 64 19346 0 1 0 1131 13 0 0 25 0 13 0 1990251666 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4110163487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24274] ppid=24269 vsize=814140 CPUtime=0.07
/proc/24271/task/24274/stat : 24274 (java) S 24269 24271 23730 0 -1 64 1691 0 0 0 7 0 0 0 17 0 13 0 1990251667 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24275] ppid=24269 vsize=814140 CPUtime=0.14
/proc/24271/task/24275/stat : 24275 (java) S 24269 24271 23730 0 -1 64 2546 0 0 0 13 1 0 0 17 0 13 0 1990251667 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24276] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24276/stat : 24276 (java) S 24269 24271 23730 0 -1 64 170 0 0 0 0 0 0 0 17 0 13 0 1990251669 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24277] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24277/stat : 24277 (java) S 24269 24271 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24278] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24278/stat : 24278 (java) S 24269 24271 23730 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990251669 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24279] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24279/stat : 24279 (java) S 24269 24271 23730 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990251673 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24280] ppid=24269 vsize=814140 CPUtime=2.19
/proc/24271/task/24280/stat : 24280 (java) S 24269 24271 23730 0 -1 64 1450 0 0 0 219 0 0 0 16 0 13 0 1990251673 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24281] ppid=24269 vsize=814140 CPUtime=2.02
/proc/24271/task/24281/stat : 24281 (java) S 24269 24271 23730 0 -1 64 6268 0 0 0 199 3 0 0 16 0 13 0 1990251673 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24271/tid=24282] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24282/stat : 24282 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1990251673 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24283] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24283/stat : 24283 (java) S 24269 24271 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990251673 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24271/tid=24284] ppid=24269 vsize=814140 CPUtime=0
/proc/24271/task/24284/stat : 24284 (java) S 24269 24271 23730 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1990253156 833679360 27089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 814140

Child status: 0
Real time (s): 16.1916
CPU time (s): 16.0126
CPU user time (s): 15.7936
CPU system time (s): 0.218966
CPU usage (%): 98.8943
Max. virtual memory (cumulated for all children) (KiB): 817568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7936
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1323
involuntary context switches= 1322

runsolver used 0.025996 second user time and 0.06199 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 21:19:33
IDJOB=1058054
IDBENCH=54104
IDSOLVER=344
FILE ID=node19/1058054-1215112773
PBS_JOBID= 7877165
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058054-1215112773/watcher-1058054-1215112773 -o /tmp/evaluation-result-1058054-1215112773/solver-1058054-1215112773 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058054-1215112773.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=512643586

node19.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.263
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	: 5931.00
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.263
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:       1266504 kB
Buffers:         53096 kB
Cached:         222564 kB
SwapCached:       6540 kB
Active:         586960 kB
Inactive:       134336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266504 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:         462008 kB
Slab:            52352 kB
Committed_AS:  4145968 kB
PageTables:       2716 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= 66544 MiB
End job on node19 at 2008-07-03 21:19:49