Trace number 2058227

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 18.5032 18.8556

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-8_ext.xml
MD5SUM36e7948d4eb9ec3ba95226d8041bc346
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 benchmark6.00309
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.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.24	c See www.sat4j.org for details.
0.10/0.24	c That software uses the Rhino library from the Mozilla project.
0.10/0.26	c version 2.1.1.v20090622
0.10/0.26	c sun.arch.data.model	32
0.10/0.26	c java.version	1.6.0_12
0.10/0.26	c os.name	Linux
0.10/0.26	c os.version	2.6.9-22.EL.rootsmp
0.10/0.26	c os.arch	i386
0.10/0.26	c Free memory 671000808
0.10/0.26	c Max memory 672137216
0.10/0.26	c Total memory 672137216
0.10/0.26	c Number of processors 2
0.19/0.35	c c --- Begin Solver configuration ---
0.19/0.35	c Stops conflict analysis at the first Unique Implication Point
0.19/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.35	c Learn all clauses as in MiniSAT
0.19/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.35	c Expensive reason simplification
0.19/0.35	c MiniSAT restarts strategy
0.19/0.35	c Memory based learned constraints deletion strategy
0.19/0.35	c timeout=2147483s
0.19/0.35	c DB Simplification allowed=false
0.19/0.35	c --- End Solver configuration ---
0.19/0.35	c solving HOME/instance-2058227-1247320426.xml
0.19/0.35	c reading problem ... 
0.43/0.66	c reading problem named null
0.43/0.66	c reading domains done.
0.43/0.68	c reading variables done.
0.83/1.03	c reading relations done.
0.83/1.08	c reading constraints
4.00/4.22	c done with constraints.
4.00/4.22	c ... done. Wall clock time 3.869s.
4.00/4.22	c #vars     6265
4.00/4.22	c #constraints  19588
4.00/4.22	c constraints type 
4.00/4.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 235
4.00/4.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 390
4.00/4.22	c org.sat4j.minisat.constraints.card.AtLeast => 235
4.00/4.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13413
18.45/18.80	c starts		: 12
18.45/18.80	c conflicts		: 24507
18.45/18.80	c decisions		: 37394
18.45/18.80	c propagations		: 3308676
18.45/18.80	c inspects		: 45484770
18.45/18.80	c learnt literals	: 4
18.45/18.80	c learnt binary clauses	: 69
18.45/18.80	c learnt ternary clauses	: 240
18.45/18.80	c learnt clauses	: 24503
18.45/18.80	c ignored clauses	: 0
18.45/18.80	c root simplifications	: 0
18.45/18.80	c removed literals (reason simplification)	: 315642
18.45/18.80	c reason swapping (by a shorter reason)	: 0
18.45/18.80	c Calls to reduceDB	: 0
18.45/18.80	c speed (assignments/second)	: 226994.78594950604
18.45/18.80	c non guided choices	50
18.45/18.83	c learnt constraints type 
18.45/18.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69
18.45/18.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24434
18.45/18.83	c constraints type 
18.45/18.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 235
18.45/18.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 390
18.45/18.83	c org.sat4j.minisat.constraints.card.AtLeast => 235
18.45/18.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13413
18.45/18.83	s SATISFIABLE
18.45/18.83	v 4 18 8 11 15 10 23 21 24 5 1 2 6 16 3 0 19 22 12 13 20 17 14 9 7 24 7 14 13 21 19 1 2 5 20 0 15 8 6 17 3 11 10 16 22 18 9 12 23 4 19 0 4 22 17 2 6 23 11 24 13 16 12 8 20 9 5 21 1 15 7 10 18 14 3 8 4 2 16 11 24 20 14 6 7 17 19 10 1 23 12 0 5 13 18 3 22 15 21 9 17 3 6 19 20 13 5 7 10 22 2 11 18 12 14 16 1 9 4 8 23 24 21 0 15 18 8 5 6 1 9 13 0 20 14 23 10 21 24 22 7 15 2 11 16 4 12 17 3 19 15 12 19 9 24 11 22 5 8 18 6 17 4 0 1 21 16 14 7 23 13 3 10 20 2 20 2 18 10 4 0 16 8 3 15 14 23 17 9 12 1 6 24 19 7 11 5 13 22 21 10 19 22 3 2 16 17 6 0 4 20 21 9 7 24 11 18 12 8 14 15 13 1 5 23 22 21 10 7 0 14 2 13 23 9 11 3 1 19 16 15 20 17 5 12 24 8 4 18 6 13 6 0 24 14 20 4 22 15 12 10 9 5 2 21 18 7 8 23 3 17 19 11 1 16 14 17 16 21 5 22 15 12 18 6 24 1 23 3 2 13 10 19 9 11 8 7 20 4 0 23 1 13 20 3 18 14 16 17 0 21 24 15 5 7 4 12 11 10 6 9 2 19 8 22 21 20 3 18 16 12 8 9 7 23 19 4 2 14 15 22 13 1 0 17 10 6 5 24 11 5 15 12 4 22 8 19 24 21 1 7 0 14 20 9 23 3 13 17 2 6 11 16 10 18 16 13 20 12 6 5 11 19 14 10 9 7 22 4 8 17 21 18 2 0 1 23 3 15 24 0 9 7 14 19 6 10 15 1 11 3 20 13 23 18 8 17 4 21 24 12 16 22 2 5 1 10 15 23 9 7 18 17 16 21 12 22 24 11 13 6 4 3 20 5 2 0 8 19 14 11 22 24 8 13 17 21 10 12 3 5 14 16 18 6 2 9 23 15 4 19 1 0 7 20 9 14 23 2 10 3 24 11 4 8 15 12 7 21 0 19 22 16 18 1 5 20 6 13 17 12 16 1 15 7 23 9 3 22 13 4 5 11 10 19 24 14 20 6 21 0 18 2 17 8 7 23 21 5 18 1 3 20 13 19 22 8 0 17 11 14 2 15 24 10 16 4 9 6 12 3 5 11 1 12 15 7 18 2 17 8 6 19 13 4 20 23 0 22 9 14 21 24 16 10 2 24 17 0 23 21 12 4 9 16 18 13 20 15 10 5 8 6 3 19 22 14 7 11 1 6 11 9 17 8 4 0 1 19 2 16 18 3 22 5 10 24 7 14 20 21 15 23 12 13 
18.45/18.83	c Total wall clock time (in seconds) : 18.446

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-2058227-1247320426/watcher-2058227-1247320426 -o /tmp/evaluation-result-2058227-1247320426/solver-2058227-1247320426 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058227-1247320426.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.00 2.01 1.85 4/81 11294
/proc/meminfo: memFree=1100272/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=1612 CPUtime=0
/proc/11294/stat : 11294 (java6) D 11292 11294 11026 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 19106126 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11294/statm: 403 150 114 9 0 45 0

[startup+0.0822261 s]
/proc/loadavg: 2.00 2.01 1.85 4/81 11294
/proc/meminfo: memFree=1100272/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=797436 CPUtime=0.01
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 1458 0 31 0 0 1 0 0 18 0 2 0 19106126 816574464 1237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 199359 1237 406 9 0 197111 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797436

[startup+0.102222 s]
/proc/loadavg: 2.00 2.01 1.85 4/81 11294
/proc/meminfo: memFree=1100272/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=800868 CPUtime=0.04
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 2436 0 31 0 2 2 0 0 18 0 4 0 19106126 820088832 2213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 200217 2213 959 9 0 197568 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800868

[startup+0.301238 s]
/proc/loadavg: 2.00 2.01 1.85 4/81 11294
/proc/meminfo: memFree=1100272/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=805356 CPUtime=0.19
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 3768 0 31 0 15 4 0 0 18 0 12 0 19106126 824684544 3536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 201339 3536 1332 9 0 198673 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805356

[startup+0.70127 s]
/proc/loadavg: 2.00 2.01 1.85 4/81 11294
/proc/meminfo: memFree=1100272/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=807180 CPUtime=0.53
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 5301 0 33 0 47 6 0 0 18 0 12 0 19106126 826552320 4858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 201795 4858 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50235 s]
/proc/loadavg: 2.00 2.01 1.85 4/93 11306
/proc/meminfo: memFree=1075912/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=807244 CPUtime=1.32
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 6846 0 33 0 125 7 0 0 18 0 12 0 19106126 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 201811 5691 1405 9 0 199138 0
[pid=11294/tid=11296] ppid=11292 vsize=807244 CPUtime=0.73
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 4245 0 3 0 68 5 0 0 21 0 12 0 19106133 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4109158630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19106134 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19106134 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 19106136 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 19106137 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 19106137 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19106144 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19106144 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=807244 CPUtime=0.55
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 1873 0 0 0 55 0 0 0 16 0 12 0 19106144 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19106144 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=807244 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19106144 826617856 5691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 807244

[startup+3.10149 s]
/proc/loadavg: 2.00 2.01 1.85 3/93 11306
/proc/meminfo: memFree=1070536/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=810136 CPUtime=2.91
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 10023 0 33 0 281 10 0 0 18 0 12 0 19106126 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 202534 7526 1409 9 0 199861 0
[pid=11294/tid=11296] ppid=11292 vsize=810136 CPUtime=1.19
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 5275 0 3 0 113 6 0 0 25 0 12 0 19106133 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4109124676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19106134 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19106134 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 19106136 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 19106137 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 19106137 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19106144 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19106144 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=810136 CPUtime=1.68
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 4020 0 0 0 166 2 0 0 17 0 12 0 19106144 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19106144 829579264 7526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=810136 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19106144 829579264 7526 996147200 134512640 134550932 4294956016 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) 810136

[startup+6.30277 s]
/proc/loadavg: 2.08 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1051840/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=6.07
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 14355 0 33 0 595 12 0 0 18 0 13 0 19106126 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 11364 1442 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=3.25
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 8468 0 3 0 317 8 0 0 25 0 13 0 19106133 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19106134 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19106134 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 19106136 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19106137 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19106137 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19106144 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19106144 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.79
/proc/11294/task/11304/stat : 11304 (java) R 11292 11294 11026 0 -1 64 5155 0 0 0 277 2 0 0 16 0 13 0 19106144 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 105582030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19106144 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19106144 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11307] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11307/stat : 11307 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 19106554 832258048 11364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 812752

[startup+12.7013 s]
/proc/loadavg: 2.07 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1048008/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=12.42
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 15166 0 33 0 1228 14 0 0 18 0 13 0 19106126 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 12172 1445 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=9.45
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 9267 0 3 0 936 9 0 0 25 0 13 0 19106133 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4110020528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19106134 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19106134 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19106136 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19106137 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19106137 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19106144 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19106144 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.92
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 5167 0 0 0 290 2 0 0 16 0 13 0 19106144 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19106144 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19106144 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11307] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11307/stat : 11307 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 19106554 832258048 12172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 812752

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

[startup+15.9026 s]
/proc/loadavg: 2.07 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1046920/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=15.58
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 15439 0 33 0 1544 14 0 0 18 0 13 0 19106126 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 12445 1445 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=12.63
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 9540 0 3 0 1253 10 0 0 25 0 13 0 19106133 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4110020905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19106134 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19106134 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19106136 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19106137 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19106137 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19106144 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19106144 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.92
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 5167 0 0 0 290 2 0 0 16 0 13 0 19106144 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19106144 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19106144 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11307] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11307/stat : 11307 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 19106554 832258048 12445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 812752

[startup+17.5028 s]
/proc/loadavg: 2.07 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1046280/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=17.17
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 15559 0 33 0 1703 14 0 0 18 0 13 0 19106126 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 12565 1445 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=14.22
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 9660 0 3 0 1412 10 0 0 25 0 13 0 19106133 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4110049767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19106134 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19106134 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19106136 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19106137 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19106137 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19106144 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19106144 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.92
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 5167 0 0 0 290 2 0 0 16 0 13 0 19106144 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19106144 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19106144 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11307] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11307/stat : 11307 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 19106554 832258048 12565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.17
Current children cumulated vsize (KiB) 812752

[startup+18.3028 s]
/proc/loadavg: 2.07 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1046280/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=17.96
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 15610 0 33 0 1782 14 0 0 18 0 13 0 19106126 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 12616 1445 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=15.01
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 9711 0 3 0 1491 10 0 0 25 0 13 0 19106133 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4110020634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19106134 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19106134 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19106136 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19106137 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19106137 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19106144 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19106144 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.92
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 5167 0 0 0 290 2 0 0 16 0 13 0 19106144 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19106144 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19106144 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11307] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11307/stat : 11307 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 19106554 832258048 12616 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.96
Current children cumulated vsize (KiB) 812752

[startup+18.7079 s]
/proc/loadavg: 2.06 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1046024/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=18.36
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 15633 0 33 0 1822 14 0 0 18 0 13 0 19106126 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 12639 1445 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=15.41
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 9734 0 3 0 1531 10 0 0 25 0 13 0 19106133 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4110020944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19106134 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 19106134 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19106136 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 19106137 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 19106137 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19106144 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 19106144 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.92
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 5167 0 0 0 290 2 0 0 16 0 13 0 19106144 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 19106144 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19106144 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11307] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11307/stat : 11307 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 19106554 832258048 12639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.36
Current children cumulated vsize (KiB) 812752

[startup+18.8029 s]
/proc/loadavg: 2.06 2.03 1.86 3/94 11307
/proc/meminfo: memFree=1046024/2055920 swapFree=4192956/4192956
[pid=11294] ppid=11292 vsize=812752 CPUtime=18.45
/proc/11294/stat : 11294 (java) S 11292 11294 11026 0 -1 0 15650 0 33 0 1831 14 0 0 18 0 12 0 19106126 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11294/statm: 203188 12656 1446 9 0 200515 0
[pid=11294/tid=11296] ppid=11292 vsize=812752 CPUtime=15.48
/proc/11294/task/11296/stat : 11296 (java) R 11292 11294 11026 0 -1 64 9749 0 3 0 1538 10 0 0 25 0 12 0 19106133 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 104106021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11297] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11297/stat : 11297 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19106134 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11298] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11298/stat : 11298 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19106134 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11299] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11299/stat : 11299 (java) S 11292 11294 11026 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19106136 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11300] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11300/stat : 11300 (java) S 11292 11294 11026 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 19106137 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11301] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11301/stat : 11301 (java) S 11292 11294 11026 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 19106137 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11302] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11302/stat : 11302 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19106144 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11303] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11303/stat : 11303 (java) S 11292 11294 11026 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19106144 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11304] ppid=11292 vsize=812752 CPUtime=2.93
/proc/11294/task/11304/stat : 11304 (java) S 11292 11294 11026 0 -1 64 5168 0 0 0 291 2 0 0 17 0 12 0 19106144 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11305] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11305/stat : 11305 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19106144 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11294/tid=11306] ppid=11292 vsize=812752 CPUtime=0
/proc/11294/task/11306/stat : 11306 (java) S 11292 11294 11026 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19106144 832258048 12656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.45
Current children cumulated vsize (KiB) 812752

Child status: 0
Real time (s): 18.8556
CPU time (s): 18.5032
CPU user time (s): 18.3492
CPU system time (s): 0.153976
CPU usage (%): 98.1307
Max. virtual memory (cumulated for all children) (KiB): 812756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3492
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= 15676
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1837
involuntary context switches= 1681

runsolver used 0.021996 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-11 15:53:46
IDJOB=2058227
IDBENCH=53457
IDSOLVER=731
FILE ID=node51/2058227-1247320426
PBS_JOBID= 9506527
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= 36e7948d4eb9ec3ba95226d8041bc346
RANDOM SEED=1347203210

node51.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.225
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.225
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:       1100752 kB
Buffers:         54368 kB
Cached:         811136 kB
SwapCached:          0 kB
Active:         131080 kB
Inactive:       772416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          58428 kB
Slab:            36800 kB
Committed_AS:   182412 kB
PageTables:       1884 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= 66172 MiB
End job on node51 at 2009-07-11 15:54:05