Trace number 2061186

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 11.2293 11.3934

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-14.xml
MD5SUMb4df73a864ad6339175f39fc07813513
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.195969
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints101
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension89
Global constraints used (with number of constraints)alldifferent(12)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2061186-1247326800.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.57	c reading predicates  done.
0.78/0.80	c reading constraints
3.85/3.97	c done with constraints.
3.85/3.97	c ... done. Wall clock time 3.725s.
3.85/3.97	c #vars     2484
3.85/3.97	c #constraints  445182
3.85/3.97	c constraints type 
3.85/3.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 434368
3.85/3.98	c org.sat4j.minisat.constraints.card.AtLeast => 102
3.85/3.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10712
11.16/11.32	c starts		: 10
11.16/11.32	c conflicts		: 9226
11.16/11.32	c decisions		: 23361
11.16/11.32	c propagations		: 2796199
11.16/11.32	c inspects		: 22278490
11.16/11.32	c learnt literals	: 0
11.16/11.33	c learnt binary clauses	: 2
11.16/11.33	c learnt ternary clauses	: 512
11.16/11.33	c learnt clauses	: 9226
11.16/11.33	c ignored clauses	: 0
11.16/11.33	c root simplifications	: 0
11.16/11.33	c removed literals (reason simplification)	: 90154
11.16/11.33	c reason swapping (by a shorter reason)	: 0
11.16/11.33	c Calls to reduceDB	: 0
11.16/11.33	c speed (assignments/second)	: 380435.2380952381
11.16/11.33	c non guided choices	2485
11.16/11.33	c learnt constraints type 
11.16/11.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
11.16/11.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9224
11.16/11.33	c constraints type 
11.16/11.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 434368
11.16/11.33	c org.sat4j.minisat.constraints.card.AtLeast => 102
11.16/11.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10712
11.16/11.33	s SATISFIABLE
11.16/11.34	v 9 4 6 12 8 7 1 5 13 11 14 3 10 2 5 -2 -6 4 1 6 -4 -8 2 -3 11 -7 8 3 -8 -2 5 7 2 -12 -6 -1 8 4 1 -3 -4 -1 11 3 -6 -10 -9 10 1 12 1 -3 5 7 -5 -4 -13 2 3 9 2 3 1 -1 -3 -7 -2 -5 11 8 -1 -7 1 -6 4 -9 3 4 -9 -5 -2 5 -3 -1 -4 -7 -8 9 -2 5 -2 -10 3 2 6 -5 1 -4 10 6 -6 4 
11.16/11.34	c Total wall clock time (in seconds) : 11.075

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-2061186-1247326800/watcher-2061186-1247326800 -o /tmp/evaluation-result-2061186-1247326800/solver-2061186-1247326800 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2061186-1247326800.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: 1.77 1.90 1.87 4/73 13153
/proc/meminfo: memFree=1031536/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=13208 CPUtime=0
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 19744803 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 3302 521 219 9 0 1186 0
[pid=13153/tid=13154] ppid=13151 vsize=13208 CPUtime=0
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 19744804 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 2666456 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.10772 s]
/proc/loadavg: 1.77 1.90 1.87 4/73 13153
/proc/meminfo: memFree=1031536/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=805584 CPUtime=0.09
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 3027 0 1 0 7 2 0 0 18 0 12 0 19744803 824918016 2770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 201396 2770 1082 9 0 198730 0
[pid=13153/tid=13154] ppid=13151 vsize=805584 CPUtime=0.08
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 2272 0 1 0 6 2 0 0 21 0 12 0 19744804 824918016 2770 996147200 134512640 134550932 4294956016 18446744073709551615 106550707 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805584

[startup+0.202735 s]
/proc/loadavg: 1.77 1.90 1.87 4/73 13153
/proc/meminfo: memFree=1031536/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=806376 CPUtime=0.18
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 3810 0 1 0 15 3 0 0 18 0 12 0 19744803 825729024 3548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 201594 3548 1332 9 0 198928 0
[pid=13153/tid=13154] ppid=13151 vsize=806376 CPUtime=0.14
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 2663 0 1 0 12 2 0 0 21 0 12 0 19744804 825729024 3548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 806376

[startup+0.302747 s]
/proc/loadavg: 1.77 1.90 1.87 4/73 13153
/proc/meminfo: memFree=1031536/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=806652 CPUtime=0.28
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 4297 0 1 0 24 4 0 0 18 0 12 0 19744803 826011648 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 201663 4034 1359 9 0 198990 0
[pid=13153/tid=13154] ppid=13151 vsize=806652 CPUtime=0.21
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 3060 0 1 0 18 3 0 0 21 0 12 0 19744804 826011648 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4109124772 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806652

[startup+0.702796 s]
/proc/loadavg: 1.77 1.90 1.87 4/73 13153
/proc/meminfo: memFree=1031536/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=808248 CPUtime=0.67
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 6182 0 1 0 61 6 0 0 18 0 12 0 19744803 827645952 5539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 202062 5539 1384 9 0 199389 0
[pid=13153/tid=13154] ppid=13151 vsize=808248 CPUtime=0.47
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 4296 0 1 0 42 5 0 0 18 0 12 0 19744804 827645952 5539 996147200 134512640 134550932 4294956016 18446744073709551615 4159653687 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808248

[startup+1.5019 s]
/proc/loadavg: 1.77 1.90 1.87 4/85 13165
/proc/meminfo: memFree=1011664/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=815464 CPUtime=1.46
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 10309 0 1 0 138 8 0 0 18 0 12 0 19744803 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 203866 7939 1399 9 0 201193 0
[pid=13153/tid=13154] ppid=13151 vsize=815464 CPUtime=0.77
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 4981 0 1 0 71 6 0 0 20 0 12 0 19744804 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4109124785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 19744805 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 19744805 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19744807 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 19744808 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 19744808 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19744812 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=815464 CPUtime=0.05
/proc/13153/task/13162/stat : 13162 (java) R 13151 13153 11369 0 -1 64 18 0 0 0 5 0 0 0 17 0 12 0 19744812 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 106125777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=815464 CPUtime=0.63
/proc/13153/task/13163/stat : 13163 (java) R 13151 13153 11369 0 -1 64 4568 0 0 0 61 2 0 0 18 0 12 0 19744812 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 19744812 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19744812 835035136 7939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 815464

[startup+3.10211 s]
/proc/loadavg: 1.77 1.90 1.87 3/85 13165
/proc/meminfo: memFree=974160/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=815464 CPUtime=3.05
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 26920 0 1 0 288 17 0 0 18 0 12 0 19744803 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 203866 24548 1434 9 0 201193 0
[pid=13153/tid=13154] ppid=13151 vsize=815464 CPUtime=1.95
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17416 0 1 0 182 13 0 0 19 0 12 0 19744804 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4109688628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=815464 CPUtime=0.08
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 2331 0 0 0 8 0 0 0 17 0 12 0 19744805 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=815464 CPUtime=0.08
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 1787 0 0 0 8 0 0 0 17 0 12 0 19744805 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 19744807 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19744808 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19744808 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19744812 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=815464 CPUtime=0.05
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 18 0 0 0 5 0 0 0 17 0 12 0 19744812 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=815464 CPUtime=0.84
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 4615 0 0 0 82 2 0 0 16 0 12 0 19744812 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 19744812 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=815464 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19744812 835035136 24548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815464

[startup+6.30253 s]
/proc/loadavg: 1.78 1.90 1.87 3/86 13166
/proc/meminfo: memFree=912136/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=6.21
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34813 0 1 0 600 21 0 0 18 0 13 0 19744803 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31031 1442 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=3.54
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17444 0 1 0 341 13 0 0 25 0 13 0 19744804 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4110019513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.03
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6234 0 0 0 201 2 0 0 16 0 13 0 19744812 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 816028

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

[startup+6.40254 s]
/proc/loadavg: 1.78 1.90 1.87 3/86 13166
/proc/meminfo: memFree=912136/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=6.31
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34820 0 1 0 610 21 0 0 18 0 13 0 19744803 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31038 1445 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=3.6
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17444 0 1 0 347 13 0 0 25 0 13 0 19744804 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4109891382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.07
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6241 0 0 0 205 2 0 0 16 0 13 0 19744812 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 816028

[startup+9.60195 s]
/proc/loadavg: 1.80 1.91 1.87 3/86 13166
/proc/meminfo: memFree=912072/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=9.48
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34822 0 1 0 927 21 0 0 18 0 13 0 19744803 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31039 1445 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=6.74
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17446 0 1 0 661 13 0 0 25 0 13 0 19744804 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4109293324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.1
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6241 0 0 0 208 2 0 0 16 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 816028

[startup+10.4011 s]
/proc/loadavg: 1.80 1.91 1.87 3/86 13166
/proc/meminfo: memFree=912072/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=10.27
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34822 0 1 0 1006 21 0 0 18 0 13 0 19744803 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31039 1445 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=7.52
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17446 0 1 0 739 13 0 0 25 0 13 0 19744804 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4109902115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.1
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6241 0 0 0 208 2 0 0 16 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 816028

[startup+10.8021 s]
/proc/loadavg: 1.80 1.91 1.87 3/86 13166
/proc/meminfo: memFree=912072/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=10.66
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34822 0 1 0 1045 21 0 0 18 0 13 0 19744803 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31039 1445 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=7.92
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17446 0 1 0 779 13 0 0 25 0 13 0 19744804 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4110009727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.1
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6241 0 0 0 208 2 0 0 16 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 816028

[startup+11.2022 s]
/proc/loadavg: 1.80 1.91 1.87 3/86 13166
/proc/meminfo: memFree=912008/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=11.06
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34824 0 1 0 1085 21 0 0 18 0 13 0 19744803 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31041 1445 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=8.29
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17446 0 1 0 816 13 0 0 25 0 13 0 19744804 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4109839444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.13
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6243 0 0 0 211 2 0 0 17 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 816028

[startup+11.3022 s]
/proc/loadavg: 1.80 1.91 1.87 3/86 13166
/proc/meminfo: memFree=912008/2055920 swapFree=4192948/4192956
[pid=13153] ppid=13151 vsize=816028 CPUtime=11.16
/proc/13153/stat : 13153 (java) S 13151 13153 11369 0 -1 0 34824 0 1 0 1095 21 0 0 18 0 13 0 19744803 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13153/statm: 204007 31041 1445 9 0 201334 0
[pid=13153/tid=13154] ppid=13151 vsize=816028 CPUtime=8.39
/proc/13153/task/13154/stat : 13154 (java) R 13151 13153 11369 0 -1 64 17446 0 1 0 826 13 0 0 25 0 13 0 19744804 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4109902115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13156] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13156/stat : 13156 (java) S 13151 13153 11369 0 -1 64 5499 0 0 0 20 2 0 0 16 0 13 0 19744805 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13157] ppid=13151 vsize=816028 CPUtime=0.22
/proc/13153/task/13157/stat : 13157 (java) S 13151 13153 11369 0 -1 64 4856 0 0 0 20 2 0 0 18 0 13 0 19744805 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13158] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13158/stat : 13158 (java) S 13151 13153 11369 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19744807 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13159] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13159/stat : 13159 (java) S 13151 13153 11369 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13160] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13160/stat : 13160 (java) S 13151 13153 11369 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19744808 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13161] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13161/stat : 13161 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13162] ppid=13151 vsize=816028 CPUtime=0.15
/proc/13153/task/13162/stat : 13162 (java) S 13151 13153 11369 0 -1 64 22 0 0 0 15 0 0 0 16 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13163] ppid=13151 vsize=816028 CPUtime=2.13
/proc/13153/task/13163/stat : 13163 (java) S 13151 13153 11369 0 -1 64 6243 0 0 0 211 2 0 0 17 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13164] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13164/stat : 13164 (java) S 13151 13153 11369 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13165] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13165/stat : 13165 (java) S 13151 13153 11369 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19744812 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13153/tid=13166] ppid=13151 vsize=816028 CPUtime=0
/proc/13153/task/13166/stat : 13166 (java) S 13151 13153 11369 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 19745202 835612672 31041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 816028

Child status: 0
Real time (s): 11.3934
CPU time (s): 11.2293
CPU user time (s): 10.9863
CPU system time (s): 0.242963
CPU usage (%): 98.5593
Max. virtual memory (cumulated for all children) (KiB): 817684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9863
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34833
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= 902
involuntary context switches= 1144

runsolver used 0.028995 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-11 17:40:00
IDJOB=2061186
IDBENCH=53786
IDSOLVER=731
FILE ID=node54/2061186-1247326800
PBS_JOBID= 9506521
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= b4df73a864ad6339175f39fc07813513
RANDOM SEED=1665645763

node54.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.232
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.232
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:       1032016 kB
Buffers:         46072 kB
Cached:         888716 kB
SwapCached:          8 kB
Active:         112968 kB
Inactive:       858992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032016 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          48704 kB
Slab:            37220 kB
Committed_AS:   157640 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-11 17:40:11