Trace number 2073143

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 29.1226 29.3378

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-33-4.xml
MD5SUMa42d79bb6fe860b06fb8edfaf7f29aa0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.69759
Satisfiable
(Un)Satisfiability was proved
Number of variables528
Number of constraints5456
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5456
Global constraints used (with number of constraints)

Solver Data

0.10/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.25	c See www.sat4j.org for details.
0.10/0.25	c That software uses the Rhino library from the Mozilla project.
0.10/0.27	c version 2.1.1.v20090622
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 671000808
0.10/0.27	c Max memory 672137216
0.10/0.27	c Total memory 672137216
0.10/0.27	c Number of processors 2
0.19/0.35	c c --- Begin Solver configuration ---
0.19/0.35	c Stops conflict analysis at the first Unique Implication Point
0.19/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.35	c Learn all clauses as in MiniSAT
0.19/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.35	c Expensive reason simplification
0.19/0.35	c MiniSAT restarts strategy
0.19/0.35	c Memory based learned constraints deletion strategy
0.19/0.35	c timeout=2147483s
0.19/0.35	c DB Simplification allowed=false
0.19/0.35	c --- End Solver configuration ---
0.19/0.35	c solving HOME/instance-2073143-1247357737.xml
0.19/0.35	c reading problem ... 
0.44/0.65	c reading problem named null
0.44/0.65	c reading domains done.
0.44/0.66	c reading variables done.
0.63/0.80	c reading predicates  done.
0.81/1.04	c reading constraints
6.21/6.50	c done with constraints.
6.21/6.50	c ... done. Wall clock time 6.143s.
6.21/6.50	c #vars     2112
6.21/6.50	c #constraints  22880
6.21/6.50	c constraints type 
6.21/6.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22352
6.21/6.50	c org.sat4j.minisat.constraints.card.AtLeast => 528
29.00/29.24	c starts		: 16
29.00/29.24	c conflicts		: 96146
29.00/29.24	c decisions		: 153243
29.00/29.24	c propagations		: 5507322
29.00/29.24	c inspects		: 63045964
29.00/29.24	c learnt literals	: 0
29.00/29.24	c learnt binary clauses	: 0
29.00/29.24	c learnt ternary clauses	: 0
29.00/29.24	c learnt clauses	: 96146
29.00/29.24	c ignored clauses	: 0
29.00/29.24	c root simplifications	: 0
29.00/29.24	c removed literals (reason simplification)	: 917583
29.00/29.24	c reason swapping (by a shorter reason)	: 0
29.00/29.24	c Calls to reduceDB	: 0
29.00/29.24	c speed (assignments/second)	: 242207.84589673675
29.00/29.24	c non guided choices	1247
29.00/29.28	c learnt constraints type 
29.00/29.28	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96146
29.00/29.28	c constraints type 
29.00/29.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22352
29.00/29.28	c org.sat4j.minisat.constraints.card.AtLeast => 528
29.00/29.28	s SATISFIABLE
29.00/29.29	v 2 1 3 1 3 1 2 0 1 2 3 2 2 3 0 0 3 1 3 0 1 1 0 1 3 0 2 1 0 0 3 2 1 1 2 3 1 3 1 0 0 0 0 0 3 3 1 2 2 0 0 1 3 3 0 1 2 3 0 2 2 3 1 3 0 3 3 2 3 0 1 1 0 2 3 1 2 0 2 3 2 0 3 2 2 2 1 1 0 0 2 1 3 1 0 0 3 2 0 3 1 0 0 2 3 2 2 2 2 1 0 1 3 1 2 3 3 3 0 2 1 0 2 0 1 2 3 0 2 3 0 2 3 2 1 3 0 0 2 3 3 0 1 0 3 2 1 1 3 1 2 2 0 3 2 0 2 3 1 0 3 0 3 1 3 1 0 2 1 2 1 1 0 3 2 2 1 1 0 3 1 0 3 2 1 0 3 2 3 1 2 3 2 0 2 0 1 2 0 1 0 3 2 2 1 0 1 3 1 2 1 3 2 3 2 3 3 0 0 0 3 0 1 0 3 0 1 3 0 2 3 1 1 1 2 3 3 0 0 3 3 1 2 0 3 3 0 1 1 1 2 2 1 3 2 2 1 0 0 3 2 1 1 2 0 0 3 3 3 2 3 1 0 2 1 3 1 1 2 0 3 2 2 2 2 3 1 1 3 1 2 0 1 0 3 3 0 3 2 1 3 1 2 0 1 2 1 2 3 2 2 0 3 1 3 2 0 2 3 3 1 2 2 0 1 1 1 2 0 2 0 3 0 3 2 3 1 1 2 0 0 1 1 1 1 1 0 0 1 3 2 3 2 2 0 3 1 0 3 1 3 0 0 3 2 1 2 0 0 2 0 3 0 1 2 3 2 0 2 2 3 2 1 1 3 2 2 1 1 2 0 3 1 1 3 1 0 1 3 0 0 2 2 0 1 1 2 2 3 0 0 2 3 3 0 0 0 1 2 3 0 2 3 3 0 0 2 1 3 1 1 1 0 0 3 1 2 3 0 1 0 2 1 3 3 3 2 1 2 0 2 0 1 3 1 1 1 2 2 3 3 0 2 3 2 2 0 3 3 1 2 0 2 2 3 0 3 1 3 0 3 2 1 3 3 2 2 2 2 1 0 1 1 2 3 2 3 1 0 0 2 2 2 2 3 0 0 0 1 3 1 3 0 1 1 1 0 3 3 2 3 1 3 0 2 0 3 3 
29.00/29.29	c Total wall clock time (in seconds) : 28.882

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-2073143-1247357737/watcher-2073143-1247357737 -o /tmp/evaluation-result-2073143-1247357737/solver-2073143-1247357737 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073143-1247357737.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.20 2.46 2.36 3/74 19381
/proc/meminfo: memFree=1846304/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=18576 CPUtime=0
/proc/19381/stat : 19381 (runsolver) R 19379 19381 18020 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22836929 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19381/statm: 4644 284 249 26 0 2626 0

[startup+0.0959509 s]
/proc/loadavg: 2.20 2.46 2.36 3/74 19381
/proc/meminfo: memFree=1846304/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=800696 CPUtime=0.04
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 2330 0 30 0 1 3 0 0 18 0 4 0 22836929 819912704 2106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 200174 2107 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.102948 s]
/proc/loadavg: 2.20 2.46 2.36 3/74 19381
/proc/meminfo: memFree=1846304/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=800696 CPUtime=0.04
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 2371 0 30 0 1 3 0 0 18 0 4 0 22836929 819912704 2147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 200174 2148 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301982 s]
/proc/loadavg: 2.20 2.46 2.36 3/74 19381
/proc/meminfo: memFree=1846304/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=805352 CPUtime=0.19
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 3752 0 30 0 14 5 0 0 18 0 12 0 22836929 824680448 3519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 201338 3519 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805352

[startup+0.70205 s]
/proc/loadavg: 2.20 2.46 2.36 3/74 19381
/proc/meminfo: memFree=1846304/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=807180 CPUtime=0.53
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 5303 0 31 0 46 7 0 0 18 0 12 0 22836929 826552320 4858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 201795 4858 1385 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50118 s]
/proc/loadavg: 2.20 2.46 2.36 3/86 19393
/proc/meminfo: memFree=1819200/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=809680 CPUtime=1.31
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 8501 0 31 0 122 9 0 0 18 0 12 0 22836929 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 202420 6889 1412 9 0 199747 0
[pid=19381/tid=19383] ppid=19379 vsize=809680 CPUtime=0.78
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 5018 0 2 0 73 5 0 0 23 0 12 0 22836936 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4109565299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22836937 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22836937 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22836940 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 22836940 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22836940 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22836947 829112320 6889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22836947 829112320 6890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=809680 CPUtime=0.48
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 2755 0 0 0 47 1 0 0 17 0 12 0 22836947 829112320 6890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22836947 829112320 6890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=809680 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22836947 829112320 6890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 809680

[startup+3.10245 s]
/proc/loadavg: 2.20 2.46 2.36 3/86 19393
/proc/meminfo: memFree=1808192/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=811212 CPUtime=2.9
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 15730 0 31 0 278 12 0 0 18 0 12 0 22836929 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 202803 12395 1424 9 0 200130 0
[pid=19381/tid=19383] ppid=19379 vsize=811212 CPUtime=1.54
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 10040 0 2 0 147 7 0 0 25 0 12 0 22836936 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22836937 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22836937 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22836940 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 22836940 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22836940 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22836947 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22836947 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=811212 CPUtime=1.33
/proc/19381/task/19391/stat : 19391 (java) R 19379 19381 18020 0 -1 64 4962 0 0 0 131 2 0 0 18 0 12 0 22836947 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 105871015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22836947 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=811212 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22836947 830681088 12395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 811212

[startup+6.303 s]
/proc/loadavg: 2.27 2.47 2.37 3/86 19393
/proc/meminfo: memFree=1759176/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813116 CPUtime=6.11
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 26698 0 31 0 593 18 0 0 18 0 12 0 22836929 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203279 21419 1443 9 0 200606 0
[pid=19381/tid=19383] ppid=19379 vsize=813116 CPUtime=3.14
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 17378 0 2 0 303 11 0 0 25 0 12 0 22836936 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813116 CPUtime=0.02
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 859 0 0 0 2 0 0 0 17 0 12 0 22836937 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 230 0 0 0 0 0 0 0 17 0 12 0 22836937 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 22836940 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22836940 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22836940 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22836947 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813116 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 22836947 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813116 CPUtime=2.87
/proc/19381/task/19391/stat : 19391 (java) R 19379 19381 18020 0 -1 64 7484 0 0 0 283 4 0 0 16 0 12 0 22836947 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 105817775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22836947 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813116 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22836947 832630784 21419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 813116

[startup+12.7011 s]
/proc/loadavg: 2.25 2.46 2.36 3/87 19394
/proc/meminfo: memFree=1756096/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813440 CPUtime=12.49
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 26775 0 31 0 1231 18 0 0 18 0 13 0 22836929 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203360 21492 1453 9 0 200687 0
[pid=19381/tid=19383] ppid=19379 vsize=813440 CPUtime=8.88
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 17394 0 2 0 877 11 0 0 25 0 13 0 22836936 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4110319028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813440 CPUtime=0.02
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 859 0 0 0 2 0 0 0 17 0 13 0 22836937 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 230 0 0 0 0 0 0 0 17 0 13 0 22836937 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22836940 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22836947 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813440 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 22836947 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813440 CPUtime=3.52
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 7540 0 0 0 348 4 0 0 16 0 13 0 22836947 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22836947 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22836947 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19394] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19394/stat : 19394 (java) S 19379 19381 18020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 22837580 832962560 21492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 813440

[startup+25.5022 s]
/proc/loadavg: 2.19 2.44 2.36 3/87 19394
/proc/meminfo: memFree=1707968/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813440 CPUtime=25.31
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 37649 0 31 0 2508 23 0 0 18 0 13 0 22836929 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203360 32268 1453 9 0 200687 0
[pid=19381/tid=19383] ppid=19379 vsize=813440 CPUtime=21.53
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 17395 0 2 0 2142 11 0 0 25 0 13 0 22836936 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4109126762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813440 CPUtime=0.09
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 6918 0 0 0 7 2 0 0 17 0 13 0 22836937 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813440 CPUtime=0.07
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 5040 0 0 0 5 2 0 0 17 0 13 0 22836937 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813440 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813440 CPUtime=3.53
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 7540 0 0 0 349 4 0 0 16 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19394] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19394/stat : 19394 (java) S 19379 19381 18020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 22837580 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 813440

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

[startup+27.1015 s]
/proc/loadavg: 2.19 2.44 2.36 3/87 19394
/proc/meminfo: memFree=1706432/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813440 CPUtime=26.9
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 37649 0 31 0 2667 23 0 0 18 0 13 0 22836929 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203360 32268 1453 9 0 200687 0
[pid=19381/tid=19383] ppid=19379 vsize=813440 CPUtime=23.13
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 17395 0 2 0 2302 11 0 0 25 0 13 0 22836936 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4110318624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813440 CPUtime=0.09
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 6918 0 0 0 7 2 0 0 17 0 13 0 22836937 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813440 CPUtime=0.07
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 5040 0 0 0 5 2 0 0 17 0 13 0 22836937 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813440 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813440 CPUtime=3.53
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 7540 0 0 0 349 4 0 0 16 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22836947 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19394] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19394/stat : 19394 (java) S 19379 19381 18020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 22837580 832962560 32268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.9
Current children cumulated vsize (KiB) 813440

[startup+28.7027 s]
/proc/loadavg: 2.19 2.44 2.36 3/87 19394
/proc/meminfo: memFree=1703808/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813440 CPUtime=28.5
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 37650 0 31 0 2827 23 0 0 18 0 13 0 22836929 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203360 32269 1453 9 0 200687 0
[pid=19381/tid=19383] ppid=19379 vsize=813440 CPUtime=24.72
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 17395 0 2 0 2461 11 0 0 25 0 13 0 22836936 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4110325269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813440 CPUtime=0.09
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 6918 0 0 0 7 2 0 0 17 0 13 0 22836937 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813440 CPUtime=0.07
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 5040 0 0 0 5 2 0 0 17 0 13 0 22836937 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813440 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813440 CPUtime=3.53
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 7541 0 0 0 349 4 0 0 16 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19394] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19394/stat : 19394 (java) S 19379 19381 18020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 22837580 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.5
Current children cumulated vsize (KiB) 813440

[startup+29.1028 s]
/proc/loadavg: 2.19 2.44 2.36 3/87 19394
/proc/meminfo: memFree=1703808/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813440 CPUtime=28.9
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 37650 0 31 0 2867 23 0 0 18 0 13 0 22836929 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203360 32269 1453 9 0 200687 0
[pid=19381/tid=19383] ppid=19379 vsize=813440 CPUtime=25.12
/proc/19381/task/19383/stat : 19383 (java) R 19379 19381 18020 0 -1 64 17395 0 2 0 2501 11 0 0 25 0 13 0 22836936 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4110325183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813440 CPUtime=0.09
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 6918 0 0 0 7 2 0 0 17 0 13 0 22836937 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813440 CPUtime=0.07
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 5040 0 0 0 5 2 0 0 17 0 13 0 22836937 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22836940 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813440 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813440 CPUtime=3.53
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 7541 0 0 0 349 4 0 0 16 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22836947 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19394] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19394/stat : 19394 (java) S 19379 19381 18020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 22837580 832962560 32269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.9
Current children cumulated vsize (KiB) 813440

[startup+29.3028 s]
/proc/loadavg: 2.19 2.44 2.36 3/87 19394
/proc/meminfo: memFree=1703808/2055920 swapFree=4192812/4192956
[pid=19381] ppid=19379 vsize=813440 CPUtime=29.1
/proc/19381/stat : 19381 (java) S 19379 19381 18020 0 -1 0 37659 0 31 0 2887 23 0 0 18 0 12 0 22836929 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19381/statm: 203360 32277 1454 9 0 200687 0
[pid=19381/tid=19383] ppid=19379 vsize=813440 CPUtime=25.26
/proc/19381/task/19383/stat : 19383 (java) S 19379 19381 18020 0 -1 64 17399 0 2 0 2515 11 0 0 24 0 12 0 22836936 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19384] ppid=19379 vsize=813440 CPUtime=0.09
/proc/19381/task/19384/stat : 19384 (java) S 19379 19381 18020 0 -1 64 6918 0 0 0 7 2 0 0 17 0 12 0 22836937 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19385] ppid=19379 vsize=813440 CPUtime=0.07
/proc/19381/task/19385/stat : 19385 (java) S 19379 19381 18020 0 -1 64 5040 0 0 0 5 2 0 0 17 0 12 0 22836937 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19386] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19386/stat : 19386 (java) S 19379 19381 18020 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 22836940 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19387] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19387/stat : 19387 (java) S 19379 19381 18020 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22836940 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19388] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19388/stat : 19388 (java) S 19379 19381 18020 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22836940 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19389] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19389/stat : 19389 (java) S 19379 19381 18020 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22836947 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19390] ppid=19379 vsize=813440 CPUtime=0.01
/proc/19381/task/19390/stat : 19390 (java) S 19379 19381 18020 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 22836947 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19391] ppid=19379 vsize=813440 CPUtime=3.55
/proc/19381/task/19391/stat : 19391 (java) S 19379 19381 18020 0 -1 64 7542 0 0 0 351 4 0 0 16 0 12 0 22836947 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19392] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19392/stat : 19392 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22836947 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19381/tid=19393] ppid=19379 vsize=813440 CPUtime=0
/proc/19381/task/19393/stat : 19393 (java) S 19379 19381 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22836947 832962560 32277 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.1
Current children cumulated vsize (KiB) 813440

Child status: 0
Real time (s): 29.3378
CPU time (s): 29.1226
CPU user time (s): 28.8706
CPU system time (s): 0.251961
CPU usage (%): 99.2664
Max. virtual memory (cumulated for all children) (KiB): 813604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8706
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37662
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= 2489
involuntary context switches= 1961

runsolver used 0.028995 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 02:15:37
IDJOB=2073143
IDBENCH=55952
IDSOLVER=731
FILE ID=node57/2073143-1247357737
PBS_JOBID= 9506872
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= a42d79bb6fe860b06fb8edfaf7f29aa0
RANDOM SEED=266630805

node57.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.261
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.261
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:       1846784 kB
Buffers:         13772 kB
Cached:          42260 kB
SwapCached:          0 kB
Active:         135484 kB
Inactive:        22760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         113300 kB
Slab:            35988 kB
Committed_AS:   255680 kB
PageTables:       1980 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= 66396 MiB
End job on node57 at 2009-07-12 02:16:06