Trace number 1085287

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 37.6483 37.602

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-8.xml
MD5SUMaff89a3c376f9d649716b708df99d09e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.508922
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size153
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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-1085287-1215233057.xml
0.38/0.40	c reading problem ... 
0.59/0.67	c reading problem named null
0.59/0.67	c reading domains done.
0.59/0.69	c reading variables done.
0.98/1.03	c reading predicates  done.
1.18/1.21	c reading constraints
32.71/32.69	c done with constraints.
32.71/32.69	c ... done. Wall clock time 32.291s.
32.71/32.69	c #vars     13490
32.71/32.69	c #constraints  228181
32.71/32.69	c constraints type 
32.71/32.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 228081
32.71/32.69	c org.sat4j.minisat.constraints.card.AtLeast => 100
37.56/37.53	c starts		: 3
37.56/37.53	c conflicts		: 353
37.56/37.53	c decisions		: 3397
37.56/37.53	c propagations		: 97328
37.56/37.53	c inspects		: 5206578
37.56/37.53	c learnt literals	: 1
37.56/37.53	c learnt binary clauses	: 0
37.56/37.53	c learnt ternary clauses	: 0
37.56/37.53	c learnt clauses	: 352
37.56/37.53	c ignored clauses	: 0
37.56/37.53	c root simplifications	: 0
37.56/37.53	c removed literals (reason simplification)	: 15848
37.56/37.53	c reason swapping (by a shorter reason)	: 0
37.56/37.53	c Calls to reduceDB	: 0
37.56/37.53	c speed (assignments/second)	: 20289.347508859704
37.56/37.53	c non guided choices	2059
37.56/37.53	s SATISFIABLE
37.56/37.54	v 2 1 8 9 15 14 24 43 67 29 105 46 123 126 151 148 168 163 178 177 29 45 53 35 63 62 78 77 83 156 25 24 35 68 107 106 120 137 146 156 1 2 14 13 24 25 41 40 51 52 2 3 37 44 50 51 86 90 121 120 14 12 26 24 38 37 72 66 93 156 94 88 111 116 124 123 139 154 166 158 52 56 83 87 94 95 107 125 136 155 10 11 69 66 78 81 94 95 101 103 
37.56/37.54	c Total wall clock time (in seconds) : 37.131

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-1085287-1215233057/watcher-1085287-1215233057 -o /tmp/evaluation-result-1085287-1215233057/solver-1085287-1215233057 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085287-1215233057.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.15 2.09 2.03 4/73 7217
/proc/meminfo: memFree=1744272/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=13288 CPUtime=0
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 135316721 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 3322 538 219 9 0 1232 0
[pid=7217/tid=7218] ppid=7215 vsize=13288 CPUtime=0
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 135316722 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.074767 s]
/proc/loadavg: 2.15 2.09 2.03 4/73 7217
/proc/meminfo: memFree=1744272/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=802236 CPUtime=0.06
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 2797 0 1 0 4 2 0 0 18 0 7 0 135316721 821489664 2532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 200559 2545 1009 9 0 197942 0
[pid=7217/tid=7218] ppid=7215 vsize=802236 CPUtime=0.05
/proc/7217/task/7218/stat : 7218 (java) D 7215 7217 2669 0 -1 64 2050 0 1 0 4 1 0 0 17 0 7 0 135316722 821489664 2545 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.114161 s]
/proc/loadavg: 2.15 2.09 2.03 4/73 7217
/proc/meminfo: memFree=1744272/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=804916 CPUtime=0.1
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 3311 0 1 0 8 2 0 0 18 0 12 0 135316721 824233984 3042 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 201229 3042 1249 9 0 198598 0
[pid=7217/tid=7218] ppid=7215 vsize=804916 CPUtime=0.08
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 2235 0 1 0 7 1 0 0 21 0 12 0 135316722 824233984 3042 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804916

[startup+0.301187 s]
/proc/loadavg: 2.15 2.09 2.03 4/73 7217
/proc/meminfo: memFree=1744272/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=808244 CPUtime=0.28
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 4964 0 1 0 25 3 0 0 18 0 12 0 135316721 827641856 4291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 202061 4291 1298 9 0 199430 0
[pid=7217/tid=7218] ppid=7215 vsize=808244 CPUtime=0.18
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 2707 0 1 0 16 2 0 0 21 0 12 0 135316722 827641856 4291 996147200 134512640 134550740 4294956016 18446744073709551615 103260668 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701227 s]
/proc/loadavg: 2.15 2.09 2.03 4/73 7217
/proc/meminfo: memFree=1744272/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=808272 CPUtime=0.69
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 6361 0 1 0 64 5 0 0 18 0 12 0 135316721 827670528 5489 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 202068 5489 1335 9 0 199430 0
[pid=7217/tid=7218] ppid=7215 vsize=808272 CPUtime=0.4
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 3800 0 1 0 37 3 0 0 23 0 12 0 135316722 827670528 5489 996147200 134512640 134550740 4294956016 18446744073709551615 106734315 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808272

[startup+1.50233 s]
/proc/loadavg: 2.15 2.09 2.03 4/85 7229
/proc/meminfo: memFree=1725104/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=812332 CPUtime=1.48
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 10160 0 1 0 141 7 0 0 18 0 12 0 135316721 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 203083 7947 1351 9 0 200445 0
[pid=7217/tid=7218] ppid=7215 vsize=812332 CPUtime=0.75
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 5347 0 1 0 70 5 0 0 25 0 12 0 135316722 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7220] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316723 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 135316723 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 135316725 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 135316725 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7224] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 135316725 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7225] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316730 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=812332 CPUtime=0.48
/proc/7217/task/7226/stat : 7226 (java) R 7215 7217 2669 0 -1 64 2877 0 0 0 47 1 0 0 17 0 12 0 135316730 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 104112568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7227] ppid=7215 vsize=812332 CPUtime=0.22
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 1174 0 0 0 22 0 0 0 16 0 12 0 135316730 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7228] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135316730 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=812332 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135316730 831827968 7947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812332

[startup+3.10251 s]
/proc/loadavg: 2.15 2.09 2.03 4/85 7229
/proc/meminfo: memFree=1709424/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=824316 CPUtime=3.28
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 21191 0 1 0 316 12 0 0 18 0 12 0 135316721 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 206079 12621 1378 9 0 203441 0
[pid=7217/tid=7218] ppid=7215 vsize=824316 CPUtime=1.2
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 6878 0 1 0 115 5 0 0 17 0 12 0 135316722 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4109213805 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316723 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 135316723 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 135316725 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 135316725 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7224] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 135316725 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7225] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316730 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=824316 CPUtime=1.43
/proc/7217/task/7226/stat : 7226 (java) R 7215 7217 2669 0 -1 64 10428 0 0 0 139 4 0 0 15 0 12 0 135316730 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 103115622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7227] ppid=7215 vsize=824316 CPUtime=0.61
/proc/7217/task/7227/stat : 7227 (java) R 7215 7217 2669 0 -1 64 3123 0 0 0 60 1 0 0 16 0 12 0 135316730 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7228] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135316730 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=824316 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135316730 844099584 12621 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 824316

[startup+6.30289 s]
/proc/loadavg: 2.14 2.09 2.03 3/85 7229
/proc/meminfo: memFree=1638896/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=823896 CPUtime=6.47
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 37143 0 1 0 630 17 0 0 18 0 12 0 135316721 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 205974 28487 1384 9 0 203336 0
[pid=7217/tid=7218] ppid=7215 vsize=823896 CPUtime=4.07
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17274 0 1 0 398 9 0 0 25 0 12 0 135316722 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4109668322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=823896 CPUtime=0.05
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 3202 0 0 0 5 0 0 0 16 0 12 0 135316723 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=823896 CPUtime=0.07
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 2261 0 0 0 7 0 0 0 16 0 12 0 135316723 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316730 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=823896 CPUtime=1.52
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10432 0 0 0 148 4 0 0 17 0 12 0 135316730 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7227] ppid=7215 vsize=823896 CPUtime=0.7
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3127 0 0 0 69 1 0 0 17 0 12 0 135316730 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7228] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135316730 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135316730 843669504 28487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 823896

[startup+12.7026 s]
/proc/loadavg: 2.13 2.09 2.03 3/85 7229
/proc/meminfo: memFree=1601840/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=823896 CPUtime=12.84
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 45907 0 1 0 1263 21 0 0 18 0 12 0 135316721 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 205974 37238 1384 9 0 203336 0
[pid=7217/tid=7218] ppid=7215 vsize=823896 CPUtime=10.13
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17289 0 1 0 1004 9 0 0 25 0 12 0 135316722 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4109844509 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=823896 CPUtime=0.18
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 9091 0 0 0 16 2 0 0 16 0 12 0 135316723 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7221] ppid=7215 vsize=823896 CPUtime=0.19
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 5119 0 0 0 17 2 0 0 16 0 12 0 135316723 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7222] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7223] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316730 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=823896 CPUtime=1.57
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10434 0 0 0 153 4 0 0 17 0 12 0 135316730 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7227] ppid=7215 vsize=823896 CPUtime=0.72
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3127 0 0 0 71 1 0 0 16 0 12 0 135316730 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7228] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135316730 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135316730 843669504 37238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 823896

[startup+25.5011 s]
/proc/loadavg: 2.10 2.08 2.03 3/85 7229
/proc/meminfo: memFree=1548976/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=823896 CPUtime=25.62
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 58624 0 1 0 2535 27 0 0 18 0 12 0 135316721 843669504 49898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 205974 49898 1386 9 0 203336 0
[pid=7217/tid=7218] ppid=7215 vsize=823896 CPUtime=22.44
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17316 0 1 0 2235 9 0 0 25 0 12 0 135316722 843669504 49898 996147200 134512640 134550740 4294956016 18446744073709551615 4109751591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7220] ppid=7215 vsize=823896 CPUtime=0.33
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 15649 0 0 0 27 6 0 0 16 0 12 0 135316723 843669504 49898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135316730 843669504 49898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135316730 843669504 49898 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (KiB) 823896

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

[startup+31.9079 s]
/proc/loadavg: 2.09 2.08 2.03 3/85 7229
/proc/meminfo: memFree=1520368/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=823896 CPUtime=32.02
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 65764 0 1 0 3172 30 0 0 18 0 12 0 135316721 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 205974 57025 1386 9 0 203336 0
[pid=7217/tid=7218] ppid=7215 vsize=823896 CPUtime=28.61
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17329 0 1 0 2852 9 0 0 25 0 12 0 135316722 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4109668345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7220] ppid=7215 vsize=823896 CPUtime=0.42
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 19358 0 0 0 35 7 0 0 16 0 12 0 135316723 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=823896 CPUtime=0.42
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 14655 0 0 0 37 5 0 0 16 0 12 0 135316723 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=823896 CPUtime=0.01
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 1 0 0 0 15 0 12 0 135316725 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135316725 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 135316730 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=823896 CPUtime=1.66
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10434 0 0 0 162 4 0 0 16 0 12 0 135316730 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7227] ppid=7215 vsize=823896 CPUtime=0.84
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3141 0 0 0 83 1 0 0 16 0 12 0 135316730 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7228] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135316730 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=823896 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135316730 843669504 57025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.02
Current children cumulated vsize (KiB) 823896

[startup+35.1046 s]
/proc/loadavg: 2.08 2.08 2.03 3/86 7230
/proc/meminfo: memFree=1517288/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=824220 CPUtime=35.18
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 66543 0 1 0 3488 30 0 0 18 0 13 0 135316721 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 206055 57800 1392 9 0 203417 0
[pid=7217/tid=7218] ppid=7215 vsize=824220 CPUtime=30.97
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17345 0 1 0 3088 9 0 0 25 0 13 0 135316722 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7220] ppid=7215 vsize=824220 CPUtime=0.42
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 19369 0 0 0 35 7 0 0 16 0 13 0 135316723 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=824220 CPUtime=0.44
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 15397 0 0 0 38 6 0 0 17 0 13 0 135316723 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=824220 CPUtime=0.01
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 1 0 0 0 17 0 13 0 135316725 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135316730 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=824220 CPUtime=2.11
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10439 0 0 0 207 4 0 0 16 0 13 0 135316730 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7227] ppid=7215 vsize=824220 CPUtime=1.17
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3141 0 0 0 116 1 0 0 15 0 13 0 135316730 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7228] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135316730 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135316730 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7230] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7230/stat : 7230 (java) S 7215 7217 2669 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135319995 844001280 57800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.18
Current children cumulated vsize (KiB) 824220

[startup+36.7025 s]
/proc/loadavg: 2.08 2.08 2.03 4/86 7230
/proc/meminfo: memFree=1503720/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=824220 CPUtime=36.77
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 69931 0 1 0 3645 32 0 0 18 0 13 0 135316721 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 206055 61187 1392 9 0 203417 0
[pid=7217/tid=7218] ppid=7215 vsize=824220 CPUtime=32.47
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17346 0 1 0 3238 9 0 0 25 0 13 0 135316722 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4109783932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7220] ppid=7215 vsize=824220 CPUtime=0.44
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 20490 0 0 0 37 7 0 0 17 0 13 0 135316723 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=824220 CPUtime=0.48
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 17662 0 0 0 41 7 0 0 17 0 13 0 135316723 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=824220 CPUtime=0.01
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=824220 CPUtime=2.12
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10440 0 0 0 208 4 0 0 16 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7227] ppid=7215 vsize=824220 CPUtime=1.17
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3141 0 0 0 116 1 0 0 15 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7228] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7230] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7230/stat : 7230 (java) S 7215 7217 2669 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135319995 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.77
Current children cumulated vsize (KiB) 824220

[startup+37.1025 s]
/proc/loadavg: 2.08 2.08 2.03 4/86 7230
/proc/meminfo: memFree=1503720/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=824220 CPUtime=37.16
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 69931 0 1 0 3684 32 0 0 18 0 13 0 135316721 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 206055 61187 1392 9 0 203417 0
[pid=7217/tid=7218] ppid=7215 vsize=824220 CPUtime=32.87
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17346 0 1 0 3278 9 0 0 25 0 13 0 135316722 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4109783912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7220] ppid=7215 vsize=824220 CPUtime=0.44
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 20490 0 0 0 37 7 0 0 17 0 13 0 135316723 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=824220 CPUtime=0.48
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 17662 0 0 0 41 7 0 0 17 0 13 0 135316723 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=824220 CPUtime=0.01
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=824220 CPUtime=2.12
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10440 0 0 0 208 4 0 0 16 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7227] ppid=7215 vsize=824220 CPUtime=1.17
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3141 0 0 0 116 1 0 0 15 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7228] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7230] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7230/stat : 7230 (java) S 7215 7217 2669 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135319995 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.16
Current children cumulated vsize (KiB) 824220

[startup+37.5026 s]
/proc/loadavg: 2.08 2.08 2.03 3/86 7230
/proc/meminfo: memFree=1503720/2055920 swapFree=4181452/4192956
[pid=7217] ppid=7215 vsize=824220 CPUtime=37.56
/proc/7217/stat : 7217 (java) S 7215 7217 2669 0 -1 0 69931 0 1 0 3724 32 0 0 18 0 13 0 135316721 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7217/statm: 206055 61187 1392 9 0 203417 0
[pid=7217/tid=7218] ppid=7215 vsize=824220 CPUtime=33.26
/proc/7217/task/7218/stat : 7218 (java) R 7215 7217 2669 0 -1 64 17346 0 1 0 3317 9 0 0 25 0 13 0 135316722 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4109783910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7220] ppid=7215 vsize=824220 CPUtime=0.44
/proc/7217/task/7220/stat : 7220 (java) S 7215 7217 2669 0 -1 64 20490 0 0 0 37 7 0 0 17 0 13 0 135316723 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7221] ppid=7215 vsize=824220 CPUtime=0.48
/proc/7217/task/7221/stat : 7221 (java) S 7215 7217 2669 0 -1 64 17662 0 0 0 41 7 0 0 17 0 13 0 135316723 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7222] ppid=7215 vsize=824220 CPUtime=0.01
/proc/7217/task/7222/stat : 7222 (java) S 7215 7217 2669 0 -1 64 85 0 0 0 1 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7223] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7223/stat : 7223 (java) S 7215 7217 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7224] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7224/stat : 7224 (java) S 7215 7217 2669 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135316725 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7217/tid=7225] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7225/stat : 7225 (java) S 7215 7217 2669 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7226] ppid=7215 vsize=824220 CPUtime=2.12
/proc/7217/task/7226/stat : 7226 (java) S 7215 7217 2669 0 -1 64 10440 0 0 0 208 4 0 0 16 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7227] ppid=7215 vsize=824220 CPUtime=1.17
/proc/7217/task/7227/stat : 7227 (java) S 7215 7217 2669 0 -1 64 3141 0 0 0 116 1 0 0 15 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7228] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7228/stat : 7228 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7229] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7229/stat : 7229 (java) S 7215 7217 2669 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135316730 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7217/tid=7230] ppid=7215 vsize=824220 CPUtime=0
/proc/7217/task/7230/stat : 7230 (java) S 7215 7217 2669 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 135319995 844001280 61187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.56
Current children cumulated vsize (KiB) 824220

Child status: 0
Real time (s): 37.602
CPU time (s): 37.6483
CPU user time (s): 37.2823
CPU system time (s): 0.365944
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 828320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.2823
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69939
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= 2208
involuntary context switches= 1952

runsolver used 0.054991 second user time and 0.133979 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 06:44:17
IDJOB=1085287
IDBENCH=57617
IDSOLVER=344
FILE ID=node73/1085287-1215233057
PBS_JOBID= 7881783
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-8.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-1085287-1215233057/watcher-1085287-1215233057 -o /tmp/evaluation-result-1085287-1215233057/solver-1085287-1215233057 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085287-1215233057.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aff89a3c376f9d649716b708df99d09e
RANDOM SEED=2028709253

node73.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.230
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.230
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:       1744752 kB
Buffers:         62816 kB
Cached:         173216 kB
SwapCached:       5300 kB
Active:         169864 kB
Inactive:        79696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744752 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            1188 kB
Writeback:           0 kB
Mapped:          21000 kB
Slab:            47136 kB
Committed_AS:   408664 kB
PageTables:       1720 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= 66552 MiB
End job on node73 at 2008-07-05 06:44:55