Trace number 2068523

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 8.46671 8.83856

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-hanoi4.xml
MD5SUMbc2b2e34672d70129799a25a0b981a8a
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 benchmark2.24366
Satisfiable
(Un)Satisfiability was proved
Number of variables1436
Number of constraints5524
Maximum constraint arity7
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5524
Global constraints used (with number of constraints)

Solver Data

0.08/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.49	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.49	c See www.sat4j.org for details.
0.08/0.49	c That software uses the Rhino library from the Mozilla project.
0.14/0.51	c version 2.1.1.v20090622
0.14/0.51	c sun.arch.data.model	32
0.14/0.51	c java.version	1.6.0_12
0.14/0.51	c os.name	Linux
0.14/0.51	c os.version	2.6.9-22.EL.rootsmp
0.14/0.51	c os.arch	i386
0.14/0.51	c Free memory 671000808
0.14/0.51	c Max memory 672137216
0.14/0.51	c Total memory 672137216
0.14/0.51	c Number of processors 2
0.24/0.60	c c --- Begin Solver configuration ---
0.24/0.60	c Stops conflict analysis at the first Unique Implication Point
0.24/0.60	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.24/0.60	c Learn all clauses as in MiniSAT
0.24/0.60	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.24/0.60	c Expensive reason simplification
0.24/0.60	c MiniSAT restarts strategy
0.24/0.60	c Memory based learned constraints deletion strategy
0.24/0.60	c timeout=2147483s
0.24/0.60	c DB Simplification allowed=false
0.24/0.60	c --- End Solver configuration ---
0.24/0.60	c solving HOME/instance-2068523-1247347599.xml
0.24/0.60	c reading problem ... 
0.47/0.92	c reading problem named null
0.47/0.92	c reading domains done.
0.47/0.93	c reading variables done.
0.87/1.32	c reading predicates  done.
1.06/1.53	c reading constraints
6.03/6.48	c done with constraints.
6.03/6.48	c ... done. Wall clock time 5.882s.
6.03/6.48	c #vars     2518
6.03/6.48	c #constraints  15612
6.03/6.48	c constraints type 
6.03/6.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6951
6.03/6.48	c org.sat4j.minisat.constraints.cnf.UnitClauses => 354
6.03/6.48	c org.sat4j.minisat.constraints.card.AtLeast => 1082
6.03/6.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6871
8.37/8.73	c starts		: 8
8.37/8.73	c conflicts		: 3664
8.37/8.73	c decisions		: 5566
8.37/8.73	c propagations		: 1128771
8.37/8.73	c inspects		: 6769135
8.37/8.73	c learnt literals	: 7
8.37/8.73	c learnt binary clauses	: 72
8.37/8.73	c learnt ternary clauses	: 122
8.37/8.73	c learnt clauses	: 3657
8.37/8.73	c ignored clauses	: 0
8.37/8.73	c root simplifications	: 0
8.37/8.73	c removed literals (reason simplification)	: 21390
8.37/8.73	c reason swapping (by a shorter reason)	: 0
8.37/8.73	c Calls to reduceDB	: 0
8.37/8.74	c speed (assignments/second)	: 501453.13194135943
8.37/8.74	c non guided choices	52
8.37/8.74	c learnt constraints type 
8.37/8.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
8.37/8.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3585
8.37/8.74	c constraints type 
8.37/8.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6951
8.37/8.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 354
8.37/8.74	c org.sat4j.minisat.constraints.card.AtLeast => 1082
8.37/8.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6871
8.37/8.74	s SATISFIABLE
8.37/8.75	v 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 
8.37/8.78	c Total wall clock time (in seconds) : 8.134

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-2068523-1247347599/watcher-2068523-1247347599 -o /tmp/evaluation-result-2068523-1247347599/solver-2068523-1247347599 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068523-1247347599.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: 3.84 4.71 4.13 4/73 16106
/proc/meminfo: memFree=1946624/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=18576 CPUtime=0
/proc/16106/stat : 16106 (runsolver) D 16104 16106 13923 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21825135 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16106/statm: 4644 284 249 26 0 2626 0

[startup+0.076665 s]
/proc/loadavg: 3.84 4.71 4.13 4/73 16106
/proc/meminfo: memFree=1946624/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=308 CPUtime=0
/proc/16106/stat : 16106 (java6) D 16104 16106 13923 0 -1 0 54 0 3 0 0 0 0 0 18 0 1 0 21825135 315392 41 996147200 134512640 134550932 4294956176 18446744073709551615 11920292 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16106/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.102666 s]
/proc/loadavg: 3.84 4.71 4.13 4/73 16106
/proc/meminfo: memFree=1946624/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=1512 CPUtime=0
/proc/16106/stat : 16106 (java6) D 16104 16106 13923 0 -1 0 57 0 3 0 0 0 0 0 18 0 1 0 21825135 1548288 44 996147200 134512640 134550932 4294956176 18446744073709551615 11924487 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/16106/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.302685 s]
/proc/loadavg: 3.84 4.71 4.13 4/73 16106
/proc/meminfo: memFree=1946624/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=13496 CPUtime=0.03
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 832 0 39 0 0 3 0 0 18 0 2 0 21825135 13819904 626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13496

[startup+0.701726 s]
/proc/loadavg: 3.84 4.71 4.13 4/73 16106
/proc/meminfo: memFree=1946624/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=805628 CPUtime=0.31
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 4268 0 44 0 24 7 0 0 18 0 12 0 21825135 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 201407 4048 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 805628

[startup+1.5018 s]
/proc/loadavg: 3.84 4.71 4.13 3/85 16118
/proc/meminfo: memFree=1922336/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=807304 CPUtime=1.06
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 6684 0 44 0 95 11 0 0 18 0 12 0 21825135 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 201826 6068 1396 9 0 199153 0
[pid=16106/tid=16108] ppid=16104 vsize=807304 CPUtime=0.74
/proc/16106/task/16108/stat : 16108 (java) R 16104 16106 13923 0 -1 64 4754 0 10 0 67 7 0 0 23 0 12 0 21825157 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 106548048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16109] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 21825167 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825167 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21825169 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16112] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 21825170 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21825170 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825179 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16115/stat : 16115 (java) S 16104 16106 13923 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 21825179 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=807304 CPUtime=0.28
/proc/16106/task/16116/stat : 16116 (java) S 16104 16106 13923 0 -1 64 1210 0 0 0 28 0 0 0 16 0 12 0 21825179 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16117] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21825179 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=807304 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21825179 826679296 6068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 807304

[startup+3.10196 s]
/proc/loadavg: 3.84 4.71 4.13 4/85 16118
/proc/meminfo: memFree=1913504/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=817372 CPUtime=2.68
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 13319 0 44 0 253 15 0 0 18 0 12 0 21825135 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 204343 9631 1409 9 0 201670 0
[pid=16106/tid=16108] ppid=16104 vsize=817372 CPUtime=1.25
/proc/16106/task/16108/stat : 16108 (java) R 16104 16106 13923 0 -1 64 5837 0 10 0 117 8 0 0 25 0 12 0 21825157 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16109] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 21825167 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825167 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21825169 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16112] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 21825170 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21825170 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825179 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=817372 CPUtime=0.26
/proc/16106/task/16115/stat : 16115 (java) R 16104 16106 13923 0 -1 64 2375 0 0 0 25 1 0 0 18 0 12 0 21825179 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 106247648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=817372 CPUtime=1.12
/proc/16106/task/16116/stat : 16116 (java) R 16104 16106 13923 0 -1 64 4400 0 0 0 110 2 0 0 19 0 12 0 21825179 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16106/tid=16117] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21825179 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=817372 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21825179 836988928 9631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 817372

[startup+6.30228 s]
/proc/loadavg: 3.77 4.68 4.12 4/85 16118
/proc/meminfo: memFree=1886304/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=815172 CPUtime=5.94
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 20288 0 44 0 574 20 0 0 18 0 12 0 21825135 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 203793 15338 1441 9 0 201120 0
[pid=16106/tid=16108] ppid=16104 vsize=815172 CPUtime=2.39
/proc/16106/task/16108/stat : 16108 (java) R 16104 16106 13923 0 -1 64 11838 0 10 0 227 12 0 0 18 0 12 0 21825157 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4110402326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16106/tid=16109] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 21825167 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825167 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21825169 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16112] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 21825170 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21825170 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825179 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=815172 CPUtime=0.36
/proc/16106/task/16115/stat : 16115 (java) S 16104 16106 13923 0 -1 64 2381 0 0 0 35 1 0 0 17 0 12 0 21825179 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=815172 CPUtime=3.13
/proc/16106/task/16116/stat : 16116 (java) S 16104 16106 13923 0 -1 64 5361 0 0 0 310 3 0 0 17 0 12 0 21825179 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16106/tid=16117] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21825179 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=815172 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21825179 834736128 15338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 815172

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

[startup+7.90243 s]
/proc/loadavg: 3.77 4.68 4.12 3/86 16119
/proc/meminfo: memFree=1874968/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=815496 CPUtime=7.57
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 21614 0 44 0 736 21 0 0 18 0 13 0 21825135 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 203874 16659 1448 9 0 201201 0
[pid=16106/tid=16108] ppid=16104 vsize=815496 CPUtime=3.31
/proc/16106/task/16108/stat : 16108 (java) R 16104 16106 13923 0 -1 64 13103 0 10 0 318 13 0 0 17 0 13 0 21825157 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4110499523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16109] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 21825167 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21825167 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21825169 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16106/tid=16112] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 21825170 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 21825170 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21825179 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=815496 CPUtime=0.58
/proc/16106/task/16115/stat : 16115 (java) S 16104 16106 13923 0 -1 64 2395 0 0 0 57 1 0 0 15 0 13 0 21825179 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=815496 CPUtime=3.62
/proc/16106/task/16116/stat : 16116 (java) S 16104 16106 13923 0 -1 64 5404 0 0 0 359 3 0 0 16 0 13 0 21825179 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16117] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 21825179 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21825179 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16119] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16119/stat : 16119 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 21825786 835067904 16659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 815496

[startup+8.30247 s]
/proc/loadavg: 3.77 4.68 4.12 3/86 16119
/proc/meminfo: memFree=1874968/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=815496 CPUtime=7.97
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 21649 0 44 0 776 21 0 0 18 0 13 0 21825135 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 203874 16694 1448 9 0 201201 0
[pid=16106/tid=16108] ppid=16104 vsize=815496 CPUtime=3.69
/proc/16106/task/16108/stat : 16108 (java) R 16104 16106 13923 0 -1 64 13138 0 10 0 356 13 0 0 20 0 13 0 21825157 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4109126798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16109] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 21825167 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21825167 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21825169 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16106/tid=16112] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 21825170 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 21825170 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21825179 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=815496 CPUtime=0.58
/proc/16106/task/16115/stat : 16115 (java) S 16104 16106 13923 0 -1 64 2395 0 0 0 57 1 0 0 15 0 13 0 21825179 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=815496 CPUtime=3.63
/proc/16106/task/16116/stat : 16116 (java) S 16104 16106 13923 0 -1 64 5404 0 0 0 360 3 0 0 16 0 13 0 21825179 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16117] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 21825179 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21825179 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16119] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16119/stat : 16119 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 21825786 835067904 16694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 815496

[startup+8.70251 s]
/proc/loadavg: 3.77 4.68 4.12 3/86 16119
/proc/meminfo: memFree=1874584/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=815496 CPUtime=8.37
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 21691 0 44 0 816 21 0 0 18 0 13 0 21825135 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 203874 16736 1448 9 0 201201 0
[pid=16106/tid=16108] ppid=16104 vsize=815496 CPUtime=4.09
/proc/16106/task/16108/stat : 16108 (java) R 16104 16106 13923 0 -1 64 13180 0 10 0 396 13 0 0 24 0 13 0 21825157 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4110527039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16109] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 21825167 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21825167 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21825169 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16106/tid=16112] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 21825170 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 21825170 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21825179 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=815496 CPUtime=0.58
/proc/16106/task/16115/stat : 16115 (java) S 16104 16106 13923 0 -1 64 2395 0 0 0 57 1 0 0 15 0 13 0 21825179 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=815496 CPUtime=3.64
/proc/16106/task/16116/stat : 16116 (java) S 16104 16106 13923 0 -1 64 5404 0 0 0 361 3 0 0 16 0 13 0 21825179 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16117] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 21825179 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21825179 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16119] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16119/stat : 16119 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 21825786 835067904 16736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 815496

[startup+8.80752 s]
/proc/loadavg: 3.77 4.68 4.12 3/86 16119
/proc/meminfo: memFree=1874584/2055920 swapFree=4192812/4192956
[pid=16106] ppid=16104 vsize=815496 CPUtime=8.44
/proc/16106/stat : 16106 (java) S 16104 16106 13923 0 -1 0 21736 0 44 0 823 21 0 0 18 0 12 0 21825135 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16106/statm: 203874 16780 1449 9 0 201201 0
[pid=16106/tid=16108] ppid=16104 vsize=815496 CPUtime=4.13
/proc/16106/task/16108/stat : 16108 (java) S 16104 16106 13923 0 -1 64 13197 0 10 0 399 14 0 0 21 0 12 0 21825157 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16109] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16109/stat : 16109 (java) S 16104 16106 13923 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 21825167 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16110] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16110/stat : 16110 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825167 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16111] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16111/stat : 16111 (java) S 16104 16106 13923 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21825169 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16112] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16112/stat : 16112 (java) S 16104 16106 13923 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 21825170 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16113] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16113/stat : 16113 (java) S 16104 16106 13923 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21825170 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16114] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16114/stat : 16114 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21825179 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16115] ppid=16104 vsize=815496 CPUtime=0.58
/proc/16106/task/16115/stat : 16115 (java) S 16104 16106 13923 0 -1 64 2395 0 0 0 57 1 0 0 15 0 12 0 21825179 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16116] ppid=16104 vsize=815496 CPUtime=3.66
/proc/16106/task/16116/stat : 16116 (java) S 16104 16106 13923 0 -1 64 5407 0 0 0 363 3 0 0 16 0 12 0 21825179 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16117] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16117/stat : 16117 (java) S 16104 16106 13923 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21825179 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16106/tid=16118] ppid=16104 vsize=815496 CPUtime=0
/proc/16106/task/16118/stat : 16118 (java) S 16104 16106 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21825179 835067904 16780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 815496

Child status: 0
Real time (s): 8.83856
CPU time (s): 8.46671
CPU user time (s): 8.23875
CPU system time (s): 0.227965
CPU usage (%): 95.7928
Max. virtual memory (cumulated for all children) (KiB): 817764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23875
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21739
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2162
involuntary context switches= 1396

runsolver used 0.014997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 23:26:40
IDJOB=2068523
IDBENCH=54873
IDSOLVER=731
FILE ID=node89/2068523-1247347599
PBS_JOBID= 9506698
Free space on /tmp= 66160 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-hanoi4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068523-1247347599/watcher-2068523-1247347599 -o /tmp/evaluation-result-2068523-1247347599/solver-2068523-1247347599 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068523-1247347599.xml

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

MD5SUM BENCH= bc2b2e34672d70129799a25a0b981a8a
RANDOM SEED=1485371065

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1947232 kB
Buffers:          4336 kB
Cached:          31772 kB
SwapCached:          0 kB
Active:          53808 kB
Inactive:         4776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1947232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          34068 kB
Slab:            35520 kB
Committed_AS:   140572 kB
PageTables:       1712 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= 66160 MiB
End job on node89 at 2009-07-11 23:26:49