Trace number 2084572

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 15.3657 15.5416

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-14.xml
MD5SUM1e9997924d7e314983d38e0bb7239ab4
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.760883
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2084572-1247379216.xml
0.19/0.24	c reading problem ... 
0.39/0.50	c reading problem named null
0.39/0.50	c reading domains done.
0.49/0.50	c reading variables done.
0.58/0.67	c reading predicates  done.
0.88/0.90	c reading constraints
10.90/11.07	c done with constraints.
10.90/11.07	c ... done. Wall clock time 10.832s.
10.90/11.07	c #vars     4928
10.90/11.07	c #constraints  409840
10.90/11.07	c constraints type 
10.90/11.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 409488
10.90/11.07	c org.sat4j.minisat.constraints.card.AtLeast => 352
15.25/15.47	c starts		: 5
15.25/15.47	c conflicts		: 1004
15.25/15.47	c decisions		: 1755
15.25/15.47	c propagations		: 111590
15.25/15.47	c inspects		: 15219880
15.25/15.47	c learnt literals	: 0
15.25/15.47	c learnt binary clauses	: 0
15.25/15.47	c learnt ternary clauses	: 0
15.25/15.47	c learnt clauses	: 1004
15.25/15.47	c ignored clauses	: 0
15.25/15.48	c root simplifications	: 0
15.25/15.48	c removed literals (reason simplification)	: 999
15.25/15.48	c reason swapping (by a shorter reason)	: 0
15.25/15.48	c Calls to reduceDB	: 0
15.25/15.48	c speed (assignments/second)	: 25367.12889293021
15.25/15.48	c non guided choices	665
15.25/15.48	c learnt constraints type 
15.25/15.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1004
15.25/15.48	c constraints type 
15.25/15.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 409488
15.25/15.48	c org.sat4j.minisat.constraints.card.AtLeast => 352
15.25/15.48	s SATISFIABLE
15.25/15.48	v 10 6 2 8 11 1 13 10 9 4 0 6 3 7 10 12 9 2 4 12 9 3 13 8 11 10 3 2 7 10 9 12 13 6 2 4 8 12 9 12 11 0 6 4 11 13 7 10 11 2 7 10 12 9 0 5 10 4 0 3 8 12 9 13 5 1 6 7 10 6 7 13 5 1 4 0 3 8 12 4 0 3 8 12 4 1 6 7 13 5 1 6 7 13 5 1 8 12 5 9 4 0 3 1 10 11 2 0 3 5 1 13 4 8 6 8 6 8 6 2 4 0 8 1 5 6 10 11 9 12 7 12 7 12 7 0 0 1 7 7 6 7 11 13 5 2 4 9 0 6 12 1 0 12 9 9 6 7 10 5 11 12 0 3 6 4 2 10 8 12 9 7 10 11 13 3 2 13 5 8 0 6 1 5 2 3 6 0 7 6 13 9 2 0 1 2 10 2 2 11 13 11 12 4 0 13 5 7 10 11 13 0 3 10 5 12 8 0 3 8 1 6 7 8 12 3 5 4 10 1 4 13 3 1 10 0 10 9 10 9 0 0 9 2 4 3 6 7 10 1 8 12 9 11 5 2 0 3 11 5 1 7 10 12 9 2 6 3 7 10 6 11 5 1 8 12 8 11 5 1 8 12 9 0 0 2 0 3 6 7 4 7 12 2 3 0 10 11 5 8 9 2 4 10 1 9 3 7 6 11 13 5 2 0 11 1 5 6 10 11 13 0 2 4 8 1 2 8 1 6 2 11 13 5 11 13 5 12 2 8 4 0 3 4 0 3 2 4 0 11 1 13 
15.25/15.48	c Total wall clock time (in seconds) : 15.232

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-2084572-1247379216/watcher-2084572-1247379216 -o /tmp/evaluation-result-2084572-1247379216/solver-2084572-1247379216 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084572-1247379216.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.22 2.15 2.16 4/80 25686
/proc/meminfo: memFree=1856080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=13208 CPUtime=0
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24985113 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 3302 521 219 9 0 1186 0
[pid=25686/tid=25687] ppid=25684 vsize=13208 CPUtime=0
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24985114 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5156824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.106547 s]
/proc/loadavg: 2.22 2.15 2.16 4/80 25686
/proc/meminfo: memFree=1856080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=804560 CPUtime=0.09
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 3065 0 1 0 8 1 0 0 18 0 12 0 24985113 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 201140 2808 1083 9 0 198474 0
[pid=25686/tid=25687] ppid=25684 vsize=804560 CPUtime=0.09
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 2308 0 1 0 8 1 0 0 21 0 12 0 24985114 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 105374061 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.20255 s]
/proc/loadavg: 2.22 2.15 2.16 4/80 25686
/proc/meminfo: memFree=1856080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=805504 CPUtime=0.19
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 3852 0 1 0 17 2 0 0 18 0 12 0 24985113 824836096 3590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 201376 3590 1335 9 0 198710 0
[pid=25686/tid=25687] ppid=25684 vsize=805504 CPUtime=0.15
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 2662 0 1 0 14 1 0 0 21 0 12 0 24985114 824836096 3590 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805504

[startup+0.302558 s]
/proc/loadavg: 2.22 2.15 2.16 4/80 25686
/proc/meminfo: memFree=1856080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=805628 CPUtime=0.29
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 4314 0 1 0 27 2 0 0 18 0 12 0 24985113 824963072 4051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 201407 4051 1359 9 0 198734 0
[pid=25686/tid=25687] ppid=25684 vsize=805628 CPUtime=0.21
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 3073 0 1 0 20 1 0 0 21 0 12 0 24985114 824963072 4051 996147200 134512640 134550932 4294956016 18446744073709551615 4109143688 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701586 s]
/proc/loadavg: 2.22 2.15 2.16 4/80 25686
/proc/meminfo: memFree=1856080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=807184 CPUtime=0.68
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 5758 0 1 0 65 3 0 0 18 0 12 0 24985113 826556416 5225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 201796 5225 1387 9 0 199123 0
[pid=25686/tid=25687] ppid=25684 vsize=807184 CPUtime=0.42
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 3837 0 1 0 40 2 0 0 23 0 12 0 24985114 826556416 5225 996147200 134512640 134550932 4294956016 18446744073709551615 103314355 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50264 s]
/proc/loadavg: 2.28 2.16 2.17 3/92 25698
/proc/meminfo: memFree=1836208/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=809388 CPUtime=1.47
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 8746 0 1 0 142 5 0 0 18 0 12 0 24985113 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202347 7088 1415 9 0 199674 0
[pid=25686/tid=25687] ppid=25684 vsize=809388 CPUtime=0.85
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 5262 0 1 0 81 4 0 0 20 0 12 0 24985114 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24985115 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24985115 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24985117 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24985117 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24985117 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24985122 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24985122 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=809388 CPUtime=0.61
/proc/25686/task/25696/stat : 25696 (java) R 25684 25686 25307 0 -1 64 2726 0 0 0 61 0 0 0 17 0 12 0 24985122 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 105713715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24985122 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=809388 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24985122 828813312 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809388

[startup+3.10175 s]
/proc/loadavg: 2.28 2.16 2.17 4/92 25698
/proc/meminfo: memFree=1819312/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811104 CPUtime=3.06
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 17604 0 1 0 297 9 0 0 18 0 12 0 24985113 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202776 15105 1421 9 0 200103 0
[pid=25686/tid=25687] ppid=25684 vsize=811104 CPUtime=1.7
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 12799 0 1 0 163 7 0 0 25 0 12 0 24985114 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24985115 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24985115 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24985117 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24985117 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24985117 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24985122 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24985122 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811104 CPUtime=1.34
/proc/25686/task/25696/stat : 25696 (java) R 25684 25686 25307 0 -1 64 4047 0 0 0 133 1 0 0 17 0 12 0 24985122 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 104140019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24985122 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811104 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24985122 830570496 15105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811104

[startup+6.30297 s]
/proc/loadavg: 2.28 2.16 2.17 3/92 25698
/proc/meminfo: memFree=1775536/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811508 CPUtime=6.23
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 27892 0 1 0 609 14 0 0 18 0 12 0 24985113 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202877 24596 1441 9 0 200204 0
[pid=25686/tid=25687] ppid=25684 vsize=811508 CPUtime=3.53
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 17383 0 1 0 343 10 0 0 25 0 12 0 24985114 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811508 CPUtime=0.07
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 3013 0 0 0 6 1 0 0 17 0 12 0 24985115 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811508 CPUtime=0.04
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 1724 0 0 0 4 0 0 0 17 0 12 0 24985115 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 24985117 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24985117 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24985117 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24985122 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24985122 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811508 CPUtime=2.55
/proc/25686/task/25696/stat : 25696 (java) R 25684 25686 25307 0 -1 64 4999 0 0 0 253 2 0 0 16 0 12 0 24985122 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 103345761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24985122 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811508 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24985122 830984192 24596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 811508

[startup+12.7057 s]
/proc/loadavg: 2.24 2.15 2.17 4/93 25699
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811900 CPUtime=12.58
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 39092 0 1 0 1238 20 0 0 18 0 13 0 24985113 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202975 35388 1450 9 0 200302 0
[pid=25686/tid=25687] ppid=25684 vsize=811900 CPUtime=7.88
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 17408 0 1 0 778 10 0 0 25 0 13 0 24985114 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811900 CPUtime=0.45
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 7333 0 0 0 42 3 0 0 17 0 13 0 24985115 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811900 CPUtime=0.47
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 8020 0 0 0 44 3 0 0 16 0 13 0 24985115 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 24985117 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811900 CPUtime=3.74
/proc/25686/task/25696/stat : 25696 (java) S 25684 25686 25307 0 -1 64 5553 0 0 0 372 2 0 0 15 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25699] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25699/stat : 25699 (java) S 25684 25686 25307 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24986223 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 811900

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

[startup+12.8024 s]
/proc/loadavg: 2.24 2.15 2.17 4/93 25699
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811900 CPUtime=12.68
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 39092 0 1 0 1248 20 0 0 18 0 13 0 24985113 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202975 35388 1450 9 0 200302 0
[pid=25686/tid=25687] ppid=25684 vsize=811900 CPUtime=7.91
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 17408 0 1 0 781 10 0 0 25 0 13 0 24985114 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4109751835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811900 CPUtime=0.45
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 7333 0 0 0 42 3 0 0 17 0 13 0 24985115 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811900 CPUtime=0.47
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 8020 0 0 0 44 3 0 0 16 0 13 0 24985115 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 24985117 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811900 CPUtime=3.8
/proc/25686/task/25696/stat : 25696 (java) S 25684 25686 25307 0 -1 64 5553 0 0 0 378 2 0 0 16 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24985122 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25699] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25699/stat : 25699 (java) S 25684 25686 25307 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24986223 831385600 35388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 811900

[startup+14.4075 s]
/proc/loadavg: 2.24 2.15 2.17 3/93 25699
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811900 CPUtime=14.26
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 39096 0 1 0 1406 20 0 0 18 0 13 0 24985113 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202975 35391 1450 9 0 200302 0
[pid=25686/tid=25687] ppid=25684 vsize=811900 CPUtime=9.45
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 17409 0 1 0 935 10 0 0 25 0 13 0 24985114 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4109751835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811900 CPUtime=0.45
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 7333 0 0 0 42 3 0 0 17 0 13 0 24985115 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811900 CPUtime=0.47
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 8020 0 0 0 44 3 0 0 16 0 13 0 24985115 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811900 CPUtime=0.01
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 1 0 0 0 17 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811900 CPUtime=3.85
/proc/25686/task/25696/stat : 25696 (java) S 25684 25686 25307 0 -1 64 5556 0 0 0 383 2 0 0 17 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25699] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25699/stat : 25699 (java) S 25684 25686 25307 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24986223 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 811900

[startup+15.2026 s]
/proc/loadavg: 2.24 2.15 2.17 3/93 25699
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811900 CPUtime=15.05
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 39096 0 1 0 1485 20 0 0 18 0 13 0 24985113 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202975 35391 1450 9 0 200302 0
[pid=25686/tid=25687] ppid=25684 vsize=811900 CPUtime=10.24
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 17409 0 1 0 1014 10 0 0 25 0 13 0 24985114 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4109751844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811900 CPUtime=0.45
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 7333 0 0 0 42 3 0 0 17 0 13 0 24985115 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811900 CPUtime=0.47
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 8020 0 0 0 44 3 0 0 16 0 13 0 24985115 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811900 CPUtime=0.01
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811900 CPUtime=3.85
/proc/25686/task/25696/stat : 25696 (java) S 25684 25686 25307 0 -1 64 5556 0 0 0 383 2 0 0 15 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25699] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25699/stat : 25699 (java) S 25684 25686 25307 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24986223 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 811900

[startup+15.4026 s]
/proc/loadavg: 2.24 2.15 2.17 3/93 25699
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811900 CPUtime=15.25
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 39096 0 1 0 1505 20 0 0 18 0 13 0 24985113 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202975 35391 1450 9 0 200302 0
[pid=25686/tid=25687] ppid=25684 vsize=811900 CPUtime=10.44
/proc/25686/task/25687/stat : 25687 (java) R 25684 25686 25307 0 -1 64 17409 0 1 0 1034 10 0 0 25 0 13 0 24985114 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4110367707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811900 CPUtime=0.45
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 7333 0 0 0 42 3 0 0 17 0 13 0 24985115 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811900 CPUtime=0.47
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 8020 0 0 0 44 3 0 0 16 0 13 0 24985115 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811900 CPUtime=0.01
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24985117 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811900 CPUtime=3.85
/proc/25686/task/25696/stat : 25696 (java) S 25684 25686 25307 0 -1 64 5556 0 0 0 383 2 0 0 15 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24985122 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25699] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25699/stat : 25699 (java) S 25684 25686 25307 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24986223 831385600 35391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 811900

[startup+15.5076 s]
/proc/loadavg: 2.24 2.15 2.17 3/93 25699
/proc/meminfo: memFree=1719080/2055920 swapFree=4192812/4192956
[pid=25686] ppid=25684 vsize=811900 CPUtime=15.33
/proc/25686/stat : 25686 (java) S 25684 25686 25307 0 -1 0 39106 0 1 0 1513 20 0 0 18 0 12 0 24985113 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 202975 35400 1451 9 0 200302 0
[pid=25686/tid=25687] ppid=25684 vsize=811900 CPUtime=10.47
/proc/25686/task/25687/stat : 25687 (java) S 25684 25686 25307 0 -1 64 17414 0 1 0 1037 10 0 0 25 0 12 0 24985114 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25684 vsize=811900 CPUtime=0.45
/proc/25686/task/25689/stat : 25689 (java) S 25684 25686 25307 0 -1 64 7333 0 0 0 42 3 0 0 17 0 12 0 24985115 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25684 vsize=811900 CPUtime=0.47
/proc/25686/task/25690/stat : 25690 (java) S 25684 25686 25307 0 -1 64 8020 0 0 0 44 3 0 0 16 0 12 0 24985115 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25691] ppid=25684 vsize=811900 CPUtime=0.01
/proc/25686/task/25691/stat : 25691 (java) S 25684 25686 25307 0 -1 64 18 0 0 0 1 0 0 0 17 0 12 0 24985117 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25692] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25684 25686 25307 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24985117 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25693] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25684 25686 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24985117 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25694] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25694/stat : 25694 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24985122 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25695] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25695/stat : 25695 (java) S 25684 25686 25307 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24985122 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25696] ppid=25684 vsize=811900 CPUtime=3.89
/proc/25686/task/25696/stat : 25696 (java) S 25684 25686 25307 0 -1 64 5558 0 0 0 387 2 0 0 15 0 12 0 24985122 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25697] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25697/stat : 25697 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24985122 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25686/tid=25698] ppid=25684 vsize=811900 CPUtime=0
/proc/25686/task/25698/stat : 25698 (java) S 25684 25686 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24985122 831385600 35400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 811900

Child status: 0
Real time (s): 15.5416
CPU time (s): 15.3657
CPU user time (s): 15.1377
CPU system time (s): 0.227965
CPU usage (%): 98.8682
Max. virtual memory (cumulated for all children) (KiB): 812152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1377
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39109
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= 1697
involuntary context switches= 2307

runsolver used 0.023996 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 08:13:36
IDJOB=2084572
IDBENCH=58092
IDSOLVER=731
FILE ID=node52/2084572-1247379216
PBS_JOBID= 9507187
Free space on /tmp= 66144 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-14.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084572-1247379216/watcher-2084572-1247379216 -o /tmp/evaluation-result-2084572-1247379216/solver-2084572-1247379216 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084572-1247379216.xml

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

MD5SUM BENCH= 1e9997924d7e314983d38e0bb7239ab4
RANDOM SEED=2033698270

node52.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.236
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.236
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:       1856560 kB
Buffers:          5552 kB
Cached:          67684 kB
SwapCached:          0 kB
Active:         124100 kB
Inactive:        26608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          95328 kB
Slab:            33756 kB
Committed_AS:   940616 kB
PageTables:       2036 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= 66140 MiB
End job on node52 at 2009-07-12 08:13:52