Trace number 2064893

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (TO) 1800.73 1805.77

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-25_ext.xml
MD5SUM0495c388dd957a0ac86fa598c5baf4f0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2064893-1247336652.xml
0.18/0.25	c reading problem ... 
0.47/0.52	c reading problem named null
0.47/0.52	c reading domains done.
0.47/0.52	c reading variables done.
0.47/0.55	c reading relations done.
5.14/5.27	c reading constraints
7.43/7.53	c done with constraints.
7.43/7.53	c ... done. Wall clock time 7.281s.
7.43/7.53	c #vars     784
7.43/7.53	c #constraints  1290245
7.43/7.53	c constraints type 
7.43/7.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
7.43/7.53	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.07/1805.31	c starts		: 21
1800.07/1805.31	c conflicts		: 858477
1800.07/1805.31	c decisions		: 1500925
1800.07/1805.31	c propagations		: 58844521
1800.07/1805.31	c inspects		: 5460444545
1800.07/1805.31	c learnt literals	: 0
1800.07/1805.31	c learnt binary clauses	: 5
1800.07/1805.31	c learnt ternary clauses	: 951
1800.07/1805.31	c learnt clauses	: 858477
1800.07/1805.31	c ignored clauses	: 0
1800.07/1805.31	c root simplifications	: 0
1800.07/1805.31	c removed literals (reason simplification)	: 31224805
1800.07/1805.31	c reason swapping (by a shorter reason)	: 0
1800.07/1805.31	c Calls to reduceDB	: 0
1800.07/1805.31	c speed (assignments/second)	: 32731.73443721208
1800.07/1805.31	c non guided choices	283
1800.51/1805.67	c learnt constraints type 
1800.51/1805.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.51/1805.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 858567
1800.51/1805.67	c constraints type 
1800.51/1805.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
1800.51/1805.67	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.51/1805.67	s UNKNOWN
1800.51/1805.67	c Total wall clock time (in seconds) : 1805.063

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064893-1247336652/watcher-2064893-1247336652 -o /tmp/evaluation-result-2064893-1247336652/solver-2064893-1247336652 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064893-1247336652.xml 

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


[startup+0 s]
/proc/loadavg: 2.15 2.03 1.93 3/84 13312
/proc/meminfo: memFree=451104/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=13208 CPUtime=0
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 20731889 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 3302 521 219 9 0 1186 0
[pid=13312/tid=13313] ppid=13310 vsize=13208 CPUtime=0
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 20731890 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 8466392 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0966769 s]
/proc/loadavg: 2.15 2.03 1.93 3/84 13312
/proc/meminfo: memFree=451104/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=804360 CPUtime=0.08
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 2936 0 1 0 6 2 0 0 18 0 12 0 20731889 823664640 2679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 201090 2679 1056 9 0 198441 0
[pid=13312/tid=13313] ppid=13310 vsize=804360 CPUtime=0.07
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 2183 0 1 0 6 1 0 0 21 0 12 0 20731890 823664640 2679 996147200 134512640 134550932 4294956016 18446744073709551615 106546665 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.101676 s]
/proc/loadavg: 2.15 2.03 1.93 3/84 13312
/proc/meminfo: memFree=451104/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=804560 CPUtime=0.08
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 2999 0 1 0 6 2 0 0 18 0 12 0 20731889 823869440 2742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 201140 2742 1080 9 0 198474 0
[pid=13312/tid=13313] ppid=13310 vsize=804560 CPUtime=0.08
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 2246 0 1 0 6 2 0 0 21 0 12 0 20731890 823869440 2742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301702 s]
/proc/loadavg: 2.15 2.03 1.93 3/84 13312
/proc/meminfo: memFree=451104/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=805628 CPUtime=0.29
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 4293 0 1 0 25 4 0 0 18 0 12 0 20731889 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 201407 4030 1358 9 0 198734 0
[pid=13312/tid=13313] ppid=13310 vsize=805628 CPUtime=0.22
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 3060 0 1 0 19 3 0 0 18 0 12 0 20731890 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701746 s]
/proc/loadavg: 2.15 2.03 1.93 3/84 13312
/proc/meminfo: memFree=451104/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=807184 CPUtime=0.67
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 5793 0 1 0 63 4 0 0 18 0 12 0 20731889 826556416 5247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 201796 5247 1387 9 0 199123 0
[pid=13312/tid=13313] ppid=13310 vsize=807184 CPUtime=0.37
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 3848 0 1 0 33 4 0 0 19 0 12 0 20731890 826556416 5247 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50284 s]
/proc/loadavg: 2.30 2.06 1.94 4/96 13324
/proc/meminfo: memFree=429376/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=812900 CPUtime=1.47
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 10752 0 1 0 141 6 0 0 18 0 12 0 20731889 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203225 9110 1407 9 0 200552 0
[pid=13312/tid=13313] ppid=13310 vsize=812900 CPUtime=0.66
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 6369 0 1 0 62 4 0 0 22 0 12 0 20731890 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13315] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20731891 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13316] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20731891 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13317] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20731893 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13318] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20731894 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20731894 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20731898 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20731898 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=812900 CPUtime=0.79
/proc/13312/task/13322/stat : 13322 (java) R 13310 13312 12924 0 -1 64 3630 0 0 0 78 1 0 0 16 0 12 0 20731899 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 104069466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13323] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20731899 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20731899 832409600 9110 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812900

[startup+3.10302 s]
/proc/loadavg: 2.30 2.06 1.94 5/96 13324
/proc/meminfo: memFree=373120/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=812900 CPUtime=3.05
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 25596 0 1 0 292 13 0 0 18 0 12 0 20731889 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203225 23949 1417 9 0 200552 0
[pid=13312/tid=13313] ppid=13310 vsize=812900 CPUtime=1.92
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16905 0 1 0 183 9 0 0 25 0 12 0 20731890 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4109650424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13315] ppid=13310 vsize=812900 CPUtime=0.11
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 2031 0 0 0 11 0 0 0 16 0 12 0 20731891 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13316] ppid=13310 vsize=812900 CPUtime=0.09
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 2243 0 0 0 9 0 0 0 16 0 12 0 20731891 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13317] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 20731893 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13318] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20731894 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20731894 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20731898 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20731898 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=812900 CPUtime=0.89
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3636 0 0 0 88 1 0 0 16 0 12 0 20731899 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13323] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20731899 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=812900 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20731899 832409600 23949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812900

[startup+6.3024 s]
/proc/loadavg: 2.30 2.06 1.94 4/96 13324
/proc/meminfo: memFree=339904/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=812832 CPUtime=6.21
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 33272 0 1 0 604 17 0 0 18 0 12 0 20731889 832339968 31614 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203208 31616 1423 9 0 200535 0
[pid=13312/tid=13313] ppid=13310 vsize=812832 CPUtime=4.09
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16924 0 1 0 399 10 0 0 25 0 12 0 20731890 832339968 31617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=812832 CPUtime=0.41
/proc/13312/task/13315/stat : 13315 (java) R 13310 13312 12924 0 -1 64 6057 0 0 0 39 2 0 0 17 0 12 0 20731891 832339968 31619 996147200 134512640 134550932 4294956016 18446744073709551615 106196091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=812832 CPUtime=0.4
/proc/13312/task/13316/stat : 13316 (java) R 13310 13312 12924 0 -1 64 5823 0 0 0 38 2 0 0 17 0 12 0 20731891 832339968 31620 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 0 0 0 0 17 0 12 0 20731893 832339968 31622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20731894 832339968 31623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20731894 832339968 31625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20731898 832339968 31626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20731898 832339968 31628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=812832 CPUtime=1.27
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3693 0 0 0 126 1 0 0 17 0 12 0 20731899 832339968 31629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13323] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20731899 832339968 31630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=812832 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20731899 832339968 31632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 812832

[startup+12.7021 s]
/proc/loadavg: 2.33 2.08 1.95 3/97 13325
/proc/meminfo: memFree=246584/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=813124 CPUtime=12.62
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 48372 0 1 0 1239 23 0 0 18 0 13 0 20731889 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203281 46706 1445 9 0 200608 0
[pid=13312/tid=13313] ppid=13310 vsize=813124 CPUtime=9.16
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16946 0 1 0 906 10 0 0 25 0 13 0 20731890 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4109763803 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813124 CPUtime=0.78
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 13025 0 0 0 74 4 0 0 17 0 13 0 20731891 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=813124 CPUtime=0.79
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 13858 0 0 0 74 5 0 0 17 0 13 0 20731891 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 20731893 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20731894 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20731894 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20731898 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20731898 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=813124 CPUtime=1.83
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3758 0 0 0 182 1 0 0 16 0 13 0 20731899 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13323] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20731899 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20731899 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13325] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13325/stat : 13325 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 20732644 832638976 46706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 813124

[startup+25.5026 s]
/proc/loadavg: 2.42 2.11 1.96 3/97 13325
/proc/meminfo: memFree=231352/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=813124 CPUtime=25.49
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 52254 0 1 0 2524 25 0 0 18 0 13 0 20731889 832638976 50514 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203281 50514 1445 9 0 200608 0
[pid=13312/tid=13313] ppid=13310 vsize=813124 CPUtime=21.69
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16948 0 1 0 2159 10 0 0 25 0 13 0 20731890 832638976 50514 996147200 134512640 134550932 4294956016 18446744073709551615 4109832932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813124 CPUtime=0.93

################
# More data... #
################

[pid=13312] ppid=13310 vsize=813124 CPUtime=1776.95
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 105370 0 1 0 177643 52 0 0 18 0 13 0 20731889 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203281 101756 1445 9 0 200608 0
[pid=13312/tid=13313] ppid=13310 vsize=813124 CPUtime=1770.71
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16962 0 1 0 177058 13 0 0 25 0 13 0 20731890 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4109769887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813124 CPUtime=2.13
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 42730 0 0 0 197 16 0 0 18 0 13 0 20731891 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=813124 CPUtime=2.09
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 41130 0 0 0 191 18 0 0 18 0 13 0 20731891 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=813124 CPUtime=0.01
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 20731893 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20731894 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20731894 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20731898 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20731898 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=813124 CPUtime=1.95
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3763 0 0 0 194 1 0 0 17 0 13 0 20731899 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13323] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20731899 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20731899 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13325] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13325/stat : 13325 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 20732644 832638976 101756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.95
Current children cumulated vsize (KiB) 813124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/95 13414
/proc/meminfo: memFree=291784/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=813124 CPUtime=1800.07
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 111747 0 1 0 179953 54 0 0 18 0 13 0 20731889 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203281 107741 1445 9 0 200608 0
[pid=13312/tid=13313] ppid=13310 vsize=813124 CPUtime=1793.53
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16963 0 1 0 179340 13 0 0 25 0 13 0 20731890 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4109769887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813124 CPUtime=2.31
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 45904 0 0 0 213 18 0 0 18 0 13 0 20731891 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=813124 CPUtime=2.23
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 44332 0 0 0 204 19 0 0 18 0 13 0 20731891 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=813124 CPUtime=0.01
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 20731893 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20731894 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20731894 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20731898 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20731898 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=813124 CPUtime=1.95
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3763 0 0 0 194 1 0 0 17 0 13 0 20731899 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13323] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20731899 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20731899 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13325] ppid=13310 vsize=813124 CPUtime=0
/proc/13312/task/13325/stat : 13325 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 20732644 832638976 107741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 813124

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1805.41 s]
/proc/loadavg: 2.01 2.02 1.99 3/95 13414
/proc/meminfo: memFree=291784/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=813772 CPUtime=1800.2
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 111765 0 1 0 179966 54 0 0 16 0 15 0 20731889 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203443 107759 1445 9 0 200770 0
[pid=13312/tid=13313] ppid=13310 vsize=813772 CPUtime=1793.63
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16963 0 1 0 179350 13 0 0 25 0 15 0 20731890 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4109763642 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813772 CPUtime=2.31
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 45904 0 0 0 213 18 0 0 18 0 15 0 20731891 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=813772 CPUtime=2.23
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 44332 0 0 0 204 19 0 0 18 0 15 0 20731891 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=813772 CPUtime=0.01
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 1 0 0 0 16 0 15 0 20731893 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 20731894 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 20731894 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 20731898 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 20731898 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=813772 CPUtime=1.95
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3763 0 0 0 194 1 0 0 17 0 15 0 20731899 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13323] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 20731899 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 20731899 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13325] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13325/stat : 13325 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 20732644 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 813772

[startup+1805.6 s]
/proc/loadavg: 2.01 2.02 1.99 3/95 13414
/proc/meminfo: memFree=291784/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=813772 CPUtime=1800.51
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 111765 0 1 0 179997 54 0 0 16 0 15 0 20731889 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203443 107759 1445 9 0 200770 0
[pid=13312/tid=13313] ppid=13310 vsize=813772 CPUtime=1793.82
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16963 0 1 0 179369 13 0 0 25 0 15 0 20731890 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4109769887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813772 CPUtime=2.31
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 45904 0 0 0 213 18 0 0 18 0 15 0 20731891 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=813772 CPUtime=2.23
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 44332 0 0 0 204 19 0 0 18 0 15 0 20731891 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=813772 CPUtime=0.01
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 1 0 0 0 16 0 15 0 20731893 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 20731894 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 20731894 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 20731898 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 20731898 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=813772 CPUtime=1.98
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3763 0 0 0 197 1 0 0 16 0 15 0 20731899 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13323] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 20731899 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 20731899 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13325] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13325/stat : 13325 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 20732644 833302528 107759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 813772

[startup+1805.7 s]
/proc/loadavg: 2.01 2.02 1.99 3/95 13414
/proc/meminfo: memFree=291784/2055920 swapFree=4192956/4192956
[pid=13312] ppid=13310 vsize=813772 CPUtime=1800.65
/proc/13312/stat : 13312 (java) S 13310 13312 12924 0 -1 0 111768 0 1 0 180010 55 0 0 16 0 14 0 20731889 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13312/statm: 203443 107762 1446 9 0 200770 0
[pid=13312/tid=13313] ppid=13310 vsize=813772 CPUtime=1793.92
/proc/13312/task/13313/stat : 13313 (java) R 13310 13312 12924 0 -1 64 16963 0 1 0 179379 13 0 0 25 0 14 0 20731890 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4109769887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13315] ppid=13310 vsize=813772 CPUtime=2.31
/proc/13312/task/13315/stat : 13315 (java) S 13310 13312 12924 0 -1 64 45904 0 0 0 213 18 0 0 18 0 14 0 20731891 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13316] ppid=13310 vsize=813772 CPUtime=2.23
/proc/13312/task/13316/stat : 13316 (java) S 13310 13312 12924 0 -1 64 44332 0 0 0 204 19 0 0 18 0 14 0 20731891 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13317] ppid=13310 vsize=813772 CPUtime=0.01
/proc/13312/task/13317/stat : 13317 (java) S 13310 13312 12924 0 -1 64 28 0 0 0 1 0 0 0 16 0 14 0 20731893 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13318] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13318/stat : 13318 (java) S 13310 13312 12924 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 20731894 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13319] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13319/stat : 13319 (java) S 13310 13312 12924 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 20731894 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13320] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13320/stat : 13320 (java) S 13310 13312 12924 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 20731898 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13321] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13321/stat : 13321 (java) S 13310 13312 12924 0 -1 64 13 0 0 0 0 0 0 0 19 0 14 0 20731898 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13322] ppid=13310 vsize=813772 CPUtime=2
/proc/13312/task/13322/stat : 13322 (java) S 13310 13312 12924 0 -1 64 3763 0 0 0 199 1 0 0 16 0 14 0 20731899 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13323] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13323/stat : 13323 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 20731899 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13312/tid=13324] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13324/stat : 13324 (java) S 13310 13312 12924 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 20731899 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13312/tid=13325] ppid=13310 vsize=813772 CPUtime=0
/proc/13312/task/13325/stat : 13325 (java) S 13310 13312 12924 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 20732644 833302528 107762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 813772

Child status: 143
Real time (s): 1805.77
CPU time (s): 1800.73
CPU user time (s): 1800.11
CPU system time (s): 0.612906
CPU usage (%): 99.7207
Max. virtual memory (cumulated for all children) (KiB): 813772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.11
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111769
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= 37792
involuntary context switches= 50736

runsolver used 2.18167 second user time and 6.08607 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-11 20:24:13
IDJOB=2064893
IDBENCH=54209
IDSOLVER=731
FILE ID=node20/2064893-1247336652
PBS_JOBID= 9506703
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-25_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064893-1247336652/watcher-2064893-1247336652 -o /tmp/evaluation-result-2064893-1247336652/solver-2064893-1247336652 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064893-1247336652.xml

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

MD5SUM BENCH= 0495c388dd957a0ac86fa598c5baf4f0
RANDOM SEED=2055309025

node20.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.236
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.236
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:        451584 kB
Buffers:         64392 kB
Cached:        1239440 kB
SwapCached:          0 kB
Active:         444268 kB
Inactive:      1102972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        451584 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7384 kB
Writeback:           0 kB
Mapped:         259128 kB
Slab:            41932 kB
Committed_AS:   844688 kB
PageTables:       2228 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= 66272 MiB
End job on node20 at 2009-07-11 20:54:20