Trace number 1074973

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-13SAT 18.1292 18.3518

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-100-3.xml
MD5SUM3023093f23681e13b94b6dda62071efc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size232
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.32	c See www.sat4j.org for details.
0.29/0.32	c That software uses the Rhino library from the Mozilla project.
0.29/0.36	c version 9.9.9.token
0.29/0.36	c sun.arch.data.model	32
0.29/0.36	c java.version	1.6.0_06
0.29/0.36	c os.name	Linux
0.29/0.36	c os.version	2.6.9-22.EL.rootsmp
0.29/0.36	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.37	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1074973-1215180016.xml
0.38/0.41	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
0.78/0.84	c reading predicates  done.
0.99/1.06	c reading constraints
7.52/7.70	c done with constraints.
7.62/7.70	c ... done. Wall clock time 7.289s.
7.62/7.70	c #vars     3145
7.62/7.70	c #constraints  18802
7.62/7.70	c constraints type 
7.62/7.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18761
7.62/7.70	c org.sat4j.minisat.constraints.card.AtLeast => 16
18.02/18.28	c starts		: 6
18.02/18.28	c conflicts		: 1349
18.02/18.28	c decisions		: 4266
18.02/18.28	c propagations		: 338032
18.02/18.28	c inspects		: 3360075
18.02/18.28	c learnt literals	: 0
18.02/18.28	c learnt binary clauses	: 1
18.02/18.28	c learnt ternary clauses	: 1
18.02/18.28	c learnt clauses	: 1349
18.02/18.28	c ignored clauses	: 0
18.02/18.28	c root simplifications	: 0
18.02/18.28	c removed literals (reason simplification)	: 137694
18.02/18.28	c reason swapping (by a shorter reason)	: 0
18.02/18.28	c Calls to reduceDB	: 0
18.02/18.28	c speed (assignments/second)	: 31998.485422188565
18.02/18.28	c non guided choices	286
18.02/18.28	s SATISFIABLE
18.02/18.28	v 210 79 133 14 112 80 210 4 60 122 2 222 0 207 133 60 
18.02/18.28	c Total wall clock time (in seconds) : 17.862

Verifier Data (download as text)

OK

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-1074973-1215180016/watcher-1074973-1215180016 -o /tmp/evaluation-result-1074973-1215180016/solver-1074973-1215180016 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074973-1215180016.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.21 2.08 2.02 2/72 26764
/proc/meminfo: memFree=1789272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=801432 CPUtime=0.03
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 2466 0 1 0 1 2 0 0 18 0 5 0 1996976515 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 200358 2204 936 9 0 197741 0
[pid=26764/tid=26765] ppid=26762 vsize=801432 CPUtime=0.02
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 23573 0 -1 64 1718 0 1 0 1 1 0 0 19 0 5 0 1996976516 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=801432 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 5 0 1996976517 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=801432 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 5 0 1996976517 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=801432 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) R 26762 26764 23573 0 -1 64 0 0 0 0 0 0 0 0 20 0 5 0 1996976519 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 9752536 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.079349 s]
/proc/loadavg: 2.21 2.08 2.02 2/72 26764
/proc/meminfo: memFree=1789272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=802236 CPUtime=0.06
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 2798 0 1 0 4 2 0 0 18 0 7 0 1996976515 821489664 2533 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 200559 2546 1009 9 0 197942 0
[pid=26764/tid=26765] ppid=26762 vsize=802236 CPUtime=0.05
/proc/26764/task/26765/stat : 26765 (java) D 26762 26764 23573 0 -1 64 2050 0 1 0 4 1 0 0 17 0 7 0 1996976516 821489664 2546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099793910 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=803076 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1996976517 822349824 2637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=803076 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996976517 822349824 2637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=803076 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1996976519 822349824 2637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.125793 s]
/proc/loadavg: 2.21 2.08 2.02 2/72 26764
/proc/meminfo: memFree=1789272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=805076 CPUtime=0.11
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 3354 0 1 0 9 2 0 0 18 0 12 0 1996976515 824397824 3085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 201269 3085 1272 9 0 198638 0
[pid=26764/tid=26765] ppid=26762 vsize=805076 CPUtime=0.08
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 2234 0 1 0 7 1 0 0 21 0 12 0 1996976516 824397824 3085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=805076 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996976517 824397824 3085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=805076 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996976517 824397824 3085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=805076 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976519 824397824 3085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 805076

[startup+0.30282 s]
/proc/loadavg: 2.21 2.08 2.02 2/72 26764
/proc/meminfo: memFree=1789272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=808244 CPUtime=0.29
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 4914 0 1 0 25 4 0 0 18 0 12 0 1996976515 827641856 4241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 202061 4241 1297 9 0 199430 0
[pid=26764/tid=26765] ppid=26762 vsize=808244 CPUtime=0.17
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 2654 0 1 0 15 2 0 0 21 0 12 0 1996976516 827641856 4241 996147200 134512640 134550740 4294956016 18446744073709551615 4109177315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=808244 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996976517 827641856 4241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=808244 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996976517 827641856 4241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=808244 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976519 827641856 4241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.702872 s]
/proc/loadavg: 2.21 2.08 2.02 2/72 26764
/proc/meminfo: memFree=1789272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=808272 CPUtime=0.69
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 6374 0 1 0 63 6 0 0 18 0 12 0 1996976515 827670528 5502 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 202068 5502 1335 9 0 199430 0
[pid=26764/tid=26765] ppid=26762 vsize=808272 CPUtime=0.41
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 3814 0 1 0 37 4 0 0 23 0 12 0 1996976516 827670528 5502 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=808272 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996976517 827670528 5502 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=808272 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996976517 827670528 5502 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=808272 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976519 827670528 5502 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808272

[startup+1.50298 s]
/proc/loadavg: 2.21 2.08 2.02 3/84 26776
/proc/meminfo: memFree=1769272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815196 CPUtime=1.47
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 11082 0 1 0 139 8 0 0 18 0 12 0 1996976515 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203799 8180 1348 9 0 201161 0
[pid=26764/tid=26765] ppid=26762 vsize=815196 CPUtime=0.71
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 4839 0 1 0 66 5 0 0 19 0 12 0 1996976516 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996976517 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996976517 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1996976519 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1996976520 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1996976520 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996976524 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815196 CPUtime=0.44
/proc/26764/task/26773/stat : 26773 (java) R 26762 26764 23573 0 -1 64 3687 0 0 0 43 1 0 0 18 0 12 0 1996976524 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 103118999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815196 CPUtime=0.29
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 1791 0 0 0 29 0 0 0 16 0 12 0 1996976525 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976525 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815196 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996976525 834760704 8180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 815196

[startup+3.10119 s]
/proc/loadavg: 2.21 2.08 2.02 3/84 26776
/proc/meminfo: memFree=1749240/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815796 CPUtime=3.06
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 25064 0 1 0 289 17 0 0 18 0 12 0 1996976515 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203949 21516 1382 9 0 201311 0
[pid=26764/tid=26765] ppid=26762 vsize=815796 CPUtime=1.93
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 17260 0 1 0 180 13 0 0 25 0 12 0 1996976516 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4109682885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 58 0 0 0 0 0 0 0 17 0 12 0 1996976517 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 601 0 0 0 0 0 0 0 17 0 12 0 1996976517 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1996976519 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996976520 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996976520 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996976524 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815796 CPUtime=0.64
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4138 0 0 0 63 1 0 0 16 0 12 0 1996976524 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815796 CPUtime=0.44
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2213 0 0 0 44 0 0 0 16 0 12 0 1996976525 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976525 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815796 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996976525 835375104 21516 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815796

[startup+6.30262 s]
/proc/loadavg: 2.19 2.08 2.02 3/84 26776
/proc/meminfo: memFree=1700792/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815228 CPUtime=6.23
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 28201 0 1 0 604 19 0 0 18 0 12 0 1996976515 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203807 23966 1382 9 0 201169 0
[pid=26764/tid=26765] ppid=26762 vsize=815228 CPUtime=4.75
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 17266 0 1 0 462 13 0 0 25 0 12 0 1996976516 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4109781089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815228 CPUtime=0.02
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 950 0 0 0 2 0 0 0 16 0 12 0 1996976517 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815228 CPUtime=0.05
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 2131 0 0 0 4 1 0 0 17 0 12 0 1996976517 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815228 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 1996976519 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815228 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996976520 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815228 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996976520 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815228 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996976524 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815228 CPUtime=0.77
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4344 0 0 0 75 2 0 0 16 0 12 0 1996976524 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815228 CPUtime=0.6
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2636 0 0 0 59 1 0 0 16 0 12 0 1996976525 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815228 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976525 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815228 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996976525 834793472 23966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 815228

[startup+12.7015 s]
/proc/loadavg: 2.18 2.08 2.02 3/85 26777
/proc/meminfo: memFree=1692272/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815552 CPUtime=12.57
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 29616 0 1 0 1237 20 0 0 18 0 13 0 1996976515 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203888 25376 1389 9 0 201250 0
[pid=26764/tid=26765] ppid=26762 vsize=815552 CPUtime=10.21
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 17283 0 1 0 1008 13 0 0 25 0 13 0 1996976516 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4109611231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815552 CPUtime=0.04
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 1657 0 0 0 4 0 0 0 16 0 13 0 1996976517 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815552 CPUtime=0.07
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 2705 0 0 0 6 1 0 0 16 0 13 0 1996976517 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 1996976519 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996976524 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815552 CPUtime=1.26
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4378 0 0 0 124 2 0 0 16 0 13 0 1996976524 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815552 CPUtime=0.93
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2661 0 0 0 92 1 0 0 16 0 13 0 1996976525 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996976525 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996976525 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26777] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996977287 835125248 25376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 815552

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

[startup+15.9029 s]
/proc/loadavg: 2.16 2.07 2.02 3/85 26777
/proc/meminfo: memFree=1692336/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815552 CPUtime=15.74
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 29618 0 1 0 1554 20 0 0 18 0 13 0 1996976515 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203888 25378 1389 9 0 201250 0
[pid=26764/tid=26765] ppid=26762 vsize=815552 CPUtime=13.36
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 17284 0 1 0 1323 13 0 0 25 0 13 0 1996976516 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4110000593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815552 CPUtime=0.04
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 1657 0 0 0 4 0 0 0 16 0 13 0 1996976517 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815552 CPUtime=0.07
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 2705 0 0 0 6 1 0 0 16 0 13 0 1996976517 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 1996976519 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996976524 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815552 CPUtime=1.26
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4378 0 0 0 124 2 0 0 16 0 13 0 1996976524 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815552 CPUtime=0.94
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2662 0 0 0 93 1 0 0 17 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26777] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996977287 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 815552

[startup+17.5021 s]
/proc/loadavg: 2.16 2.07 2.02 3/85 26777
/proc/meminfo: memFree=1692336/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815552 CPUtime=17.33
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 29618 0 1 0 1713 20 0 0 18 0 13 0 1996976515 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203888 25378 1389 9 0 201250 0
[pid=26764/tid=26765] ppid=26762 vsize=815552 CPUtime=14.95
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 17284 0 1 0 1482 13 0 0 25 0 13 0 1996976516 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4109611231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815552 CPUtime=0.04
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 1657 0 0 0 4 0 0 0 16 0 13 0 1996976517 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815552 CPUtime=0.07
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 2705 0 0 0 6 1 0 0 16 0 13 0 1996976517 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 1996976519 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996976524 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815552 CPUtime=1.26
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4378 0 0 0 124 2 0 0 16 0 13 0 1996976524 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815552 CPUtime=0.94
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2662 0 0 0 93 1 0 0 17 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26777] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996977287 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.33
Current children cumulated vsize (KiB) 815552

[startup+17.9022 s]
/proc/loadavg: 2.16 2.07 2.02 3/85 26777
/proc/meminfo: memFree=1692336/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815552 CPUtime=17.72
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 29618 0 1 0 1752 20 0 0 18 0 13 0 1996976515 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203888 25378 1389 9 0 201250 0
[pid=26764/tid=26765] ppid=26762 vsize=815552 CPUtime=15.34
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 23573 0 -1 64 17284 0 1 0 1521 13 0 0 25 0 13 0 1996976516 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4109979848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815552 CPUtime=0.04
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 1657 0 0 0 4 0 0 0 16 0 13 0 1996976517 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815552 CPUtime=0.07
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 2705 0 0 0 6 1 0 0 16 0 13 0 1996976517 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 164 0 0 0 0 0 0 0 16 0 13 0 1996976519 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1996976520 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996976524 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815552 CPUtime=1.26
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4378 0 0 0 124 2 0 0 16 0 13 0 1996976524 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815552 CPUtime=0.94
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2662 0 0 0 93 1 0 0 17 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996976525 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26777] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996977287 835125248 25378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.72
Current children cumulated vsize (KiB) 815552

[startup+18.3022 s]
/proc/loadavg: 2.16 2.07 2.02 3/85 26777
/proc/meminfo: memFree=1692336/2055920 swapFree=4179464/4192956
[pid=26764] ppid=26762 vsize=815552 CPUtime=18.1
/proc/26764/stat : 26764 (java) S 26762 26764 23573 0 -1 0 29623 0 1 0 1790 20 0 0 18 0 12 0 1996976515 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26764/statm: 203888 25382 1390 9 0 201250 0
[pid=26764/tid=26765] ppid=26762 vsize=815552 CPUtime=15.72
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 23573 0 -1 64 17287 0 1 0 1559 13 0 0 25 0 12 0 1996976516 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26766] ppid=26762 vsize=815552 CPUtime=0.04
/proc/26764/task/26766/stat : 26766 (java) S 26762 26764 23573 0 -1 64 1657 0 0 0 4 0 0 0 16 0 12 0 1996976517 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26767] ppid=26762 vsize=815552 CPUtime=0.07
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 23573 0 -1 64 2705 0 0 0 6 1 0 0 16 0 12 0 1996976517 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26768] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 23573 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 1996976519 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26770] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 23573 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996976520 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26771] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1996976520 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26772] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996976524 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26773] ppid=26762 vsize=815552 CPUtime=1.26
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 23573 0 -1 64 4378 0 0 0 124 2 0 0 16 0 12 0 1996976524 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26774] ppid=26762 vsize=815552 CPUtime=0.94
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 23573 0 -1 64 2662 0 0 0 93 1 0 0 17 0 12 0 1996976525 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26775] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996976525 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26764/tid=26776] ppid=26762 vsize=815552 CPUtime=0
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996976525 835125248 25382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.1
Current children cumulated vsize (KiB) 815552

Child status: 0
Real time (s): 18.3518
CPU time (s): 18.1292
CPU user time (s): 17.9033
CPU system time (s): 0.225965
CPU usage (%): 98.7873
Max. virtual memory (cumulated for all children) (KiB): 817160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9033
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29627
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= 1008
involuntary context switches= 1397

runsolver used 0.024996 second user time and 0.073988 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 16:00:16
IDJOB=1074973
IDBENCH=56474
IDSOLVER=344
FILE ID=node10/1074973-1215180016
PBS_JOBID= 7881433
Free space on /tmp= 66528 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/os-taillard-4/normalized-os-taillard-4-100-3.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-1074973-1215180016/watcher-1074973-1215180016 -o /tmp/evaluation-result-1074973-1215180016/solver-1074973-1215180016 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074973-1215180016.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3023093f23681e13b94b6dda62071efc
RANDOM SEED=1027643534

node10.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.229
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.229
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:       1789752 kB
Buffers:         41308 kB
Cached:         147332 kB
SwapCached:       7540 kB
Active:         154936 kB
Inactive:        56756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789752 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          30900 kB
Slab:            39624 kB
Committed_AS:  3438884 kB
PageTables:       1948 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= 66524 MiB
End job on node10 at 2008-07-04 16:00:35