Trace number 2066334

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? 295.147 296.154

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-15-25.xml
MD5SUMf70cee8aea8e6dba5684d6a04a95edf3
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 variables750
Number of constraints80
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
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.14	c os.name	Linux
0.09/0.14	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.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2066334-1247342383.xml
0.18/0.22	c reading problem ... 
0.40/0.45	c reading problem named null
0.40/0.45	c reading domains done.
0.40/0.45	c reading variables done.
0.60/0.65	c reading predicates  done.
0.80/0.86	c reading constraints
294.94/295.99	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
294.94/295.99		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
294.94/295.99		at org.mozilla.javascript.gen.c3.call(rhino.log)
294.94/295.99		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
294.94/295.99		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
294.94/295.99		at org.mozilla.javascript.gen.c3.call(rhino.log)
294.94/295.99		at org.mozilla.javascript.gen.c3.exec(rhino.log)
294.94/295.99		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99		at org.sat4j.csp.Predicate.find(Unknown Source)
294.94/295.99	c starts		: 0
294.94/295.99	c conflicts		: 0
294.94/295.99	c decisions		: 0
294.94/295.99	c propagations		: 0
294.94/295.99	c inspects		: 0
294.94/295.99	c learnt literals	: 0
294.94/295.99	c learnt binary clauses	: 0
294.94/295.99	c learnt ternary clauses	: 0
294.94/295.99	c learnt clauses	: 0
294.94/295.99	c ignored clauses	: 0
294.94/295.99	c root simplifications	: 0
294.94/295.99	c removed literals (reason simplification)	: 0
294.94/295.99	c reason swapping (by a shorter reason)	: 0
294.94/295.99	c Calls to reduceDB	: 0
294.94/295.99	c speed (assignments/second)	: 0.0
294.94/295.99	c non guided choices	0
294.94/296.00	c learnt constraints type 
294.94/296.00	c constraints type 
294.94/296.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4307572
294.94/296.00	c org.sat4j.minisat.constraints.card.AtLeast => 750
294.94/296.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 750
294.94/296.00	s UNKNOWN
294.94/296.00	c Total wall clock time (in seconds) : 295.777

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-2066334-1247342383/watcher-2066334-1247342383 -o /tmp/evaluation-result-2066334-1247342383/solver-2066334-1247342383 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066334-1247342383.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.06 2.03 2.00 4/74 14682
/proc/meminfo: memFree=1504768/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=48 CPUtime=0
/proc/14682/stat : 14682 (java) R 14680 14682 14016 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 21304589 49152 1 996147200 0 0 4294956428 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14682/statm: 35 7 3 9 0 1 0

[startup+0.081541 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 14682
/proc/meminfo: memFree=1504768/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=802164 CPUtime=0.06
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 2870 0 1 0 5 1 0 0 18 0 7 0 21304589 821415936 2615 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 200541 2617 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.10154 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 14682
/proc/meminfo: memFree=1504768/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=804560 CPUtime=0.09
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 3054 0 1 0 7 2 0 0 18 0 12 0 21304589 823869440 2797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 201140 2800 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301577 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 14682
/proc/meminfo: memFree=1504768/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=806668 CPUtime=0.3
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 4646 0 1 0 27 3 0 0 18 0 12 0 21304589 826028032 4282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 201667 4282 1365 9 0 198994 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 806668

[startup+0.701638 s]
/proc/loadavg: 2.06 2.03 2.00 4/74 14682
/proc/meminfo: memFree=1504768/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=807292 CPUtime=0.69
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 5822 0 1 0 65 4 0 0 18 0 12 0 21304589 826667008 5316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 201823 5316 1389 9 0 199150 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807292

[startup+1.50277 s]
/proc/loadavg: 2.06 2.03 2.00 4/86 14694
/proc/meminfo: memFree=1485664/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=808676 CPUtime=1.5
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 10713 0 1 0 143 7 0 0 18 0 12 0 21304589 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 202169 8627 1421 9 0 199496 0
[pid=14682/tid=14684] ppid=14680 vsize=808676 CPUtime=0.92
/proc/14682/task/14684/stat : 14684 (java) R 14680 14682 14016 0 -1 64 6967 0 1 0 87 5 0 0 25 0 12 0 21304590 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14685] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21304591 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14686] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21304591 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14687] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14687/stat : 14687 (java) S 14680 14682 14016 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21304593 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14688] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 21304593 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14689] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21304593 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=808676 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=808676 CPUtime=0.52
/proc/14682/task/14692/stat : 14692 (java) R 14680 14682 14016 0 -1 64 2762 0 0 0 52 0 0 0 16 0 12 0 21304598 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 106070080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=808676 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 828084224 8627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 808676

[startup+3.10302 s]
/proc/loadavg: 2.13 2.04 2.01 3/86 14694
/proc/meminfo: memFree=1437088/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=811532 CPUtime=3.1
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 23215 0 1 0 297 13 0 0 18 0 12 0 21304589 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 202883 20243 1431 9 0 200210 0
[pid=14682/tid=14684] ppid=14680 vsize=811532 CPUtime=2.23
/proc/14682/task/14684/stat : 14684 (java) R 14680 14682 14016 0 -1 64 17376 0 1 0 213 10 0 0 25 0 12 0 21304590 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4109535818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14685] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 333 0 0 0 0 0 0 0 16 0 12 0 21304591 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14686] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 115 0 0 0 0 0 0 0 16 0 12 0 21304591 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14687] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14687/stat : 14687 (java) S 14680 14682 14016 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 21304593 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14688] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14689] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=811532 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=811532 CPUtime=0.79
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 4386 0 0 0 78 1 0 0 18 0 12 0 21304598 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=811532 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 831008768 20243 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 811532

[startup+6.30253 s]
/proc/loadavg: 2.13 2.04 2.01 3/86 14694
/proc/meminfo: memFree=1412832/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=810796 CPUtime=6.3
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 27361 0 1 0 614 16 0 0 18 0 12 0 21304589 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 202699 24200 1433 9 0 200026 0
[pid=14682/tid=14684] ppid=14680 vsize=810796 CPUtime=5.38
/proc/14682/task/14684/stat : 14684 (java) R 14680 14682 14016 0 -1 64 21050 0 1 0 526 12 0 0 25 0 12 0 21304590 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4109535059 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14685] ppid=14680 vsize=810796 CPUtime=0.01
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 564 0 0 0 1 0 0 0 16 0 12 0 21304591 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14686] ppid=14680 vsize=810796 CPUtime=0.01
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 343 0 0 0 1 0 0 0 16 0 12 0 21304591 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14687] ppid=14680 vsize=810796 CPUtime=0
/proc/14682/task/14687/stat : 14687 (java) S 14680 14682 14016 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 21304593 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14688] ppid=14680 vsize=810796 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14689] ppid=14680 vsize=810796 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=810796 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=810796 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=810796 CPUtime=0.8
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 4388 0 0 0 79 1 0 0 16 0 12 0 21304598 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=810796 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=810796 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 830255104 24200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 810796

[startup+12.7026 s]
/proc/loadavg: 2.11 2.04 2.01 3/86 14694
/proc/meminfo: memFree=1412712/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=810764 CPUtime=12.69
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 27411 0 1 0 1253 16 0 0 18 0 12 0 21304589 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 202691 24230 1434 9 0 200018 0
[pid=14682/tid=14684] ppid=14680 vsize=810764 CPUtime=11.61
/proc/14682/task/14684/stat : 14684 (java) R 14680 14682 14016 0 -1 64 21066 0 1 0 1148 13 0 0 25 0 12 0 21304590 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4109155485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14685] ppid=14680 vsize=810764 CPUtime=0.02
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 573 0 0 0 2 0 0 0 16 0 12 0 21304591 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14686] ppid=14680 vsize=810764 CPUtime=0.02
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 362 0 0 0 2 0 0 0 16 0 12 0 21304591 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14687] ppid=14680 vsize=810764 CPUtime=0
/proc/14682/task/14687/stat : 14687 (java) S 14680 14682 14016 0 -1 64 33 0 0 0 0 0 0 0 15 0 12 0 21304593 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14688] ppid=14680 vsize=810764 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14689] ppid=14680 vsize=810764 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=810764 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=810764 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=810764 CPUtime=0.97
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 4394 0 0 0 96 1 0 0 17 0 12 0 21304598 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=810764 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=810764 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 830222336 24230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 810764

[startup+25.5026 s]
/proc/loadavg: 2.09 2.04 2.01 3/86 14694
/proc/meminfo: memFree=1349032/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=819972 CPUtime=25.51
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 45801 0 1 0 2527 24 0 0 18 0 12 0 21304589 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 204993 40157 1439 9 0 202320 0
[pid=14682/tid=14684] ppid=14680 vsize=819972 CPUtime=22.61
/proc/14682/task/14684/stat : 14684 (java) R 14680 14682 14016 0 -1 64 21086 0 1 0 2248 13 0 0 25 0 12 0 21304590 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4109636699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14685] ppid=14680 vsize=819972 CPUtime=0.38
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 7574 0 0 0 36 2 0 0 16 0 12 0 21304591 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14686] ppid=14680 vsize=819972 CPUtime=0.35
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 7045 0 0 0 32 3 0 0 16 0 12 0 21304591 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14687] ppid=14680 vsize=819972 CPUtime=0.01
/proc/14682/task/14687/stat : 14687 (java) S 14680 14682 14016 0 -1 64 34 0 0 0 1 0 0 0 15 0 12 0 21304593 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14688] ppid=14680 vsize=819972 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14689] ppid=14680 vsize=819972 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=819972 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 839651328 40157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=819972 CPUtime=0.02

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

[pid=14682/tid=14694] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 851976

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

[startup+287.902 s]
/proc/loadavg: 2.17 2.21 2.09 3/86 14700
/proc/meminfo: memFree=768224/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=843980 CPUtime=286.97
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 793182 0 1 0 28325 372 0 0 18 0 12 0 21304589 864235520 179776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 210995 179784 1441 9 0 208322 0
[pid=14682/tid=14684] ppid=14680 vsize=843980 CPUtime=138.96
/proc/14682/task/14684/stat : 14684 (java) S 14680 14682 14016 0 -1 64 21289 0 1 0 13882 14 0 0 17 0 12 0 21304590 864235520 179790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14685] ppid=14680 vsize=843980 CPUtime=6.69
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 70740 0 0 0 640 29 0 0 15 0 12 0 21304591 864235520 179798 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14686] ppid=14680 vsize=843980 CPUtime=9.89
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 77565 0 0 0 955 34 0 0 16 0 12 0 21304591 864235520 179804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14687] ppid=14680 vsize=843980 CPUtime=129.28
/proc/14682/task/14687/stat : 14687 (java) R 14680 14682 14016 0 -1 64 613563 0 0 0 12638 290 0 0 25 0 12 0 21304593 864235520 179812 996147200 134512640 134550932 4294956016 18446744073709551615 103586068 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14688] ppid=14680 vsize=843980 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 864235520 179819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14689] ppid=14680 vsize=843980 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 864235520 179827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=843980 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 864235520 179833 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=843980 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 864235520 179841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=843980 CPUtime=2.08
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 9079 0 0 0 205 3 0 0 24 0 12 0 21304598 864235520 179848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=843980 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 864235520 179856 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=843980 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 864235520 179863 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.97
Current children cumulated vsize (KiB) 843980

[startup+291.103 s]
/proc/loadavg: 2.17 2.21 2.09 3/86 14700
/proc/meminfo: memFree=800352/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=851976 CPUtime=290.15
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 815955 0 1 0 28632 383 0 0 18 0 12 0 21304589 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 212994 182542 1441 9 0 210321 0
[pid=14682/tid=14684] ppid=14680 vsize=851976 CPUtime=139.02
/proc/14682/task/14684/stat : 14684 (java) S 14680 14682 14016 0 -1 64 21290 0 1 0 13888 14 0 0 17 0 12 0 21304590 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14685] ppid=14680 vsize=851976 CPUtime=6.69
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 70740 0 0 0 640 29 0 0 15 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14686] ppid=14680 vsize=851976 CPUtime=9.89
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 77565 0 0 0 955 34 0 0 16 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14687] ppid=14680 vsize=851976 CPUtime=132.41
/proc/14682/task/14687/stat : 14687 (java) R 14680 14682 14016 0 -1 64 636298 0 0 0 12940 301 0 0 25 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14688] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14689] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=851976 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=851976 CPUtime=2.08
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 9079 0 0 0 205 3 0 0 24 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 290.15
Current children cumulated vsize (KiB) 851976

[startup+294.301 s]
/proc/loadavg: 2.16 2.21 2.09 3/86 14700
/proc/meminfo: memFree=768224/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=851976 CPUtime=293.34
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 829961 0 1 0 28944 390 0 0 18 0 12 0 21304589 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 212994 182542 1440 9 0 210321 0
[pid=14682/tid=14684] ppid=14680 vsize=851976 CPUtime=139.07
/proc/14682/task/14684/stat : 14684 (java) S 14680 14682 14016 0 -1 64 21293 0 1 0 13893 14 0 0 17 0 12 0 21304590 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14685] ppid=14680 vsize=851976 CPUtime=6.69
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 70740 0 0 0 640 29 0 0 15 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14686] ppid=14680 vsize=851976 CPUtime=9.89
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 77565 0 0 0 955 34 0 0 16 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14687] ppid=14680 vsize=851976 CPUtime=135.53
/proc/14682/task/14687/stat : 14687 (java) R 14680 14682 14016 0 -1 64 650301 0 0 0 13246 307 0 0 25 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14688] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14689] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=851976 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=851976 CPUtime=2.08
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 9079 0 0 0 205 3 0 0 24 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 293.34
Current children cumulated vsize (KiB) 851976

[startup+295.102 s]
/proc/loadavg: 2.16 2.21 2.09 3/86 14700
/proc/meminfo: memFree=768224/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=851976 CPUtime=294.14
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 829961 0 1 0 29024 390 0 0 18 0 12 0 21304589 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 212994 182542 1440 9 0 210321 0
[pid=14682/tid=14684] ppid=14680 vsize=851976 CPUtime=139.07
/proc/14682/task/14684/stat : 14684 (java) S 14680 14682 14016 0 -1 64 21293 0 1 0 13893 14 0 0 17 0 12 0 21304590 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14685] ppid=14680 vsize=851976 CPUtime=6.69
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 70740 0 0 0 640 29 0 0 15 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14686] ppid=14680 vsize=851976 CPUtime=9.89
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 77565 0 0 0 955 34 0 0 16 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14687] ppid=14680 vsize=851976 CPUtime=136.33
/proc/14682/task/14687/stat : 14687 (java) R 14680 14682 14016 0 -1 64 650301 0 0 0 13326 307 0 0 25 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14688] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14689] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=851976 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=851976 CPUtime=2.08
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 9079 0 0 0 205 3 0 0 24 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.14
Current children cumulated vsize (KiB) 851976

[startup+295.908 s]
/proc/loadavg: 2.16 2.21 2.09 3/86 14700
/proc/meminfo: memFree=768224/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=851976 CPUtime=294.94
/proc/14682/stat : 14682 (java) S 14680 14682 14016 0 -1 0 829961 0 1 0 29104 390 0 0 18 0 12 0 21304589 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14682/statm: 212994 182542 1440 9 0 210321 0
[pid=14682/tid=14684] ppid=14680 vsize=851976 CPUtime=139.07
/proc/14682/task/14684/stat : 14684 (java) S 14680 14682 14016 0 -1 64 21293 0 1 0 13893 14 0 0 17 0 12 0 21304590 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14685] ppid=14680 vsize=851976 CPUtime=6.69
/proc/14682/task/14685/stat : 14685 (java) S 14680 14682 14016 0 -1 64 70740 0 0 0 640 29 0 0 15 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14686] ppid=14680 vsize=851976 CPUtime=9.89
/proc/14682/task/14686/stat : 14686 (java) S 14680 14682 14016 0 -1 64 77565 0 0 0 955 34 0 0 16 0 12 0 21304591 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14687] ppid=14680 vsize=851976 CPUtime=137.13
/proc/14682/task/14687/stat : 14687 (java) R 14680 14682 14016 0 -1 64 650301 0 0 0 13406 307 0 0 25 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14688] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14688/stat : 14688 (java) S 14680 14682 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14682/tid=14689] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14689/stat : 14689 (java) S 14680 14682 14016 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21304593 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14690] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14690/stat : 14690 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14691] ppid=14680 vsize=851976 CPUtime=0.02
/proc/14682/task/14691/stat : 14691 (java) S 14680 14682 14016 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14692] ppid=14680 vsize=851976 CPUtime=2.08
/proc/14682/task/14692/stat : 14692 (java) S 14680 14682 14016 0 -1 64 9079 0 0 0 205 3 0 0 24 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14693] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14693/stat : 14693 (java) S 14680 14682 14016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14682/tid=14694] ppid=14680 vsize=851976 CPUtime=0
/proc/14682/task/14694/stat : 14694 (java) S 14680 14682 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21304598 872423424 182542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.94
Current children cumulated vsize (KiB) 851976

[startup+296.103 s]
/proc/loadavg: 2.16 2.21 2.09 3/86 14700
/proc/meminfo: memFree=768224/2055920 swapFree=4192952/4192956
[pid=14682] ppid=14680 vsize=0 CPUtime=295.08
/proc/14682/stat : 14682 (java) Z 14680 14682 14016 0 -1 12 829977 0 1 0 29112 396 0 0 16 0 2 0 21304589 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14682/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 295.08
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 296.154
CPU time (s): 295.147
CPU user time (s): 291.13
CPU system time (s): 4.01739
CPU usage (%): 99.66
Max. virtual memory (cumulated for all children) (KiB): 867980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.13
system time used= 4.01739
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 829977
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= 9725
involuntary context switches= 12434

runsolver used 0.371943 second user time and 0.998848 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-11 21:59:43
IDJOB=2066334
IDBENCH=54508
IDSOLVER=731
FILE ID=node26/2066334-1247342383
PBS_JOBID= 9506760
Free space on /tmp= 66368 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-15-25.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066334-1247342383/watcher-2066334-1247342383 -o /tmp/evaluation-result-2066334-1247342383/solver-2066334-1247342383 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066334-1247342383.xml

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

MD5SUM BENCH= f70cee8aea8e6dba5684d6a04a95edf3
RANDOM SEED=433008147

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1505248 kB
Buffers:         45432 kB
Cached:         402004 kB
SwapCached:          4 kB
Active:         111180 kB
Inactive:       383560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505248 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          58464 kB
Slab:            41132 kB
Committed_AS:   165640 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node26 at 2009-07-11 22:04:39