Trace number 2068061

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? 290.131 290.251

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-misc01.xml
MD5SUM6bd3a606d89363bcad39d583cdf2be6a
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.102983
Satisfiable
(Un)Satisfiability was proved
Number of variables113
Number of constraints71
Maximum constraint arity101
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension71
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2068061-1247345842.xml
0.19/0.22	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.46	c reading variables done.
0.38/0.49	c reading predicates  done.
0.78/0.80	c reading constraints
289.92/290.08	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
289.92/290.09		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
289.92/290.09		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
289.92/290.09		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
289.92/290.09		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
289.92/290.09		at org.mozilla.javascript.gen.c11._c0(rhino.log:1)
289.92/290.09		at org.mozilla.javascript.gen.c11.call(rhino.log)
289.92/290.09		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
289.92/290.09		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
289.92/290.09		at org.mozilla.javascript.gen.c11.call(rhino.log)
289.92/290.09		at org.mozilla.javascript.gen.c11.exec(rhino.log)
289.92/290.09		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09		at org.sat4j.csp.Predicate.find(Unknown Source)
289.92/290.09	c starts		: 0
289.92/290.09	c conflicts		: 0
289.92/290.09	c decisions		: 0
289.92/290.09	c propagations		: 0
289.92/290.09	c inspects		: 0
289.92/290.09	c learnt literals	: 0
289.92/290.09	c learnt binary clauses	: 0
289.92/290.09	c learnt ternary clauses	: 0
289.92/290.09	c learnt clauses	: 0
289.92/290.09	c ignored clauses	: 0
289.92/290.09	c root simplifications	: 0
289.92/290.09	c removed literals (reason simplification)	: 0
289.92/290.09	c reason swapping (by a shorter reason)	: 0
289.92/290.09	c Calls to reduceDB	: 0
289.92/290.09	c speed (assignments/second)	: 0.0
289.92/290.09	c non guided choices	0
289.92/290.09	c learnt constraints type 
289.92/290.09	c constraints type 
289.92/290.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4346587
289.92/290.09	c org.sat4j.minisat.constraints.card.AtLeast => 113
289.92/290.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 113
289.92/290.09	s UNKNOWN
289.92/290.09	c Total wall clock time (in seconds) : 289.868

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-2068061-1247345842/watcher-2068061-1247345842 -o /tmp/evaluation-result-2068061-1247345842/solver-2068061-1247345842 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068061-1247345842.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.07 2.10 2.04 4/74 15126
/proc/meminfo: memFree=95312/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=148 CPUtime=0
/proc/15126/stat : 15126 (java) R 15124 15126 14016 0 -1 0 198 0 0 0 0 0 0 0 18 0 1 0 21650576 151552 20 996147200 134512640 134550932 4294956016 18446744073709551615 12581951 0 0 4096 0 0 0 0 17 0 0 0
/proc/15126/statm: 38 26 19 9 0 4 0

[startup+0.0562549 s]
/proc/loadavg: 2.07 2.10 2.04 4/74 15126
/proc/meminfo: memFree=95312/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=802164 CPUtime=0.04
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 2691 0 1 0 4 0 0 0 18 0 7 0 21650576 821415936 2436 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 200541 2436 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.10126 s]
/proc/loadavg: 2.07 2.10 2.04 4/74 15126
/proc/meminfo: memFree=95312/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=804560 CPUtime=0.08
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 3066 0 1 0 7 1 0 0 18 0 12 0 21650576 823869440 2809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 201140 2809 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301293 s]
/proc/loadavg: 2.07 2.10 2.04 4/74 15126
/proc/meminfo: memFree=95312/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=806196 CPUtime=0.28
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 4438 0 1 0 26 2 0 0 18 0 12 0 21650576 825544704 4175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 201549 4175 1365 9 0 198876 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806196

[startup+0.701357 s]
/proc/loadavg: 2.07 2.10 2.04 4/74 15126
/proc/meminfo: memFree=95312/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=807300 CPUtime=0.69
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 6449 0 1 0 64 5 0 0 18 0 12 0 21650576 826675200 5825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 201825 5825 1387 9 0 199152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807300

[startup+1.50248 s]
/proc/loadavg: 2.07 2.10 2.04 4/86 15138
/proc/meminfo: memFree=72560/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=810128 CPUtime=1.49
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 9300 0 1 0 143 6 0 0 18 0 12 0 21650576 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 202532 7525 1428 9 0 199859 0
[pid=15126/tid=15128] ppid=15124 vsize=810128 CPUtime=0.77
/proc/15126/task/15128/stat : 15128 (java) R 15124 15126 14016 0 -1 64 5475 0 1 0 73 4 0 0 25 0 12 0 21650577 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21650578 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21650578 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15131/stat : 15131 (java) S 15124 15126 14016 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21650580 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21650581 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21650581 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15134] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=810128 CPUtime=0.68
/proc/15126/task/15135/stat : 15135 (java) R 15124 15126 14016 0 -1 64 2811 0 0 0 68 0 0 0 17 0 12 0 21650585 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 103863870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 269 0 0 0 0 0 0 0 21 0 12 0 21650585 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15137] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=810128 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 829571072 7525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810128

[startup+3.10175 s]
/proc/loadavg: 2.06 2.10 2.04 3/86 15138
/proc/meminfo: memFree=46640/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=813924 CPUtime=3.15
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 23640 0 1 0 302 13 0 0 18 0 12 0 21650576 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 203481 20805 1436 9 0 200808 0
[pid=15126/tid=15128] ppid=15124 vsize=813924 CPUtime=1.74
/proc/15126/task/15128/stat : 15128 (java) R 15124 15126 14016 0 -1 64 17375 0 1 0 164 10 0 0 25 0 12 0 21650577 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15129] ppid=15124 vsize=813924 CPUtime=0.01
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 396 0 0 0 1 0 0 0 17 0 12 0 21650578 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15130] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 282 0 0 0 0 0 0 0 17 0 12 0 21650578 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15131] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15131/stat : 15131 (java) S 15124 15126 14016 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21650580 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15132] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21650581 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21650581 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15134] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=813924 CPUtime=1.36
/proc/15126/task/15135/stat : 15135 (java) R 15124 15126 14016 0 -1 64 4567 0 0 0 134 2 0 0 17 0 12 0 21650585 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 106262215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 269 0 0 0 0 0 0 0 17 0 12 0 21650585 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15137] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=813924 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 833458176 20805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 813924

[startup+6.30225 s]
/proc/loadavg: 2.06 2.10 2.04 3/86 15138
/proc/meminfo: memFree=17264/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=815344 CPUtime=6.46
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 32811 0 1 0 630 16 0 0 18 0 12 0 21650576 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 203836 26600 1439 9 0 201163 0
[pid=15126/tid=15128] ppid=15124 vsize=815344 CPUtime=4.03
/proc/15126/task/15128/stat : 15128 (java) R 15124 15126 14016 0 -1 64 17384 0 1 0 393 10 0 0 25 0 12 0 21650577 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4109625008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=815344 CPUtime=0.09
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 2938 0 0 0 9 0 0 0 16 0 12 0 21650578 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=815344 CPUtime=0.09
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 2783 0 0 0 8 1 0 0 16 0 12 0 21650578 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=815344 CPUtime=0
/proc/15126/task/15131/stat : 15131 (java) S 15124 15126 14016 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 21650580 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=815344 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15133] ppid=15124 vsize=815344 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=815344 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=815344 CPUtime=2.19
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 8583 0 0 0 216 3 0 0 17 0 12 0 21650585 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=815344 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 17 0 12 0 21650585 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=815344 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=815344 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 834912256 26600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 815344

[startup+12.7023 s]
/proc/loadavg: 2.05 2.09 2.04 3/86 15138
/proc/meminfo: memFree=15920/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=815632 CPUtime=12.85
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 36258 0 1 0 1268 17 0 0 18 0 12 0 21650576 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 203908 29752 1439 9 0 201235 0
[pid=15126/tid=15128] ppid=15124 vsize=815632 CPUtime=9.51
/proc/15126/task/15128/stat : 15128 (java) R 15124 15126 14016 0 -1 64 17402 0 1 0 941 10 0 0 25 0 12 0 21650577 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4110300320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=815632 CPUtime=0.21
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 4602 0 0 0 21 0 0 0 16 0 12 0 21650578 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=815632 CPUtime=0.22
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 4149 0 0 0 21 1 0 0 16 0 12 0 21650578 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=815632 CPUtime=0
/proc/15126/task/15131/stat : 15131 (java) S 15124 15126 14016 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 21650580 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=815632 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15133] ppid=15124 vsize=815632 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=815632 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=815632 CPUtime=2.84
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 8981 0 0 0 281 3 0 0 19 0 12 0 21650585 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=815632 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 17 0 12 0 21650585 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=815632 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=815632 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 835207168 29752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 815632

[startup+25.5023 s]
/proc/loadavg: 2.04 2.09 2.04 3/86 15138
/proc/meminfo: memFree=16112/2055920 swapFree=4192952/4192956
[pid=15126] ppid=15124 vsize=821932 CPUtime=25.64
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 46258 0 1 0 2542 22 0 0 18 0 12 0 21650576 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 205483 37161 1439 9 0 202810 0
[pid=15126/tid=15128] ppid=15124 vsize=821932 CPUtime=21.08
/proc/15126/task/15128/stat : 15128 (java) R 15124 15126 14016 0 -1 64 17431 0 1 0 2098 10 0 0 25 0 12 0 21650577 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4109832881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=821932 CPUtime=0.41
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 8464 0 0 0 39 2 0 0 16 0 12 0 21650578 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=821932 CPUtime=0.34
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 6091 0 0 0 32 2 0 0 16 0 12 0 21650578 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=821932 CPUtime=0
/proc/15126/task/15131/stat : 15131 (java) S 15124 15126 14016 0 -1 64 24 0 0 0 0 0 0 0 15 0 12 0 21650580 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=821932 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15133] ppid=15124 vsize=821932 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=821932 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 841658368 37161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=821932 CPUtime=3.75

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

[pid=15126/tid=15138] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 843300

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

[startup+284.703 s]
/proc/loadavg: 2.20 2.17 2.08 3/93 15186
/proc/meminfo: memFree=1200560/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=843300 CPUtime=284.65
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 801525 0 1 0 28108 357 0 0 18 0 12 0 21650576 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 210825 180525 1441 9 0 208152 0
[pid=15126/tid=15128] ppid=15124 vsize=843300 CPUtime=140.58
/proc/15126/task/15128/stat : 15128 (java) S 15124 15126 14016 0 -1 64 17642 0 1 0 14043 15 0 0 17 0 12 0 21650577 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=843300 CPUtime=8.76
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 74453 0 0 0 848 28 0 0 16 0 12 0 21650578 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=843300 CPUtime=8.97
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 80065 0 0 0 865 32 0 0 16 0 12 0 21650578 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=843300 CPUtime=122.51
/proc/15126/task/15131/stat : 15131 (java) R 15124 15126 14016 0 -1 64 615117 0 0 0 11978 273 0 0 25 0 12 0 21650580 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=843300 CPUtime=3.75
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 13148 0 0 0 370 5 0 0 24 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=843300 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 16 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 284.65
Current children cumulated vsize (KiB) 843300

[startup+287.901 s]
/proc/loadavg: 2.19 2.17 2.08 3/93 15186
/proc/meminfo: memFree=1200496/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=819300 CPUtime=287.83
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 820537 0 1 0 28418 365 0 0 18 0 12 0 21650576 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 204825 174525 1440 9 0 202152 0
[pid=15126/tid=15128] ppid=15124 vsize=819300 CPUtime=140.72
/proc/15126/task/15128/stat : 15128 (java) S 15124 15126 14016 0 -1 64 17646 0 1 0 14057 15 0 0 17 0 12 0 21650577 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=819300 CPUtime=8.76
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 74453 0 0 0 848 28 0 0 16 0 12 0 21650578 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=819300 CPUtime=8.97
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 80065 0 0 0 865 32 0 0 16 0 12 0 21650578 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=819300 CPUtime=125.56
/proc/15126/task/15131/stat : 15131 (java) R 15124 15126 14016 0 -1 64 634125 0 0 0 12274 282 0 0 25 0 12 0 21650580 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=819300 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=819300 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=819300 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=819300 CPUtime=3.75
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 13148 0 0 0 370 5 0 0 24 0 12 0 21650585 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=819300 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 16 0 12 0 21650585 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=819300 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=819300 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 838963200 174525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.83
Current children cumulated vsize (KiB) 819300

[startup+289.503 s]
/proc/loadavg: 2.19 2.17 2.08 3/93 15186
/proc/meminfo: memFree=1200560/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=843300 CPUtime=289.42
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 832539 0 1 0 28571 371 0 0 18 0 12 0 21650576 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 210825 180525 1440 9 0 208152 0
[pid=15126/tid=15128] ppid=15124 vsize=843300 CPUtime=140.72
/proc/15126/task/15128/stat : 15128 (java) S 15124 15126 14016 0 -1 64 17646 0 1 0 14057 15 0 0 17 0 12 0 21650577 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=843300 CPUtime=8.76
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 74453 0 0 0 848 28 0 0 16 0 12 0 21650578 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=843300 CPUtime=8.97
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 80065 0 0 0 865 32 0 0 16 0 12 0 21650578 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=843300 CPUtime=127.16
/proc/15126/task/15131/stat : 15131 (java) R 15124 15126 14016 0 -1 64 646127 0 0 0 12428 288 0 0 25 0 12 0 21650580 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=843300 CPUtime=3.75
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 13148 0 0 0 370 5 0 0 24 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=843300 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 16 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 289.42
Current children cumulated vsize (KiB) 843300

[startup+289.903 s]
/proc/loadavg: 2.19 2.17 2.08 3/93 15186
/proc/meminfo: memFree=1200560/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=843300 CPUtime=289.82
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 832539 0 1 0 28611 371 0 0 18 0 12 0 21650576 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 210825 180525 1440 9 0 208152 0
[pid=15126/tid=15128] ppid=15124 vsize=843300 CPUtime=140.72
/proc/15126/task/15128/stat : 15128 (java) S 15124 15126 14016 0 -1 64 17646 0 1 0 14057 15 0 0 17 0 12 0 21650577 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=843300 CPUtime=8.76
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 74453 0 0 0 848 28 0 0 16 0 12 0 21650578 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=843300 CPUtime=8.97
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 80065 0 0 0 865 32 0 0 16 0 12 0 21650578 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=843300 CPUtime=127.56
/proc/15126/task/15131/stat : 15131 (java) R 15124 15126 14016 0 -1 64 646127 0 0 0 12468 288 0 0 25 0 12 0 21650580 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 105886157 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15126/tid=15134] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=843300 CPUtime=3.75
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 13148 0 0 0 370 5 0 0 24 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=843300 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 16 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=843300 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 863539200 180525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 289.82
Current children cumulated vsize (KiB) 843300

[startup+290.103 s]
/proc/loadavg: 2.19 2.17 2.08 3/93 15186
/proc/meminfo: memFree=1200560/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=811620 CPUtime=290.01
/proc/15126/stat : 15126 (java) S 15124 15126 14016 0 -1 0 832551 0 1 0 28629 372 0 0 18 0 12 0 21650576 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 202905 172535 1441 9 0 200232 0
[pid=15126/tid=15128] ppid=15124 vsize=811620 CPUtime=140.72
/proc/15126/task/15128/stat : 15128 (java) S 15124 15126 14016 0 -1 64 17650 0 1 0 14057 15 0 0 17 0 12 0 21650577 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15129] ppid=15124 vsize=811620 CPUtime=8.76
/proc/15126/task/15129/stat : 15129 (java) S 15124 15126 14016 0 -1 64 74453 0 0 0 848 28 0 0 16 0 12 0 21650578 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15130] ppid=15124 vsize=811620 CPUtime=8.97
/proc/15126/task/15130/stat : 15130 (java) S 15124 15126 14016 0 -1 64 80065 0 0 0 865 32 0 0 16 0 12 0 21650578 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15131] ppid=15124 vsize=811620 CPUtime=127.73
/proc/15126/task/15131/stat : 15131 (java) S 15124 15126 14016 0 -1 64 646127 0 0 0 12485 288 0 0 25 0 12 0 21650580 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15132] ppid=15124 vsize=811620 CPUtime=0
/proc/15126/task/15132/stat : 15132 (java) S 15124 15126 14016 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21650581 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15133] ppid=15124 vsize=811620 CPUtime=0
/proc/15126/task/15133/stat : 15133 (java) S 15124 15126 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21650581 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15134] ppid=15124 vsize=811620 CPUtime=0
/proc/15126/task/15134/stat : 15134 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15135] ppid=15124 vsize=811620 CPUtime=3.75
/proc/15126/task/15135/stat : 15135 (java) S 15124 15126 14016 0 -1 64 13148 0 0 0 370 5 0 0 24 0 12 0 21650585 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15136] ppid=15124 vsize=811620 CPUtime=0.01
/proc/15126/task/15136/stat : 15136 (java) S 15124 15126 14016 0 -1 64 357 0 0 0 1 0 0 0 16 0 12 0 21650585 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15137] ppid=15124 vsize=811620 CPUtime=0
/proc/15126/task/15137/stat : 15137 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21650585 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15126/tid=15138] ppid=15124 vsize=811620 CPUtime=0
/proc/15126/task/15138/stat : 15138 (java) S 15124 15126 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21650585 831098880 172535 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 290.01
Current children cumulated vsize (KiB) 811620

[startup+290.203 s]
/proc/loadavg: 2.19 2.17 2.08 3/93 15186
/proc/meminfo: memFree=1200560/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=0 CPUtime=290.07
/proc/15126/stat : 15126 (java) Z 15124 15126 14016 0 -1 12 832554 0 1 0 28629 378 0 0 16 0 2 0 21650576 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15126/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 290.07
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 290.251
CPU time (s): 290.131
CPU user time (s): 286.299
CPU system time (s): 3.83142
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 859304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 286.299
system time used= 3.83142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 832554
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= 9866
involuntary context switches= 14584

runsolver used 0.380942 second user time and 0.969852 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-11 22:57:23
IDJOB=2068061
IDBENCH=54792
IDSOLVER=731
FILE ID=node26/2068061-1247345842
PBS_JOBID= 9506760
Free space on /tmp= 65360 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-misc01.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068061-1247345842/watcher-2068061-1247345842 -o /tmp/evaluation-result-2068061-1247345842/solver-2068061-1247345842 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068061-1247345842.xml

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

MD5SUM BENCH= 6bd3a606d89363bcad39d583cdf2be6a
RANDOM SEED=775434988

node26.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.281
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.281
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:         95792 kB
Buffers:         49292 kB
Cached:        1434192 kB
SwapCached:          4 kB
Active:        1506020 kB
Inactive:       376760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         95792 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         410384 kB
Slab:            61920 kB
Committed_AS:   553076 kB
PageTables:       2664 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= 66368 MiB
End job on node26 at 2009-07-11 23:02:13