Trace number 2068094

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? 416.187 418.541

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-nazareth.xml
MD5SUM8a094aca29a2e80c92769f993fffd083
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.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints3
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3
Global constraints used (with number of constraints)

Solver Data

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

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-2068094-1247345994/watcher-2068094-1247345994 -o /tmp/evaluation-result-2068094-1247345994/solver-2068094-1247345994 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068094-1247345994.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.26 2.57 2.32 2/80 19112
/proc/meminfo: memFree=1821760/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=18576 CPUtime=0
/proc/19112/stat : 19112 (runsolver) R 19110 19112 17823 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 21666850 19021824 285 996147200 4194304 4302564 548682068448 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19112/statm: 4644 285 249 26 0 2626 0

[startup+0.039379 s]
/proc/loadavg: 2.26 2.57 2.32 2/80 19112
/proc/meminfo: memFree=1821760/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=12928 CPUtime=0.01
/proc/19112/stat : 19112 (java) D 19110 19112 17823 0 -1 0 373 0 10 0 0 1 0 0 18 0 1 0 21666850 13238272 190 996147200 134512640 134550932 4294956016 18446744073709551615 7865130 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/19112/statm: 3232 190 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101385 s]
/proc/loadavg: 2.26 2.57 2.32 2/80 19112
/proc/meminfo: memFree=1821760/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=800696 CPUtime=0.05
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 2359 0 31 0 1 4 0 0 18 0 4 0 21666850 819912704 2136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 200174 2136 938 9 0 197525 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800696

[startup+0.301426 s]
/proc/loadavg: 2.26 2.57 2.32 2/80 19112
/proc/meminfo: memFree=1821760/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=805352 CPUtime=0.21
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 3750 0 31 0 15 6 0 0 18 0 12 0 21666850 824680448 3518 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 201338 3518 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805352

[startup+0.701502 s]
/proc/loadavg: 2.26 2.57 2.32 2/80 19112
/proc/meminfo: memFree=1821760/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=807180 CPUtime=0.54
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 5358 0 32 0 45 9 0 0 18 0 12 0 21666850 826552320 4914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 201795 4914 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807180

[startup+1.50266 s]
/proc/loadavg: 2.24 2.56 2.31 4/92 19124
/proc/meminfo: memFree=1794336/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=809156 CPUtime=1.32
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 9037 0 32 0 121 11 0 0 18 0 12 0 21666850 828575744 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 202289 7323 1424 9 0 199616 0
[pid=19112/tid=19114] ppid=19110 vsize=809156 CPUtime=0.75
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 17823 0 -1 64 5556 0 2 0 68 7 0 0 22 0 12 0 21666857 828575744 7323 996147200 134512640 134550932 4294956016 18446744073709551615 4109591661 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21666858 828575744 7324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21666858 828575744 7324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 17823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21666861 828575744 7325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21666861 828575744 7325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21666861 828575744 7325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 828575744 7326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21666868 828575744 7326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=809156 CPUtime=0.53
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 2758 0 0 0 52 1 0 0 17 0 12 0 21666868 828575744 7327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 828575744 7327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=809156 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 828575744 7327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 809156

[startup+3.10296 s]
/proc/loadavg: 2.24 2.56 2.31 4/92 19124
/proc/meminfo: memFree=1770912/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=821444 CPUtime=2.91
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 21889 0 32 0 274 17 0 0 18 0 12 0 21666850 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 205361 18222 1426 9 0 202688 0
[pid=19112/tid=19114] ppid=19110 vsize=821444 CPUtime=1.48
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 17823 0 -1 64 13758 0 2 0 137 11 0 0 25 0 12 0 21666857 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4109518302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21666858 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21666858 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 17823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21666861 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21666861 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21666861 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=821444 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=821444 CPUtime=1.37
/proc/19112/task/19122/stat : 19122 (java) R 19110 19112 17823 0 -1 64 7254 0 0 0 134 3 0 0 22 0 12 0 21666868 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 102550586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=821444 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 841158656 18222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821444

[startup+6.30258 s]
/proc/loadavg: 2.30 2.56 2.32 3/92 19124
/proc/meminfo: memFree=1725984/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=817844 CPUtime=6.11
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 27813 0 32 0 591 20 0 0 18 0 12 0 21666850 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 204461 23359 1438 9 0 201788 0
[pid=19112/tid=19114] ppid=19110 vsize=817844 CPUtime=4.19
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 17823 0 -1 64 17390 0 2 0 406 13 0 0 25 0 12 0 21666857 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=817844 CPUtime=0.03
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 686 0 0 0 3 0 0 0 16 0 12 0 21666858 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=817844 CPUtime=0.03
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 1256 0 0 0 3 0 0 0 16 0 12 0 21666858 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=817844 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 17823 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 21666861 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=817844 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=817844 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=817844 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=817844 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=817844 CPUtime=1.78
/proc/19112/task/19122/stat : 19122 (java) R 19110 19112 17823 0 -1 64 7568 0 0 0 175 3 0 0 17 0 12 0 21666868 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 103976664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=817844 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=817844 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 837472256 23359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 817844

[startup+12.7028 s]
/proc/loadavg: 2.28 2.55 2.32 3/92 19124
/proc/meminfo: memFree=1689568/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=824548 CPUtime=12.51
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 38157 0 32 0 1228 23 0 0 18 0 12 0 21666850 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 206137 32449 1438 9 0 203464 0
[pid=19112/tid=19114] ppid=19110 vsize=824548 CPUtime=9.33
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 17823 0 -1 64 17560 0 2 0 920 13 0 0 25 0 12 0 21666857 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4109699538 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=824548 CPUtime=0.14
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 4488 0 0 0 13 1 0 0 16 0 12 0 21666858 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=824548 CPUtime=0.14
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 4658 0 0 0 13 1 0 0 16 0 12 0 21666858 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 17823 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 21666861 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=824548 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=824548 CPUtime=2.8
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 10534 0 0 0 277 3 0 0 25 0 12 0 21666868 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 844337152 32449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 824548

[startup+25.5013 s]
/proc/loadavg: 2.23 2.54 2.31 3/92 19124
/proc/meminfo: memFree=1643872/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=824548 CPUtime=25.3
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 49231 0 32 0 2503 27 0 0 18 0 12 0 21666850 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 206137 43502 1438 9 0 203464 0
[pid=19112/tid=19114] ppid=19110 vsize=824548 CPUtime=21.66
/proc/19112/task/19114/stat : 19114 (java) R 19110 19112 17823 0 -1 64 17581 0 2 0 2153 13 0 0 25 0 12 0 21666857 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4109660212 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=824548 CPUtime=0.37
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 7555 0 0 0 35 2 0 0 16 0 12 0 21666858 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19116] ppid=19110 vsize=824548 CPUtime=0.37
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 12644 0 0 0 33 4 0 0 16 0 12 0 21666858 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19117] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19117/stat : 19117 (java) S 19110 19112 17823 0 -1 64 41 0 0 0 0 0 0 0 15 0 12 0 21666861 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19119] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=824548 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 844337152 43502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=824548 CPUtime=0.02

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

[pid=19112/tid=19124] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.04
Current children cumulated vsize (KiB) 840552

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

[startup+409.503 s]
/proc/loadavg: 2.08 2.28 2.26 3/94 19174
/proc/meminfo: memFree=1144968/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=840552 CPUtime=407.2
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 621274 0 32 0 40444 276 0 0 18 0 12 0 21666850 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 210138 179677 1440 9 0 207465 0
[pid=19112/tid=19114] ppid=19110 vsize=840552 CPUtime=216.7
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 17823 0 -1 64 17907 0 2 0 21655 15 0 0 17 0 12 0 21666857 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=840552 CPUtime=10.93
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 91663 0 0 0 1058 35 0 0 15 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=840552 CPUtime=6.54
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 61852 0 0 0 629 25 0 0 16 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=840552 CPUtime=170.13
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 17823 0 -1 64 438442 0 0 0 16820 193 0 0 25 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=840552 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=840552 CPUtime=2.8
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 10534 0 0 0 277 3 0 0 25 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 407.2
Current children cumulated vsize (KiB) 840552

[startup+412.701 s]
/proc/loadavg: 2.08 2.28 2.26 3/94 19174
/proc/meminfo: memFree=1144968/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=840552 CPUtime=410.39
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 627277 0 32 0 40761 278 0 0 18 0 12 0 21666850 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 210138 179677 1440 9 0 207465 0
[pid=19112/tid=19114] ppid=19110 vsize=840552 CPUtime=216.78
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 17823 0 -1 64 17908 0 2 0 21663 15 0 0 17 0 12 0 21666857 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=840552 CPUtime=10.93
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 91663 0 0 0 1058 35 0 0 15 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=840552 CPUtime=6.54
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 61852 0 0 0 629 25 0 0 16 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=840552 CPUtime=173.24
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 17823 0 -1 64 444444 0 0 0 17129 195 0 0 25 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=840552 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=840552 CPUtime=2.8
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 10534 0 0 0 277 3 0 0 25 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 410.39
Current children cumulated vsize (KiB) 840552

[startup+415.903 s]
/proc/loadavg: 2.07 2.27 2.26 3/94 19174
/proc/meminfo: memFree=1160968/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=832552 CPUtime=413.57
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 635284 0 32 0 41076 281 0 0 18 0 12 0 21666850 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 208138 177677 1439 9 0 205465 0
[pid=19112/tid=19114] ppid=19110 vsize=832552 CPUtime=216.91
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 17823 0 -1 64 17912 0 2 0 21676 15 0 0 17 0 12 0 21666857 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=832552 CPUtime=10.93
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 91663 0 0 0 1058 35 0 0 15 0 12 0 21666858 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=832552 CPUtime=6.54
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 61852 0 0 0 629 25 0 0 16 0 12 0 21666858 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=832552 CPUtime=176.29
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 17823 0 -1 64 452447 0 0 0 17431 198 0 0 25 0 12 0 21666861 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 104177743 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=832552 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=832552 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=832552 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=832552 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=832552 CPUtime=2.8
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 10534 0 0 0 277 3 0 0 25 0 12 0 21666868 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=832552 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=832552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 852533248 177677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 413.57
Current children cumulated vsize (KiB) 832552

[startup+417.501 s]
/proc/loadavg: 2.07 2.27 2.26 3/94 19174
/proc/meminfo: memFree=1144968/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=840552 CPUtime=415.16
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 639285 0 32 0 41233 283 0 0 18 0 12 0 21666850 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 210138 179677 1439 9 0 207465 0
[pid=19112/tid=19114] ppid=19110 vsize=840552 CPUtime=216.91
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 17823 0 -1 64 17912 0 2 0 21676 15 0 0 17 0 12 0 21666857 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=840552 CPUtime=10.93
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 91663 0 0 0 1058 35 0 0 15 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=840552 CPUtime=6.54
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 61852 0 0 0 629 25 0 0 16 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=840552 CPUtime=177.88
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 17823 0 -1 64 456448 0 0 0 17588 200 0 0 25 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 105886118 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=840552 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=840552 CPUtime=2.8
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 10534 0 0 0 277 3 0 0 25 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.16
Current children cumulated vsize (KiB) 840552

[startup+418.302 s]
/proc/loadavg: 2.07 2.27 2.26 3/94 19174
/proc/meminfo: memFree=1144968/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=840552 CPUtime=415.96
/proc/19112/stat : 19112 (java) S 19110 19112 17823 0 -1 0 639285 0 32 0 41313 283 0 0 18 0 12 0 21666850 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 210138 179677 1439 9 0 207465 0
[pid=19112/tid=19114] ppid=19110 vsize=840552 CPUtime=216.91
/proc/19112/task/19114/stat : 19114 (java) S 19110 19112 17823 0 -1 64 17912 0 2 0 21676 15 0 0 17 0 12 0 21666857 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19115] ppid=19110 vsize=840552 CPUtime=10.93
/proc/19112/task/19115/stat : 19115 (java) S 19110 19112 17823 0 -1 64 91663 0 0 0 1058 35 0 0 15 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19116] ppid=19110 vsize=840552 CPUtime=6.54
/proc/19112/task/19116/stat : 19116 (java) S 19110 19112 17823 0 -1 64 61852 0 0 0 629 25 0 0 16 0 12 0 21666858 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19117] ppid=19110 vsize=840552 CPUtime=178.68
/proc/19112/task/19117/stat : 19117 (java) R 19110 19112 17823 0 -1 64 456448 0 0 0 17668 200 0 0 25 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19118] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19118/stat : 19118 (java) S 19110 19112 17823 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19112/tid=19119] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19119/stat : 19119 (java) S 19110 19112 17823 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21666861 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19120] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19120/stat : 19120 (java) S 19110 19112 17823 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19121] ppid=19110 vsize=840552 CPUtime=0.02
/proc/19112/task/19121/stat : 19121 (java) S 19110 19112 17823 0 -1 64 166 0 0 0 2 0 0 0 16 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19122] ppid=19110 vsize=840552 CPUtime=2.8
/proc/19112/task/19122/stat : 19122 (java) S 19110 19112 17823 0 -1 64 10534 0 0 0 277 3 0 0 25 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19123] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19123/stat : 19123 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19112/tid=19124] ppid=19110 vsize=840552 CPUtime=0
/proc/19112/task/19124/stat : 19124 (java) S 19110 19112 17823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21666868 860725248 179677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.96
Current children cumulated vsize (KiB) 840552

[startup+418.503 s]
/proc/loadavg: 2.07 2.27 2.26 3/94 19174
/proc/meminfo: memFree=1144968/2055920 swapFree=4192812/4192956
[pid=19112] ppid=19110 vsize=0 CPUtime=416.14
/proc/19112/stat : 19112 (java) Z 19110 19112 17823 0 -1 12 639301 0 32 0 41324 290 0 0 16 0 2 0 21666850 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19112/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 416.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 418.541
CPU time (s): 416.187
CPU user time (s): 413.244
CPU system time (s): 2.94255
CPU usage (%): 99.4374
Max. virtual memory (cumulated for all children) (KiB): 848556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.244
system time used= 2.94255
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 639301
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14437
involuntary context switches= 20042

runsolver used 0.517921 second user time and 1.41179 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-11 22:59:54
IDJOB=2068094
IDBENCH=54797
IDSOLVER=731
FILE ID=node5/2068094-1247345994
PBS_JOBID= 9506722
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 8a094aca29a2e80c92769f993fffd083
RANDOM SEED=1199555196

node5.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.258
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.258
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:       1822240 kB
Buffers:          5952 kB
Cached:          46816 kB
SwapCached:          0 kB
Active:         162728 kB
Inactive:        20072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         147832 kB
Slab:            35988 kB
Committed_AS:   915996 kB
PageTables:       2016 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= 66388 MiB
End job on node5 at 2009-07-11 23:06:52