Trace number 2066565

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 7.60284 7.79237

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-8c2.xml
MD5SUM8911c7295631c9dab254f5e7ce77816b
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.450931
Satisfiable
(Un)Satisfiability was proved
Number of variables1900
Number of constraints7639
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7639
Global constraints used (with number of constraints)

Solver Data

0.14/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.21	c See www.sat4j.org for details.
0.14/0.21	c That software uses the Rhino library from the Mozilla project.
0.14/0.23	c version 2.1.1.v20090622
0.14/0.23	c sun.arch.data.model	32
0.14/0.23	c java.version	1.6.0_12
0.14/0.23	c os.name	Linux
0.14/0.23	c os.version	2.6.9-22.EL.rootsmp
0.14/0.23	c os.arch	i386
0.14/0.23	c Free memory 671000808
0.14/0.23	c Max memory 672137216
0.14/0.23	c Total memory 672137216
0.14/0.23	c Number of processors 2
0.23/0.31	c c --- Begin Solver configuration ---
0.23/0.31	c Stops conflict analysis at the first Unique Implication Point
0.23/0.31	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.23/0.31	c Learn all clauses as in MiniSAT
0.23/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.23/0.31	c Expensive reason simplification
0.23/0.31	c MiniSAT restarts strategy
0.23/0.31	c Memory based learned constraints deletion strategy
0.23/0.31	c timeout=2147483s
0.23/0.31	c DB Simplification allowed=false
0.23/0.31	c --- End Solver configuration ---
0.23/0.31	c solving HOME/instance-2066565-1247343074.xml
0.23/0.31	c reading problem ... 
0.42/0.57	c reading problem named null
0.42/0.57	c reading domains done.
0.42/0.57	c reading variables done.
1.02/1.14	c reading predicates  done.
1.22/1.37	c reading constraints
7.06/7.25	c done with constraints.
7.06/7.25	c ... done. Wall clock time 6.934s.
7.06/7.25	c #vars     3800
7.06/7.25	c #constraints  33489
7.06/7.25	c constraints type 
7.06/7.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14989
7.06/7.25	c org.sat4j.minisat.constraints.card.AtLeast => 1900
7.06/7.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16600
7.46/7.65	c starts		: 1
7.46/7.65	c conflicts		: 13
7.46/7.65	c decisions		: 777
7.46/7.65	c propagations		: 9978
7.46/7.65	c inspects		: 77669
7.46/7.65	c learnt literals	: 0
7.46/7.65	c learnt binary clauses	: 1
7.46/7.65	c learnt ternary clauses	: 0
7.46/7.65	c learnt clauses	: 13
7.46/7.65	c ignored clauses	: 0
7.46/7.65	c root simplifications	: 0
7.46/7.65	c removed literals (reason simplification)	: 0
7.46/7.65	c reason swapping (by a shorter reason)	: 0
7.46/7.65	c Calls to reduceDB	: 0
7.46/7.65	c speed (assignments/second)	: 24820.89552238806
7.46/7.65	c non guided choices	644
7.46/7.69	c learnt constraints type 
7.46/7.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
7.46/7.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12
7.46/7.69	c constraints type 
7.46/7.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14989
7.46/7.69	c org.sat4j.minisat.constraints.card.AtLeast => 1900
7.46/7.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16600
7.46/7.69	s SATISFIABLE
7.46/7.70	v 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 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 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 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 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 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 1 0 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 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 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 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 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 1 0 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 0 1 0 1 0 1 1 0 1 0 1 0 1 0 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 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 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 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 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 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 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 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 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 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 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 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 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 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 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 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 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 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 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 
7.56/7.73	c Total wall clock time (in seconds) : 7.338

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-2066565-1247343074/watcher-2066565-1247343074 -o /tmp/evaluation-result-2066565-1247343074/solver-2066565-1247343074 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066565-1247343074.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.25 2.21 2.16 4/81 16178
/proc/meminfo: memFree=1848792/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=18576 CPUtime=0
/proc/16178/stat : 16178 (runsolver) R 16176 16178 15131 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21371893 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16178/statm: 4644 284 249 26 0 2626 0

[startup+0.0329691 s]
/proc/loadavg: 2.25 2.21 2.16 4/81 16178
/proc/meminfo: memFree=1848792/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=12928 CPUtime=0.01
/proc/16178/stat : 16178 (java) D 16176 16178 15131 0 -1 0 371 0 4 0 0 1 0 0 20 0 1 0 21371893 13238272 182 996147200 134512640 134550932 4294956016 18446744073709551615 6705962 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/16178/statm: 3232 182 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.105331 s]
/proc/loadavg: 2.25 2.21 2.16 4/81 16178
/proc/meminfo: memFree=1848792/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=800696 CPUtime=0.05
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 2338 0 29 0 1 4 0 0 19 0 4 0 21371893 819912704 2113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 200174 2113 938 9 0 197525 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800696

[startup+0.301352 s]
/proc/loadavg: 2.25 2.21 2.16 4/81 16178
/proc/meminfo: memFree=1848792/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=805600 CPUtime=0.23
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 3890 0 29 0 18 5 0 0 19 0 12 0 21371893 824934400 3655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 201400 3655 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 805600

[startup+0.701398 s]
/proc/loadavg: 2.25 2.21 2.16 4/81 16178
/proc/meminfo: memFree=1848792/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=807184 CPUtime=0.62
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 5369 0 29 0 55 7 0 0 19 0 12 0 21371893 826556416 4888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 201796 4888 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807184

[startup+1.50149 s]
/proc/loadavg: 2.25 2.21 2.16 3/93 16190
/proc/meminfo: memFree=1827256/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=807312 CPUtime=1.41
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 7244 0 29 0 132 9 0 0 19 0 12 0 21371893 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 201828 6481 1402 9 0 199155 0
[pid=16178/tid=16180] ppid=16176 vsize=807312 CPUtime=0.96
/proc/16178/task/16180/stat : 16180 (java) R 16176 16178 15131 0 -1 64 5202 0 1 0 90 6 0 0 25 0 12 0 21371900 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16181] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16176 16178 15131 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21371902 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16182] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21371902 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16183] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16176 16178 15131 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21371904 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16184] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16184/stat : 16184 (java) S 16176 16178 15131 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 21371904 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16185] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16176 16178 15131 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21371904 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16186] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21371909 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16187] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16187/stat : 16187 (java) S 16176 16178 15131 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 21371909 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16188] ppid=16176 vsize=807312 CPUtime=0.41
/proc/16178/task/16188/stat : 16188 (java) R 16176 16178 15131 0 -1 64 1316 0 0 0 41 0 0 0 16 0 12 0 21371909 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16189] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16189/stat : 16189 (java) S 16176 16178 15131 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21371909 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16190] ppid=16176 vsize=807312 CPUtime=0
/proc/16178/task/16190/stat : 16190 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21371909 826687488 6481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 807312

[startup+3.10268 s]
/proc/loadavg: 2.31 2.22 2.16 5/93 16190
/proc/meminfo: memFree=1815928/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=812072 CPUtime=3
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 12218 0 29 0 287 13 0 0 19 0 12 0 21371893 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 203018 8859 1421 9 0 200345 0
[pid=16178/tid=16180] ppid=16176 vsize=812072 CPUtime=1.45
/proc/16178/task/16180/stat : 16180 (java) R 16176 16178 15131 0 -1 64 6310 0 1 0 138 7 0 0 25 0 12 0 21371900 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16181] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16176 16178 15131 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21371902 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16182] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21371902 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16183] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16176 16178 15131 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21371904 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16184] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16184/stat : 16184 (java) S 16176 16178 15131 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 21371904 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16185] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16176 16178 15131 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21371904 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16186] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21371909 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16187] ppid=16176 vsize=812072 CPUtime=0.21
/proc/16178/task/16187/stat : 16187 (java) S 16176 16178 15131 0 -1 64 931 0 0 0 21 0 0 0 17 0 12 0 21371909 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16188] ppid=16176 vsize=812072 CPUtime=1.28
/proc/16178/task/16188/stat : 16188 (java) R 16176 16178 15131 0 -1 64 4264 0 0 0 126 2 0 0 16 0 12 0 21371909 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 106825415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16189] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16189/stat : 16189 (java) S 16176 16178 15131 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21371909 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16190] ppid=16176 vsize=812072 CPUtime=0
/proc/16178/task/16190/stat : 16190 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21371909 831561728 8859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 812072

[startup+6.30206 s]
/proc/loadavg: 2.31 2.22 2.16 5/93 16190
/proc/meminfo: memFree=1794816/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=812168 CPUtime=6.17
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 23160 0 29 0 596 21 0 0 19 0 12 0 21371893 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 203042 17589 1439 9 0 200369 0
[pid=16178/tid=16180] ppid=16176 vsize=812168 CPUtime=2.68
/proc/16178/task/16180/stat : 16180 (java) R 16176 16178 15131 0 -1 64 14853 0 1 0 255 13 0 0 25 0 12 0 21371900 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16181] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16176 16178 15131 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 21371902 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16182] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21371902 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16183] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16176 16178 15131 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21371904 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16184] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16184/stat : 16184 (java) S 16176 16178 15131 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 21371904 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16185] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16176 16178 15131 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21371904 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16186] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21371909 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16187] ppid=16176 vsize=812168 CPUtime=0.34
/proc/16178/task/16187/stat : 16187 (java) S 16176 16178 15131 0 -1 64 943 0 0 0 34 0 0 0 18 0 12 0 21371909 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16188] ppid=16176 vsize=812168 CPUtime=3.1
/proc/16178/task/16188/stat : 16188 (java) R 16176 16178 15131 0 -1 64 6650 0 0 0 306 4 0 0 17 0 12 0 21371909 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 105388715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16189] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16189/stat : 16189 (java) S 16176 16178 15131 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21371909 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16190] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16190/stat : 16190 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21371909 831660032 17589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 812168

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

[startup+7.10215 s]
/proc/loadavg: 2.36 2.23 2.16 3/93 16190
/proc/meminfo: memFree=1770240/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=812168 CPUtime=6.96
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 26712 0 29 0 673 23 0 0 19 0 12 0 21371893 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 203042 21139 1448 9 0 200369 0
[pid=16178/tid=16180] ppid=16176 vsize=812168 CPUtime=3.31
/proc/16178/task/16180/stat : 16180 (java) R 16176 16178 15131 0 -1 64 17414 0 1 0 317 14 0 0 25 0 12 0 21371900 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4110467910 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16181] ppid=16176 vsize=812168 CPUtime=0.01
/proc/16178/task/16181/stat : 16181 (java) S 16176 16178 15131 0 -1 64 390 0 0 0 1 0 0 0 17 0 12 0 21371902 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16182] ppid=16176 vsize=812168 CPUtime=0.01
/proc/16178/task/16182/stat : 16182 (java) S 16176 16178 15131 0 -1 64 582 0 0 0 1 0 0 0 17 0 12 0 21371902 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16183] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16176 16178 15131 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21371904 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16184] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16184/stat : 16184 (java) S 16176 16178 15131 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21371904 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16185] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16176 16178 15131 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21371904 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16186] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21371909 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16187] ppid=16176 vsize=812168 CPUtime=0.34
/proc/16178/task/16187/stat : 16187 (java) S 16176 16178 15131 0 -1 64 943 0 0 0 34 0 0 0 18 0 12 0 21371909 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16188] ppid=16176 vsize=812168 CPUtime=3.21
/proc/16178/task/16188/stat : 16188 (java) S 16176 16178 15131 0 -1 64 6658 0 0 0 317 4 0 0 16 0 12 0 21371909 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16189] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16189/stat : 16189 (java) S 16176 16178 15131 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21371909 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16190] ppid=16176 vsize=812168 CPUtime=0
/proc/16178/task/16190/stat : 16190 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21371909 831660032 21139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 812168

[startup+7.5022 s]
/proc/loadavg: 2.36 2.23 2.16 3/93 16190
/proc/meminfo: memFree=1770240/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=812492 CPUtime=7.36
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 27723 0 29 0 712 24 0 0 19 0 13 0 21371893 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 203123 22147 1451 9 0 200450 0
[pid=16178/tid=16180] ppid=16176 vsize=812492 CPUtime=3.5
/proc/16178/task/16180/stat : 16180 (java) R 16176 16178 15131 0 -1 64 17426 0 1 0 336 14 0 0 25 0 13 0 21371900 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16181] ppid=16176 vsize=812492 CPUtime=0.02
/proc/16178/task/16181/stat : 16181 (java) S 16176 16178 15131 0 -1 64 835 0 0 0 2 0 0 0 16 0 13 0 21371902 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16182] ppid=16176 vsize=812492 CPUtime=0.03
/proc/16178/task/16182/stat : 16182 (java) S 16176 16178 15131 0 -1 64 1109 0 0 0 3 0 0 0 16 0 13 0 21371902 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16183] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16176 16178 15131 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 21371904 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16184] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16184/stat : 16184 (java) S 16176 16178 15131 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21371904 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16185] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16176 16178 15131 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 21371904 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16186] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21371909 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16187] ppid=16176 vsize=812492 CPUtime=0.34
/proc/16178/task/16187/stat : 16187 (java) S 16176 16178 15131 0 -1 64 943 0 0 0 34 0 0 0 18 0 13 0 21371909 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16188] ppid=16176 vsize=812492 CPUtime=3.38
/proc/16178/task/16188/stat : 16188 (java) R 16176 16178 15131 0 -1 64 6675 0 0 0 334 4 0 0 16 0 13 0 21371909 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16189] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16189/stat : 16189 (java) S 16176 16178 15131 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21371909 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16190] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16190/stat : 16190 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21371909 831991808 22147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 812492

[startup+7.70722 s]
/proc/loadavg: 2.36 2.23 2.16 4/94 16191
/proc/meminfo: memFree=1758456/2055920 swapFree=4192812/4192956
[pid=16178] ppid=16176 vsize=812492 CPUtime=7.56
/proc/16178/stat : 16178 (java) S 16176 16178 15131 0 -1 0 27746 0 29 0 732 24 0 0 19 0 13 0 21371893 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16178/statm: 203123 22168 1456 9 0 200450 0
[pid=16178/tid=16180] ppid=16176 vsize=812492 CPUtime=3.54
/proc/16178/task/16180/stat : 16180 (java) S 16176 16178 15131 0 -1 64 17431 0 1 0 340 14 0 0 25 0 13 0 21371900 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16181] ppid=16176 vsize=812492 CPUtime=0.02
/proc/16178/task/16181/stat : 16181 (java) S 16176 16178 15131 0 -1 64 835 0 0 0 2 0 0 0 16 0 13 0 21371902 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16182] ppid=16176 vsize=812492 CPUtime=0.03
/proc/16178/task/16182/stat : 16182 (java) S 16176 16178 15131 0 -1 64 1109 0 0 0 3 0 0 0 16 0 13 0 21371902 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16183] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16176 16178 15131 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 21371904 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16184] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16184/stat : 16184 (java) S 16176 16178 15131 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21371904 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16185] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16176 16178 15131 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 21371904 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16186] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21371909 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16187] ppid=16176 vsize=812492 CPUtime=0.34
/proc/16178/task/16187/stat : 16187 (java) S 16176 16178 15131 0 -1 64 943 0 0 0 34 0 0 0 18 0 13 0 21371909 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16188] ppid=16176 vsize=812492 CPUtime=3.52
/proc/16178/task/16188/stat : 16188 (java) R 16176 16178 15131 0 -1 64 6689 0 0 0 348 4 0 0 17 0 13 0 21371909 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 102517867 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16189] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16189/stat : 16189 (java) S 16176 16178 15131 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21371909 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16178/tid=16190] ppid=16176 vsize=812492 CPUtime=0
/proc/16178/task/16190/stat : 16190 (java) S 16176 16178 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21371909 831991808 22168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 812492

Child status: 0
Real time (s): 7.79237
CPU time (s): 7.60284
CPU user time (s): 7.34388
CPU system time (s): 0.25896
CPU usage (%): 97.5678
Max. virtual memory (cumulated for all children) (KiB): 813844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.34388
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27753
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1482
involuntary context switches= 1523

runsolver used 0.012998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 22:11:14
IDJOB=2066565
IDBENCH=54533
IDSOLVER=731
FILE ID=node75/2066565-1247343074
PBS_JOBID= 9506708
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 8911c7295631c9dab254f5e7ce77816b
RANDOM SEED=1352031839

node75.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.232
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.232
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:       1849208 kB
Buffers:         12076 kB
Cached:          72244 kB
SwapCached:          0 kB
Active:         128516 kB
Inactive:        25356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          89932 kB
Slab:            37852 kB
Committed_AS:   247452 kB
PageTables:       1976 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= 66252 MiB
End job on node75 at 2009-07-11 22:11:22