Trace number 2070833

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 42.9895 43.1292

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-80-2-1.xml
MD5SUM0fd6761d6780b0af7622992af33ba9ee
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2070833-1247351867.xml
0.19/0.24	c reading problem ... 
0.39/0.49	c reading problem named null
0.39/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.58/0.69	c reading predicates  done.
0.98/1.04	c reading constraints
41.77/41.99	c done with constraints.
41.77/41.99	c ... done. Wall clock time 41.745s.
41.77/41.99	c #vars     7000
41.77/41.99	c #constraints  1470682
41.77/41.99	c constraints type 
41.77/41.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466417
41.77/41.99	c org.sat4j.minisat.constraints.card.AtLeast => 100
41.77/41.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 120
42.87/43.07	c starts		: 3
42.87/43.07	c conflicts		: 336
42.87/43.07	c decisions		: 13777
42.87/43.07	c propagations		: 28419
42.87/43.07	c inspects		: 418173
42.87/43.07	c learnt literals	: 206
42.87/43.07	c learnt binary clauses	: 3
42.87/43.07	c learnt ternary clauses	: 2
42.87/43.07	c learnt clauses	: 130
42.87/43.07	c ignored clauses	: 0
42.87/43.07	c root simplifications	: 0
42.87/43.07	c removed literals (reason simplification)	: 1290
42.87/43.07	c reason swapping (by a shorter reason)	: 0
42.87/43.07	c Calls to reduceDB	: 0
42.87/43.07	c speed (assignments/second)	: 26362.708719851576
42.87/43.07	c non guided choices	1723
42.87/43.07	c learnt constraints type 
42.87/43.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
42.87/43.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127
42.87/43.07	c constraints type 
42.87/43.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466417
42.87/43.07	c org.sat4j.minisat.constraints.card.AtLeast => 100
42.87/43.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 120
42.87/43.07	s SATISFIABLE
42.87/43.07	v 7 17 61 53 43 53 17 41 29 3 5 19 31 68 7 17 2 17 41 59 37 23 38 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 2 67 11 35 31 43 17 37 2 59 43 5 31 59 3 13 13 11 19 59 13 17 2 43 61 11 53 5 13 47 19 47 65 7 31 47 23 59 7 23 11 3 22 47 71 41 2 59 23 71 41 17 17 47 48 
42.87/43.07	c Total wall clock time (in seconds) : 42.823

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-2070833-1247351867/watcher-2070833-1247351867 -o /tmp/evaluation-result-2070833-1247351867/solver-2070833-1247351867 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070833-1247351867.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.99 4/73 16532
/proc/meminfo: memFree=1867504/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=18576 CPUtime=0
/proc/16532/stat : 16532 (runsolver) R 16530 16532 16154 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22250525 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16532/statm: 4644 284 249 26 0 2626 0

[startup+0.0800461 s]
/proc/loadavg: 1.92 1.97 1.99 4/73 16532
/proc/meminfo: memFree=1867504/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=802164 CPUtime=0.06
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 2816 0 1 0 5 1 0 0 18 0 7 0 22250525 821415936 2561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 200541 2561 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101833 s]
/proc/loadavg: 1.92 1.97 1.99 4/73 16532
/proc/meminfo: memFree=1867504/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=804560 CPUtime=0.09
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 3011 0 1 0 7 2 0 0 18 0 12 0 22250525 823869440 2754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 201140 2754 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301869 s]
/proc/loadavg: 1.92 1.97 1.99 4/73 16532
/proc/meminfo: memFree=1867504/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=805628 CPUtime=0.28
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 4310 0 1 0 25 3 0 0 18 0 12 0 22250525 824963072 4047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 201407 4047 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701941 s]
/proc/loadavg: 1.92 1.97 1.99 4/73 16532
/proc/meminfo: memFree=1867504/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=807184 CPUtime=0.68
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 6119 0 1 0 63 5 0 0 18 0 12 0 22250525 826556416 5295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 201796 5295 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50209 s]
/proc/loadavg: 1.92 1.97 1.99 4/85 16544
/proc/meminfo: memFree=1847760/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=809424 CPUtime=1.47
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 9136 0 1 0 141 6 0 0 18 0 12 0 22250525 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202356 7145 1427 9 0 199683 0
[pid=16532/tid=16534] ppid=16530 vsize=809424 CPUtime=0.8
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 5292 0 1 0 76 4 0 0 20 0 12 0 22250526 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22250527 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22250527 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22250529 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22250529 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22250529 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=809424 CPUtime=0.65
/proc/16532/task/16542/stat : 16542 (java) R 16530 16532 16154 0 -1 64 3088 0 0 0 64 1 0 0 17 0 12 0 22250534 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 103443236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 828850176 7145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=809424 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 828850176 7145 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) 809424

[startup+3.10138 s]
/proc/loadavg: 2.09 2.01 2.00 3/85 16544
/proc/meminfo: memFree=1834704/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=809860 CPUtime=3.05
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 20832 0 1 0 293 12 0 0 18 0 12 0 22250525 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202465 17193 1429 9 0 199792 0
[pid=16532/tid=16534] ppid=16530 vsize=809860 CPUtime=1.98
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 15288 0 1 0 189 9 0 0 25 0 12 0 22250526 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22250527 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22250527 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22250529 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22250529 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22250529 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=809860 CPUtime=1.06
/proc/16532/task/16542/stat : 16542 (java) R 16530 16532 16154 0 -1 64 4788 0 0 0 104 2 0 0 16 0 12 0 22250534 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 103340224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=809860 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 829296640 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809860

[startup+6.30296 s]
/proc/loadavg: 2.09 2.01 2.00 3/85 16544
/proc/meminfo: memFree=1763864/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808528 CPUtime=6.28
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 31914 0 1 0 610 18 0 0 18 0 12 0 22250525 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202132 27267 1438 9 0 199459 0
[pid=16532/tid=16534] ppid=16530 vsize=808528 CPUtime=4.44
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17444 0 1 0 434 10 0 0 25 0 12 0 22250526 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4109646452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808528 CPUtime=0.23
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 4330 0 0 0 21 2 0 0 16 0 12 0 22250527 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808528 CPUtime=0.23
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 3999 0 0 0 22 1 0 0 16 0 12 0 22250527 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22250529 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=808528 CPUtime=1.32
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 5370 0 0 0 130 2 0 0 16 0 12 0 22250534 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 827932672 27267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 808528

[startup+12.7041 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 16544
/proc/meminfo: memFree=1751272/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808528 CPUtime=12.71
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 37383 0 1 0 1250 21 0 0 18 0 12 0 22250525 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202132 32622 1438 9 0 199459 0
[pid=16532/tid=16534] ppid=16530 vsize=808528 CPUtime=10.04
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17469 0 1 0 993 11 0 0 25 0 12 0 22250526 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808528 CPUtime=0.57
/proc/16532/task/16535/stat : 16535 (java) R 16530 16532 16154 0 -1 64 6777 0 0 0 54 3 0 0 17 0 12 0 22250527 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808528 CPUtime=0.59
/proc/16532/task/16536/stat : 16536 (java) R 16530 16532 16154 0 -1 64 6994 0 0 0 57 2 0 0 15 0 12 0 22250527 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 106195552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22250529 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=808528 CPUtime=1.45
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 5372 0 0 0 143 2 0 0 16 0 12 0 22250534 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 827932672 32622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 808528

[startup+25.5024 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 16544
/proc/meminfo: memFree=1700904/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808528 CPUtime=25.47
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 47663 0 1 0 2522 25 0 0 18 0 12 0 22250525 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202132 42797 1438 9 0 199459 0
[pid=16532/tid=16534] ppid=16530 vsize=808528 CPUtime=21.62
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17511 0 1 0 2151 11 0 0 25 0 12 0 22250526 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4109784967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808528 CPUtime=0.98
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 10457 0 0 0 94 4 0 0 16 0 12 0 22250527 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808528 CPUtime=1.17
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 13552 0 0 0 113 4 0 0 16 0 12 0 22250527 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808528 CPUtime=0.01
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 22250529 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22250529 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808528 CPUtime=0

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

[pid=16532/tid=16544] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 827932672 42797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 808528

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

[startup+31.9076 s]
/proc/loadavg: 2.20 2.04 2.01 3/85 16544
/proc/meminfo: memFree=1699880/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808528 CPUtime=31.82
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 47937 0 1 0 3157 25 0 0 18 0 12 0 22250525 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202132 43061 1438 9 0 199459 0
[pid=16532/tid=16534] ppid=16530 vsize=808528 CPUtime=27.7
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17530 0 1 0 2759 11 0 0 25 0 12 0 22250526 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4109820377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808528 CPUtime=1.06
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 10619 0 0 0 102 4 0 0 16 0 12 0 22250527 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808528 CPUtime=1.26
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 13640 0 0 0 122 4 0 0 15 0 12 0 22250527 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808528 CPUtime=0.01
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 22250529 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22250529 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=808528 CPUtime=1.73
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 5377 0 0 0 171 2 0 0 16 0 12 0 22250534 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 827932672 43061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (KiB) 808528

[startup+38.3018 s]
/proc/loadavg: 2.18 2.03 2.01 4/85 16544
/proc/meminfo: memFree=1699432/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808528 CPUtime=38.15
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 48036 0 1 0 3790 25 0 0 18 0 12 0 22250525 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202132 43150 1438 9 0 199459 0
[pid=16532/tid=16534] ppid=16530 vsize=808528 CPUtime=33.8
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17549 0 1 0 3369 11 0 0 25 0 12 0 22250526 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4109727910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808528 CPUtime=1.1
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 10642 0 0 0 106 4 0 0 16 0 12 0 22250527 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808528 CPUtime=1.35
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 13687 0 0 0 131 4 0 0 16 0 12 0 22250527 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808528 CPUtime=0.01
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 22250529 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22250529 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=808528 CPUtime=1.83
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 5387 0 0 0 181 2 0 0 16 0 12 0 22250534 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 827932672 43150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.15
Current children cumulated vsize (KiB) 808528

[startup+41.5023 s]
/proc/loadavg: 2.18 2.03 2.01 3/85 16544
/proc/meminfo: memFree=1684456/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808528 CPUtime=41.38
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 53183 0 1 0 4111 27 0 0 18 0 12 0 22250525 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202132 48235 1438 9 0 199459 0
[pid=16532/tid=16534] ppid=16530 vsize=808528 CPUtime=36.6
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17558 0 1 0 3648 12 0 0 25 0 12 0 22250526 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4109820305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808528 CPUtime=1.3
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 13345 0 0 0 125 5 0 0 16 0 12 0 22250527 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808528 CPUtime=1.54
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 16118 0 0 0 149 5 0 0 16 0 12 0 22250527 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808528 CPUtime=0.01
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 22250529 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22250529 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 22250529 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22250534 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22250534 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=808528 CPUtime=1.88
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 5391 0 0 0 186 2 0 0 16 0 12 0 22250534 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22250534 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=808528 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22250534 827932672 48235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (KiB) 808528

[startup+42.3025 s]
/proc/loadavg: 2.17 2.03 2.01 3/85 16544
/proc/meminfo: memFree=1679080/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=808948 CPUtime=42.17
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 53562 0 1 0 4190 27 0 0 18 0 13 0 22250525 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202237 48291 1443 9 0 199564 0
[pid=16532/tid=16534] ppid=16530 vsize=808948 CPUtime=37.17
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17570 0 1 0 3705 12 0 0 25 0 13 0 22250526 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4109099162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=808948 CPUtime=1.32
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 13346 0 0 0 127 5 0 0 16 0 13 0 22250527 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=808948 CPUtime=1.54
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 16119 0 0 0 149 5 0 0 15 0 13 0 22250527 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=808948 CPUtime=0.01
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22250529 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=808948 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22250529 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=808948 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 22250529 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=808948 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22250534 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=808948 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22250534 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=808948 CPUtime=2.08
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 5751 0 0 0 206 2 0 0 17 0 13 0 22250534 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=808948 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22250534 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=808948 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22250534 828362752 48291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.17
Current children cumulated vsize (KiB) 808948

[startup+42.7016 s]
/proc/loadavg: 2.17 2.03 2.01 3/85 16544
/proc/meminfo: memFree=1679080/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=810784 CPUtime=42.56
/proc/16532/stat : 16532 (java) S 16530 16532 16154 0 -1 0 54441 0 1 0 4229 27 0 0 18 0 13 0 22250525 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 202696 48772 1443 9 0 200023 0
[pid=16532/tid=16534] ppid=16530 vsize=810784 CPUtime=37.25
/proc/16532/task/16534/stat : 16534 (java) R 16530 16532 16154 0 -1 64 17573 0 1 0 3713 12 0 0 25 0 13 0 22250526 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4110072086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16535] ppid=16530 vsize=810784 CPUtime=1.32
/proc/16532/task/16535/stat : 16535 (java) S 16530 16532 16154 0 -1 64 13346 0 0 0 127 5 0 0 16 0 13 0 22250527 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16536] ppid=16530 vsize=810784 CPUtime=1.54
/proc/16532/task/16536/stat : 16536 (java) S 16530 16532 16154 0 -1 64 16119 0 0 0 149 5 0 0 15 0 13 0 22250527 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16537] ppid=16530 vsize=810784 CPUtime=0.01
/proc/16532/task/16537/stat : 16537 (java) S 16530 16532 16154 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22250529 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16538] ppid=16530 vsize=810784 CPUtime=0
/proc/16532/task/16538/stat : 16538 (java) S 16530 16532 16154 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22250529 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16539] ppid=16530 vsize=810784 CPUtime=0
/proc/16532/task/16539/stat : 16539 (java) S 16530 16532 16154 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 22250529 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16540] ppid=16530 vsize=810784 CPUtime=0
/proc/16532/task/16540/stat : 16540 (java) S 16530 16532 16154 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 22250534 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16541] ppid=16530 vsize=810784 CPUtime=0
/proc/16532/task/16541/stat : 16541 (java) S 16530 16532 16154 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22250534 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16542] ppid=16530 vsize=810784 CPUtime=2.39
/proc/16532/task/16542/stat : 16542 (java) S 16530 16532 16154 0 -1 64 6627 0 0 0 237 2 0 0 18 0 13 0 22250534 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16543] ppid=16530 vsize=810784 CPUtime=0
/proc/16532/task/16543/stat : 16543 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 22250534 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16532/tid=16544] ppid=16530 vsize=810784 CPUtime=0
/proc/16532/task/16544/stat : 16544 (java) S 16530 16532 16154 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22250534 830242816 48772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.56
Current children cumulated vsize (KiB) 810784

[startup+43.1022 s]
/proc/loadavg: 2.17 2.03 2.01 4/86 16545
/proc/meminfo: memFree=1676960/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=0 CPUtime=42.95
/proc/16532/stat : 16532 (java) Z 16530 16532 16154 0 -1 12 55671 0 1 0 4267 28 0 0 16 0 2 0 22250525 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16532/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 42.95
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 43.1292
CPU time (s): 42.9895
CPU user time (s): 42.6755
CPU system time (s): 0.313952
CPU usage (%): 99.676
Max. virtual memory (cumulated for all children) (KiB): 814296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.6755
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55671
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= 3050
involuntary context switches= 3257

runsolver used 0.069989 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 00:37:47
IDJOB=2070833
IDBENCH=55407
IDSOLVER=731
FILE ID=node45/2070833-1247351867
PBS_JOBID= 9506843
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-80-2-1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070833-1247351867/watcher-2070833-1247351867 -o /tmp/evaluation-result-2070833-1247351867/solver-2070833-1247351867 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070833-1247351867.xml

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

MD5SUM BENCH= 0fd6761d6780b0af7622992af33ba9ee
RANDOM SEED=867436069

node45.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.281
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.281
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:       1867984 kB
Buffers:         22144 kB
Cached:          92436 kB
SwapCached:          0 kB
Active:          80044 kB
Inactive:        58176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          34332 kB
Slab:            35160 kB
Committed_AS:   234804 kB
PageTables:       1740 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= 66356 MiB
End job on node45 at 2009-07-12 00:38:31