Trace number 2066455

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 6.84696 6.89152

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-7552-159.xml
MD5SUM2b93b043074669b69ef36251389f04de
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.262959
Satisfiable
(Un)Satisfiability was proved
Number of variables2726
Number of constraints4391
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4391
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.17/0.25	c c --- Begin Solver configuration ---
0.17/0.25	c Stops conflict analysis at the first Unique Implication Point
0.17/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.25	c Learn all clauses as in MiniSAT
0.17/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.25	c Expensive reason simplification
0.17/0.25	c MiniSAT restarts strategy
0.17/0.25	c Memory based learned constraints deletion strategy
0.17/0.25	c timeout=2147483s
0.17/0.25	c DB Simplification allowed=false
0.17/0.25	c --- End Solver configuration ---
0.17/0.25	c solving HOME/instance-2066455-1247343005.xml
0.17/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.51	c reading variables done.
1.26/1.35	c reading predicates  done.
1.47/1.58	c reading constraints
6.29/6.35	c done with constraints.
6.29/6.36	c ... done. Wall clock time 6.106s.
6.29/6.36	c #vars     5188
6.29/6.36	c #constraints  19271
6.29/6.36	c constraints type 
6.29/6.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7130
6.29/6.36	c org.sat4j.minisat.constraints.cnf.UnitClauses => 264
6.29/6.36	c org.sat4j.minisat.constraints.card.AtLeast => 2462
6.29/6.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9151
6.68/6.79	c starts		: 1
6.68/6.79	c conflicts		: 3
6.68/6.79	c decisions		: 161
6.68/6.79	c propagations		: 8305
6.68/6.79	c inspects		: 31790
6.68/6.79	c learnt literals	: 2
6.68/6.79	c learnt binary clauses	: 1
6.68/6.79	c learnt ternary clauses	: 0
6.68/6.79	c learnt clauses	: 1
6.68/6.79	c ignored clauses	: 0
6.68/6.79	c root simplifications	: 0
6.68/6.79	c removed literals (reason simplification)	: 0
6.68/6.79	c reason swapping (by a shorter reason)	: 0
6.68/6.79	c Calls to reduceDB	: 0
6.68/6.79	c speed (assignments/second)	: 19269.141531322504
6.68/6.79	c non guided choices	155
6.68/6.79	c learnt constraints type 
6.68/6.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
6.68/6.79	c constraints type 
6.68/6.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7130
6.68/6.79	c org.sat4j.minisat.constraints.cnf.UnitClauses => 264
6.68/6.79	c org.sat4j.minisat.constraints.card.AtLeast => 2462
6.68/6.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9151
6.68/6.79	s SATISFIABLE
6.78/6.82	v 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 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 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 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 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 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 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 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 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 1 0 1 0 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 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 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 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 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 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 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 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 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 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 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 1 0 1 0 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 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 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 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 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 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 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 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 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 1 0 0 1 1 0 1 0 
6.78/6.85	c Total wall clock time (in seconds) : 6.538

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-2066455-1247343005/watcher-2066455-1247343005 -o /tmp/evaluation-result-2066455-1247343005/solver-2066455-1247343005 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066455-1247343005.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.94 1.98 1.99 3/77 17782
/proc/meminfo: memFree=1376952/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=13208 CPUtime=0
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 21363241 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 3302 521 219 9 0 1186 0
[pid=17782/tid=17783] ppid=17780 vsize=13208 CPUtime=0
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21363242 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9580504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0484881 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 17782
/proc/meminfo: memFree=1376952/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=801384 CPUtime=0.02
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 2476 0 1 0 1 1 0 0 18 0 5 0 21363241 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 200346 2223 965 9 0 197697 0
[pid=17782/tid=17783] ppid=17780 vsize=801384 CPUtime=0.01
/proc/17782/task/17783/stat : 17783 (java) S 17780 17782 16557 0 -1 64 1751 0 1 0 1 0 0 0 18 0 5 0 21363242 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.10159 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 17782
/proc/meminfo: memFree=1376952/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=804428 CPUtime=0.08
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 2955 0 1 0 6 2 0 0 18 0 12 0 21363241 823734272 2698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 201107 2698 1063 9 0 198441 0
[pid=17782/tid=17783] ppid=17780 vsize=804428 CPUtime=0.07
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 2198 0 1 0 6 1 0 0 21 0 12 0 21363242 823734272 2698 996147200 134512640 134550932 4294956016 18446744073709551615 4159463370 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301623 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 17782
/proc/meminfo: memFree=1376952/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=805628 CPUtime=0.27
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 4299 0 1 0 24 3 0 0 18 0 12 0 21363241 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 201407 4036 1359 9 0 198734 0
[pid=17782/tid=17783] ppid=17780 vsize=805628 CPUtime=0.21
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 3060 0 1 0 19 2 0 0 21 0 12 0 21363242 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701688 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 17782
/proc/meminfo: memFree=1376952/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=807184 CPUtime=0.68
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 5430 0 1 0 64 4 0 0 18 0 12 0 21363241 826556416 4921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 201796 4921 1389 9 0 199123 0
[pid=17782/tid=17783] ppid=17780 vsize=807184 CPUtime=0.44
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 3533 0 1 0 41 3 0 0 23 0 12 0 21363242 826556416 4921 996147200 134512640 134550932 4294956016 18446744073709551615 4109170532 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50283 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 17794
/proc/meminfo: memFree=1361880/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=807352 CPUtime=1.47
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 7091 0 1 0 142 5 0 0 18 0 12 0 21363241 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 201838 6219 1419 9 0 199165 0
[pid=17782/tid=17783] ppid=17780 vsize=807352 CPUtime=0.92
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 4863 0 1 0 88 4 0 0 18 0 12 0 21363242 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4159664681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17785] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17785/stat : 17785 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21363244 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17786] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17786/stat : 17786 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21363244 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17787] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17787/stat : 17787 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21363245 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17788] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17788/stat : 17788 (java) S 17780 17782 16557 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21363246 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17789] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17789/stat : 17789 (java) S 17780 17782 16557 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21363246 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17790] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17790/stat : 17790 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21363251 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17791] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17791/stat : 17791 (java) S 17780 17782 16557 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21363251 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17792] ppid=17780 vsize=807352 CPUtime=0.53
/proc/17782/task/17792/stat : 17792 (java) S 17780 17782 16557 0 -1 64 1470 0 0 0 53 0 0 0 16 0 12 0 21363251 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17793] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17793/stat : 17793 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21363251 826728448 6219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17794] ppid=17780 vsize=807352 CPUtime=0
/proc/17782/task/17794/stat : 17794 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21363251 826728448 6219 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) 807352

[startup+3.1011 s]
/proc/loadavg: 1.94 1.98 1.99 4/89 17794
/proc/meminfo: memFree=1351576/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=810884 CPUtime=3.06
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 11915 0 1 0 298 8 0 0 18 0 12 0 21363241 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 202721 8465 1421 9 0 200048 0
[pid=17782/tid=17783] ppid=17780 vsize=810884 CPUtime=1.49
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 6203 0 1 0 144 5 0 0 23 0 12 0 21363242 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17785] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17785/stat : 17785 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21363244 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17786] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17786/stat : 17786 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21363244 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17787] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17787/stat : 17787 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21363245 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17788] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17788/stat : 17788 (java) S 17780 17782 16557 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21363246 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17789] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17789/stat : 17789 (java) S 17780 17782 16557 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21363246 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17790] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17790/stat : 17790 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21363251 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17791] ppid=17780 vsize=810884 CPUtime=0.01
/proc/17782/task/17791/stat : 17791 (java) S 17780 17782 16557 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 21363251 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17792] ppid=17780 vsize=810884 CPUtime=1.53
/proc/17782/task/17792/stat : 17792 (java) R 17780 17782 16557 0 -1 64 4953 0 0 0 151 2 0 0 16 0 12 0 21363251 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17793] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17793/stat : 17793 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21363251 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17794] ppid=17780 vsize=810884 CPUtime=0
/proc/17782/task/17794/stat : 17794 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21363251 830345216 8465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810884

[startup+6.30264 s]
/proc/loadavg: 1.94 1.98 1.99 4/89 17794
/proc/meminfo: memFree=1331544/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=813600 CPUtime=6.29
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 20689 0 1 0 615 14 0 0 18 0 12 0 21363241 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 203400 14117 1442 9 0 200727 0
[pid=17782/tid=17783] ppid=17780 vsize=813600 CPUtime=2.49
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 11001 0 1 0 241 8 0 0 25 0 12 0 21363242 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4110384503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17785] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17785/stat : 17785 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21363244 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17786] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17786/stat : 17786 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21363244 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17787] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17787/stat : 17787 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21363245 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17788] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17788/stat : 17788 (java) S 17780 17782 16557 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21363246 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17789] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17789/stat : 17789 (java) S 17780 17782 16557 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21363246 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17790] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17790/stat : 17790 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21363251 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17791] ppid=17780 vsize=813600 CPUtime=0.32
/proc/17782/task/17791/stat : 17791 (java) S 17780 17782 16557 0 -1 64 127 0 0 0 32 0 0 0 17 0 12 0 21363251 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17792] ppid=17780 vsize=813600 CPUtime=3.45
/proc/17782/task/17792/stat : 17792 (java) S 17780 17782 16557 0 -1 64 8816 0 0 0 341 4 0 0 18 0 12 0 21363251 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17793] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17793/stat : 17793 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21363251 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17794] ppid=17780 vsize=813600 CPUtime=0
/proc/17782/task/17794/stat : 17794 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21363251 833126400 14117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 813600

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

[startup+6.70271 s]
/proc/loadavg: 2.03 2.00 2.00 4/90 17795
/proc/meminfo: memFree=1323792/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=813924 CPUtime=6.68
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 21105 0 1 0 654 14 0 0 18 0 13 0 21363241 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 203481 14531 1449 9 0 200808 0
[pid=17782/tid=17783] ppid=17780 vsize=813924 CPUtime=2.6
/proc/17782/task/17783/stat : 17783 (java) R 17780 17782 16557 0 -1 64 11390 0 1 0 252 8 0 0 25 0 13 0 21363242 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17785] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17785/stat : 17785 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21363244 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17786] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17786/stat : 17786 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21363244 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17787] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17787/stat : 17787 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21363245 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17788] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17788/stat : 17788 (java) S 17780 17782 16557 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 21363246 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17789] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17789/stat : 17789 (java) S 17780 17782 16557 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 21363246 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17790] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17790/stat : 17790 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21363251 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17791] ppid=17780 vsize=813924 CPUtime=0.59
/proc/17782/task/17791/stat : 17791 (java) R 17780 17782 16557 0 -1 64 149 0 0 0 59 0 0 0 17 0 13 0 21363251 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 106831556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17792] ppid=17780 vsize=813924 CPUtime=3.45
/proc/17782/task/17792/stat : 17792 (java) S 17780 17782 16557 0 -1 64 8816 0 0 0 341 4 0 0 18 0 13 0 21363251 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17793] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17793/stat : 17793 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21363251 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17794] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17794/stat : 17794 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21363251 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17795] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17795/stat : 17795 (java) S 17780 17782 16557 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 21363881 833458176 14531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 813924

[startup+6.80272 s]
/proc/loadavg: 2.03 2.00 2.00 4/90 17795
/proc/meminfo: memFree=1323792/2055920 swapFree=4192952/4192956
[pid=17782] ppid=17780 vsize=813924 CPUtime=6.78
/proc/17782/stat : 17782 (java) S 17780 17782 16557 0 -1 0 21155 0 1 0 664 14 0 0 18 0 13 0 21363241 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17782/statm: 203481 14580 1450 9 0 200808 0
[pid=17782/tid=17783] ppid=17780 vsize=813924 CPUtime=2.63
/proc/17782/task/17783/stat : 17783 (java) S 17780 17782 16557 0 -1 64 11413 0 1 0 255 8 0 0 25 0 13 0 21363242 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17785] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17785/stat : 17785 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 21363244 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17786] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17786/stat : 17786 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 21363244 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17787] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17787/stat : 17787 (java) S 17780 17782 16557 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 21363245 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17788] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17788/stat : 17788 (java) S 17780 17782 16557 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 21363246 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17789] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17789/stat : 17789 (java) S 17780 17782 16557 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 21363246 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17790] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17790/stat : 17790 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21363251 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17791] ppid=17780 vsize=813924 CPUtime=0.65
/proc/17782/task/17791/stat : 17791 (java) S 17780 17782 16557 0 -1 64 153 0 0 0 65 0 0 0 17 0 13 0 21363251 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17792] ppid=17780 vsize=813924 CPUtime=3.45
/proc/17782/task/17792/stat : 17792 (java) S 17780 17782 16557 0 -1 64 8816 0 0 0 341 4 0 0 18 0 13 0 21363251 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17793] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17793/stat : 17793 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21363251 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17782/tid=17794] ppid=17780 vsize=813924 CPUtime=0
/proc/17782/task/17794/stat : 17794 (java) S 17780 17782 16557 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21363251 833458176 14580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 813924

Child status: 0
Real time (s): 6.89152
CPU time (s): 6.84696
CPU user time (s): 6.68998
CPU system time (s): 0.156976
CPU usage (%): 99.3534
Max. virtual memory (cumulated for all children) (KiB): 813924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.68998
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21179
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= 1113
involuntary context switches= 1258

runsolver used 0.017997 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 22:10:05
IDJOB=2066455
IDBENCH=54521
IDSOLVER=731
FILE ID=node68/2066455-1247343005
PBS_JOBID= 9506664
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= 2b93b043074669b69ef36251389f04de
RANDOM SEED=1444791793

node68.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.258
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.258
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:       1377432 kB
Buffers:         54900 kB
Cached:         521056 kB
SwapCached:          4 kB
Active:          96300 kB
Inactive:       508404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377432 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:          40324 kB
Slab:            58768 kB
Committed_AS:   179192 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node68 at 2009-07-11 22:10:12