Trace number 2058986

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.1SAT 55.6345 55.9612

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-5_ext.xml
MD5SUM16d7053869df773ae8032e14ad5c8f64
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.6345
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2058986-1247322827.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.77/0.80	c reading relations done.
0.77/0.84	c reading constraints
4.16/4.27	c done with constraints.
4.16/4.27	c ... done. Wall clock time 4.043s.
4.16/4.27	c #vars     6961
4.16/4.27	c #constraints  25302
4.16/4.27	c constraints type 
4.16/4.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 264
4.16/4.27	c org.sat4j.minisat.constraints.cnf.UnitClauses => 361
4.16/4.27	c org.sat4j.minisat.constraints.card.AtLeast => 264
4.16/4.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18623
55.51/55.87	c starts		: 15
55.51/55.87	c conflicts		: 60642
55.51/55.87	c decisions		: 90779
55.51/55.87	c propagations		: 8201964
55.51/55.87	c inspects		: 163972572
55.51/55.87	c learnt literals	: 6
55.51/55.87	c learnt binary clauses	: 37
55.51/55.87	c learnt ternary clauses	: 175
55.51/55.87	c learnt clauses	: 60636
55.51/55.87	c ignored clauses	: 0
55.51/55.87	c root simplifications	: 0
55.51/55.87	c removed literals (reason simplification)	: 1015497
55.51/55.87	c reason swapping (by a shorter reason)	: 0
55.51/55.87	c Calls to reduceDB	: 0
55.51/55.87	c speed (assignments/second)	: 158980.51985811477
55.51/55.87	c non guided choices	137
55.51/55.90	c learnt constraints type 
55.51/55.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
55.51/55.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60599
55.51/55.90	c constraints type 
55.51/55.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 264
55.51/55.90	c org.sat4j.minisat.constraints.cnf.UnitClauses => 361
55.51/55.90	c org.sat4j.minisat.constraints.card.AtLeast => 264
55.51/55.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18623
55.51/55.90	s SATISFIABLE
55.61/55.90	v 13 11 24 15 17 9 12 19 1 23 16 20 6 8 21 0 7 14 10 18 4 3 5 22 2 7 5 8 11 20 18 17 13 21 24 22 15 2 3 12 6 14 0 23 9 10 16 4 1 19 6 2 16 19 24 3 21 9 17 20 14 18 4 15 23 1 8 5 13 0 11 7 10 12 22 19 14 3 6 0 11 1 21 20 13 4 22 17 18 16 24 2 23 15 8 7 5 12 10 9 15 1 0 13 7 2 3 11 14 8 6 4 9 17 20 12 16 19 18 21 5 22 23 24 10 23 21 9 1 2 8 19 17 24 4 3 5 20 14 11 16 10 7 0 15 12 18 22 6 13 9 18 19 7 22 20 14 24 2 16 11 6 8 10 4 21 23 15 5 3 13 1 0 17 12 24 13 5 10 11 17 23 2 0 3 20 16 12 19 6 22 15 18 1 4 8 14 9 7 21 16 7 10 21 9 23 20 15 3 18 0 17 1 12 14 5 24 2 4 19 22 13 11 8 6 4 17 7 3 18 1 0 12 22 9 15 24 14 2 13 19 21 10 6 11 23 20 8 5 16 0 3 2 9 15 22 5 10 12 1 21 23 13 16 7 17 18 4 11 6 24 8 14 19 20 14 4 1 22 3 5 16 6 19 7 24 11 15 20 10 13 17 8 9 23 0 12 2 21 18 12 8 20 18 16 6 15 5 4 17 10 0 19 21 24 9 22 13 2 7 3 23 1 11 14 20 22 11 24 10 21 9 16 8 19 5 7 3 23 0 2 4 6 12 14 17 15 13 18 1 22 20 18 0 21 13 10 1 9 5 17 12 7 11 19 3 6 16 8 2 14 4 15 23 24 2 15 17 14 13 10 11 4 18 12 23 8 21 5 22 7 9 1 19 20 6 0 24 16 3 5 23 6 17 12 4 7 22 15 14 8 19 10 24 2 11 20 3 16 13 1 21 18 9 0 21 10 12 5 23 19 8 7 11 6 1 3 22 9 18 15 13 24 14 16 20 2 17 0 4 11 19 14 20 6 0 18 8 16 15 13 2 23 1 9 10 3 12 17 22 21 24 7 4 5 18 24 15 2 5 16 6 0 10 21 9 14 11 4 3 23 12 22 7 1 19 17 20 13 8 10 12 21 4 14 24 2 20 7 11 18 1 0 13 15 8 5 9 22 17 16 6 19 3 23 1 6 22 23 8 14 24 18 13 0 12 21 5 7 17 4 19 20 3 10 15 9 16 2 11 8 16 23 12 4 7 13 3 5 22 2 10 18 6 1 14 0 11 20 24 9 19 21 15 17 3 0 13 16 19 12 4 14 23 10 7 9 24 22 8 18 1 17 21 5 2 11 6 20 15 17 9 4 8 1 15 22 23 6 2 19 13 16 0 5 20 11 21 24 12 18 10 3 14 7 
55.61/55.90	c Total wall clock time (in seconds) : 55.636

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.04 1.94 4/75 11715
/proc/meminfo: memFree=1183016/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=18576 CPUtime=0
/proc/11715/stat : 11715 (runsolver) R 11713 11715 10822 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 19349966 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11715/statm: 4644 284 249 26 0 2626 0

[startup+0.0738069 s]
/proc/loadavg: 2.15 2.04 1.94 4/75 11715
/proc/meminfo: memFree=1183016/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=802164 CPUtime=0.05
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 2789 0 1 0 4 1 0 0 20 0 7 0 19349966 821415936 2534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 200541 2534 1034 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101808 s]
/proc/loadavg: 2.15 2.04 1.94 4/75 11715
/proc/meminfo: memFree=1183016/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=804560 CPUtime=0.08
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 3025 0 1 0 7 1 0 0 20 0 12 0 19349966 823869440 2768 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 201140 2768 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301829 s]
/proc/loadavg: 2.15 2.04 1.94 4/75 11715
/proc/meminfo: memFree=1183016/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=805832 CPUtime=0.28
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 4377 0 1 0 26 2 0 0 20 0 12 0 19349966 825171968 4114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 201458 4114 1363 9 0 198785 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805832

[startup+0.701864 s]
/proc/loadavg: 2.15 2.04 1.94 4/75 11715
/proc/meminfo: memFree=1183016/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=807176 CPUtime=0.68
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 5743 0 1 0 64 4 0 0 20 0 12 0 19349966 826548224 5210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 201794 5210 1390 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50294 s]
/proc/loadavg: 2.22 2.06 1.94 3/87 11727
/proc/meminfo: memFree=1166216/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=810504 CPUtime=1.47
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 8496 0 1 0 142 5 0 0 20 0 12 0 19349966 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 202626 6542 1405 9 0 199953 0
[pid=11715/tid=11717] ppid=11713 vsize=810504 CPUtime=0.75
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 4417 0 1 0 72 3 0 0 25 0 12 0 19349967 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 19349968 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 19349968 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 19349970 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 19349970 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 19349970 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 19349975 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=810504 CPUtime=0.04
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 19349975 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=810504 CPUtime=0.66
/proc/11715/task/11725/stat : 11725 (java) R 11713 11715 10822 0 -1 64 3087 0 0 0 65 1 0 0 17 0 12 0 19349975 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 106132810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19349975 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=810504 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19349975 829956096 6542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810504

[startup+3.10209 s]
/proc/loadavg: 2.22 2.06 1.94 3/87 11727
/proc/meminfo: memFree=1160648/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812428 CPUtime=3.07
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 11528 0 1 0 300 7 0 0 20 0 12 0 19349966 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203107 8648 1426 9 0 200434 0
[pid=11715/tid=11717] ppid=11713 vsize=812428 CPUtime=1.21
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 5831 0 1 0 117 4 0 0 25 0 12 0 19349967 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4109169024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 19349968 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 19349968 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19349970 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 19349970 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 19349970 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 19349975 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812428 CPUtime=0.04
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 19349975 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812428 CPUtime=1.79
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4704 0 0 0 177 2 0 0 17 0 12 0 19349975 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19349975 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812428 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19349975 831926272 8648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812428

[startup+6.3024 s]
/proc/loadavg: 2.22 2.06 1.94 3/88 11728
/proc/meminfo: memFree=1141120/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=6.25
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 14830 0 1 0 617 8 0 0 20 0 13 0 19349966 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 11945 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=3.02
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 8991 0 1 0 297 5 0 0 25 0 13 0 19349967 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4110254481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 19349970 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.87
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 334 0 0 0 87 0 0 0 16 0 13 0 19349975 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 11945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 812752

[startup+12.703 s]
/proc/loadavg: 2.19 2.06 1.94 3/88 11728
/proc/meminfo: memFree=1136200/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=12.61
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 15885 0 1 0 1252 9 0 0 20 0 13 0 19349966 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 12998 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=9.33
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 10045 0 1 0 927 6 0 0 25 0 13 0 19349967 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4110185670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19349970 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.93
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 335 0 0 0 93 0 0 0 16 0 13 0 19349975 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 12998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 812752

[startup+25.5012 s]
/proc/loadavg: 2.16 2.05 1.94 3/88 11728
/proc/meminfo: memFree=1130440/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=25.35
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 17287 0 1 0 2524 11 0 0 20 0 13 0 19349966 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 14400 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=22.06
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 11447 0 1 0 2199 7 0 0 25 0 13 0 19349967 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4110243880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19349970 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0

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

/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 14400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 812752

[startup+51.1016 s]
/proc/loadavg: 2.10 2.05 1.94 3/88 11728
/proc/meminfo: memFree=1123592/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=50.83
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 19019 0 1 0 5070 13 0 0 20 0 13 0 19349966 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 16131 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=47.54
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 13178 0 1 0 4744 10 0 0 25 0 13 0 19349967 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4110185667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19349970 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.94
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 336 0 0 0 94 0 0 0 16 0 13 0 19349975 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 16131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 812752

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

[startup+54.3029 s]
/proc/loadavg: 2.10 2.05 1.94 3/88 11728
/proc/meminfo: memFree=1122696/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=54.02
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 19268 0 1 0 5388 14 0 0 20 0 13 0 19349966 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 16380 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=50.72
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 13427 0 1 0 5062 10 0 0 25 0 13 0 19349967 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4110186078 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19349970 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.94
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 336 0 0 0 94 0 0 0 16 0 13 0 19349975 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 16380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.02
Current children cumulated vsize (KiB) 812752

[startup+55.103 s]
/proc/loadavg: 2.10 2.05 1.94 3/88 11728
/proc/meminfo: memFree=1122312/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=54.81
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 19325 0 1 0 5467 14 0 0 20 0 13 0 19349966 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 16437 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=51.51
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 13484 0 1 0 5141 10 0 0 25 0 13 0 19349967 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4110195559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19349970 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.94
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 336 0 0 0 94 0 0 0 16 0 13 0 19349975 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 16437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.81
Current children cumulated vsize (KiB) 812752

[startup+55.503 s]
/proc/loadavg: 2.10 2.05 1.94 3/88 11728
/proc/meminfo: memFree=1122312/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=55.21
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 19345 0 1 0 5507 14 0 0 20 0 13 0 19349966 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 16457 1445 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=51.91
/proc/11715/task/11717/stat : 11717 (java) R 11713 11715 10822 0 -1 64 13504 0 1 0 5181 10 0 0 25 0 13 0 19349967 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4110195559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 19349970 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.94
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 336 0 0 0 94 0 0 0 16 0 13 0 19349975 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11728] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11728/stat : 11728 (java) S 11713 11715 10822 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19350399 832258048 16457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.21
Current children cumulated vsize (KiB) 812752

[startup+55.902 s]
/proc/loadavg: 2.10 2.05 1.94 3/88 11728
/proc/meminfo: memFree=1122312/2055920 swapFree=4192956/4192956
[pid=11715] ppid=11713 vsize=812752 CPUtime=55.61
/proc/11715/stat : 11715 (java) S 11713 11715 10822 0 -1 0 19412 0 1 0 5547 14 0 0 20 0 13 0 19349966 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11715/statm: 203188 16523 1446 9 0 200515 0
[pid=11715/tid=11717] ppid=11713 vsize=812752 CPUtime=52.26
/proc/11715/task/11717/stat : 11717 (java) S 11713 11715 10822 0 -1 64 13554 0 1 0 5216 10 0 0 25 0 13 0 19349967 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11718] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11718/stat : 11718 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 19349968 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11719] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11719/stat : 11719 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 19349968 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11720] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11720/stat : 11720 (java) S 11713 11715 10822 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 19349970 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11721] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11721/stat : 11721 (java) S 11713 11715 10822 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11722] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11722/stat : 11722 (java) S 11713 11715 10822 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19349970 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11723] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11723/stat : 11723 (java) S 11713 11715 10822 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11724] ppid=11713 vsize=812752 CPUtime=0.96
/proc/11715/task/11724/stat : 11724 (java) S 11713 11715 10822 0 -1 64 338 0 0 0 96 0 0 0 16 0 13 0 19349975 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11725] ppid=11713 vsize=812752 CPUtime=2.33
/proc/11715/task/11725/stat : 11725 (java) S 11713 11715 10822 0 -1 64 4759 0 0 0 231 2 0 0 19 0 13 0 19349975 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11726] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11726/stat : 11726 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19349975 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11715/tid=11727] ppid=11713 vsize=812752 CPUtime=0
/proc/11715/task/11727/stat : 11727 (java) S 11713 11715 10822 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19349975 832258048 16523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.61
Current children cumulated vsize (KiB) 812752

Child status: 0
Real time (s): 55.9612
CPU time (s): 55.6345
CPU user time (s): 55.4786
CPU system time (s): 0.155976
CPU usage (%): 99.4162
Max. virtual memory (cumulated for all children) (KiB): 812752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.4786
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19423
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= 2280
involuntary context switches= 2929

runsolver used 0.06199 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 16:33:47
IDJOB=2058986
IDBENCH=53541
IDSOLVER=731
FILE ID=node8/2058986-1247322827
PBS_JOBID= 9506612
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-5_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2058986-1247322827/watcher-2058986-1247322827 -o /tmp/evaluation-result-2058986-1247322827/solver-2058986-1247322827 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2058986-1247322827.xml

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

MD5SUM BENCH= 16d7053869df773ae8032e14ad5c8f64
RANDOM SEED=1319426702

node8.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1183496 kB
Buffers:         51448 kB
Cached:         746668 kB
SwapCached:          0 kB
Active:         265080 kB
Inactive:       553912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:          31524 kB
Slab:            38672 kB
Committed_AS:   199748 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node8 at 2009-07-11 16:34:43