Trace number 1083938

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 2008-06-13UNSAT 16.5795 16.6862

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen10.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.324949
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.34	c See www.sat4j.org for details.
0.27/0.34	c That software uses the Rhino library from the Mozilla project.
0.27/0.38	c version 9.9.9.token
0.27/0.38	c sun.arch.data.model	32
0.27/0.38	c java.version	1.6.0_06
0.27/0.38	c os.name	Linux
0.27/0.38	c os.version	2.6.9-22.EL.rootsmp
0.27/0.38	c os.arch	i386
0.27/0.38	c Free memory 669864272
0.27/0.38	c Max memory 672137216
0.27/0.39	c Total memory 672137216
0.27/0.39	c Number of processors 2
0.36/0.44	c c --- Begin Solver configuration ---
0.36/0.44	c Stops conflict analysis at the first Unique Implication Point
0.36/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.44	c Learn all clauses as in MiniSAT
0.36/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.44	c Expensive reason simplification
0.36/0.44	c MiniSAT restarts strategy
0.36/0.44	c timeout=2147483s
0.36/0.44	c DB Simplification allowed=false
0.36/0.44	c --- End Solver configuration ---
0.36/0.44	c solving HOME/instance-1083938-1215229532.xml
0.36/0.44	c reading problem ... 
0.66/0.73	c reading problem named null
0.66/0.73	c reading domains done.
0.66/0.74	c reading variables done.
1.15/1.26	c reading predicates  done.
1.34/1.46	c reading constraints
16.33/16.46	c done with constraints.
16.33/16.46	c ... done. Wall clock time 16.022s.
16.33/16.46	c #vars     26856
16.33/16.46	c #constraints  268140
16.33/16.46	c constraints type 
16.33/16.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 259316
16.33/16.46	c org.sat4j.minisat.constraints.card.AtLeast => 680
16.52/16.62	c starts		: 0
16.52/16.62	c conflicts		: 0
16.52/16.62	c decisions		: 0
16.52/16.62	c propagations		: 9063
16.52/16.62	c inspects		: 61212
16.52/16.62	c learnt literals	: 0
16.52/16.62	c learnt binary clauses	: 0
16.52/16.62	c learnt ternary clauses	: 0
16.52/16.62	c learnt clauses	: 0
16.52/16.62	c ignored clauses	: 0
16.52/16.62	c root simplifications	: 0
16.52/16.62	c removed literals (reason simplification)	: 0
16.52/16.62	c reason swapping (by a shorter reason)	: 0
16.52/16.62	c Calls to reduceDB	: 0
16.52/16.62	c speed (assignments/second)	: 97451.6129032258
16.52/16.62	c non guided choices	0
16.52/16.62	s UNSATISFIABLE
16.52/16.62	c Total wall clock time (in seconds) : 16.183

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083938-1215229532/watcher-1083938-1215229532 -o /tmp/evaluation-result-1083938-1215229532/solver-1083938-1215229532 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083938-1215229532.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.01 3/72 16026
/proc/meminfo: memFree=1450224/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=18572 CPUtime=0
/proc/16026/stat : 16026 (runsolver) R 16024 16026 13981 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001924637 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16026/statm: 4643 292 257 25 0 2626 0

[startup+0.0878321 s]
/proc/loadavg: 2.07 2.02 2.01 3/72 16026
/proc/meminfo: memFree=1450224/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=802236 CPUtime=0.07
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 2811 0 1 0 5 2 0 0 18 0 7 0 2001924637 821489664 2546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 200559 2546 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102835 s]
/proc/loadavg: 2.07 2.02 2.01 3/72 16026
/proc/meminfo: memFree=1450224/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=804488 CPUtime=0.08
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 2943 0 1 0 6 2 0 0 18 0 12 0 2001924637 823795712 2676 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 201122 2676 1044 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301874 s]
/proc/loadavg: 2.07 2.02 2.01 3/72 16026
/proc/meminfo: memFree=1450224/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=808244 CPUtime=0.27
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 4841 0 1 0 23 4 0 0 18 0 12 0 2001924637 827641856 4170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 202061 4170 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808244

[startup+0.702954 s]
/proc/loadavg: 2.07 2.02 2.01 3/72 16026
/proc/meminfo: memFree=1450224/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=808272 CPUtime=0.66
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 6317 0 1 0 61 5 0 0 18 0 12 0 2001924637 827670528 5447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 202068 5447 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808272

[startup+1.5011 s]
/proc/loadavg: 2.07 2.02 2.01 4/84 16038
/proc/meminfo: memFree=1431056/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=808272 CPUtime=1.45
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 9276 0 1 0 138 7 0 0 18 0 12 0 2001924637 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 202068 7754 1349 9 0 199430 0
[pid=16026/tid=16028] ppid=16024 vsize=808272 CPUtime=0.83
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 6077 0 1 0 79 4 0 0 18 0 12 0 2001924639 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4109211046 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16029] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924640 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16030] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001924640 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16031] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2001924642 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16032] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2001924642 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001924643 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=808272 CPUtime=0.2
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 400 0 0 0 20 0 0 0 16 0 12 0 2001924647 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16036] ppid=16024 vsize=808272 CPUtime=0.39
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 2037 0 0 0 38 1 0 0 16 0 12 0 2001924647 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16037] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=808272 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 827670528 7754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 808272

[startup+3.10241 s]
/proc/loadavg: 2.14 2.03 2.02 5/84 16038
/proc/meminfo: memFree=1415312/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816176 CPUtime=3.03
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 21598 0 2 0 290 13 0 0 18 0 12 0 2001924637 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204044 17908 1379 9 0 201406 0
[pid=16026/tid=16028] ppid=16024 vsize=816176 CPUtime=1.53
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 14224 0 1 0 145 8 0 0 25 0 12 0 2001924639 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924640 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001924640 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2001924642 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2001924642 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001924643 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816176 CPUtime=0.46
/proc/16026/task/16035/stat : 16035 (java) R 16024 16026 13981 0 -1 64 858 0 1 0 46 0 0 0 16 0 12 0 2001924647 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 102528095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816176 CPUtime=1.01
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 5754 0 0 0 98 3 0 0 16 0 12 0 2001924647 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816176 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 835764224 17908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 816176

[startup+6.30301 s]
/proc/loadavg: 2.14 2.03 2.02 3/84 16038
/proc/meminfo: memFree=1348880/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=6.25
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 30687 0 2 0 606 19 0 0 18 0 12 0 2001924637 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 26794 1384 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=4.02
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17284 0 1 0 392 10 0 0 25 0 12 0 2001924639 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4109718568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.14
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 3009 0 0 0 13 1 0 0 16 0 12 0 2001924640 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.13
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 2897 0 0 0 12 1 0 0 16 0 12 0 2001924640 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=0.73
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 912 0 1 0 73 0 0 0 15 0 12 0 2001924647 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.16
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 5766 0 0 0 113 3 0 0 16 0 12 0 2001924647 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 26794 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 816920

[startup+12.7012 s]
/proc/loadavg: 2.20 2.05 2.02 3/84 16038
/proc/meminfo: memFree=1323920/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=12.63
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 36770 0 2 0 1239 24 0 0 18 0 12 0 2001924637 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 32866 1387 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=8.98
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17304 0 1 0 887 11 0 0 25 0 12 0 2001924639 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4109185191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.34
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 5089 0 0 0 31 3 0 0 16 0 12 0 2001924640 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.36
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 6800 0 0 0 33 3 0 0 16 0 12 0 2001924640 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=1.49
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 964 0 1 0 148 1 0 0 15 0 12 0 2001924647 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.39
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 5794 0 0 0 136 3 0 0 15 0 12 0 2001924647 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 32866 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 816920

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

[startup+14.3076 s]
/proc/loadavg: 2.20 2.05 2.02 3/84 16038
/proc/meminfo: memFree=1315600/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=14.23
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 38515 0 4 0 1398 25 0 0 18 0 12 0 2001924637 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 34609 1395 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=10.47
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17309 0 1 0 1036 11 0 0 25 0 12 0 2001924639 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4109703111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.38
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 5932 0 0 0 35 3 0 0 16 0 12 0 2001924640 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.41
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 7691 0 0 0 37 4 0 0 16 0 12 0 2001924640 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=1.49
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 964 0 1 0 148 1 0 0 15 0 12 0 2001924647 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.41
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 5800 0 2 0 138 3 0 0 15 0 12 0 2001924647 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 34609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 816920

[startup+15.9029 s]
/proc/loadavg: 2.20 2.05 2.02 3/84 16038
/proc/meminfo: memFree=1312912/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=15.82
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 39433 0 4 0 1557 25 0 0 18 0 12 0 2001924637 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 35524 1395 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=11.93
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17312 0 1 0 1182 11 0 0 25 0 12 0 2001924639 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4109654922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.41
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 6246 0 0 0 38 3 0 0 16 0 12 0 2001924640 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.44
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 8289 0 0 0 40 4 0 0 16 0 12 0 2001924640 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0.01
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2001924642 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=1.49
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 964 0 1 0 148 1 0 0 16 0 12 0 2001924647 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.48
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 5803 0 2 0 145 3 0 0 16 0 12 0 2001924647 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 35524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 816920

[startup+16.3029 s]
/proc/loadavg: 2.20 2.05 2.02 3/84 16038
/proc/meminfo: memFree=1312912/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=16.22
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 39753 0 4 0 1597 25 0 0 18 0 12 0 2001924637 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 35843 1395 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=12.29
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17313 0 1 0 1218 11 0 0 25 0 12 0 2001924639 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.42
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 6315 0 0 0 39 3 0 0 16 0 12 0 2001924640 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.45
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 8539 0 0 0 41 4 0 0 16 0 12 0 2001924640 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0.01
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2001924642 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=1.51
/proc/16026/task/16035/stat : 16035 (java) R 16024 16026 13981 0 -1 64 964 0 1 0 150 1 0 0 16 0 12 0 2001924647 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 106071147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.48
/proc/16026/task/16036/stat : 16036 (java) S 16024 16026 13981 0 -1 64 5803 0 2 0 145 3 0 0 16 0 12 0 2001924647 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 35843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.22
Current children cumulated vsize (KiB) 816920

[startup+16.508 s]
/proc/loadavg: 2.18 2.05 2.02 4/84 16038
/proc/meminfo: memFree=1310416/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=16.43
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 39778 0 4 0 1618 25 0 0 18 0 12 0 2001924637 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 35868 1395 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=12.33
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17316 0 1 0 1222 11 0 0 25 0 12 0 2001924639 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.42
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 6315 0 0 0 39 3 0 0 16 0 12 0 2001924640 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.45
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 8539 0 0 0 41 4 0 0 16 0 12 0 2001924640 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0.01
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2001924642 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=1.66
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 986 0 1 0 165 1 0 0 16 0 12 0 2001924647 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.49
/proc/16026/task/16036/stat : 16036 (java) R 16024 16026 13981 0 -1 64 5803 0 2 0 146 3 0 0 15 0 12 0 2001924647 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 103136497 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 35868 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.43
Current children cumulated vsize (KiB) 816920

[startup+16.603 s]
/proc/loadavg: 2.18 2.05 2.02 4/84 16038
/proc/meminfo: memFree=1310416/2055920 swapFree=4180500/4192956
[pid=16026] ppid=16024 vsize=816920 CPUtime=16.52
/proc/16026/stat : 16026 (java) S 16024 16026 13981 0 -1 0 39782 0 4 0 1627 25 0 0 18 0 12 0 2001924637 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16026/statm: 204230 35872 1396 9 0 201592 0
[pid=16026/tid=16028] ppid=16024 vsize=816920 CPUtime=12.35
/proc/16026/task/16028/stat : 16028 (java) R 16024 16026 13981 0 -1 64 17317 0 1 0 1224 11 0 0 25 0 12 0 2001924639 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16029] ppid=16024 vsize=816920 CPUtime=0.42
/proc/16026/task/16029/stat : 16029 (java) S 16024 16026 13981 0 -1 64 6315 0 0 0 39 3 0 0 16 0 12 0 2001924640 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16030] ppid=16024 vsize=816920 CPUtime=0.45
/proc/16026/task/16030/stat : 16030 (java) S 16024 16026 13981 0 -1 64 8539 0 0 0 41 4 0 0 16 0 12 0 2001924640 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16031] ppid=16024 vsize=816920 CPUtime=0.01
/proc/16026/task/16031/stat : 16031 (java) S 16024 16026 13981 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2001924642 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16032] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16032/stat : 16032 (java) S 16024 16026 13981 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001924642 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16033] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16033/stat : 16033 (java) S 16024 16026 13981 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2001924643 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16034] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16034/stat : 16034 (java) S 16024 16026 13981 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001924647 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16035] ppid=16024 vsize=816920 CPUtime=1.67
/proc/16026/task/16035/stat : 16035 (java) S 16024 16026 13981 0 -1 64 986 0 1 0 166 1 0 0 15 0 12 0 2001924647 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16036] ppid=16024 vsize=816920 CPUtime=1.56
/proc/16026/task/16036/stat : 16036 (java) R 16024 16026 13981 0 -1 64 5806 0 2 0 153 3 0 0 15 0 12 0 2001924647 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 106225619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16026/tid=16037] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16037/stat : 16037 (java) S 16024 16026 13981 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001924647 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16026/tid=16038] ppid=16024 vsize=816920 CPUtime=0
/proc/16026/task/16038/stat : 16038 (java) S 16024 16026 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001924647 836526080 35872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 816920

Child status: 0
Real time (s): 16.6862
CPU time (s): 16.5795
CPU user time (s): 16.2935
CPU system time (s): 0.285956
CPU usage (%): 99.3606
Max. virtual memory (cumulated for all children) (KiB): 817524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2935
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39795
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1546
involuntary context switches= 1477

runsolver used 0.027995 second user time and 0.065989 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 05:45:33
IDJOB=1083938
IDBENCH=57516
IDSOLVER=344
FILE ID=node59/1083938-1215229532
PBS_JOBID= 7881796
Free space on /tmp= 66500 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083938-1215229532/watcher-1083938-1215229532 -o /tmp/evaluation-result-1083938-1215229532/solver-1083938-1215229532 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083938-1215229532.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=1983184394

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1450704 kB
Buffers:         20324 kB
Cached:         457468 kB
SwapCached:       6572 kB
Active:         158184 kB
Inactive:       391668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450704 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          79412 kB
Slab:            40544 kB
Committed_AS:  4124784 kB
PageTables:       1936 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= 66500 MiB
End job on node59 at 2008-07-05 05:45:49