Trace number 2084990

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 14.3658 14.6024

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25b-25.xml
MD5SUM97a2b25f723e9e65f3afed2b38abd945
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.339947
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8263
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8263
Global constraints used (with number of constraints)

Solver Data

0.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.24	c See www.sat4j.org for details.
0.10/0.24	c That software uses the Rhino library from the Mozilla project.
0.10/0.26	c version 2.1.1.v20090622
0.10/0.26	c sun.arch.data.model	32
0.10/0.26	c java.version	1.6.0_12
0.10/0.26	c os.name	Linux
0.10/0.26	c os.version	2.6.9-22.EL.rootsmp
0.10/0.26	c os.arch	i386
0.10/0.26	c Free memory 671000808
0.10/0.26	c Max memory 672137216
0.10/0.26	c Total memory 672137216
0.10/0.26	c Number of processors 2
0.18/0.35	c c --- Begin Solver configuration ---
0.18/0.35	c Stops conflict analysis at the first Unique Implication Point
0.18/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.35	c Learn all clauses as in MiniSAT
0.18/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.35	c Expensive reason simplification
0.18/0.35	c MiniSAT restarts strategy
0.18/0.35	c Memory based learned constraints deletion strategy
0.18/0.35	c timeout=2147483s
0.18/0.35	c DB Simplification allowed=false
0.18/0.35	c --- End Solver configuration ---
0.18/0.35	c solving HOME/instance-2084990-1247380744.xml
0.18/0.35	c reading problem ... 
0.43/0.66	c reading problem named null
0.43/0.66	c reading domains done.
0.43/0.67	c reading variables done.
0.82/1.09	c reading predicates  done.
1.11/1.33	c reading constraints
12.70/12.96	c done with constraints.
12.70/12.96	c ... done. Wall clock time 12.609s.
12.70/12.96	c #vars     11250
12.70/12.96	c #constraints  414050
12.70/12.96	c constraints type 
12.70/12.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 413600
12.70/12.96	c org.sat4j.minisat.constraints.card.AtLeast => 450
14.30/14.52	c starts		: 1
14.30/14.52	c conflicts		: 29
14.30/14.52	c decisions		: 6436
14.30/14.52	c propagations		: 12769
14.30/14.52	c inspects		: 3866057
14.30/14.52	c learnt literals	: 0
14.30/14.52	c learnt binary clauses	: 0
14.30/14.52	c learnt ternary clauses	: 0
14.30/14.52	c learnt clauses	: 29
14.30/14.52	c ignored clauses	: 0
14.30/14.52	c root simplifications	: 0
14.30/14.52	c removed literals (reason simplification)	: 1
14.30/14.53	c reason swapping (by a shorter reason)	: 0
14.30/14.53	c Calls to reduceDB	: 0
14.30/14.53	c speed (assignments/second)	: 8174.775928297055
14.30/14.53	c non guided choices	6406
14.30/14.53	c learnt constraints type 
14.30/14.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29
14.30/14.53	c constraints type 
14.30/14.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 413600
14.30/14.53	c org.sat4j.minisat.constraints.card.AtLeast => 450
14.30/14.53	s SATISFIABLE
14.30/14.53	v 14 24 20 12 16 22 18 16 16 19 12 14 2 13 18 21 22 19 8 21 2 22 20 0 2 3 23 3 11 21 20 23 12 22 18 23 22 1 0 12 19 24 15 23 22 6 5 8 0 15 23 18 20 17 1 13 12 9 21 24 3 24 7 22 23 19 24 3 17 18 20 21 4 19 21 7 15 16 24 17 24 6 12 20 21 13 9 23 15 13 9 21 17 17 20 1 16 21 1 16 18 6 4 2 14 16 12 10 18 20 14 21 14 19 17 17 12 19 23 13 22 11 22 18 21 23 20 14 18 15 16 16 22 15 21 2 13 16 13 10 20 14 17 12 1 4 11 9 19 16 11 17 0 8 10 8 8 5 1 5 17 12 15 7 3 10 8 11 8 11 13 14 9 3 18 15 20 7 3 12 16 3 15 7 9 0 2 16 5 6 11 2 2 15 10 4 15 9 19 7 1 1 8 13 10 9 9 6 7 18 14 13 0 2 0 17 0 4 14 1 2 2 14 9 1 16 1 16 7 0 4 0 15 5 10 14 0 9 5 8 12 13 0 14 13 12 12 11 10 15 1 1 11 12 5 2 6 1 1 0 6 5 0 1 14 4 0 7 11 0 13 2 2 0 1 11 12 10 4 13 11 2 9 10 6 9 12 3 4 1 0 11 4 5 2 6 10 5 1 7 11 0 11 8 10 0 9 8 6 12 5 0 4 8 11 7 9 0 0 3 6 10 10 7 4 3 6 4 0 6 8 9 6 1 5 0 5 7 8 4 10 5 9 2 8 7 8 3 6 0 4 1 4 3 2 5 0 7 8 4 1 7 2 5 7 3 5 7 2 0 5 1 3 6 2 3 4 1 1 6 6 3 1 1 0 4 0 1 6 2 2 0 3 1 1 1 2 5 0 3 2 4 4 5 0 1 3 4 4 2 1 0 3 1 0 2 0 0 0 0 0 0 3 3 2 3 0 2 2 0 1 2 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 
14.30/14.53	c Total wall clock time (in seconds) : 14.172

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-2084990-1247380744/watcher-2084990-1247380744 -o /tmp/evaluation-result-2084990-1247380744/solver-2084990-1247380744 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084990-1247380744.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.01 2.03 3/74 27598
/proc/meminfo: memFree=1894200/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=18576 CPUtime=0
/proc/27598/stat : 27598 (runsolver) R 27596 27598 26702 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 25140778 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27598/statm: 4644 284 249 26 0 2626 0

[startup+0.0550031 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 27598
/proc/meminfo: memFree=1894200/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=12928 CPUtime=0.01
/proc/27598/stat : 27598 (java) D 27596 27598 26702 0 -1 0 385 0 19 0 0 1 0 0 18 0 1 0 25140778 13238272 211 996147200 134512640 134550932 4294956016 18446744073709551615 1434410 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/27598/statm: 3232 211 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.103005 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 27598
/proc/meminfo: memFree=1894200/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=801384 CPUtime=0.03
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 2453 0 31 0 1 2 0 0 18 0 5 0 25140778 820617216 2230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 200346 2230 968 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.30203 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 27598
/proc/meminfo: memFree=1894200/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=805356 CPUtime=0.18
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 3771 0 31 0 15 3 0 0 18 0 12 0 25140778 824684544 3539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 201339 3539 1332 9 0 198673 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805356

[startup+0.702073 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 27598
/proc/meminfo: memFree=1894200/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=807180 CPUtime=0.52
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 5298 0 31 0 47 5 0 0 18 0 12 0 25140778 826552320 4853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 201795 4853 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 807180

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 2.03 4/86 27610
/proc/meminfo: memFree=1869208/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=807432 CPUtime=1.3
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 7956 0 31 0 123 7 0 0 18 0 12 0 25140778 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 201858 6590 1397 9 0 199185 0
[pid=27598/tid=27600] ppid=27596 vsize=807432 CPUtime=0.76
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 5268 0 1 0 71 5 0 0 18 0 12 0 25140785 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27601] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27601/stat : 27601 (java) S 27596 27598 26702 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25140786 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27602] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27602/stat : 27602 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25140786 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27603] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25140788 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27604] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25140789 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27605] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25140789 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27606] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25140796 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25140796 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=807432 CPUtime=0.52
/proc/27598/task/27608/stat : 27608 (java) R 27596 27598 26702 0 -1 64 1960 0 0 0 52 0 0 0 16 0 12 0 25140796 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 103333705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27609] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25140796 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=807432 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25140796 826810368 6590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 807432

[startup+3.10134 s]
/proc/loadavg: 2.00 2.00 2.03 3/86 27610
/proc/meminfo: memFree=1852632/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=810744 CPUtime=2.89
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 21722 0 31 0 276 13 0 0 18 0 12 0 25140778 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 202686 19555 1421 9 0 200013 0
[pid=27598/tid=27600] ppid=27596 vsize=810744 CPUtime=1.73
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 17336 0 1 0 164 9 0 0 25 0 12 0 25140785 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4109502728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27601] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27601/stat : 27601 (java) S 27596 27598 26702 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25140786 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27602] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27602/stat : 27602 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25140786 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27603] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 25140788 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27604] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25140789 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27605] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25140789 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27606] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25140796 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25140796 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=810744 CPUtime=1.13
/proc/27598/task/27608/stat : 27608 (java) S 27596 27598 26702 0 -1 64 3658 0 0 0 112 1 0 0 16 0 12 0 25140796 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27609] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25140796 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=810744 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25140796 830201856 19555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 810744

[startup+6.30269 s]
/proc/loadavg: 2.00 2.00 2.03 3/86 27610
/proc/meminfo: memFree=1792408/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=810776 CPUtime=6.1
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 29031 0 31 0 594 16 0 0 18 0 12 0 25140778 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 202694 26444 1433 9 0 200021 0
[pid=27598/tid=27600] ppid=27596 vsize=810776 CPUtime=3.62
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 17382 0 1 0 352 10 0 0 25 0 12 0 25140785 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4109709505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27601] ppid=27596 vsize=810776 CPUtime=0.11
/proc/27598/task/27601/stat : 27601 (java) S 27596 27598 26702 0 -1 64 3827 0 0 0 10 1 0 0 17 0 12 0 25140786 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27602] ppid=27596 vsize=810776 CPUtime=0.07
/proc/27598/task/27602/stat : 27602 (java) S 27596 27598 26702 0 -1 64 2963 0 0 0 6 1 0 0 17 0 12 0 25140786 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27603] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 25140788 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27604] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25140789 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27605] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25140789 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27606] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25140796 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25140796 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=810776 CPUtime=2.26
/proc/27598/task/27608/stat : 27608 (java) S 27596 27598 26702 0 -1 64 4119 0 0 0 225 1 0 0 15 0 12 0 25140796 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27609] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25140796 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=810776 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25140796 830234624 26444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 810776

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.03 3/86 27610
/proc/meminfo: memFree=1737120/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=813216 CPUtime=12.49
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 43944 0 31 0 1226 23 0 0 18 0 12 0 25140778 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 203304 39905 1442 9 0 200631 0
[pid=27598/tid=27600] ppid=27596 vsize=813216 CPUtime=8.22
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 17396 0 1 0 812 10 0 0 25 0 12 0 25140785 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27601] ppid=27596 vsize=813216 CPUtime=0.48
/proc/27598/task/27601/stat : 27601 (java) R 27596 27598 26702 0 -1 64 10056 0 0 0 44 4 0 0 16 0 12 0 25140786 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27602] ppid=27596 vsize=813216 CPUtime=0.44
/proc/27598/task/27602/stat : 27602 (java) R 27596 27598 26702 0 -1 64 9699 0 0 0 40 4 0 0 16 0 12 0 25140786 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27603] ppid=27596 vsize=813216 CPUtime=0.01
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 25140788 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27604] ppid=27596 vsize=813216 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25140789 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27605] ppid=27596 vsize=813216 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25140789 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27606] ppid=27596 vsize=813216 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25140796 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=813216 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25140796 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=813216 CPUtime=3.29
/proc/27598/task/27608/stat : 27608 (java) S 27596 27598 26702 0 -1 64 6053 0 0 0 327 2 0 0 16 0 12 0 25140796 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27609] ppid=27596 vsize=813216 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25140796 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=813216 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25140796 832733184 39905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 813216

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

[startup+13.5025 s]
/proc/loadavg: 2.00 2.00 2.03 4/87 27611
/proc/meminfo: memFree=1729240/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=813540 CPUtime=13.29
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 45814 0 31 0 1305 24 0 0 18 0 13 0 25140778 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 203385 41773 1445 9 0 200712 0
[pid=27598/tid=27600] ppid=27596 vsize=813540 CPUtime=8.79
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 17406 0 1 0 869 10 0 0 21 0 13 0 25140785 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4109161384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27601] ppid=27596 vsize=813540 CPUtime=0.51
/proc/27598/task/27601/stat : 27601 (java) S 27596 27598 26702 0 -1 64 10666 0 0 0 47 4 0 0 16 0 13 0 25140786 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27602] ppid=27596 vsize=813540 CPUtime=0.5
/proc/27598/task/27602/stat : 27602 (java) S 27596 27598 26702 0 -1 64 10904 0 0 0 45 5 0 0 16 0 13 0 25140786 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27603] ppid=27596 vsize=813540 CPUtime=0.01
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 25140788 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27604] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25140789 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27605] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25140789 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27606] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25140796 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25140796 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=813540 CPUtime=3.43
/proc/27598/task/27608/stat : 27608 (java) S 27596 27598 26702 0 -1 64 6092 0 0 0 341 2 0 0 16 0 13 0 25140796 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27609] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25140796 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25140796 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27611] ppid=27596 vsize=813540 CPUtime=0
/proc/27598/task/27611/stat : 27611 (java) S 27596 27598 26702 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 25142086 833064960 41773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 813540

[startup+14.3076 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 27611
/proc/meminfo: memFree=1722016/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=814564 CPUtime=14.1
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 46416 0 31 0 1385 25 0 0 18 0 13 0 25140778 834113536 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 203641 42089 1449 9 0 200968 0
[pid=27598/tid=27600] ppid=27596 vsize=814564 CPUtime=9.3
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 17409 0 1 0 920 10 0 0 25 0 13 0 25140785 834113536 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27601] ppid=27596 vsize=814564 CPUtime=0.51
/proc/27598/task/27601/stat : 27601 (java) S 27596 27598 26702 0 -1 64 10666 0 0 0 47 4 0 0 16 0 13 0 25140786 834113536 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27602] ppid=27596 vsize=814564 CPUtime=0.5
/proc/27598/task/27602/stat : 27602 (java) S 27596 27598 26702 0 -1 64 10904 0 0 0 45 5 0 0 16 0 13 0 25140786 834113536 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27603] ppid=27596 vsize=814564 CPUtime=0.01
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 25140788 834113536 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27604] ppid=27596 vsize=814696 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25140789 834248704 42095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27605] ppid=27596 vsize=814696 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25140789 834248704 42111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27606] ppid=27596 vsize=814696 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25140796 834248704 42122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=814696 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25140796 834248704 42122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=814696 CPUtime=3.72
/proc/27598/task/27608/stat : 27608 (java) R 27596 27598 26702 0 -1 64 6724 0 0 0 370 2 0 0 16 0 13 0 25140796 834248704 42122 996147200 134512640 134550932 4294956016 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27609] ppid=27596 vsize=814696 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25140796 834248704 42122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=814696 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25140796 834248704 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27611] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27611/stat : 27611 (java) S 27596 27598 26702 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 25142086 834113536 42089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 814564

[startup+14.5026 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 27611
/proc/meminfo: memFree=1722016/2055920 swapFree=4192812/4192956
[pid=27598] ppid=27596 vsize=814564 CPUtime=14.3
/proc/27598/stat : 27598 (java) S 27596 27598 26702 0 -1 0 46931 0 31 0 1405 25 0 0 18 0 13 0 25140778 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27598/statm: 203641 42108 1449 9 0 200968 0
[pid=27598/tid=27600] ppid=27596 vsize=814564 CPUtime=9.39
/proc/27598/task/27600/stat : 27600 (java) R 27596 27598 26702 0 -1 64 17410 0 1 0 929 10 0 0 25 0 13 0 25140785 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27601] ppid=27596 vsize=814564 CPUtime=0.51
/proc/27598/task/27601/stat : 27601 (java) S 27596 27598 26702 0 -1 64 10666 0 0 0 47 4 0 0 16 0 13 0 25140786 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27602] ppid=27596 vsize=814564 CPUtime=0.5
/proc/27598/task/27602/stat : 27602 (java) S 27596 27598 26702 0 -1 64 10904 0 0 0 45 5 0 0 16 0 13 0 25140786 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27603] ppid=27596 vsize=814564 CPUtime=0.01
/proc/27598/task/27603/stat : 27603 (java) S 27596 27598 26702 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 25140788 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27604] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27604/stat : 27604 (java) S 27596 27598 26702 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25140789 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27605] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27605/stat : 27605 (java) S 27596 27598 26702 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 25140789 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27606] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27606/stat : 27606 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25140796 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27607] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27607/stat : 27607 (java) S 27596 27598 26702 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25140796 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27608] ppid=27596 vsize=814564 CPUtime=3.82
/proc/27598/task/27608/stat : 27608 (java) S 27596 27598 26702 0 -1 64 7205 0 0 0 380 2 0 0 15 0 13 0 25140796 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27598/tid=27609] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27609/stat : 27609 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25140796 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27610] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27610/stat : 27610 (java) S 27596 27598 26702 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25140796 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27598/tid=27611] ppid=27596 vsize=814564 CPUtime=0
/proc/27598/task/27611/stat : 27611 (java) S 27596 27598 26702 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 25142086 834113536 42108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 814564

Child status: 0
Real time (s): 14.6024
CPU time (s): 14.3658
CPU user time (s): 14.0819
CPU system time (s): 0.283956
CPU usage (%): 98.3797
Max. virtual memory (cumulated for all children) (KiB): 814564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0819
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46977
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2293
involuntary context switches= 1690

runsolver used 0.019996 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 08:39:04
IDJOB=2084990
IDBENCH=58268
IDSOLVER=731
FILE ID=node35/2084990-1247380744
PBS_JOBID= 9507172
Free space on /tmp= 66300 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25b-25.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084990-1247380744/watcher-2084990-1247380744 -o /tmp/evaluation-result-2084990-1247380744/solver-2084990-1247380744 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084990-1247380744.xml

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

MD5SUM BENCH= 97a2b25f723e9e65f3afed2b38abd945
RANDOM SEED=777858961

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1894680 kB
Buffers:          6060 kB
Cached:          62960 kB
SwapCached:          0 kB
Active:          91696 kB
Inactive:        21128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          54884 kB
Slab:            33620 kB
Committed_AS:   237164 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node35 at 2009-07-12 08:39:18