Trace number 2078885

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 17.8213 17.8338

General information on the benchmark

Namecsp/nengfa/
normalized-queens2.xml
MD5SUMfeda91e5b3c1ff49ee389ed427acc709
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.118981
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints211
Maximum constraint arity104
Maximum domain size104
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)alldifferent(3)

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.14	c That software uses the Rhino library from the Mozilla project.
0.10/0.16	c version 2.1.1.v20090622
0.10/0.16	c sun.arch.data.model	32
0.10/0.16	c java.version	1.6.0_12
0.10/0.16	c os.name	Linux
0.10/0.16	c os.version	2.6.9-22.EL.rootsmp
0.10/0.16	c os.arch	i386
0.10/0.16	c Free memory 671000808
0.10/0.16	c Max memory 672137216
0.10/0.16	c Total memory 672137216
0.10/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2078885-1247367569.xml
0.19/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.59/0.69	c reading variables done.
0.98/1.09	c reading predicates  done.
1.47/1.54	c reading constraints
15.30/15.31	c done with constraints.
15.30/15.36	c ... done. Wall clock time 15.063s.
15.30/15.36	c #vars     32240
15.30/15.36	c #constraints  1339620
15.30/15.36	c constraints type 
15.30/15.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 310
15.30/15.36	c org.sat4j.minisat.constraints.card.AtLeast => 310
15.30/15.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1339000
17.70/17.77	c starts		: 4
17.70/17.77	c conflicts		: 715
17.70/17.77	c decisions		: 9858
17.70/17.77	c propagations		: 281838
17.70/17.77	c inspects		: 1585566
17.70/17.77	c learnt literals	: 0
17.70/17.77	c learnt binary clauses	: 0
17.70/17.77	c learnt ternary clauses	: 0
17.70/17.77	c learnt clauses	: 715
17.70/17.77	c ignored clauses	: 0
17.70/17.77	c root simplifications	: 0
17.70/17.77	c removed literals (reason simplification)	: 215238
17.70/17.77	c reason swapping (by a shorter reason)	: 0
17.70/17.77	c Calls to reduceDB	: 0
17.70/17.77	c speed (assignments/second)	: 114614.88409922732
17.70/17.77	c non guided choices	8770
17.70/17.77	c learnt constraints type 
17.70/17.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 715
17.70/17.77	c constraints type 
17.70/17.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 310
17.70/17.77	c org.sat4j.minisat.constraints.card.AtLeast => 310
17.70/17.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1339000
17.70/17.77	s SATISFIABLE
17.70/17.79	v 24 41 40 39 79 77 75 46 43 40 66 62 58 63 58 53 94 88 82 27 20 13 36 28 20 11 2 -7 67 57 47 12 1 -10 86 74 62 30 17 4 84 70 56 22 7 -8 87 71 55 21 4 -13 59 41 23 73 54 35 89 69 49 40 19 -2 75 53 31 71 48 25 117 93 69 57 32 7 112 86 60 49 22 -5 92 64 36 125 96 67 98 68 38 96 65 34 93 61 29 54 21 -12 44 10 -24 107 72 37 45 9 -27 68 31 -6 72 34 -4 123 84 45 77 37 -3 88 47 6 136 94 52 69 26 -17 120 76 32 56 11 -34 146 100 54 53 6 -41 139 91 43 131 82 33 109 59 9 76 25 -26 118 66 14 157 104 51 156 102 48 115 60 5 154 98 42 70 13 -44 61 3 -55 64 5 -54 95 35 -25 90 29 -32 113 51 -11 152 89 26 127 63 -1 145 80 15 99 33 -33 150 83 16 158 90 22 108 39 -30 122 52 -18 144 73 2 102 30 -42 174 101 28 149 75 1 167 92 17 173 97 21 162 85 8 116 38 -40 91 12 -67 179 99 19 148 67 -14 100 18 -64 110 27 -56 171 87 3 188 103 18 101 15 -71 137 50 -37 111 23 -65 97 8 -81 106 16 -74 105 14 -77 134 42 -50 138 45 -48 130 36 -58 190 95 0 140 44 -52 143 46 -51 147 49 -49 177 78 -21 155 55 -45 182 81 -20 181 79 -23 159 56 -47 
17.70/17.79	c Total wall clock time (in seconds) : 17.523

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-2078885-1247367569/watcher-2078885-1247367569 -o /tmp/evaluation-result-2078885-1247367569/solver-2078885-1247367569 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078885-1247367569.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 21148
/proc/meminfo: memFree=1307888/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=272 CPUtime=0
/proc/21148/stat : 21148 (java) D 21146 21148 17578 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23823950 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 9696036 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21148/statm: 68 37 28 9 0 6 0

[startup+0.083512 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 21148
/proc/meminfo: memFree=1307888/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=802164 CPUtime=0.07
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 2831 0 1 0 5 2 0 0 18 0 7 0 23823950 821415936 2576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 200541 2579 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.111192 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 21148
/proc/meminfo: memFree=1307888/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=804560 CPUtime=0.1
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 3063 0 1 0 7 3 0 0 18 0 12 0 23823950 823869440 2806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 201140 2806 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.301213 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 21148
/proc/meminfo: memFree=1307888/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=805628 CPUtime=0.29
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 4297 0 1 0 25 4 0 0 18 0 12 0 23823950 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 201407 4034 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701251 s]
/proc/loadavg: 2.00 2.00 2.06 3/74 21148
/proc/meminfo: memFree=1307888/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=808472 CPUtime=0.68
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 6256 0 1 0 63 5 0 0 18 0 12 0 23823950 827875328 5217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 202118 5217 1388 9 0 199445 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808472

[startup+1.50233 s]
/proc/loadavg: 2.00 2.00 2.06 4/86 21160
/proc/meminfo: memFree=1289360/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=808472 CPUtime=1.47
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 9166 0 1 0 139 8 0 0 18 0 12 0 23823950 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 202118 8012 1397 9 0 199445 0
[pid=21148/tid=21150] ppid=21146 vsize=808472 CPUtime=0.82
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 6258 0 1 0 77 5 0 0 19 0 12 0 23823951 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4109170310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21151] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23823952 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21152] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23823952 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21153] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23823954 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21154] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23823955 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23823955 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23823959 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23823960 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=808472 CPUtime=0.62
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 2152 0 0 0 62 0 0 0 16 0 12 0 23823960 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21159] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23823960 827875328 8012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=808472 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23823960 827875328 8012 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) 808472

[startup+3.10249 s]
/proc/loadavg: 2.00 2.00 2.06 4/86 21160
/proc/meminfo: memFree=1278224/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=813188 CPUtime=3.06
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 16074 0 1 0 294 12 0 0 18 0 12 0 23823950 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203297 13005 1427 9 0 200624 0
[pid=21148/tid=21150] ppid=21146 vsize=813188 CPUtime=1.39
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 9963 0 1 0 131 8 0 0 24 0 12 0 23823951 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21151] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23823952 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21152] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23823952 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21153] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23823954 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21154] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23823955 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23823955 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23823959 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23823960 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=813188 CPUtime=1.65
/proc/21148/task/21158/stat : 21158 (java) R 21146 21148 17578 0 -1 64 5355 0 0 0 162 3 0 0 16 0 12 0 23823960 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 103692501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21159] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23823960 832704512 13005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=813188 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23823960 832704512 13005 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) 813188

[startup+6.30281 s]
/proc/loadavg: 2.00 2.00 2.06 4/86 21160
/proc/meminfo: memFree=1224400/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812708 CPUtime=6.22
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 25195 0 1 0 604 18 0 0 18 0 12 0 23823950 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203177 22002 1436 9 0 200504 0
[pid=21148/tid=21150] ppid=21146 vsize=812708 CPUtime=3.18
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 17321 0 1 0 306 12 0 0 25 0 12 0 23823951 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4109721440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812708 CPUtime=0.02
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 854 0 0 0 2 0 0 0 17 0 12 0 23823952 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812708 CPUtime=0.02
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 779 0 0 0 2 0 0 0 17 0 12 0 23823952 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 23823954 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23823955 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23823955 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23823959 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23823960 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812708 CPUtime=2.95
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 5474 0 0 0 292 3 0 0 16 0 12 0 23823960 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23823960 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812708 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23823960 832212992 22002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 812708

[startup+12.7015 s]
/proc/loadavg: 2.08 2.02 2.07 3/86 21160
/proc/meminfo: memFree=1214480/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812356 CPUtime=12.56
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 27749 0 1 0 1235 21 0 0 18 0 12 0 23823950 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203089 24450 1437 9 0 200416 0
[pid=21148/tid=21150] ppid=21146 vsize=812356 CPUtime=6.66
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 17485 0 1 0 653 13 0 0 25 0 12 0 23823951 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4111417948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812356 CPUtime=0.11
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 1622 0 0 0 10 1 0 0 17 0 12 0 23823952 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812356 CPUtime=0.11
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 2135 0 0 0 10 1 0 0 17 0 12 0 23823952 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 23823954 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23823955 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23823955 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23823959 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23823960 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812356 CPUtime=5.64
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 5719 0 0 0 559 5 0 0 16 0 12 0 23823960 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23823960 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812356 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23823960 831852544 24450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812356

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

[startup+15.9028 s]
/proc/loadavg: 2.08 2.02 2.07 4/86 21160
/proc/meminfo: memFree=1164304/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812680 CPUtime=15.9
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 40779 0 1 0 1562 28 0 0 18 0 13 0 23823950 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203170 36958 1441 9 0 200497 0
[pid=21148/tid=21150] ppid=21146 vsize=812680 CPUtime=8.47
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 17501 0 1 0 834 13 0 0 19 0 13 0 23823951 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812680 CPUtime=0.63
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 7861 0 0 0 59 4 0 0 16 0 13 0 23823952 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812680 CPUtime=0.54
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 8872 0 0 0 50 4 0 0 18 0 13 0 23823952 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 23823954 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23823959 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23823960 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812680 CPUtime=6.21
/proc/21148/task/21158/stat : 21158 (java) R 21146 21148 17578 0 -1 64 5745 0 0 0 616 5 0 0 15 0 13 0 23823960 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 106111536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23823960 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23823960 832184320 36958 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 812680

[startup+16.7028 s]
/proc/loadavg: 2.07 2.02 2.06 3/87 21161
/proc/meminfo: memFree=1164040/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812680 CPUtime=16.7
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 40782 0 1 0 1642 28 0 0 18 0 13 0 23823950 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203170 36961 1442 9 0 200497 0
[pid=21148/tid=21150] ppid=21146 vsize=812680 CPUtime=9.01
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 17503 0 1 0 888 13 0 0 24 0 13 0 23823951 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4109831406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812680 CPUtime=0.63
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 7861 0 0 0 59 4 0 0 16 0 13 0 23823952 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812680 CPUtime=0.54
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 8872 0 0 0 50 4 0 0 18 0 13 0 23823952 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 23823954 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23823959 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812680 CPUtime=6.47
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 5746 0 0 0 642 5 0 0 15 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21161] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21161/stat : 21161 (java) S 21146 21148 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 23825493 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.7
Current children cumulated vsize (KiB) 812680

[startup+17.5029 s]
/proc/loadavg: 2.07 2.02 2.06 3/87 21161
/proc/meminfo: memFree=1163976/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812680 CPUtime=17.5
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 40783 0 1 0 1722 28 0 0 18 0 13 0 23823950 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203170 36961 1442 9 0 200497 0
[pid=21148/tid=21150] ppid=21146 vsize=812680 CPUtime=9.77
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 17504 0 1 0 964 13 0 0 25 0 13 0 23823951 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4109686825 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812680 CPUtime=0.63
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 7861 0 0 0 59 4 0 0 16 0 13 0 23823952 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812680 CPUtime=0.54
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 8872 0 0 0 50 4 0 0 18 0 13 0 23823952 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812680 CPUtime=0.01
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 41 0 0 0 1 0 0 0 17 0 13 0 23823954 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23823959 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812680 CPUtime=6.51
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 5746 0 0 0 646 5 0 0 15 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21161] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21161/stat : 21161 (java) S 21146 21148 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 23825493 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 812680

[startup+17.7029 s]
/proc/loadavg: 2.07 2.02 2.06 3/87 21161
/proc/meminfo: memFree=1163976/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812680 CPUtime=17.7
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 40783 0 1 0 1742 28 0 0 18 0 13 0 23823950 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203170 36961 1442 9 0 200497 0
[pid=21148/tid=21150] ppid=21146 vsize=812680 CPUtime=9.97
/proc/21148/task/21150/stat : 21150 (java) R 21146 21148 17578 0 -1 64 17504 0 1 0 984 13 0 0 25 0 13 0 23823951 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4109686723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812680 CPUtime=0.63
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 7861 0 0 0 59 4 0 0 16 0 13 0 23823952 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812680 CPUtime=0.54
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 8872 0 0 0 50 4 0 0 18 0 13 0 23823952 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812680 CPUtime=0.01
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 41 0 0 0 1 0 0 0 17 0 13 0 23823954 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23823955 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23823959 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812680 CPUtime=6.51
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 5746 0 0 0 646 5 0 0 15 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) R 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23823960 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21161] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21161/stat : 21161 (java) S 21146 21148 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 23825493 832184320 36961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.7
Current children cumulated vsize (KiB) 812680

[startup+17.803 s]
/proc/loadavg: 2.07 2.02 2.06 3/87 21161
/proc/meminfo: memFree=1163976/2055920 swapFree=4192956/4192956
[pid=21148] ppid=21146 vsize=812680 CPUtime=17.78
/proc/21148/stat : 21148 (java) S 21146 21148 17578 0 -1 0 40792 0 1 0 1750 28 0 0 18 0 12 0 23823950 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21148/statm: 203170 36968 1443 9 0 200497 0
[pid=21148/tid=21150] ppid=21146 vsize=812680 CPUtime=10.03
/proc/21148/task/21150/stat : 21150 (java) S 21146 21148 17578 0 -1 64 17509 0 1 0 990 13 0 0 24 0 12 0 23823951 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21151] ppid=21146 vsize=812680 CPUtime=0.63
/proc/21148/task/21151/stat : 21151 (java) S 21146 21148 17578 0 -1 64 7861 0 0 0 59 4 0 0 16 0 12 0 23823952 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21152] ppid=21146 vsize=812680 CPUtime=0.54
/proc/21148/task/21152/stat : 21152 (java) S 21146 21148 17578 0 -1 64 8872 0 0 0 50 4 0 0 18 0 12 0 23823952 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21153] ppid=21146 vsize=812680 CPUtime=0.01
/proc/21148/task/21153/stat : 21153 (java) S 21146 21148 17578 0 -1 64 41 0 0 0 1 0 0 0 16 0 12 0 23823954 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21154] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21154/stat : 21154 (java) S 21146 21148 17578 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23823955 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21155] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21155/stat : 21155 (java) S 21146 21148 17578 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23823955 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21156] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21156/stat : 21156 (java) S 21146 21148 17578 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23823959 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21157] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21157/stat : 21157 (java) S 21146 21148 17578 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23823960 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21158] ppid=21146 vsize=812680 CPUtime=6.53
/proc/21148/task/21158/stat : 21158 (java) S 21146 21148 17578 0 -1 64 5746 0 0 0 648 5 0 0 15 0 12 0 23823960 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21148/tid=21159] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21159/stat : 21159 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23823960 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21148/tid=21160] ppid=21146 vsize=812680 CPUtime=0
/proc/21148/task/21160/stat : 21160 (java) S 21146 21148 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23823960 832184320 36968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 812680

Child status: 0
Real time (s): 17.8338
CPU time (s): 17.8213
CPU user time (s): 17.5093
CPU system time (s): 0.311952
CPU usage (%): 99.93
Max. virtual memory (cumulated for all children) (KiB): 813440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5093
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40796
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= 3222
involuntary context switches= 3368

runsolver used 0.028995 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 04:59:29
IDJOB=2078885
IDBENCH=56822
IDSOLVER=731
FILE ID=node12/2078885-1247367569
PBS_JOBID= 9507003
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=1681649892

node12.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.240
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.240
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:       1308368 kB
Buffers:         81240 kB
Cached:         540620 kB
SwapCached:          0 kB
Active:         201336 kB
Inactive:       465640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308368 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          56340 kB
Slab:            65920 kB
Committed_AS:   178840 kB
PageTables:       1844 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= 66208 MiB
End job on node12 at 2009-07-12 04:59:47