Trace number 2085584

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.16991 7.25289

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-ash958GPIA-4.xml
MD5SUMd6cdc053ccfd3d3b7a9392bd856aecbd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.495923
Satisfiable
(Un)Satisfiability was proved
Number of variables1916
Number of constraints12506
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12506
Global constraints used (with number of constraints)

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.14	c That software uses the Rhino library from the Mozilla project.
0.07/0.16	c version 2.1.1.v20090622
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 671000808
0.07/0.16	c Max memory 672137216
0.07/0.16	c Total memory 672137216
0.07/0.16	c Number of processors 2
0.17/0.24	c c --- Begin Solver configuration ---
0.17/0.24	c Stops conflict analysis at the first Unique Implication Point
0.17/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.24	c Learn all clauses as in MiniSAT
0.17/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.24	c Expensive reason simplification
0.17/0.24	c MiniSAT restarts strategy
0.17/0.24	c Memory based learned constraints deletion strategy
0.17/0.24	c timeout=2147483s
0.17/0.24	c DB Simplification allowed=false
0.17/0.24	c --- End Solver configuration ---
0.17/0.24	c solving HOME/instance-2085584-1247382180.xml
0.17/0.24	c reading problem ... 
0.37/0.49	c reading problem named null
0.37/0.49	c reading domains done.
0.37/0.49	c reading variables done.
1.07/1.11	c reading predicates  done.
1.26/1.34	c reading constraints
6.35/6.46	c done with constraints.
6.35/6.47	c ... done. Wall clock time 6.222s.
6.35/6.47	c #vars     7664
6.35/6.47	c #constraints  103880
6.35/6.47	c constraints type 
6.35/6.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101964
6.35/6.47	c org.sat4j.minisat.constraints.card.AtLeast => 1916
7.03/7.17	c starts		: 1
7.03/7.17	c conflicts		: 75
7.03/7.17	c decisions		: 1728
7.03/7.17	c propagations		: 16765
7.03/7.17	c inspects		: 318897
7.03/7.17	c learnt literals	: 0
7.03/7.17	c learnt binary clauses	: 0
7.03/7.17	c learnt ternary clauses	: 0
7.03/7.17	c learnt clauses	: 75
7.03/7.17	c ignored clauses	: 0
7.03/7.17	c root simplifications	: 0
7.03/7.17	c removed literals (reason simplification)	: 1
7.03/7.17	c reason swapping (by a shorter reason)	: 0
7.03/7.17	c Calls to reduceDB	: 0
7.03/7.17	c speed (assignments/second)	: 23950.0
7.03/7.17	c non guided choices	1486
7.03/7.17	c learnt constraints type 
7.03/7.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75
7.03/7.17	c constraints type 
7.03/7.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101964
7.03/7.17	c org.sat4j.minisat.constraints.card.AtLeast => 1916
7.03/7.17	s SATISFIABLE
7.03/7.18	v 2 1 0 3 2 1 2 0 1 3 1 0 1 2 1 2 3 0 2 1 2 0 0 1 2 1 2 3 3 0 1 0 3 2 0 3 1 2 0 2 1 2 3 0 2 1 2 3 0 1 0 1 2 0 2 3 1 3 1 3 0 2 1 2 3 2 3 1 0 2 3 1 3 2 0 1 1 0 3 0 1 2 3 0 3 0 2 1 2 1 2 3 0 1 2 3 0 3 1 3 0 2 1 3 2 3 2 0 1 3 1 0 0 2 3 2 0 1 3 1 0 1 0 3 2 3 2 1 2 1 2 3 0 3 0 3 0 2 0 2 1 3 3 0 3 2 1 0 1 2 1 0 1 2 3 2 0 1 2 1 2 0 2 0 1 0 1 3 2 0 2 0 3 0 2 1 2 1 0 3 0 2 1 3 0 2 0 1 0 2 3 1 2 1 3 1 1 3 2 0 2 3 1 0 2 0 2 1 2 0 2 1 0 2 0 1 3 2 2 0 3 1 3 1 3 1 2 1 3 1 0 2 2 0 2 3 1 0 2 3 1 0 1 2 1 3 1 2 0 3 1 3 0 2 2 0 1 0 2 3 2 0 0 3 1 2 3 0 0 1 0 2 3 1 3 2 0 1 0 3 2 1 0 2 0 2 0 2 1 3 0 2 1 3 3 2 3 1 0 1 0 1 2 1 3 0 3 2 3 2 3 0 1 0 2 3 1 0 2 0 1 0 0 1 2 1 2 3 2 1 2 3 0 3 0 1 3 1 3 1 3 0 3 2 3 0 0 1 2 3 2 1 0 1 2 1 1 0 3 2 3 0 1 2 0 2 3 2 3 2 3 1 3 2 0 1 1 2 0 3 0 2 0 3 0 1 0 3 0 3 1 2 1 2 3 2 1 2 1 0 3 1 3 0 0 1 0 3 0 3 2 1 2 1 1 3 2 0 2 3 2 0 1 0 3 0 0 1 3 2 0 1 0 2 2 0 1 3 1 0 1 3 0 3 1 2 0 3 0 2 0 2 0 2 0 1 0 2 3 2 0 2 0 1 2 1 3 1 2 0 2 3 1 3 1 2 0 3 2 0 1 3 1 3 1 0 3 0 2 0 2 1 3 0 2 1 1 2 0 2 0 3 2 1 0 3 0 1 0 1 3 2 1 2 3 0 1 2 0 1 0 3 3 0 3 2 1 2 0 2 1 2 1 3 0 3 2 3 2 1 0 1 2 3 0 1 3 0 3 0 1 2 0 2 1 2 0 1 2 1 1 2 3 2 3 0 3 0 2 1 0 3 2 1 2 3 0 3 2 1 3 1 2 1 2 1 3 0 3 1 2 1 1 0 1 3 2 3 1 0 2 0 2 3 2 0 3 2 1 2 2 1 2 0 3 0 3 1 2 1 2 0 3 0 1 3 2 0 1 3 2 0 0 2 1 2 0 3 1 2 1 3 1 2 3 2 3 2 1 2 1 0 2 3 1 3 1 0 3 1 3 1 3 2 0 2 1 2 0 3 1 3 0 3 2 1 2 0 3 0 2 3 0 1 0 3 0 2 1 2 1 3 3 0 1 2 3 0 2 3 0 1 2 3 0 3 2 1 0 2 0 1 3 0 3 0 2 1 3 0 2 1 2 0 2 3 2 1 2 3 2 1 2 3 2 1 0 3 2 3 1 3 0 3 1 2 0 3 0 2 3 0 1 0 1 2 1 3 1 2 1 3 3 1 0 1 0 2 0 2 1 2 1 3 0 2 0 3 0 3 2 3 2 1 1 2 3 0 1 0 2 0 3 0 3 0 3 0 2 0 3 1 3 1 2 0 2 0 3 1 3 1 2 3 0 3 2 1 0 3 2 0 1 0 3 1 0 2 0 1 1 0 3 0 1 2 0 2 3 1 3 2 0 1 2 0 1 0 0 2 0 1 3 1 3 2 3 0 2 1 2 0 3 0 2 1 3 0 1 0 0 3 2 1 0 3 2 3 3 2 1 2 1 0 3 2 1 2 1 2 0 2 1 3 0 2 3 2 0 1 2 3 1 0 1 0 1 0 2 3 0 1 0 2 0 1 0 1 1 3 1 2 0 2 0 3 2 3 0 1 0 1 3 2 0 1 0 1 3 2 0 1 2 0 1 0 0 3 1 2 0 2 2 3 1 3 1 0 3 1 2 1 2 1 0 2 1 2 0 2 0 3 2 1 2 3 0 1 2 1 1 2 1 3 0 2 0 3 1 2 2 0 3 1 2 1 3 0 2 0 2 1 3 0 2 0 3 1 0 1 3 2 3 1 0 1 3 2 3 1 0 1 2 3 1 0 2 3 2 0 1 0 0 1 3 2 3 2 0 1 0 2 0 1 2 3 0 1 0 1 1 0 2 3 1 0 3 2 0 1 3 2 0 1 1 2 1 0 2 1 3 0 3 1 2 0 3 2 3 2 1 0 3 2 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 3 2 1 2 1 0 3 2 1 0 0 3 1 3 0 2 1 2 1 3 2 0 1 0 2 1 0 1 0 3 2 1 0 1 0 3 2 3 0 3 0 1 3 0 3 2 1 0 1 3 1 3 0 2 0 2 0 2 3 2 0 1 2 1 2 0 3 1 2 0 3 2 3 0 1 0 2 1 0 1 1 0 1 0 2 0 1 3 2 0 1 0 2 3 0 1 1 0 1 0 3 1 3 2 0 1 2 1 0 1 0 2 1 3 1 2 0 2 1 0 1 0 1 0 1 3 2 3 2 3 3 2 0 1 0 1 2 0 1 0 3 0 3 1 2 0 1 2 0 3 0 2 1 3 1 2 0 2 1 3 1 2 1 3 1 0 3 2 1 0 1 2 3 2 3 1 3 0 3 1 2 0 2 0 3 0 2 0 0 2 3 2 0 2 1 0 1 3 2 3 2 3 3 0 2 0 2 1 2 3 0 3 0 1 0 3 2 3 3 2 1 0 3 2 1 0 1 2 0 2 0 3 2 3 0 1 2 0 2 1 2 0 3 1 3 0 3 2 0 1 0 1 3 2 1 0 1 0 1 0 3 2 0 1 0 1 2 0 3 1 2 0 3 0 3 1 3 2 0 1 0 1 1 3 2 0 1 0 1 0 3 2 0 2 3 1 0 1 2 3 0 1 0 1 2 3 0 1 2 3 0 1 0 1 0 1 0 1 0 1 0 1 3 2 0 1 1 0 2 3 2 3 1 0 3 2 1 0 1 0 2 3 1 0 1 0 3 2 3 2 0 1 0 1 0 1 2 0 2 0 3 1 2 1 3 0 1 3 0 3 1 2 0 3 0 2 3 2 1 2 1 0 1 0 1 0 2 3 0 1 2 3 0 1 0 1 1 0 1 0 2 3 0 1 0 1 3 2 1 0 3 0 1 0 2 0 1 0 2 3 0 3 0 1 0 1 1 2 3 2 1 0 3 2 1 0 2 0 3 0 3 1 0 1 0 2 0 1 3 2 1 0 3 2 1 2 1 0 1 3 2 0 2 0 1 0 2 3 3 1 0 2 1 3 0 2 0 2 0 1 3 0 2 1 2 0 3 1 2 3 1 0 1 0 0 1 3 2 0 2 3 1 0 1 1 0 1 3 2 0 1 0 0 1 2 3 2 1 0 1 1 3 2 0 3 0 2 0 2 0 3 1 0 1 2 3 0 1 1 0 3 2 1 0 3 2 0 1 3 2 0 1 0 1 0 1 0 1 3 0 2 1 2 0 0 3 1 3 0 3 1 3 0 2 3 1 0 2 0 1 1 3 0 3 1 3 0 2 3 2 0 1 0 2 0 1 2 3 1 0 0 1 0 1 2 3 0 1 3 2 3 2 1 0 1 0 0 1 2 3 0 1 1 2 3 2 1 0 2 1 2 0 3 1 2 0 3 2 1 0 1 0 1 0 2 3 1 0 0 2 3 2 0 1 2 1 2 1 3 1 2 0 3 2 1 0 0 1 0 1 3 2 0 1 1 0 2 3 1 0 3 2 0 1 3 2 1 0 0 1 0 1 3 2 3 2 1 0 1 0 1 0 1 0 2 3 0 1 0 1 3 2 0 1 1 0 2 3 0 1 0 1 1 0 3 0 3 2 1 0 3 2 1 2 1 0 2 0 1 3 0 2 0 2 0 1 0 2 3 1 2 0 2 0 1 0 2 0 1 3 0 2 0 1 0 1 0 2 3 1 2 1 3 0 3 2 1 0 1 0 1 0 2 3 0 1 0 1 0 2 0 1 1 3 2 3 1 0 3 0 2 0 2 1 1 0 3 2 1 0 3 2 0 1 1 0 
7.13/7.21	c Total wall clock time (in seconds) : 6.923

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-2085584-1247382180/watcher-2085584-1247382180 -o /tmp/evaluation-result-2085584-1247382180/solver-2085584-1247382180 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085584-1247382180.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.00 2.00 2.00 4/82 26385
/proc/meminfo: memFree=1845560/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=18576 CPUtime=0
/proc/26385/stat : 26385 (runsolver) R 26383 26385 26258 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 25283338 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26385/statm: 4644 284 249 26 0 2626 0

[startup+0.031636 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26385
/proc/meminfo: memFree=1845560/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=797436 CPUtime=0.01
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 1572 0 1 0 0 1 0 0 20 0 2 0 25283338 816574464 1321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 199359 1321 406 9 0 197111 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797436

[startup+0.101632 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26385
/proc/meminfo: memFree=1845560/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=804360 CPUtime=0.07
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 2933 0 1 0 5 2 0 0 20 0 12 0 25283338 823664640 2676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 201090 2676 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804360

[startup+0.301671 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26385
/proc/meminfo: memFree=1845560/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=805864 CPUtime=0.27
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 4367 0 1 0 24 3 0 0 20 0 12 0 25283338 825204736 4104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 201466 4104 1359 9 0 198793 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805864

[startup+0.701746 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26385
/proc/meminfo: memFree=1845560/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=807172 CPUtime=0.67
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 5436 0 1 0 63 4 0 0 20 0 12 0 25283338 826544128 4931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 201793 4931 1389 9 0 199120 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807172

[startup+1.50291 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 26397
/proc/meminfo: memFree=1829464/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=807384 CPUtime=1.46
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 7487 0 1 0 140 6 0 0 20 0 12 0 25283338 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 201846 6721 1402 9 0 199173 0
[pid=26385/tid=26387] ppid=26383 vsize=807384 CPUtime=0.99
/proc/26385/task/26387/stat : 26387 (java) R 26383 26385 26258 0 -1 64 5408 0 1 0 94 5 0 0 25 0 12 0 25283340 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26388] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26388/stat : 26388 (java) S 26383 26385 26258 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 25283341 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26389] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26389/stat : 26389 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25283342 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26390] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26390/stat : 26390 (java) S 26383 26385 26258 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25283343 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26391] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26391/stat : 26391 (java) S 26383 26385 26258 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 25283344 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26392] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26392/stat : 26392 (java) S 26383 26385 26258 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 25283344 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26393] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26393/stat : 26393 (java) S 26383 26385 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25283348 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26394] ppid=26383 vsize=807384 CPUtime=0.04
/proc/26385/task/26394/stat : 26394 (java) S 26383 26385 26258 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 25283348 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26395] ppid=26383 vsize=807384 CPUtime=0.41
/proc/26385/task/26395/stat : 26395 (java) R 26383 26385 26258 0 -1 64 1083 0 0 0 41 0 0 0 16 0 12 0 25283348 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 103142672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26396] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26396/stat : 26396 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25283348 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26397] ppid=26383 vsize=807384 CPUtime=0
/proc/26385/task/26397/stat : 26397 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25283348 826761216 6721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807384

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 26397
/proc/meminfo: memFree=1818392/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=810860 CPUtime=3.05
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 11645 0 1 0 295 10 0 0 20 0 12 0 25283338 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 202715 9185 1428 9 0 200042 0
[pid=26385/tid=26387] ppid=26383 vsize=810860 CPUtime=1.49
/proc/26385/task/26387/stat : 26387 (java) R 26383 26385 26258 0 -1 64 6908 0 1 0 143 6 0 0 25 0 12 0 25283340 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26388] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26388/stat : 26388 (java) S 26383 26385 26258 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 25283341 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26389] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26389/stat : 26389 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25283342 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26390] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26390/stat : 26390 (java) S 26383 26385 26258 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25283343 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26391] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26391/stat : 26391 (java) S 26383 26385 26258 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 25283344 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26392] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26392/stat : 26392 (java) S 26383 26385 26258 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 25283344 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26393] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26393/stat : 26393 (java) S 26383 26385 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25283348 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26394] ppid=26383 vsize=810860 CPUtime=0.04
/proc/26385/task/26394/stat : 26394 (java) S 26383 26385 26258 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 25283348 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26395] ppid=26383 vsize=810860 CPUtime=1.49
/proc/26385/task/26395/stat : 26395 (java) R 26383 26385 26258 0 -1 64 3741 0 0 0 147 2 0 0 17 0 12 0 25283348 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 106285304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26396] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26396/stat : 26396 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25283348 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26397] ppid=26383 vsize=810860 CPUtime=0
/proc/26385/task/26397/stat : 26397 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25283348 830320640 9185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810860

[startup+6.30282 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 26397
/proc/meminfo: memFree=1788632/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=809548 CPUtime=6.25
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 26248 0 1 0 607 18 0 0 20 0 12 0 25283338 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 202387 21221 1443 9 0 199714 0
[pid=26385/tid=26387] ppid=26383 vsize=809548 CPUtime=2.91
/proc/26385/task/26387/stat : 26387 (java) R 26383 26385 26258 0 -1 64 17395 0 1 0 278 13 0 0 25 0 12 0 25283340 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4109875274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26388] ppid=26383 vsize=809548 CPUtime=0.03
/proc/26385/task/26388/stat : 26388 (java) S 26383 26385 26258 0 -1 64 1001 0 0 0 3 0 0 0 17 0 12 0 25283341 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26389] ppid=26383 vsize=809548 CPUtime=0.02
/proc/26385/task/26389/stat : 26389 (java) S 26383 26385 26258 0 -1 64 748 0 0 0 2 0 0 0 17 0 12 0 25283342 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26390] ppid=26383 vsize=809548 CPUtime=0
/proc/26385/task/26390/stat : 26390 (java) S 26383 26385 26258 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25283343 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26391] ppid=26383 vsize=809548 CPUtime=0
/proc/26385/task/26391/stat : 26391 (java) S 26383 26385 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25283344 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26392] ppid=26383 vsize=809548 CPUtime=0
/proc/26385/task/26392/stat : 26392 (java) S 26383 26385 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25283344 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26393] ppid=26383 vsize=809548 CPUtime=0
/proc/26385/task/26393/stat : 26393 (java) S 26383 26385 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25283348 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26394] ppid=26383 vsize=809548 CPUtime=0.13
/proc/26385/task/26394/stat : 26394 (java) S 26383 26385 26258 0 -1 64 262 0 0 0 13 0 0 0 17 0 12 0 25283348 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26395] ppid=26383 vsize=809548 CPUtime=3.12
/proc/26385/task/26395/stat : 26395 (java) S 26383 26385 26258 0 -1 64 6090 0 0 0 309 3 0 0 16 0 12 0 25283348 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26396] ppid=26383 vsize=809548 CPUtime=0
/proc/26385/task/26396/stat : 26396 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25283348 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26397] ppid=26383 vsize=809548 CPUtime=0
/proc/26385/task/26397/stat : 26397 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25283348 828977152 21221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 809548

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

[startup+6.7029 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26397
/proc/meminfo: memFree=1765472/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=809872 CPUtime=6.64
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 26279 0 1 0 646 18 0 0 20 0 13 0 25283338 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 202468 21250 1446 9 0 199795 0
[pid=26385/tid=26387] ppid=26383 vsize=809872 CPUtime=3.13
/proc/26385/task/26387/stat : 26387 (java) R 26383 26385 26258 0 -1 64 17407 0 1 0 300 13 0 0 25 0 13 0 25283340 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26388] ppid=26383 vsize=809872 CPUtime=0.03
/proc/26385/task/26388/stat : 26388 (java) S 26383 26385 26258 0 -1 64 1001 0 0 0 3 0 0 0 17 0 13 0 25283341 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26389] ppid=26383 vsize=809872 CPUtime=0.02
/proc/26385/task/26389/stat : 26389 (java) S 26383 26385 26258 0 -1 64 748 0 0 0 2 0 0 0 17 0 13 0 25283342 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26390] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26390/stat : 26390 (java) S 26383 26385 26258 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 25283343 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26391] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26391/stat : 26391 (java) S 26383 26385 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25283344 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26392] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26392/stat : 26392 (java) S 26383 26385 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25283344 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26393] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26393/stat : 26393 (java) S 26383 26385 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25283348 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26394] ppid=26383 vsize=809872 CPUtime=0.13
/proc/26385/task/26394/stat : 26394 (java) S 26383 26385 26258 0 -1 64 262 0 0 0 13 0 0 0 17 0 13 0 25283348 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26395] ppid=26383 vsize=809872 CPUtime=3.28
/proc/26385/task/26395/stat : 26395 (java) R 26383 26385 26258 0 -1 64 6105 0 0 0 325 3 0 0 16 0 13 0 25283348 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 104079891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26396] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26396/stat : 26396 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25283348 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26397] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26397/stat : 26397 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25283348 829308928 21250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 809872

[startup+7.10299 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26397
/proc/meminfo: memFree=1765472/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=809872 CPUtime=7.03
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 26305 0 1 0 685 18 0 0 20 0 13 0 25283338 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 202468 21276 1450 9 0 199795 0
[pid=26385/tid=26387] ppid=26383 vsize=809872 CPUtime=3.23
/proc/26385/task/26387/stat : 26387 (java) R 26383 26385 26258 0 -1 64 17410 0 1 0 310 13 0 0 25 0 13 0 25283340 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26388] ppid=26383 vsize=809872 CPUtime=0.03
/proc/26385/task/26388/stat : 26388 (java) S 26383 26385 26258 0 -1 64 1001 0 0 0 3 0 0 0 17 0 13 0 25283341 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26389] ppid=26383 vsize=809872 CPUtime=0.02
/proc/26385/task/26389/stat : 26389 (java) S 26383 26385 26258 0 -1 64 748 0 0 0 2 0 0 0 17 0 13 0 25283342 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26390] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26390/stat : 26390 (java) S 26383 26385 26258 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 25283343 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26391] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26391/stat : 26391 (java) S 26383 26385 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25283344 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26392] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26392/stat : 26392 (java) S 26383 26385 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25283344 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26393] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26393/stat : 26393 (java) S 26383 26385 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25283348 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26394] ppid=26383 vsize=809872 CPUtime=0.13
/proc/26385/task/26394/stat : 26394 (java) S 26383 26385 26258 0 -1 64 262 0 0 0 13 0 0 0 17 0 13 0 25283348 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26395] ppid=26383 vsize=809872 CPUtime=3.58
/proc/26385/task/26395/stat : 26395 (java) R 26383 26385 26258 0 -1 64 6128 0 0 0 355 3 0 0 17 0 13 0 25283348 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 104143095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26396] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26396/stat : 26396 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25283348 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26397] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26397/stat : 26397 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25283348 829308928 21276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 809872

[startup+7.203 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26397
/proc/meminfo: memFree=1765472/2055920 swapFree=4192812/4192956
[pid=26385] ppid=26383 vsize=809872 CPUtime=7.13
/proc/26385/stat : 26385 (java) S 26383 26385 26258 0 -1 0 26315 0 1 0 695 18 0 0 20 0 13 0 25283338 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26385/statm: 202468 21285 1451 9 0 199795 0
[pid=26385/tid=26387] ppid=26383 vsize=809872 CPUtime=3.25
/proc/26385/task/26387/stat : 26387 (java) S 26383 26385 26258 0 -1 64 17413 0 1 0 312 13 0 0 25 0 13 0 25283340 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26388] ppid=26383 vsize=809872 CPUtime=0.03
/proc/26385/task/26388/stat : 26388 (java) S 26383 26385 26258 0 -1 64 1001 0 0 0 3 0 0 0 17 0 13 0 25283341 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26389] ppid=26383 vsize=809872 CPUtime=0.02
/proc/26385/task/26389/stat : 26389 (java) S 26383 26385 26258 0 -1 64 748 0 0 0 2 0 0 0 17 0 13 0 25283342 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26390] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26390/stat : 26390 (java) S 26383 26385 26258 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 25283343 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26391] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26391/stat : 26391 (java) S 26383 26385 26258 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25283344 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26392] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26392/stat : 26392 (java) S 26383 26385 26258 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25283344 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26393] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26393/stat : 26393 (java) S 26383 26385 26258 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25283348 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26394] ppid=26383 vsize=809872 CPUtime=0.13
/proc/26385/task/26394/stat : 26394 (java) S 26383 26385 26258 0 -1 64 262 0 0 0 13 0 0 0 17 0 13 0 25283348 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26395] ppid=26383 vsize=809872 CPUtime=3.64
/proc/26385/task/26395/stat : 26395 (java) R 26383 26385 26258 0 -1 64 6132 0 0 0 361 3 0 0 17 0 13 0 25283348 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 105718819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26396] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26396/stat : 26396 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25283348 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26385/tid=26397] ppid=26383 vsize=809872 CPUtime=0
/proc/26385/task/26397/stat : 26397 (java) S 26383 26385 26258 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25283348 829308928 21285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 809872

Child status: 0
Real time (s): 7.25289
CPU time (s): 7.16991
CPU user time (s): 6.96994
CPU system time (s): 0.199969
CPU usage (%): 98.8559
Max. virtual memory (cumulated for all children) (KiB): 812404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.96994
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26322
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= 1345
involuntary context switches= 1468

runsolver used 0.014997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 09:03:00
IDJOB=2085584
IDBENCH=58452
IDSOLVER=731
FILE ID=node76/2085584-1247382180
PBS_JOBID= 9507255
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-ash958GPIA-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085584-1247382180/watcher-2085584-1247382180 -o /tmp/evaluation-result-2085584-1247382180/solver-2085584-1247382180 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085584-1247382180.xml

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

MD5SUM BENCH= d6cdc053ccfd3d3b7a9392bd856aecbd
RANDOM SEED=352282890

node76.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.277
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.277
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:       1845976 kB
Buffers:         10408 kB
Cached:          72416 kB
SwapCached:          0 kB
Active:         130024 kB
Inactive:        26356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2820 kB
Writeback:           0 kB
Mapped:          93960 kB
Slab:            38552 kB
Committed_AS:   268436 kB
PageTables:       2020 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= 66424 MiB
End job on node76 at 2009-07-12 09:03:07