Trace number 1100668

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 2008-06-13SAT 14.6588 14.8086

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-68_ext.xml
MD5SUM05cba7c74125d0bc5638fc16925830e4
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 benchmark0.487925
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1100668-1215287520.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.87/0.92	c reading relations done.
2.97/3.07	c reading constraints
3.76/3.87	c done with constraints.
3.76/3.87	c ... done. Wall clock time 3.467s.
3.76/3.87	c #vars     7200
3.76/3.87	c #constraints  30320
3.76/3.87	c constraints type 
3.76/3.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30280
3.76/3.87	c org.sat4j.minisat.constraints.card.AtLeast => 40
14.55/14.78	c starts		: 4
14.55/14.78	c conflicts		: 744
14.55/14.78	c decisions		: 1380
14.55/14.78	c propagations		: 709003
14.55/14.78	c inspects		: 9255490
14.55/14.78	c learnt literals	: 0
14.55/14.78	c learnt binary clauses	: 0
14.55/14.78	c learnt ternary clauses	: 0
14.55/14.78	c learnt clauses	: 744
14.55/14.78	c ignored clauses	: 0
14.55/14.78	c root simplifications	: 0
14.55/14.78	c removed literals (reason simplification)	: 202055
14.55/14.78	c reason swapping (by a shorter reason)	: 0
14.55/14.78	c Calls to reduceDB	: 0
14.55/14.78	c speed (assignments/second)	: 65087.94638758835
14.55/14.78	c non guided choices	492
14.55/14.78	s SATISFIABLE
14.55/14.78	v 113 103 0 148 106 49 33 73 126 34 95 55 176 127 169 5 32 5 144 157 76 10 136 170 160 151 104 54 12 163 152 5 162 44 133 32 47 28 128 5 
14.55/14.78	c Total wall clock time (in seconds) : 14.374

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100668-1215287520/watcher-1100668-1215287520 -o /tmp/evaluation-result-1100668-1215287520/solver-1100668-1215287520 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1100668-1215287520.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 15407
/proc/meminfo: memFree=1714104/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=18572 CPUtime=0
/proc/15407/stat : 15407 (runsolver) R 15405 15407 12723 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2007721738 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15407/statm: 4643 292 257 25 0 2626 0

[startup+0.0867911 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 15407
/proc/meminfo: memFree=1714104/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=802236 CPUtime=0.07
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 2838 0 1 0 5 2 0 0 18 0 7 0 2007721738 821489664 2573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 200559 2573 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101794 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 15407
/proc/meminfo: memFree=1714104/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=804612 CPUtime=0.08
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 2995 0 1 0 6 2 0 0 18 0 12 0 2007721738 823922688 2728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 201153 2728 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301816 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 15407
/proc/meminfo: memFree=1714104/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=808244 CPUtime=0.28
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 4959 0 1 0 25 3 0 0 18 0 12 0 2007721738 827641856 4286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202061 4286 1299 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701864 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 15407
/proc/meminfo: memFree=1714104/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=808272 CPUtime=0.68
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 6398 0 1 0 63 5 0 0 18 0 12 0 2007721738 827670528 5526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202068 5526 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50296 s]
/proc/loadavg: 2.04 2.02 2.00 4/93 15419
/proc/meminfo: memFree=1695384/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=808272 CPUtime=1.47
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 8650 0 1 0 141 6 0 0 18 0 12 0 2007721738 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202068 6760 1350 9 0 199430 0
[pid=15407/tid=15409] ppid=15405 vsize=808272 CPUtime=0.63
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 4991 0 1 0 59 4 0 0 20 0 12 0 2007721740 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2007721741 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2007721741 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2007721743 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2007721743 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2007721743 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2007721748 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=808272 CPUtime=0.21
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 12723 0 -1 64 412 0 0 0 21 0 0 0 16 0 12 0 2007721748 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=808272 CPUtime=0.61
/proc/15407/task/15417/stat : 15417 (java) R 15405 15407 12723 0 -1 64 2480 0 0 0 60 1 0 0 16 0 12 0 2007721748 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 105483189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2007721748 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2007721748 827670528 6760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10215 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 15419
/proc/meminfo: memFree=1647064/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=808272 CPUtime=3.07
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 24957 0 1 0 292 15 0 0 18 0 12 0 2007721738 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202068 22817 1357 9 0 199430 0
[pid=15407/tid=15409] ppid=15405 vsize=808272 CPUtime=1.76
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 16975 0 1 0 167 9 0 0 25 0 12 0 2007721740 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=808272 CPUtime=0.08
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 2045 0 0 0 7 1 0 0 16 0 12 0 2007721741 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=808272 CPUtime=0.08
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 1916 0 0 0 8 0 0 0 16 0 12 0 2007721741 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 2007721743 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2007721743 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2007721743 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2007721748 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=808272 CPUtime=0.36
/proc/15407/task/15416/stat : 15416 (java) R 15405 15407 12723 0 -1 64 652 0 0 0 36 0 0 0 16 0 12 0 2007721748 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 103132977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=808272 CPUtime=0.73
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 12723 0 -1 64 2493 0 0 0 72 1 0 0 16 0 12 0 2007721748 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2007721748 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=808272 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2007721748 827670528 22817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 808272

[startup+6.30253 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 15420
/proc/meminfo: memFree=1619792/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=810188 CPUtime=6.23
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 27624 0 1 0 607 16 0 0 18 0 13 0 2007721738 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202547 24767 1380 9 0 199909 0
[pid=15407/tid=15409] ppid=15405 vsize=810188 CPUtime=3.89
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 16992 0 1 0 379 10 0 0 25 0 13 0 2007721740 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4109858403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=810188 CPUtime=0.12
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 2836 0 0 0 11 1 0 0 16 0 13 0 2007721741 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=810188 CPUtime=0.13
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 2559 0 0 0 12 1 0 0 16 0 13 0 2007721741 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 137 0 0 0 0 0 0 0 17 0 13 0 2007721743 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2007721748 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=810188 CPUtime=0.91
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 12723 0 -1 64 1771 0 0 0 91 0 0 0 16 0 13 0 2007721748 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=810188 CPUtime=1.13
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 12723 0 -1 64 2560 0 0 0 112 1 0 0 16 0 13 0 2007721748 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2007721748 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2007721748 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15420] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 12723 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 2007722128 829632512 24767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 810188

[startup+12.7023 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 15420
/proc/meminfo: memFree=1619600/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=810188 CPUtime=12.57
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 27626 0 1 0 1241 16 0 0 18 0 13 0 2007721738 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202547 24768 1380 9 0 199909 0
[pid=15407/tid=15409] ppid=15405 vsize=810188 CPUtime=10.2
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 16993 0 1 0 1010 10 0 0 25 0 13 0 2007721740 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4109995110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=810188 CPUtime=0.12
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 2836 0 0 0 11 1 0 0 16 0 13 0 2007721741 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=810188 CPUtime=0.13
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 2559 0 0 0 12 1 0 0 16 0 13 0 2007721741 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=810188 CPUtime=0.93
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 12723 0 -1 64 1771 0 0 0 93 0 0 0 16 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=810188 CPUtime=1.14
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 12723 0 -1 64 2561 0 0 0 113 1 0 0 17 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15420] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 12723 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 2007722128 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 810188

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

[startup+13.5024 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 15420
/proc/meminfo: memFree=1619600/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=810188 CPUtime=13.36
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 27626 0 1 0 1320 16 0 0 18 0 13 0 2007721738 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202547 24768 1380 9 0 199909 0
[pid=15407/tid=15409] ppid=15405 vsize=810188 CPUtime=10.99
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 16993 0 1 0 1089 10 0 0 25 0 13 0 2007721740 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4109854589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=810188 CPUtime=0.12
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 2836 0 0 0 11 1 0 0 16 0 13 0 2007721741 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=810188 CPUtime=0.13
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 2559 0 0 0 12 1 0 0 16 0 13 0 2007721741 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=810188 CPUtime=0.93
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 12723 0 -1 64 1771 0 0 0 93 0 0 0 16 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=810188 CPUtime=1.14
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 12723 0 -1 64 2561 0 0 0 113 1 0 0 17 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2007721748 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15420] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 12723 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 2007722128 829632512 24768 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 810188

[startup+14.3075 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 15420
/proc/meminfo: memFree=1619600/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=810188 CPUtime=14.16
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 27627 0 1 0 1400 16 0 0 18 0 13 0 2007721738 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202547 24769 1380 9 0 199909 0
[pid=15407/tid=15409] ppid=15405 vsize=810188 CPUtime=11.78
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 16993 0 1 0 1168 10 0 0 25 0 13 0 2007721740 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4109854572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=810188 CPUtime=0.12
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 2836 0 0 0 11 1 0 0 16 0 13 0 2007721741 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=810188 CPUtime=0.13
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 2559 0 0 0 12 1 0 0 16 0 13 0 2007721741 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=810188 CPUtime=0.94
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 12723 0 -1 64 1772 0 0 0 94 0 0 0 16 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=810188 CPUtime=1.14
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 12723 0 -1 64 2561 0 0 0 113 1 0 0 17 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15420] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 12723 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 2007722128 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 810188

[startup+14.7025 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 15420
/proc/meminfo: memFree=1619600/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=810188 CPUtime=14.55
/proc/15407/stat : 15407 (java) S 15405 15407 12723 0 -1 0 27627 0 1 0 1439 16 0 0 18 0 13 0 2007721738 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 202547 24769 1380 9 0 199909 0
[pid=15407/tid=15409] ppid=15405 vsize=810188 CPUtime=12.17
/proc/15407/task/15409/stat : 15409 (java) R 15405 15407 12723 0 -1 64 16993 0 1 0 1207 10 0 0 25 0 13 0 2007721740 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4109876911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15410] ppid=15405 vsize=810188 CPUtime=0.12
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 12723 0 -1 64 2836 0 0 0 11 1 0 0 16 0 13 0 2007721741 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15411] ppid=15405 vsize=810188 CPUtime=0.13
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 12723 0 -1 64 2559 0 0 0 12 1 0 0 16 0 13 0 2007721741 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15412] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 12723 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15413] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 12723 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15414] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 12723 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2007721743 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15415] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15416] ppid=15405 vsize=810188 CPUtime=0.94
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 12723 0 -1 64 1772 0 0 0 94 0 0 0 16 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15417] ppid=15405 vsize=810188 CPUtime=1.14
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 12723 0 -1 64 2561 0 0 0 113 1 0 0 17 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15418] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 12723 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15419] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 12723 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2007721748 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15407/tid=15420] ppid=15405 vsize=810188 CPUtime=0
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 12723 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 2007722128 829632512 24769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.55
Current children cumulated vsize (KiB) 810188

[startup+14.8029 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 15420
/proc/meminfo: memFree=1619600/2055920 swapFree=4179860/4192956
[pid=15407] ppid=15405 vsize=0 CPUtime=14.64
/proc/15407/stat : 15407 (java) Z 15405 15407 12723 0 -1 12 27634 0 1 0 1447 17 0 0 16 0 2 0 2007721738 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 14.8086
CPU time (s): 14.6588
CPU user time (s): 14.4768
CPU system time (s): 0.181972
CPU usage (%): 98.9883
Max. virtual memory (cumulated for all children) (KiB): 810388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.4768
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27634
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= 1093
involuntary context switches= 1594

runsolver used 0.022996 second user time and 0.058991 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 21:52:00
IDJOB=1100668
IDBENCH=59961
IDSOLVER=344
FILE ID=node66/1100668-1215287520
PBS_JOBID= 7882228
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-68_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100668-1215287520/watcher-1100668-1215287520 -o /tmp/evaluation-result-1100668-1215287520/solver-1100668-1215287520 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1100668-1215287520.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 05cba7c74125d0bc5638fc16925830e4
RANDOM SEED=39293123

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1714584 kB
Buffers:         52840 kB
Cached:         198892 kB
SwapCached:       7144 kB
Active:         193908 kB
Inactive:        92576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714584 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          50812 kB
Slab:            39820 kB
Committed_AS:  4194820 kB
PageTables:       1948 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= 66416 MiB
End job on node66 at 2008-07-05 21:52:15