Trace number 2058183

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 2.1.1SAT 10.7324 10.7863

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-5_ext.xml
MD5SUM1bdde9be183c86ffbf239f4dbf5cbce7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.02454
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2058183-1247320238.xml
0.18/0.23	c reading problem ... 
0.37/0.47	c reading problem named null
0.37/0.47	c reading domains done.
0.37/0.48	c reading variables done.
0.78/0.81	c reading relations done.
0.78/0.85	c reading constraints
3.68/3.76	c done with constraints.
3.68/3.76	c ... done. Wall clock time 3.525s.
3.68/3.76	c #vars     6265
3.68/3.76	c #constraints  19635
3.68/3.76	c constraints type 
3.68/3.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 235
3.68/3.76	c org.sat4j.minisat.constraints.cnf.UnitClauses => 390
3.68/3.76	c org.sat4j.minisat.constraints.card.AtLeast => 235
3.68/3.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13441
10.59/10.69	c starts		: 11
10.59/10.69	c conflicts		: 15880
10.59/10.69	c decisions		: 25459
10.59/10.69	c propagations		: 1952960
10.59/10.69	c inspects		: 20844304
10.59/10.69	c learnt literals	: 5
10.59/10.69	c learnt binary clauses	: 87
10.59/10.69	c learnt ternary clauses	: 295
10.59/10.69	c learnt clauses	: 15875
10.59/10.69	c ignored clauses	: 0
10.59/10.69	c root simplifications	: 0
10.59/10.69	c removed literals (reason simplification)	: 166674
10.59/10.69	c reason swapping (by a shorter reason)	: 0
10.59/10.69	c Calls to reduceDB	: 0
10.59/10.69	c speed (assignments/second)	: 281853.081252706
10.59/10.69	c non guided choices	63
10.69/10.71	c learnt constraints type 
10.69/10.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 87
10.69/10.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15788
10.69/10.71	c constraints type 
10.69/10.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 235
10.69/10.71	c org.sat4j.minisat.constraints.cnf.UnitClauses => 390
10.69/10.71	c org.sat4j.minisat.constraints.card.AtLeast => 235
10.69/10.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13441
10.69/10.71	s SATISFIABLE
10.69/10.72	v 18 16 1 12 21 2 22 20 4 13 10 24 3 0 7 23 14 17 9 11 6 5 8 15 19 9 24 17 20 13 4 21 22 14 12 23 1 0 19 15 6 16 18 11 10 5 7 3 8 2 2 5 7 1 4 16 11 12 22 9 21 13 14 6 24 15 3 23 17 0 20 19 18 10 8 12 13 20 14 6 10 19 3 23 15 4 7 22 17 9 0 11 24 18 8 21 2 1 5 16 19 0 2 21 3 11 9 4 24 22 5 23 12 1 17 7 13 8 15 20 16 14 10 18 6 13 19 21 15 8 18 1 23 6 16 0 3 4 20 11 2 17 12 7 14 10 9 5 24 22 15 21 23 17 9 7 2 0 20 18 1 4 5 22 12 3 19 14 8 16 11 10 6 13 24 7 18 8 2 19 24 12 17 5 10 11 21 15 14 22 13 4 6 0 1 3 20 16 23 9 6 12 14 8 0 23 18 16 7 5 13 20 17 9 21 19 10 1 24 3 2 22 15 4 11 17 23 0 19 11 8 4 2 15 20 3 6 7 24 14 5 21 16 10 18 13 12 9 22 1 4 10 12 6 23 21 16 14 9 7 15 18 19 11 1 17 8 3 22 5 0 24 20 2 13 21 2 4 23 15 13 8 6 1 24 7 10 11 3 18 9 0 20 14 22 17 16 12 19 5 22 3 5 24 16 14 6 7 2 0 8 11 9 4 19 10 1 21 12 23 15 17 13 20 18 5 11 13 7 24 22 17 15 10 8 16 19 20 12 2 18 9 4 23 6 1 0 21 3 14 23 4 6 0 17 15 10 8 3 1 24 12 13 5 20 11 2 22 16 9 19 18 14 21 7 11 17 19 13 5 3 23 21 16 14 22 0 1 18 8 24 15 10 4 12 7 6 2 9 20 3 9 11 5 22 20 15 13 8 6 14 17 18 10 0 16 7 2 21 4 24 23 19 1 12 8 14 16 10 2 0 20 18 13 11 19 22 23 15 5 21 12 7 1 24 9 3 4 6 17 10 15 18 11 12 1 5 19 17 21 20 8 24 7 6 22 23 9 2 13 14 4 0 16 3 16 22 24 18 10 9 3 1 21 19 2 5 8 23 13 4 20 15 6 17 12 11 7 14 0 24 8 10 4 18 19 14 9 11 2 17 16 21 13 3 12 6 5 20 7 23 1 22 0 15 20 1 3 22 14 12 7 5 0 23 6 9 10 2 16 8 24 19 13 21 18 15 11 17 4 14 20 22 16 7 5 0 11 19 17 9 2 6 21 10 1 18 13 3 15 4 8 24 12 23 0 6 15 9 1 17 24 10 12 3 18 14 2 16 4 20 22 11 5 19 8 13 23 7 21 1 7 9 3 20 6 13 24 18 4 12 15 16 8 23 14 5 0 19 2 22 21 17 11 10 
10.69/10.72	c Total wall clock time (in seconds) : 10.455

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2058183-1247320238/watcher-2058183-1247320238 -o /tmp/evaluation-result-2058183-1247320238/solver-2058183-1247320238 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058183-1247320238.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: 1.47 1.79 1.71 4/75 12124
/proc/meminfo: memFree=816912/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=18576 CPUtime=0
/proc/12124/stat : 12124 (runsolver) R 12122 12124 11202 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 19088688 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12124/statm: 4644 284 249 26 0 2626 0

[startup+0.0310099 s]
/proc/loadavg: 1.47 1.79 1.71 4/75 12124
/proc/meminfo: memFree=816912/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=800544 CPUtime=0.01
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 2227 0 1 0 1 0 0 0 18 0 4 0 19088688 819757056 1974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 200136 1982 872 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.102015 s]
/proc/loadavg: 1.47 1.79 1.71 4/75 12124
/proc/meminfo: memFree=816912/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=804560 CPUtime=0.08
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 3043 0 1 0 7 1 0 0 18 0 12 0 19088688 823869440 2786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 201140 2786 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301037 s]
/proc/loadavg: 1.47 1.79 1.71 4/75 12124
/proc/meminfo: memFree=816912/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=805628 CPUtime=0.28
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 4323 0 1 0 26 2 0 0 18 0 12 0 19088688 824963072 4060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 201407 4060 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701081 s]
/proc/loadavg: 1.47 1.79 1.71 4/75 12124
/proc/meminfo: memFree=816912/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=807320 CPUtime=0.68
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 5730 0 1 0 64 4 0 0 18 0 12 0 19088688 826695680 5221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 201830 5221 1390 9 0 199157 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807320

[startup+1.50218 s]
/proc/loadavg: 1.47 1.79 1.71 3/87 12136
/proc/meminfo: memFree=800112/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=810172 CPUtime=1.48
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 8243 0 1 0 142 6 0 0 18 0 12 0 19088688 829616128 6379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 202603 6393 1405 9 0 199930 0
[pid=12124/tid=12126] ppid=12122 vsize=810412 CPUtime=0.76
/proc/12124/task/12126/stat : 12126 (java) R 12122 12124 11202 0 -1 64 4368 0 1 0 72 4 0 0 25 0 12 0 19088690 829861888 6404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19088691 829861888 6418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19088691 829861888 6432 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 19088693 829861888 6442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 19088693 829861888 6451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 19088693 829861888 6460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 19088697 829861888 6468 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19088697 829861888 6477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=810412 CPUtime=0.7
/proc/12124/task/12134/stat : 12134 (java) R 12122 12124 11202 0 -1 64 3226 0 0 0 69 1 0 0 17 0 12 0 19088697 829861888 6486 996147200 134512640 134550932 4294956016 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12135] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19088697 829861888 6494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=810412 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19088697 829861888 6501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810172

[startup+3.10135 s]
/proc/loadavg: 1.59 1.81 1.72 4/87 12136
/proc/meminfo: memFree=794672/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=812352 CPUtime=3.08
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 11617 0 1 0 300 8 0 0 18 0 12 0 19088688 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 203088 8506 1424 9 0 200415 0
[pid=12124/tid=12126] ppid=12122 vsize=812352 CPUtime=1.21
/proc/12124/task/12126/stat : 12126 (java) R 12122 12124 11202 0 -1 64 5714 0 1 0 117 4 0 0 25 0 12 0 19088690 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19088691 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19088691 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19088693 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 19088693 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 19088693 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 19088697 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19088697 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=812352 CPUtime=1.84
/proc/12124/task/12134/stat : 12134 (java) R 12122 12124 11202 0 -1 64 5147 0 0 0 182 2 0 0 17 0 12 0 19088697 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 104145483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12135] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19088697 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=812352 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19088697 831848448 8506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812352

[startup+6.3027 s]
/proc/loadavg: 1.59 1.81 1.72 3/88 12137
/proc/meminfo: memFree=776680/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=812676 CPUtime=6.29
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 14574 0 1 0 616 13 0 0 18 0 13 0 19088688 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 203169 11458 1445 9 0 200496 0
[pid=12124/tid=12126] ppid=12122 vsize=812676 CPUtime=3.49
/proc/12124/task/12126/stat : 12126 (java) R 12122 12124 11202 0 -1 64 8571 0 1 0 342 7 0 0 25 0 13 0 19088690 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4110021545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19088691 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19088691 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=812676 CPUtime=0.04
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 2 2 0 0 17 0 13 0 19088693 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 19088693 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19088693 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 19088697 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=812676 CPUtime=0.42
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 49 0 0 0 42 0 0 0 16 0 13 0 19088697 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=812676 CPUtime=2.31
/proc/12124/task/12134/stat : 12134 (java) S 12122 12124 11202 0 -1 64 5207 0 0 0 228 3 0 0 16 0 13 0 19088697 832180224 11458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12124/tid=12135] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19088697 832180224 11459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19088697 832180224 11459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12137] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12137/stat : 12137 (java) S 12122 12124 11202 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 19089070 832180224 11459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812676

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

[startup+7.90288 s]
/proc/loadavg: 1.62 1.81 1.72 3/88 12137
/proc/meminfo: memFree=775272/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=812676 CPUtime=7.89
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 14795 0 1 0 776 13 0 0 18 0 13 0 19088688 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 203169 11678 1445 9 0 200496 0
[pid=12124/tid=12126] ppid=12122 vsize=812676 CPUtime=5.04
/proc/12124/task/12126/stat : 12126 (java) R 12122 12124 11202 0 -1 64 8792 0 1 0 497 7 0 0 25 0 13 0 19088690 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4110040780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19088691 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19088691 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=812676 CPUtime=0.04
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 2 2 0 0 17 0 13 0 19088693 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 19088693 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19088693 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 19088697 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=812676 CPUtime=0.47
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 49 0 0 0 47 0 0 0 16 0 13 0 19088697 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=812676 CPUtime=2.31
/proc/12124/task/12134/stat : 12134 (java) S 12122 12124 11202 0 -1 64 5207 0 0 0 228 3 0 0 16 0 13 0 19088697 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12124/tid=12135] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19088697 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19088697 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12137] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12137/stat : 12137 (java) S 12122 12124 11202 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 19089070 832180224 11678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 812676

[startup+9.50206 s]
/proc/loadavg: 1.62 1.81 1.72 3/88 12137
/proc/meminfo: memFree=774568/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=812676 CPUtime=9.49
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 15011 0 1 0 935 14 0 0 18 0 13 0 19088688 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 203169 11893 1445 9 0 200496 0
[pid=12124/tid=12126] ppid=12122 vsize=812676 CPUtime=6.62
/proc/12124/task/12126/stat : 12126 (java) R 12122 12124 11202 0 -1 64 9007 0 1 0 655 7 0 0 25 0 13 0 19088690 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4110040161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19088691 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19088691 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=812676 CPUtime=0.04
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 2 2 0 0 16 0 13 0 19088693 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 19088693 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19088693 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 19088697 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=812676 CPUtime=0.48
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 50 0 0 0 48 0 0 0 16 0 13 0 19088697 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=812676 CPUtime=2.31
/proc/12124/task/12134/stat : 12134 (java) S 12122 12124 11202 0 -1 64 5207 0 0 0 228 3 0 0 16 0 13 0 19088697 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12124/tid=12135] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19088697 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19088697 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12137] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12137/stat : 12137 (java) S 12122 12124 11202 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 19089070 832180224 11893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 812676

[startup+10.3021 s]
/proc/loadavg: 1.62 1.81 1.72 3/88 12137
/proc/meminfo: memFree=774056/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=812676 CPUtime=10.29
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 15101 0 1 0 1015 14 0 0 18 0 13 0 19088688 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 203169 11983 1445 9 0 200496 0
[pid=12124/tid=12126] ppid=12122 vsize=812676 CPUtime=7.43
/proc/12124/task/12126/stat : 12126 (java) R 12122 12124 11202 0 -1 64 9097 0 1 0 735 8 0 0 25 0 13 0 19088690 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4110021059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19088691 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19088691 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=812676 CPUtime=0.04
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 2 2 0 0 16 0 13 0 19088693 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 19088693 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19088693 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 19088697 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=812676 CPUtime=0.48
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 50 0 0 0 48 0 0 0 16 0 13 0 19088697 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=812676 CPUtime=2.31
/proc/12124/task/12134/stat : 12134 (java) S 12122 12124 11202 0 -1 64 5207 0 0 0 228 3 0 0 16 0 13 0 19088697 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12124/tid=12135] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19088697 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19088697 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12137] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12137/stat : 12137 (java) S 12122 12124 11202 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 19089070 832180224 11983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 812676

[startup+10.7022 s]
/proc/loadavg: 1.62 1.81 1.72 3/88 12137
/proc/meminfo: memFree=774056/2055920 swapFree=4192956/4192956
[pid=12124] ppid=12122 vsize=812676 CPUtime=10.69
/proc/12124/stat : 12124 (java) S 12122 12124 11202 0 -1 0 15159 0 1 0 1055 14 0 0 18 0 13 0 19088688 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12124/statm: 203169 12041 1446 9 0 200496 0
[pid=12124/tid=12126] ppid=12122 vsize=812676 CPUtime=7.81
/proc/12124/task/12126/stat : 12126 (java) S 12122 12124 11202 0 -1 64 9146 0 1 0 773 8 0 0 25 0 13 0 19088690 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12127] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12127/stat : 12127 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19088691 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12128] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12128/stat : 12128 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19088691 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12129] ppid=12122 vsize=812676 CPUtime=0.04
/proc/12124/task/12129/stat : 12129 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 2 2 0 0 16 0 13 0 19088693 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12130] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12130/stat : 12130 (java) S 12122 12124 11202 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 19088693 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12131] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12131/stat : 12131 (java) S 12122 12124 11202 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19088693 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12132] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12132/stat : 12132 (java) S 12122 12124 11202 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 19088697 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12133] ppid=12122 vsize=812676 CPUtime=0.49
/proc/12124/task/12133/stat : 12133 (java) S 12122 12124 11202 0 -1 64 52 0 0 0 49 0 0 0 16 0 13 0 19088697 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12134] ppid=12122 vsize=812676 CPUtime=2.31
/proc/12124/task/12134/stat : 12134 (java) S 12122 12124 11202 0 -1 64 5207 0 0 0 228 3 0 0 16 0 13 0 19088697 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12124/tid=12135] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12135/stat : 12135 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19088697 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12124/tid=12136] ppid=12122 vsize=812676 CPUtime=0
/proc/12124/task/12136/stat : 12136 (java) S 12122 12124 11202 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19088697 832180224 12041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 812676

Child status: 0
Real time (s): 10.7863
CPU time (s): 10.7324
CPU user time (s): 10.5784
CPU system time (s): 0.153976
CPU usage (%): 99.4996
Max. virtual memory (cumulated for all children) (KiB): 812676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5784
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15178
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= 1092
involuntary context switches= 1119

runsolver used 0.021996 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-11 15:50:39
IDJOB=2058183
IDBENCH=53453
IDSOLVER=731
FILE ID=node87/2058183-1247320238
PBS_JOBID= 9506462
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-5_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058183-1247320238/watcher-2058183-1247320238 -o /tmp/evaluation-result-2058183-1247320238/solver-2058183-1247320238 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058183-1247320238.xml

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

MD5SUM BENCH= 1bdde9be183c86ffbf239f4dbf5cbce7
RANDOM SEED=1965296899

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        817264 kB
Buffers:         53944 kB
Cached:        1095528 kB
SwapCached:          0 kB
Active:         123256 kB
Inactive:      1061128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        817264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          44852 kB
Slab:            39352 kB
Committed_AS:   165896 kB
PageTables:       1952 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= 66260 MiB
End job on node87 at 2009-07-11 15:50:49