Trace number 2070756

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 35.2406 35.1097

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-40-2-1.xml
MD5SUMf13e83373bf4314213ea344326de0d9d
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.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	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.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2070756-1247351708.xml
0.19/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.59/0.69	c reading predicates  done.
0.88/0.94	c reading constraints
29.18/29.08	c done with constraints.
29.18/29.08	c ... done. Wall clock time 28.831s.
29.18/29.08	c #vars     7000
29.18/29.08	c #constraints  3147919
29.18/29.08	c constraints type 
29.18/29.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3145640
29.18/29.08	c org.sat4j.minisat.constraints.card.AtLeast => 100
29.18/29.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48
35.15/35.01	c starts		: 10
35.15/35.01	c conflicts		: 8199
35.15/35.01	c decisions		: 121815
35.15/35.01	c propagations		: 352592
35.15/35.01	c inspects		: 22624126
35.15/35.01	c learnt literals	: 563
35.15/35.01	c learnt binary clauses	: 205
35.15/35.01	c learnt ternary clauses	: 523
35.15/35.01	c learnt clauses	: 7636
35.15/35.01	c ignored clauses	: 0
35.15/35.01	c root simplifications	: 0
35.15/35.01	c removed literals (reason simplification)	: 44853
35.15/35.01	c reason swapping (by a shorter reason)	: 0
35.15/35.01	c Calls to reduceDB	: 0
35.15/35.01	c speed (assignments/second)	: 59438.97505057316
35.15/35.01	c non guided choices	15212
35.15/35.02	c learnt constraints type 
35.15/35.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 205
35.15/35.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7431
35.15/35.02	c constraints type 
35.15/35.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3145640
35.15/35.02	c org.sat4j.minisat.constraints.card.AtLeast => 100
35.15/35.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48
35.15/35.02	s SATISFIABLE
35.15/35.02	v 7 17 61 20 43 53 17 41 29 3 44 6 31 71 2 67 2 17 41 59 62 23 71 25 5 31 69 7 19 53 29 5 5 67 16 47 43 59 37 37 29 43 3 71 18 34 67 46 29 31 43 60 5 2 66 43 5 31 59 3 13 64 56 54 59 35 51 68 43 61 11 53 30 13 47 12 22 26 64 31 44 23 28 65 23 11 2 57 47 15 41 12 64 25 71 14 17 58 47 71 
35.15/35.02	c Total wall clock time (in seconds) : 34.764

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-2070756-1247351708/watcher-2070756-1247351708 -o /tmp/evaluation-result-2070756-1247351708/solver-2070756-1247351708 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070756-1247351708.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.26 2.27 2.16 4/81 16497
/proc/meminfo: memFree=1856840/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=18576 CPUtime=0
/proc/16497/stat : 16497 (runsolver) R 16495 16497 16336 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22237197 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16497/statm: 4644 284 249 26 0 2626 0

[startup+0.028163 s]
/proc/loadavg: 2.26 2.27 2.16 4/81 16497
/proc/meminfo: memFree=1856840/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=798736 CPUtime=0.01
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 1819 0 1 0 0 1 0 0 18 0 4 0 22237197 817905664 1566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 199684 1566 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.101649 s]
/proc/loadavg: 2.26 2.27 2.16 4/81 16497
/proc/meminfo: memFree=1856840/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=804560 CPUtime=0.09
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 3006 0 1 0 7 2 0 0 18 0 12 0 22237197 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301666 s]
/proc/loadavg: 2.26 2.27 2.16 4/81 16497
/proc/meminfo: memFree=1856840/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=805628 CPUtime=0.29
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 4303 0 1 0 25 4 0 0 18 0 12 0 22237197 824963072 4040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 201407 4040 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701701 s]
/proc/loadavg: 2.26 2.27 2.16 4/81 16497
/proc/meminfo: memFree=1856840/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=807184 CPUtime=0.68
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 6119 0 1 0 63 5 0 0 18 0 12 0 22237197 826556416 5293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 201796 5293 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50278 s]
/proc/loadavg: 2.26 2.27 2.16 3/93 16509
/proc/meminfo: memFree=1836968/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=810864 CPUtime=1.48
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 9911 0 1 0 141 7 0 0 18 0 12 0 22237197 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 202716 7338 1424 9 0 200043 0
[pid=16497/tid=16499] ppid=16495 vsize=810864 CPUtime=0.78
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 5258 0 1 0 73 5 0 0 20 0 12 0 22237199 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22237200 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22237200 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22237202 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22237202 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22237202 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22237207 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22237207 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=810864 CPUtime=0.68
/proc/16497/task/16507/stat : 16507 (java) R 16495 16497 16336 0 -1 64 3899 0 0 0 67 1 0 0 17 0 12 0 22237207 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 105499453 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22237207 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=810864 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22237207 830324736 7338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810864

[startup+3.10292 s]
/proc/loadavg: 2.24 2.27 2.16 3/93 16509
/proc/meminfo: memFree=1820712/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=809424 CPUtime=3.07
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 17489 0 1 0 297 10 0 0 18 0 12 0 22237197 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 202356 13577 1427 9 0 199683 0
[pid=16497/tid=16499] ppid=16495 vsize=809424 CPUtime=1.88
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 11668 0 1 0 180 8 0 0 24 0 12 0 22237199 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4109587040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22237200 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22237200 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22237202 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22237202 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22237202 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22237207 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22237207 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=809424 CPUtime=1.17
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 5067 0 0 0 116 1 0 0 16 0 12 0 22237207 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22237207 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=809424 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22237207 828850176 13577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 809424

[startup+6.30221 s]
/proc/loadavg: 2.24 2.27 2.16 3/93 16509
/proc/meminfo: memFree=1760104/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=808528 CPUtime=6.27
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 31320 0 1 0 610 17 0 0 18 0 12 0 22237197 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 202132 27178 1436 9 0 199459 0
[pid=16497/tid=16499] ppid=16495 vsize=808528 CPUtime=4.47
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 17411 0 1 0 437 10 0 0 17 0 12 0 22237199 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4109716047 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16500] ppid=16495 vsize=808528 CPUtime=0.25
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 4576 0 0 0 23 2 0 0 16 0 12 0 22237200 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16501] ppid=16495 vsize=808528 CPUtime=0.24
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 3490 0 0 0 23 1 0 0 16 0 12 0 22237200 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16502] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 0 0 0 0 17 0 12 0 22237202 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16503] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22237202 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22237202 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22237207 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22237207 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=808528 CPUtime=1.26
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 5073 0 0 0 125 1 0 0 16 0 12 0 22237207 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22237207 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=808528 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22237207 827932672 27178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 808528

[startup+12.7028 s]
/proc/loadavg: 2.22 2.26 2.16 3/93 16509
/proc/meminfo: memFree=1691112/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=809816 CPUtime=12.67
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 48676 0 1 0 1243 24 0 0 18 0 12 0 22237197 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 202454 44482 1436 9 0 199781 0
[pid=16497/tid=16499] ppid=16495 vsize=809816 CPUtime=9.09
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 17436 0 1 0 899 10 0 0 25 0 12 0 22237199 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16500] ppid=16495 vsize=809816 CPUtime=1.14
/proc/16497/task/16500/stat : 16500 (java) R 16495 16497 16336 0 -1 64 16178 0 0 0 107 7 0 0 16 0 12 0 22237200 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16501] ppid=16495 vsize=809816 CPUtime=1.06
/proc/16497/task/16501/stat : 16501 (java) R 16495 16497 16336 0 -1 64 9216 0 0 0 103 3 0 0 16 0 12 0 22237200 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16502] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 22237202 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16503] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22237202 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22237202 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22237207 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22237207 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=809816 CPUtime=1.32
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 5076 0 0 0 131 1 0 0 16 0 12 0 22237207 829251584 44482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16497/tid=16508] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22237207 829251584 44483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22237207 829251584 44485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 809816

[startup+25.5019 s]
/proc/loadavg: 2.17 2.25 2.15 3/93 16509
/proc/meminfo: memFree=1581096/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=809816 CPUtime=25.64
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 75006 0 1 0 2527 37 0 0 18 0 12 0 22237197 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 202454 70575 1436 9 0 199781 0
[pid=16497/tid=16499] ppid=16495 vsize=809816 CPUtime=19.11
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 17480 0 1 0 1900 11 0 0 25 0 12 0 22237199 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4109754950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=809816 CPUtime=2.52
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 31660 0 0 0 239 13 0 0 16 0 12 0 22237200 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=809816 CPUtime=2.32
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 20018 0 0 0 223 9 0 0 16 0 12 0 22237200 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=809816 CPUtime=0.01
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 22237202 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22237202 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22237202 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22237207 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 22237207 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=809816 CPUtime=1.63
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 5076 0 0 0 162 1 0 0 16 0 12 0 22237207 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22237207 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=809816 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22237207 829251584 70575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.64
Current children cumulated vsize (KiB) 809816

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

[startup+31.9075 s]
/proc/loadavg: 2.15 2.25 2.15 3/94 16510
/proc/meminfo: memFree=1530976/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=812900 CPUtime=32.07
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 88221 0 1 0 3164 43 0 0 18 0 13 0 22237197 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 203225 82496 1445 9 0 200552 0
[pid=16497/tid=16499] ppid=16495 vsize=812900 CPUtime=23.66
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 23653 0 1 0 2352 14 0 0 25 0 13 0 22237199 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4109975432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=812900 CPUtime=2.84
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 32927 0 0 0 270 14 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=812900 CPUtime=2.71
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 24383 0 0 0 261 10 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=812900 CPUtime=0.01
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 1 0 0 0 17 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=812900 CPUtime=2.8
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 6481 0 0 0 278 2 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16510] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16510/stat : 16510 (java) S 16495 16497 16336 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 22240121 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.07
Current children cumulated vsize (KiB) 812900

[startup+33.5017 s]
/proc/loadavg: 2.22 2.26 2.16 3/94 16510
/proc/meminfo: memFree=1530976/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=812900 CPUtime=33.66
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 88221 0 1 0 3323 43 0 0 18 0 13 0 22237197 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 203225 82496 1445 9 0 200552 0
[pid=16497/tid=16499] ppid=16495 vsize=812900 CPUtime=25.25
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 23653 0 1 0 2511 14 0 0 25 0 13 0 22237199 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4109975498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=812900 CPUtime=2.84
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 32927 0 0 0 270 14 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=812900 CPUtime=2.71
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 24383 0 0 0 261 10 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=812900 CPUtime=0.01
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=812900 CPUtime=2.8
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 6481 0 0 0 278 2 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16510] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16510/stat : 16510 (java) S 16495 16497 16336 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 22240121 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.66
Current children cumulated vsize (KiB) 812900

[startup+34.3028 s]
/proc/loadavg: 2.22 2.26 2.16 3/94 16510
/proc/meminfo: memFree=1530976/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=812900 CPUtime=34.45
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 88221 0 1 0 3402 43 0 0 18 0 13 0 22237197 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 203225 82496 1445 9 0 200552 0
[pid=16497/tid=16499] ppid=16495 vsize=812900 CPUtime=26.05
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 23653 0 1 0 2591 14 0 0 25 0 13 0 22237199 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4109988192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=812900 CPUtime=2.84
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 32927 0 0 0 270 14 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=812900 CPUtime=2.71
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 24383 0 0 0 261 10 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=812900 CPUtime=0.01
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=812900 CPUtime=2.8
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 6481 0 0 0 278 2 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16510] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16510/stat : 16510 (java) S 16495 16497 16336 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 22240121 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.45
Current children cumulated vsize (KiB) 812900

[startup+34.7028 s]
/proc/loadavg: 2.22 2.26 2.16 3/94 16510
/proc/meminfo: memFree=1530976/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=812900 CPUtime=34.85
/proc/16497/stat : 16497 (java) S 16495 16497 16336 0 -1 0 88221 0 1 0 3442 43 0 0 18 0 13 0 22237197 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 203225 82496 1445 9 0 200552 0
[pid=16497/tid=16499] ppid=16495 vsize=812900 CPUtime=26.44
/proc/16497/task/16499/stat : 16499 (java) R 16495 16497 16336 0 -1 64 23653 0 1 0 2630 14 0 0 25 0 13 0 22237199 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4109988127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16500] ppid=16495 vsize=812900 CPUtime=2.84
/proc/16497/task/16500/stat : 16500 (java) S 16495 16497 16336 0 -1 64 32927 0 0 0 270 14 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16501] ppid=16495 vsize=812900 CPUtime=2.71
/proc/16497/task/16501/stat : 16501 (java) S 16495 16497 16336 0 -1 64 24383 0 0 0 261 10 0 0 16 0 13 0 22237200 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16502] ppid=16495 vsize=812900 CPUtime=0.01
/proc/16497/task/16502/stat : 16502 (java) S 16495 16497 16336 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16503] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16503/stat : 16503 (java) S 16495 16497 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16504] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16504/stat : 16504 (java) S 16495 16497 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22237202 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16505] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16505/stat : 16505 (java) S 16495 16497 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16506] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16506/stat : 16506 (java) S 16495 16497 16336 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16507] ppid=16495 vsize=812900 CPUtime=2.81
/proc/16497/task/16507/stat : 16507 (java) S 16495 16497 16336 0 -1 64 6481 0 0 0 279 2 0 0 16 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16508] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16508/stat : 16508 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16509] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16509/stat : 16509 (java) S 16495 16497 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22237207 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16497/tid=16510] ppid=16495 vsize=812900 CPUtime=0
/proc/16497/task/16510/stat : 16510 (java) S 16495 16497 16336 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 22240121 832409600 82496 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.85
Current children cumulated vsize (KiB) 812900

[startup+35.1032 s]
/proc/loadavg: 2.22 2.26 2.16 3/83 16511
/proc/meminfo: memFree=1850080/2055920 swapFree=4192812/4192956
[pid=16497] ppid=16495 vsize=0 CPUtime=35.22
/proc/16497/stat : 16497 (java) Z 16495 16497 16336 0 -1 12 88232 0 1 0 3474 48 0 0 16 0 2 0 22237197 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16497/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.22
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 35.1097
CPU time (s): 35.2406
CPU user time (s): 34.7497
CPU system time (s): 0.490925
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 813928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.7497
system time used= 0.490925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88232
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= 2562
involuntary context switches= 3083

runsolver used 0.050992 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 00:35:08
IDJOB=2070756
IDBENCH=55393
IDSOLVER=731
FILE ID=node25/2070756-1247351708
PBS_JOBID= 9506963
Free space on /tmp= 66300 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-40-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-2070756-1247351708/watcher-2070756-1247351708 -o /tmp/evaluation-result-2070756-1247351708/solver-2070756-1247351708 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070756-1247351708.xml

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

MD5SUM BENCH= f13e83373bf4314213ea344326de0d9d
RANDOM SEED=703757072

node25.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.231
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.231
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:       1857320 kB
Buffers:         20196 kB
Cached:          91120 kB
SwapCached:          0 kB
Active:         114684 kB
Inactive:        35740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          59532 kB
Slab:            33376 kB
Committed_AS:   202540 kB
PageTables:       1984 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= 66300 MiB
End job on node25 at 2009-07-12 00:35:44