Trace number 2058997

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 169.839 171.323

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-9_ext.xml
MD5SUM38b9a03a664d7db0da8e03d924bebc38
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 benchmark108.773
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	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-2058997-1247322885.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.78/0.80	c reading relations done.
0.78/0.84	c reading constraints
4.15/4.29	c done with constraints.
4.15/4.29	c ... done. Wall clock time 4.057s.
4.15/4.29	c #vars     6961
4.15/4.29	c #constraints  25244
4.15/4.29	c constraints type 
4.15/4.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 264
4.15/4.29	c org.sat4j.minisat.constraints.cnf.UnitClauses => 361
4.15/4.29	c org.sat4j.minisat.constraints.card.AtLeast => 264
4.15/4.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18578
169.75/171.21	c starts		: 16
169.75/171.21	c conflicts		: 120451
169.75/171.21	c decisions		: 174444
169.75/171.21	c propagations		: 16390922
169.75/171.21	c inspects		: 514671687
169.75/171.21	c learnt literals	: 11
169.75/171.21	c learnt binary clauses	: 83
169.75/171.21	c learnt ternary clauses	: 356
169.75/171.21	c learnt clauses	: 120440
169.75/171.21	c ignored clauses	: 0
169.75/171.21	c root simplifications	: 0
169.75/171.21	c removed literals (reason simplification)	: 2867927
169.75/171.21	c reason swapping (by a shorter reason)	: 0
169.75/171.21	c Calls to reduceDB	: 0
169.75/171.21	c speed (assignments/second)	: 98194.50884539579
169.75/171.21	c non guided choices	90
169.75/171.25	c learnt constraints type 
169.75/171.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83
169.75/171.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120357
169.75/171.25	c constraints type 
169.75/171.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 264
169.75/171.25	c org.sat4j.minisat.constraints.cnf.UnitClauses => 361
169.75/171.26	c org.sat4j.minisat.constraints.card.AtLeast => 264
169.75/171.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18578
169.75/171.26	s SATISFIABLE
169.75/171.26	v 7 13 22 21 24 8 3 19 15 18 10 1 17 14 4 16 11 5 12 23 6 9 20 2 0 4 21 9 7 20 15 17 13 1 24 22 19 11 5 6 2 8 12 3 14 18 16 0 10 23 0 20 8 24 9 3 1 10 17 16 21 18 12 2 11 13 7 22 5 19 23 6 14 4 15 20 5 18 1 6 7 14 23 11 8 4 13 15 3 0 22 19 24 21 9 12 10 2 17 16 11 19 24 14 15 17 18 4 3 20 9 23 7 1 22 0 12 16 8 2 10 5 6 13 21 1 6 20 17 14 11 7 8 16 19 15 4 2 22 12 9 24 0 23 18 13 3 5 21 10 10 24 4 11 22 6 16 1 18 13 20 2 8 23 7 3 15 17 19 5 0 14 21 12 9 6 22 11 8 10 21 4 15 20 12 13 5 0 17 23 19 9 3 14 16 2 24 18 7 1 12 14 21 0 17 4 15 22 6 3 8 9 20 13 10 18 5 23 16 11 1 7 24 19 2 9 7 17 19 11 24 23 3 14 21 1 6 4 16 20 12 22 2 10 0 5 8 13 15 18 8 15 10 2 16 1 9 0 7 6 11 24 5 19 13 21 3 18 22 12 17 4 23 14 20 16 1 5 13 7 19 8 24 23 0 14 22 3 18 2 20 17 10 6 21 9 15 12 11 4 23 18 1 20 4 14 12 16 2 7 5 3 21 0 9 6 10 15 17 13 24 22 11 8 19 24 9 16 22 12 0 20 21 10 2 18 8 1 6 19 23 4 14 13 7 15 11 17 5 3 3 17 0 9 5 22 21 7 8 23 2 11 18 10 24 4 14 1 15 6 19 12 16 20 13 2 3 19 12 18 5 11 6 9 17 23 20 16 7 15 8 1 13 0 24 4 21 10 22 14 15 0 23 18 21 12 2 5 4 22 3 10 14 9 17 1 13 6 7 20 16 19 8 24 11 5 10 2 16 8 9 19 17 22 1 7 21 13 15 18 14 23 11 24 4 20 0 3 6 12 14 16 6 4 3 13 22 18 12 5 0 15 24 8 1 17 2 20 11 10 21 23 19 9 7 22 4 7 5 2 20 10 12 13 11 16 14 6 21 8 15 0 19 18 1 3 17 9 23 24 17 8 3 10 23 18 0 20 5 14 19 12 22 24 21 11 16 9 2 15 7 13 4 1 6 19 11 12 23 1 2 13 9 24 15 17 0 10 4 14 5 6 21 20 3 22 18 7 16 8 13 2 15 6 0 23 5 14 21 4 24 16 19 12 3 10 20 7 9 8 11 1 22 18 17 21 23 14 3 13 16 6 2 19 10 12 7 9 11 5 24 18 4 1 17 8 20 15 0 22 18 12 13 15 19 10 24 11 0 9 6 17 23 20 16 7 21 8 4 22 14 2 1 3 5 
169.75/171.26	c Total wall clock time (in seconds) : 170.982

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-2058997-1247322885/watcher-2058997-1247322885 -o /tmp/evaluation-result-2058997-1247322885/solver-2058997-1247322885 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058997-1247322885.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.09 2.05 1.94 4/75 11755
/proc/meminfo: memFree=1183088/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=152 CPUtime=0
/proc/11755/stat : 11755 (java) R 11753 11755 10822 0 -1 0 204 0 0 0 0 0 0 0 20 0 1 0 19355756 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 0 0 0
/proc/11755/statm: 38 26 19 9 0 4 0

[startup+0.078035 s]
/proc/loadavg: 2.09 2.05 1.94 4/75 11755
/proc/meminfo: memFree=1183088/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=802164 CPUtime=0.06
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 2856 0 1 0 5 1 0 0 20 0 7 0 19355756 821415936 2601 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 200541 2601 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101036 s]
/proc/loadavg: 2.09 2.05 1.94 4/75 11755
/proc/meminfo: memFree=1183088/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=805584 CPUtime=0.09
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 3064 0 1 0 7 2 0 0 20 0 12 0 19355756 824918016 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 201396 2807 1083 9 0 198730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805584

[startup+0.301055 s]
/proc/loadavg: 2.09 2.05 1.94 4/75 11755
/proc/meminfo: memFree=1183088/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=806652 CPUtime=0.28
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 4325 0 1 0 26 2 0 0 20 0 12 0 19355756 826011648 4062 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 201663 4062 1363 9 0 198990 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806652

[startup+0.701092 s]
/proc/loadavg: 2.09 2.05 1.94 4/75 11755
/proc/meminfo: memFree=1183088/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=808208 CPUtime=0.67
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 5741 0 1 0 64 3 0 0 20 0 12 0 19355756 827604992 5207 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 202052 5207 1390 9 0 199379 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808208

[startup+1.5022 s]
/proc/loadavg: 2.09 2.05 1.94 3/87 11767
/proc/meminfo: memFree=1165968/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=811432 CPUtime=1.47
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 8293 0 1 0 142 5 0 0 20 0 12 0 19355756 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 202858 6489 1405 9 0 200185 0
[pid=11755/tid=11757] ppid=11753 vsize=811432 CPUtime=0.75
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 4421 0 1 0 72 3 0 0 25 0 12 0 19355757 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19355758 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 19355758 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 19355760 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 19355760 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 19355760 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19355765 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19355765 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=811432 CPUtime=0.7
/proc/11755/task/11765/stat : 11765 (java) R 11753 11755 10822 0 -1 64 3118 0 0 0 69 1 0 0 17 0 12 0 19355765 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 19355765 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=811432 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19355765 830906368 6489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811432

[startup+3.10232 s]
/proc/loadavg: 2.09 2.05 1.94 3/87 11767
/proc/meminfo: memFree=1160528/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813376 CPUtime=3.06
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 11687 0 1 0 300 6 0 0 20 0 12 0 19355756 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203344 8577 1424 9 0 200671 0
[pid=11755/tid=11757] ppid=11753 vsize=813376 CPUtime=1.21
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 5784 0 1 0 117 4 0 0 25 0 12 0 19355757 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19355758 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 19355758 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19355760 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 19355760 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 19355760 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19355765 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19355765 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813376 CPUtime=1.83
/proc/11755/task/11765/stat : 11765 (java) R 11753 11755 10822 0 -1 64 5148 0 0 0 182 1 0 0 17 0 12 0 19355765 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 104174991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 19355765 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813376 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19355765 832897024 8577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813376

[startup+6.30262 s]
/proc/loadavg: 2.08 2.05 1.94 3/88 11768
/proc/meminfo: memFree=1140936/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=6.23
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 15092 0 1 0 615 8 0 0 20 0 13 0 19355756 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 11977 1445 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=3.06
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 9042 0 1 0 301 5 0 0 25 0 13 0 19355757 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4109492106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19355758 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19355758 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 19355760 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19355760 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19355765 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.64
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 82 0 0 0 64 0 0 0 16 0 13 0 19355765 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 13 0 19355765 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19355765 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 11977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813700

[startup+12.7022 s]
/proc/loadavg: 2.07 2.05 1.94 3/88 11768
/proc/meminfo: memFree=1135880/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=12.57
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 16149 0 1 0 1248 9 0 0 20 0 13 0 19355756 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 13032 1445 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=9.35
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 10098 0 1 0 928 7 0 0 25 0 13 0 19355757 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4110183000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19355758 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19355758 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 19355760 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 19355760 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19355765 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.69
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 83 0 0 0 69 0 0 0 17 0 13 0 19355765 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 13 0 19355765 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19355765 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 13032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 813700

[startup+25.5014 s]
/proc/loadavg: 2.06 2.04 1.94 3/88 11768
/proc/meminfo: memFree=1130376/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=25.26
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 17460 0 1 0 2515 11 0 0 20 0 13 0 19355756 833228800 14343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 14343 1445 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=22.03
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 11409 0 1 0 2195 8 0 0 25 0 13 0 19355757 833228800 14343 996147200 134512640 134550932 4294956016 18446744073709551615 4110192743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 19355758 833228800 14343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 19355758 833228800 14343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 14343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 19355760 833228800 14343 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0

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

/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 813700

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

[startup+166.303 s]
/proc/loadavg: 2.00 2.02 1.94 3/88 11768
/proc/meminfo: memFree=1077448/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=164.89
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 30936 0 1 0 16469 20 0 0 20 0 13 0 19355756 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 27485 1454 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=161.5
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 16935 0 1 0 16136 14 0 0 25 0 13 0 19355757 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4110183130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0.07
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 4378 0 0 0 6 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0.05
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 3563 0 0 0 4 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.71
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 84 0 0 0 71 0 0 0 17 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.89
Current children cumulated vsize (KiB) 813700

[startup+169.503 s]
/proc/loadavg: 2.00 2.02 1.94 3/88 11768
/proc/meminfo: memFree=1077448/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=168.06
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 30936 0 1 0 16786 20 0 0 20 0 13 0 19355756 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 27485 1454 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=164.68
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 16935 0 1 0 16454 14 0 0 25 0 13 0 19355757 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4110192743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0.07
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 4378 0 0 0 6 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0.05
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 3563 0 0 0 4 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.71
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 84 0 0 0 71 0 0 0 17 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.06
Current children cumulated vsize (KiB) 813700

[startup+170.302 s]
/proc/loadavg: 2.00 2.02 1.94 3/88 11768
/proc/meminfo: memFree=1077448/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=168.86
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 30936 0 1 0 16866 20 0 0 20 0 13 0 19355756 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 27485 1454 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=165.47
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 16935 0 1 0 16533 14 0 0 25 0 13 0 19355757 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4110183130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0.07
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 4378 0 0 0 6 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0.05
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 3563 0 0 0 4 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.71
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 84 0 0 0 71 0 0 0 17 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.86
Current children cumulated vsize (KiB) 813700

[startup+171.101 s]
/proc/loadavg: 2.00 2.02 1.94 3/88 11768
/proc/meminfo: memFree=1077448/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=169.65
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 30936 0 1 0 16945 20 0 0 20 0 13 0 19355756 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 27485 1454 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=166.26
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 10822 0 -1 64 16935 0 1 0 16612 14 0 0 25 0 13 0 19355757 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4110183396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0.07
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 4378 0 0 0 6 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0.05
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 3563 0 0 0 4 1 0 0 17 0 13 0 19355758 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19355760 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.71
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 84 0 0 0 71 0 0 0 17 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19355765 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 10822 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 19356191 833228800 27485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 169.65
Current children cumulated vsize (KiB) 813700

[startup+171.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/88 11768
/proc/meminfo: memFree=1077448/2055920 swapFree=4192956/4192956
[pid=11755] ppid=11753 vsize=813700 CPUtime=169.81
/proc/11755/stat : 11755 (java) S 11753 11755 10822 0 -1 0 30947 0 1 0 16961 20 0 0 20 0 12 0 19355756 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11755/statm: 203425 27495 1455 9 0 200752 0
[pid=11755/tid=11757] ppid=11753 vsize=813700 CPUtime=166.37
/proc/11755/task/11757/stat : 11757 (java) S 11753 11755 10822 0 -1 64 16939 0 1 0 16623 14 0 0 24 0 12 0 19355757 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=813700 CPUtime=0.07
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 10822 0 -1 64 4378 0 0 0 6 1 0 0 17 0 12 0 19355758 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11759] ppid=11753 vsize=813700 CPUtime=0.05
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 10822 0 -1 64 3563 0 0 0 4 1 0 0 17 0 12 0 19355758 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 10822 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19355760 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 10822 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 19355760 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11762] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 10822 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19355760 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11763] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19355765 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11764] ppid=11753 vsize=813700 CPUtime=0.73
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 10822 0 -1 64 87 0 0 0 73 0 0 0 16 0 12 0 19355765 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=813700 CPUtime=2.5
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 10822 0 -1 64 5220 0 0 0 249 1 0 0 19 0 12 0 19355765 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 10822 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 19355765 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11755/tid=11767] ppid=11753 vsize=813700 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 10822 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19355765 833228800 27495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 169.81
Current children cumulated vsize (KiB) 813700

Child status: 0
Real time (s): 171.323
CPU time (s): 169.839
CPU user time (s): 169.616
CPU system time (s): 0.222966
CPU usage (%): 99.134
Max. virtual memory (cumulated for all children) (KiB): 813700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.616
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30950
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= 4597
involuntary context switches= 8286

runsolver used 0.188971 second user time and 0.608907 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 16:34:45
IDJOB=2058997
IDBENCH=53542
IDSOLVER=731
FILE ID=node8/2058997-1247322885
PBS_JOBID= 9506612
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-9_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058997-1247322885/watcher-2058997-1247322885 -o /tmp/evaluation-result-2058997-1247322885/solver-2058997-1247322885 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058997-1247322885.xml

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

MD5SUM BENCH= 38b9a03a664d7db0da8e03d924bebc38
RANDOM SEED=1119632538

node8.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.213
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.213
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:       1183568 kB
Buffers:         51500 kB
Cached:         746820 kB
SwapCached:          0 kB
Active:         265120 kB
Inactive:       553960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          31516 kB
Slab:            38544 kB
Committed_AS:   199792 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node8 at 2009-07-11 16:37:36