Trace number 1065343

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 56.8524 56.9808

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-seymour.xml
MD5SUM7bdb33a5f13176865443e6bf7e21e1ee
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.899862
Satisfiable
(Un)Satisfiability was proved
Number of variables1372
Number of constraints4827
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4827
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.37	c See www.sat4j.org for details.
0.23/0.37	c That software uses the Rhino library from the Mozilla project.
0.33/0.42	c version 9.9.9.token
0.33/0.42	c sun.arch.data.model	32
0.33/0.42	c java.version	1.6.0_06
0.33/0.42	c os.name	Linux
0.33/0.42	c os.version	2.6.9-22.EL.rootsmp
0.33/0.42	c os.arch	i386
0.33/0.42	c Free memory 669864272
0.33/0.42	c Max memory 672137216
0.33/0.42	c Total memory 672137216
0.33/0.42	c Number of processors 2
0.33/0.46	c c --- Begin Solver configuration ---
0.33/0.46	c Stops conflict analysis at the first Unique Implication Point
0.33/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.46	c Learn all clauses as in MiniSAT
0.33/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.46	c Expensive reason simplification
0.33/0.46	c MiniSAT restarts strategy
0.33/0.46	c timeout=2147483s
0.33/0.46	c DB Simplification allowed=false
0.33/0.46	c --- End Solver configuration ---
0.33/0.46	c solving HOME/instance-1065343-1215146555.xml
0.33/0.46	c reading problem ... 
0.61/0.73	c reading problem named null
0.61/0.73	c reading domains done.
0.61/0.74	c reading variables done.
1.02/1.12	c reading predicates  done.
1.21/1.34	c reading constraints
56.68/56.84	c done with constraints.
56.68/56.84	c ... done. Wall clock time 56.377s.
56.68/56.84	c #vars     2627
56.68/56.84	c #constraints  8309
56.68/56.84	c constraints type 
56.68/56.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6937
56.68/56.84	c org.sat4j.minisat.constraints.card.AtLeast => 1255
56.78/56.93	c starts		: 1
56.78/56.93	c conflicts		: 0
56.78/56.93	c decisions		: 888
56.78/56.93	c propagations		: 2627
56.78/56.93	c inspects		: 7752
56.78/56.93	c learnt literals	: 0
56.78/56.93	c learnt binary clauses	: 0
56.78/56.93	c learnt ternary clauses	: 0
56.78/56.93	c learnt clauses	: 0
56.78/56.93	c ignored clauses	: 0
56.78/56.93	c root simplifications	: 0
56.78/56.93	c removed literals (reason simplification)	: 0
56.78/56.93	c reason swapping (by a shorter reason)	: 0
56.78/56.93	c Calls to reduceDB	: 0
56.78/56.93	c speed (assignments/second)	: 30195.40229885058
56.78/56.93	c non guided choices	888
56.78/56.93	s SATISFIABLE
56.78/56.94	v 1 0 1 1 0 1 0 1 0 1 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 1 0 1 0 0 0 0 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 1 1 0 0 0 0 1 0 1 1 1 0 0 0 0 1 1 0 1 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 0 0 1 1 1 0 0 1 0 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 1 1 0 1 1 1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 0 0 0 1 1 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 1 0 1 1 0 1 0 0 1 0 1 1 1 0 0 1 0 0 1 0 1 0 1 1 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 1 1 1 0 1 0 1 1 0 1 0 1 1 1 0 0 1 0 1 0 0 1 0 1 1 1 1 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 1 1 1 0 1 0 0 1 1 1 1 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 1 0 1 1 1 1 1 0 0 1 1 1 1 0 0 1 1 0 1 0 0 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 1 1 0 1 0 1 0 1 1 1 0 1 0 0 0 0 1 1 1 1 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 1 0 1 1 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 
56.78/56.94	c Total wall clock time (in seconds) : 56.47

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-1065343-1215146555/watcher-1065343-1215146555 -o /tmp/evaluation-result-1065343-1215146555/solver-1065343-1215146555 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1065343-1215146555.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.03 2.02 2.00 3/80 12058
/proc/meminfo: memFree=1741712/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=18572 CPUtime=0
/proc/12058/stat : 12058 (runsolver) R 12056 12058 9701 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1993629640 19017728 293 996147200 4194304 4296836 548682068416 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12058/statm: 4643 293 257 25 0 2626 0

[startup+0.055637 s]
/proc/loadavg: 2.03 2.02 2.00 3/80 12058
/proc/meminfo: memFree=1741712/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=13012 CPUtime=0
/proc/12058/stat : 12058 (java) D 12056 12058 9701 0 -1 0 402 0 21 0 0 0 0 0 18 0 1 0 1993629640 13324288 224 996147200 134512640 134550740 4294956032 18446744073709551615 4649770 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12058/statm: 3253 224 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101852 s]
/proc/loadavg: 2.03 2.02 2.00 3/80 12058
/proc/meminfo: memFree=1741712/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=802080 CPUtime=0.04
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 2502 0 30 0 2 2 0 0 18 0 7 0 1993629640 821329920 2268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 200520 2268 962 9 0 197903 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802080

[startup+0.30188 s]
/proc/loadavg: 2.03 2.02 2.00 3/80 12058
/proc/meminfo: memFree=1741712/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=808244 CPUtime=0.23
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 4635 0 30 0 20 3 0 0 18 0 12 0 1993629640 827641856 3991 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 202061 3991 1296 9 0 199430 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808244

[startup+0.701932 s]
/proc/loadavg: 2.03 2.02 2.00 3/80 12058
/proc/meminfo: memFree=1741712/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=808272 CPUtime=0.61
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 6264 0 30 0 55 6 0 0 18 0 12 0 1993629640 827670528 5421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 202068 5421 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808272

[startup+1.50205 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 12070
/proc/meminfo: memFree=1717744/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=808272 CPUtime=1.4
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 7733 0 30 0 134 6 0 0 18 0 12 0 1993629640 827670528 6806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 202068 6806 1352 9 0 199430 0
[pid=12058/tid=12060] ppid=12056 vsize=808272 CPUtime=0.93
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 5133 0 1 0 89 4 0 0 19 0 12 0 1993629647 827670528 6806 996147200 134512640 134550740 4294956032 18446744073709551615 4109215747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629648 827670528 6806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12062] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993629648 827670528 6806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12063] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1993629649 827670528 6806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12064] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1993629650 827670528 6806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12065] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993629650 827670528 6807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12066] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 827670528 6807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=808272 CPUtime=0.17
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 641 0 0 0 17 0 0 0 16 0 12 0 1993629654 827670528 6807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=808272 CPUtime=0.27
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 1225 0 0 0 27 0 0 0 16 0 12 0 1993629654 827670528 6807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 827670528 6807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=808272 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 827670528 6807 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 808272

[startup+3.10129 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 12070
/proc/meminfo: memFree=1707376/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815872 CPUtime=3
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 13591 0 30 0 292 8 0 0 18 0 12 0 1993629640 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203968 9622 1380 9 0 201330 0
[pid=12058/tid=12060] ppid=12056 vsize=815872 CPUtime=1.32
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 5951 0 1 0 127 5 0 0 23 0 12 0 1993629647 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629648 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993629648 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993629649 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1993629650 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993629650 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815872 CPUtime=0.99
/proc/12058/task/12067/stat : 12067 (java) R 12056 12058 9701 0 -1 64 3627 0 0 0 98 1 0 0 18 0 12 0 1993629654 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 106222412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815872 CPUtime=0.67
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 3278 0 0 0 66 1 0 0 16 0 12 0 1993629654 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815872 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835452928 9622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 815872

[startup+6.30276 s]
/proc/loadavg: 2.03 2.02 2.00 4/92 12070
/proc/meminfo: memFree=1667824/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815724 CPUtime=6.21
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 27185 0 30 0 606 15 0 0 18 0 12 0 1993629640 835301376 21680 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203931 21684 1397 9 0 201293 0
[pid=12058/tid=12060] ppid=12056 vsize=815724 CPUtime=3.18
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 17303 0 1 0 307 11 0 0 25 0 12 0 1993629647 835301376 21685 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12061/stat : 12061 (java) R 12056 12058 9701 0 -1 64 148 0 0 0 0 0 0 0 15 0 12 0 1993629648 835301376 21686 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815724 CPUtime=0.01
/proc/12058/task/12062/stat : 12062 (java) R 12056 12058 9701 0 -1 64 431 0 0 0 1 0 0 0 15 0 12 0 1993629648 835301376 21688 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12063/stat : 12063 (java) R 12056 12058 9701 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993629649 835301376 21689 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835301376 21690 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835301376 21692 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835301376 21692 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815724 CPUtime=1.65
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4689 0 0 0 164 1 0 0 16 0 12 0 1993629654 835301376 21694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815724 CPUtime=1.32
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 3858 0 0 0 131 1 0 0 15 0 12 0 1993629654 835301376 21696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835301376 21697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815724 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835301376 21698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 815724

[startup+12.7017 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 12070
/proc/meminfo: memFree=1636592/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815692 CPUtime=12.6
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 31292 0 30 0 1244 16 0 0 18 0 12 0 1993629640 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203923 25769 1397 9 0 201285 0
[pid=12058/tid=12060] ppid=12056 vsize=815692 CPUtime=8.96
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 19516 0 1 0 885 11 0 0 25 0 12 0 1993629647 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4109677542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815692 CPUtime=0.05
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1083 0 0 0 5 0 0 0 15 0 12 0 1993629648 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815692 CPUtime=0.06
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1229 0 0 0 6 0 0 0 16 0 12 0 1993629648 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815692 CPUtime=0.01
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 1 0 0 0 16 0 12 0 1993629649 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815692 CPUtime=1.99
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 198 1 0 0 16 0 12 0 1993629654 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815692 CPUtime=1.48
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 3873 0 0 0 147 1 0 0 16 0 12 0 1993629654 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835268608 25769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 815692

[startup+25.5026 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 12070
/proc/meminfo: memFree=1634928/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815692 CPUtime=25.4
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 31722 0 30 0 2523 17 0 0 18 0 12 0 1993629640 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203923 26180 1397 9 0 201285 0
[pid=12058/tid=12060] ppid=12056 vsize=815692 CPUtime=21.3
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 19870 0 1 0 2118 12 0 0 25 0 12 0 1993629647 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4110541892 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815692 CPUtime=0.05
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1086 0 0 0 5 0 0 0 16 0 12 0 1993629648 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815692 CPUtime=0.07
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1267 0 0 0 7 0 0 0 17 0 12 0 1993629648 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815692 CPUtime=0.02
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 2 0 0 0 17 0 12 0 1993629649 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815692 CPUtime=2.13
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 212 1 0 0 15 0 12 0 1993629654 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815692 CPUtime=1.78
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 3908 0 0 0 177 1 0 0 16 0 12 0 1993629654 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835268608 26180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 815692

[startup+51.1024 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 12070
/proc/meminfo: memFree=1633392/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815692 CPUtime=50.99
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 32120 0 30 0 5082 17 0 0 18 0 12 0 1993629640 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203923 26542 1397 9 0 201285 0
[pid=12058/tid=12060] ppid=12056 vsize=815692 CPUtime=46.27
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 20161 0 1 0 4615 12 0 0 25 0 12 0 1993629647 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4109677773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815692 CPUtime=0.06
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1103 0 0 0 6 0 0 0 15 0 12 0 1993629648 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815692 CPUtime=0.07
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1285 0 0 0 7 0 0 0 16 0 12 0 1993629648 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815692 CPUtime=0.02
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 2 0 0 0 15 0 12 0 1993629649 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815692 CPUtime=2.15
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 214 1 0 0 15 0 12 0 1993629654 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815692 CPUtime=2.35
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 3980 0 0 0 234 1 0 0 16 0 12 0 1993629654 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835268608 26542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 815692

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

[startup+54.3018 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 12070
/proc/meminfo: memFree=1633328/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815692 CPUtime=54.18
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 32156 0 30 0 5401 17 0 0 18 0 12 0 1993629640 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203923 26573 1397 9 0 201285 0
[pid=12058/tid=12060] ppid=12056 vsize=815692 CPUtime=49.23
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 20168 0 1 0 4911 12 0 0 25 0 12 0 1993629647 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4110923284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815692 CPUtime=0.06
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1104 0 0 0 6 0 0 0 16 0 12 0 1993629648 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815692 CPUtime=0.07
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1286 0 0 0 7 0 0 0 15 0 12 0 1993629648 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815692 CPUtime=0.02
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 2 0 0 0 15 0 12 0 1993629649 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815692 CPUtime=2.16
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 215 1 0 0 15 0 12 0 1993629654 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815692 CPUtime=2.57
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 4007 0 0 0 256 1 0 0 16 0 12 0 1993629654 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835268608 26573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.18
Current children cumulated vsize (KiB) 815692

[startup+55.9021 s]
/proc/loadavg: 2.01 2.01 2.00 5/92 12070
/proc/meminfo: memFree=1633264/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815692 CPUtime=55.78
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 32159 0 30 0 5561 17 0 0 18 0 12 0 1993629640 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203923 26574 1397 9 0 201285 0
[pid=12058/tid=12060] ppid=12056 vsize=815692 CPUtime=50.83
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 20170 0 1 0 5071 12 0 0 25 0 12 0 1993629647 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4109702364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815692 CPUtime=0.06
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1104 0 0 0 6 0 0 0 16 0 12 0 1993629648 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815692 CPUtime=0.07
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1287 0 0 0 7 0 0 0 15 0 12 0 1993629648 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815692 CPUtime=0.02
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 2 0 0 0 15 0 12 0 1993629649 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815692 CPUtime=2.16
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 215 1 0 0 15 0 12 0 1993629654 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815692 CPUtime=2.57
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 4007 0 0 0 256 1 0 0 16 0 12 0 1993629654 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835268608 26574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.78
Current children cumulated vsize (KiB) 815692

[startup+56.7022 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 12070
/proc/meminfo: memFree=1633264/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=815692 CPUtime=56.58
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 32161 0 30 0 5641 17 0 0 18 0 12 0 1993629640 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 203923 26575 1397 9 0 201285 0
[pid=12058/tid=12060] ppid=12056 vsize=815692 CPUtime=51.63
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 20171 0 1 0 5151 12 0 0 25 0 12 0 1993629647 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4109702101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=815692 CPUtime=0.06
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1104 0 0 0 6 0 0 0 15 0 12 0 1993629648 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=815692 CPUtime=0.07
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1288 0 0 0 7 0 0 0 16 0 12 0 1993629648 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=815692 CPUtime=0.02
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 2 0 0 0 15 0 12 0 1993629649 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993629650 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1993629650 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993629654 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=815692 CPUtime=2.16
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 215 1 0 0 15 0 12 0 1993629654 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=815692 CPUtime=2.57
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 4007 0 0 0 256 1 0 0 16 0 12 0 1993629654 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993629654 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=815692 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993629654 835268608 26575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.58
Current children cumulated vsize (KiB) 815692

[startup+56.9022 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 12070
/proc/meminfo: memFree=1633264/2055920 swapFree=4180256/4192956
[pid=12058] ppid=12056 vsize=816016 CPUtime=56.78
/proc/12058/stat : 12058 (java) S 12056 12058 9701 0 -1 0 32169 0 30 0 5661 17 0 0 18 0 13 0 1993629640 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12058/statm: 204004 26583 1397 9 0 201366 0
[pid=12058/tid=12060] ppid=12056 vsize=816016 CPUtime=51.8
/proc/12058/task/12060/stat : 12060 (java) R 12056 12058 9701 0 -1 64 20179 0 1 0 5168 12 0 0 25 0 13 0 1993629647 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4109211172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12061] ppid=12056 vsize=816016 CPUtime=0.06
/proc/12058/task/12061/stat : 12061 (java) S 12056 12058 9701 0 -1 64 1104 0 0 0 6 0 0 0 15 0 13 0 1993629648 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12062] ppid=12056 vsize=816016 CPUtime=0.07
/proc/12058/task/12062/stat : 12062 (java) S 12056 12058 9701 0 -1 64 1288 0 0 0 7 0 0 0 16 0 13 0 1993629648 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12063] ppid=12056 vsize=816016 CPUtime=0.02
/proc/12058/task/12063/stat : 12063 (java) S 12056 12058 9701 0 -1 64 142 0 0 0 2 0 0 0 15 0 13 0 1993629649 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12064] ppid=12056 vsize=816016 CPUtime=0
/proc/12058/task/12064/stat : 12064 (java) S 12056 12058 9701 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993629650 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12065] ppid=12056 vsize=816016 CPUtime=0
/proc/12058/task/12065/stat : 12065 (java) S 12056 12058 9701 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1993629650 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12066] ppid=12056 vsize=816016 CPUtime=0
/proc/12058/task/12066/stat : 12066 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993629654 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12067] ppid=12056 vsize=816016 CPUtime=2.18
/proc/12058/task/12067/stat : 12067 (java) S 12056 12058 9701 0 -1 64 4715 0 0 0 217 1 0 0 16 0 13 0 1993629654 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12068] ppid=12056 vsize=816016 CPUtime=2.58
/proc/12058/task/12068/stat : 12068 (java) S 12056 12058 9701 0 -1 64 4007 0 0 0 257 1 0 0 16 0 13 0 1993629654 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12058/tid=12069] ppid=12056 vsize=816016 CPUtime=0
/proc/12058/task/12069/stat : 12069 (java) S 12056 12058 9701 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1993629654 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12058/tid=12070] ppid=12056 vsize=816016 CPUtime=0
/proc/12058/task/12070/stat : 12070 (java) S 12056 12058 9701 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1993629654 835600384 26583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.78
Current children cumulated vsize (KiB) 816016

Child status: 0
Real time (s): 56.9808
CPU time (s): 56.8524
CPU user time (s): 56.6594
CPU system time (s): 0.19297
CPU usage (%): 99.7746
Max. virtual memory (cumulated for all children) (KiB): 817308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6594
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32185
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3288
involuntary context switches= 2890

runsolver used 0.071989 second user time and 0.198969 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 06:42:35
IDJOB=1065343
IDBENCH=55058
IDSOLVER=344
FILE ID=node22/1065343-1215146555
PBS_JOBID= 7877335
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7bdb33a5f13176865443e6bf7e21e1ee
RANDOM SEED=856366120

node22.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.267
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.267
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:       1742192 kB
Buffers:          6352 kB
Cached:          71132 kB
SwapCached:       6564 kB
Active:         235020 kB
Inactive:        22512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742192 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:         196332 kB
Slab:            41136 kB
Committed_AS:  4095656 kB
PageTables:       2068 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= 66556 MiB
End job on node22 at 2008-07-04 06:43:32