Trace number 2067588

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? 360.965 355.919

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-11-19-21.xml
MD5SUM78c8ce8330ddb6e548d54d1e19438b8d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4602
Number of constraints30353
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30353
Global constraints used (with number of constraints)

Solver Data

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

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-2067588-1247345080/watcher-2067588-1247345080 -o /tmp/evaluation-result-2067588-1247345080/solver-2067588-1247345080 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067588-1247345080.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.33 2.12 2.03 3/84 15982
/proc/meminfo: memFree=1070592/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=1612 CPUtime=0
/proc/15982/stat : 15982 (java6) D 15980 15982 14994 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 21575578 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15982/statm: 403 150 114 9 0 45 0

[startup+0.032999 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 15982
/proc/meminfo: memFree=1070592/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=800696 CPUtime=0.02
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 2360 0 1 0 1 1 0 0 18 0 4 0 21575578 819912704 2108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 200174 2108 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.103002 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 15982
/proc/meminfo: memFree=1070592/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=804560 CPUtime=0.09
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 3065 0 1 0 6 3 0 0 18 0 12 0 21575578 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.303016 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 15982
/proc/meminfo: memFree=1070592/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=806072 CPUtime=0.29
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 4410 0 1 0 25 4 0 0 18 0 12 0 21575578 825417728 4147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 201518 4147 1363 9 0 198845 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806072

[startup+0.702058 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 15982
/proc/meminfo: memFree=1070592/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=807412 CPUtime=0.69
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 5521 0 1 0 64 5 0 0 18 0 12 0 21575578 826789888 4982 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 201853 4982 1392 9 0 199180 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807412

[startup+1.50213 s]
/proc/loadavg: 2.33 2.12 2.03 4/96 15994
/proc/meminfo: memFree=1055392/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=810000 CPUtime=1.48
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 7456 0 1 0 142 6 0 0 18 0 12 0 21575578 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 202500 5979 1406 9 0 199827 0
[pid=15982/tid=15984] ppid=15980 vsize=810000 CPUtime=0.78
/proc/15982/task/15984/stat : 15984 (java) R 15980 15982 14994 0 -1 64 3853 0 1 0 74 4 0 0 25 0 12 0 21575579 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4109136286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21575580 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21575580 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15987/stat : 15987 (java) S 15980 15982 14994 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21575582 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21575582 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15989] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21575582 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=810000 CPUtime=0.04
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 21575586 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15992] ppid=15980 vsize=810000 CPUtime=0.64
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 2604 0 0 0 63 1 0 0 17 0 12 0 21575586 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15993] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=810000 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 829440000 5979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810000

[startup+3.10129 s]
/proc/loadavg: 2.33 2.12 2.03 4/96 15994
/proc/meminfo: memFree=1044960/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=811416 CPUtime=3.09
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 11702 0 1 0 300 9 0 0 18 0 12 0 21575578 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 202854 8504 1428 9 0 200181 0
[pid=15982/tid=15984] ppid=15980 vsize=811416 CPUtime=1.36
/proc/15982/task/15984/stat : 15984 (java) R 15980 15982 14994 0 -1 64 5962 0 1 0 130 6 0 0 25 0 12 0 21575579 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21575580 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21575580 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15987/stat : 15987 (java) S 15980 15982 14994 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21575582 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21575582 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15989] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21575582 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=811416 CPUtime=0.3
/proc/15982/task/15991/stat : 15991 (java) R 15980 15982 14994 0 -1 64 739 0 0 0 30 0 0 0 18 0 12 0 21575586 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 104163918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15992] ppid=15980 vsize=811416 CPUtime=1.4
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4257 0 0 0 139 1 0 0 19 0 12 0 21575586 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15993] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=811416 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 830889984 8504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811416

[startup+6.30259 s]
/proc/loadavg: 2.38 2.14 2.04 3/96 15994
/proc/meminfo: memFree=1017824/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=813352 CPUtime=6.29
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 26075 0 1 0 611 18 0 0 18 0 12 0 21575578 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 203338 21517 1451 9 0 200665 0
[pid=15982/tid=15984] ppid=15980 vsize=813352 CPUtime=2.85
/proc/15982/task/15984/stat : 15984 (java) R 15980 15982 14994 0 -1 64 17236 0 1 0 272 13 0 0 25 0 12 0 21575579 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4109518740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=813352 CPUtime=0.01
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 527 0 0 0 1 0 0 0 17 0 12 0 21575580 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=813352 CPUtime=0.02
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 541 0 0 0 2 0 0 0 17 0 12 0 21575580 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=813352 CPUtime=0
/proc/15982/task/15987/stat : 15987 (java) S 15980 15982 14994 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21575582 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=813352 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15989] ppid=15980 vsize=813352 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=813352 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=813352 CPUtime=1.92
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 2761 0 0 0 191 1 0 0 16 0 12 0 21575586 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15992] ppid=15980 vsize=813352 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4257 0 0 0 142 2 0 0 17 0 12 0 21575586 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15993] ppid=15980 vsize=813352 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=813352 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 832872448 21517 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 813352

[startup+12.7022 s]
/proc/loadavg: 2.43 2.15 2.04 4/96 15994
/proc/meminfo: memFree=962464/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=819368 CPUtime=12.72
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 35715 0 1 0 1250 22 0 0 18 0 12 0 21575578 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 204842 28551 1451 9 0 202169 0
[pid=15982/tid=15984] ppid=15980 vsize=819368 CPUtime=7.23
/proc/15982/task/15984/stat : 15984 (java) R 15980 15982 14994 0 -1 64 17255 0 1 0 709 14 0 0 25 0 12 0 21575579 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4110439567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=819368 CPUtime=0.24
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 3438 0 0 0 23 1 0 0 17 0 12 0 21575580 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=819368 CPUtime=0.21
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 3003 0 0 0 20 1 0 0 17 0 12 0 21575580 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=819368 CPUtime=0
/proc/15982/task/15987/stat : 15987 (java) S 15980 15982 14994 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 21575582 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=819368 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15989] ppid=15980 vsize=819368 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=819368 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=819368 CPUtime=3.56
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 6955 0 0 0 353 3 0 0 20 0 12 0 21575586 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15992] ppid=15980 vsize=819368 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4288 0 0 0 142 2 0 0 17 0 12 0 21575586 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15993] ppid=15980 vsize=819368 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=819368 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 839032832 28551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 819368

[startup+25.5024 s]
/proc/loadavg: 2.34 2.14 2.04 3/96 15994
/proc/meminfo: memFree=898784/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=817672 CPUtime=25.52
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 51765 0 1 0 2522 30 0 0 18 0 12 0 21575578 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 204418 44155 1451 9 0 201745 0
[pid=15982/tid=15984] ppid=15980 vsize=817672 CPUtime=19.01
/proc/15982/task/15984/stat : 15984 (java) R 15980 15982 14994 0 -1 64 17280 0 1 0 1887 14 0 0 25 0 12 0 21575579 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4109972191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=817672 CPUtime=0.77
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 12863 0 0 0 72 5 0 0 16 0 12 0 21575580 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=817672 CPUtime=0.67
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 9603 0 0 0 63 4 0 0 16 0 12 0 21575580 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=817672 CPUtime=0.02
/proc/15982/task/15987/stat : 15987 (java) S 15980 15982 14994 0 -1 64 35 0 0 0 2 0 0 0 15 0 12 0 21575582 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=817672 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15989] ppid=15980 vsize=817672 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=817672 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 837296128 44155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=817672 CPUtime=3.56

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

[pid=15982/tid=15994] ppid=15980 vsize=821940 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 841666560 175349 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 347.5
Current children cumulated vsize (KiB) 821940

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

[startup+345.503 s]
/proc/loadavg: 2.22 2.26 2.12 3/96 15996
/proc/meminfo: memFree=309408/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=837944 CPUtime=350.69
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 618923 0 1 0 34769 300 0 0 18 0 12 0 21575578 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 209486 179350 1453 9 0 206813 0
[pid=15982/tid=15984] ppid=15980 vsize=837944 CPUtime=134.04
/proc/15982/task/15984/stat : 15984 (java) S 15980 15982 14994 0 -1 64 17509 0 1 0 13390 14 0 0 17 0 12 0 21575579 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=837944 CPUtime=19.85
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 66952 0 0 0 1955 30 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=837944 CPUtime=19.07
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 88118 0 0 0 1866 41 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=837944 CPUtime=171.67
/proc/15982/task/15987/stat : 15987 (java) R 15980 15982 14994 0 -1 64 430484 0 0 0 16961 206 0 0 25 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 106836576 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15989] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=837944 CPUtime=4.56
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 10831 0 0 0 452 4 0 0 24 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15992] ppid=15980 vsize=837944 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4288 0 0 0 142 2 0 0 17 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15993] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 350.69
Current children cumulated vsize (KiB) 837944

[startup+351.902 s]
/proc/loadavg: 2.20 2.26 2.12 3/96 15996
/proc/meminfo: memFree=309472/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=837944 CPUtime=357.06
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 630929 0 1 0 35400 306 0 0 18 0 12 0 21575578 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 209486 179350 1453 9 0 206813 0
[pid=15982/tid=15984] ppid=15980 vsize=837944 CPUtime=134.1
/proc/15982/task/15984/stat : 15984 (java) S 15980 15982 14994 0 -1 64 17511 0 1 0 13396 14 0 0 17 0 12 0 21575579 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=837944 CPUtime=19.85
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 66952 0 0 0 1955 30 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=837944 CPUtime=19.07
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 88118 0 0 0 1866 41 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=837944 CPUtime=177.98
/proc/15982/task/15987/stat : 15987 (java) R 15980 15982 14994 0 -1 64 442488 0 0 0 17586 212 0 0 25 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15989] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=837944 CPUtime=4.56
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 10831 0 0 0 452 4 0 0 24 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15992] ppid=15980 vsize=837944 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4288 0 0 0 142 2 0 0 17 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15993] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 357.06
Current children cumulated vsize (KiB) 837944

[startup+353.502 s]
/proc/loadavg: 2.20 2.26 2.12 3/96 15996
/proc/meminfo: memFree=284512/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=837944 CPUtime=358.6
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 636934 0 1 0 35552 308 0 0 18 0 12 0 21575578 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 209486 179350 1452 9 0 206813 0
[pid=15982/tid=15984] ppid=15980 vsize=837944 CPUtime=134.13
/proc/15982/task/15984/stat : 15984 (java) S 15980 15982 14994 0 -1 64 17514 0 1 0 13399 14 0 0 17 0 12 0 21575579 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=837944 CPUtime=19.85
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 66952 0 0 0 1955 30 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=837944 CPUtime=19.07
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 88118 0 0 0 1866 41 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=837944 CPUtime=179.49
/proc/15982/task/15987/stat : 15987 (java) R 15980 15982 14994 0 -1 64 448490 0 0 0 17735 214 0 0 25 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15989] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=837944 CPUtime=4.56
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 10831 0 0 0 452 4 0 0 24 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15992] ppid=15980 vsize=837944 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4288 0 0 0 142 2 0 0 17 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15993] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 358.6
Current children cumulated vsize (KiB) 837944

[startup+355.102 s]
/proc/loadavg: 2.20 2.26 2.12 3/96 15996
/proc/meminfo: memFree=284448/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=837944 CPUtime=360.19
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 636934 0 1 0 35711 308 0 0 18 0 12 0 21575578 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 209486 179350 1452 9 0 206813 0
[pid=15982/tid=15984] ppid=15980 vsize=837944 CPUtime=134.13
/proc/15982/task/15984/stat : 15984 (java) S 15980 15982 14994 0 -1 64 17514 0 1 0 13399 14 0 0 17 0 12 0 21575579 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=837944 CPUtime=19.85
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 66952 0 0 0 1955 30 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=837944 CPUtime=19.07
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 88118 0 0 0 1866 41 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=837944 CPUtime=181.08
/proc/15982/task/15987/stat : 15987 (java) R 15980 15982 14994 0 -1 64 448490 0 0 0 17894 214 0 0 25 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 103607444 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15989] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=837944 CPUtime=4.56
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 10831 0 0 0 452 4 0 0 24 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15992] ppid=15980 vsize=837944 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4288 0 0 0 142 2 0 0 17 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15993] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 360.19
Current children cumulated vsize (KiB) 837944

[startup+355.502 s]
/proc/loadavg: 2.18 2.25 2.12 3/96 15996
/proc/meminfo: memFree=284448/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=837944 CPUtime=360.59
/proc/15982/stat : 15982 (java) S 15980 15982 14994 0 -1 0 636934 0 1 0 35751 308 0 0 18 0 12 0 21575578 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 209486 179350 1452 9 0 206813 0
[pid=15982/tid=15984] ppid=15980 vsize=837944 CPUtime=134.13
/proc/15982/task/15984/stat : 15984 (java) S 15980 15982 14994 0 -1 64 17514 0 1 0 13399 14 0 0 17 0 12 0 21575579 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15985] ppid=15980 vsize=837944 CPUtime=19.85
/proc/15982/task/15985/stat : 15985 (java) S 15980 15982 14994 0 -1 64 66952 0 0 0 1955 30 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15986] ppid=15980 vsize=837944 CPUtime=19.07
/proc/15982/task/15986/stat : 15986 (java) S 15980 15982 14994 0 -1 64 88118 0 0 0 1866 41 0 0 17 0 12 0 21575580 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15987] ppid=15980 vsize=837944 CPUtime=181.48
/proc/15982/task/15987/stat : 15987 (java) R 15980 15982 14994 0 -1 64 448490 0 0 0 17934 214 0 0 25 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15988] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15988/stat : 15988 (java) S 15980 15982 14994 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15989] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15989/stat : 15989 (java) S 15980 15982 14994 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21575582 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15990] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15990/stat : 15990 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15991] ppid=15980 vsize=837944 CPUtime=4.56
/proc/15982/task/15991/stat : 15991 (java) S 15980 15982 14994 0 -1 64 10831 0 0 0 452 4 0 0 24 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15992] ppid=15980 vsize=837944 CPUtime=1.44
/proc/15982/task/15992/stat : 15992 (java) S 15980 15982 14994 0 -1 64 4288 0 0 0 142 2 0 0 17 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15982/tid=15993] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15993/stat : 15993 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15982/tid=15994] ppid=15980 vsize=837944 CPUtime=0
/proc/15982/task/15994/stat : 15994 (java) S 15980 15982 14994 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21575586 858054656 179350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 360.59
Current children cumulated vsize (KiB) 837944

[startup+355.902 s]
/proc/loadavg: 2.18 2.25 2.12 3/96 15996
/proc/meminfo: memFree=284448/2055920 swapFree=4192956/4192956
[pid=15982] ppid=15980 vsize=0 CPUtime=360.94
/proc/15982/stat : 15982 (java) Z 15980 15982 14994 0 -1 12 636949 0 1 0 35777 317 0 0 16 0 2 0 21575578 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15982/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 360.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 355.919
CPU time (s): 360.965
CPU user time (s): 357.772
CPU system time (s): 3.19351
CPU usage (%): 101.418
Max. virtual memory (cumulated for all children) (KiB): 853944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.772
system time used= 3.19351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 636949
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= 12028
involuntary context switches= 16130

runsolver used 0.451931 second user time and 1.18882 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-11 22:44:41
IDJOB=2067588
IDBENCH=54675
IDSOLVER=731
FILE ID=node4/2067588-1247345080
PBS_JOBID= 9506679
Free space on /tmp= 66196 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-11-19-21.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067588-1247345080/watcher-2067588-1247345080 -o /tmp/evaluation-result-2067588-1247345080/solver-2067588-1247345080 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067588-1247345080.xml

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

MD5SUM BENCH= 78c8ce8330ddb6e548d54d1e19438b8d
RANDOM SEED=38818856

node4.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.213
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.213
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:       1071072 kB
Buffers:         59932 kB
Cached:         592528 kB
SwapCached:          0 kB
Active:         339440 kB
Inactive:       569280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5820 kB
Writeback:           0 kB
Mapped:         271920 kB
Slab:            60864 kB
Committed_AS:   859012 kB
PageTables:       2368 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= 66196 MiB
End job on node4 at 2009-07-11 22:50:37