Trace number 1085014

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 30.3834 30.0569

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-10.xml
MD5SUM7462799fa7a7c1cf3af137de847f4eab
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.110982
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size131
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.22/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.22/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.24	c See www.sat4j.org for details.
0.22/0.24	c That software uses the Rhino library from the Mozilla project.
0.22/0.28	c version 9.9.9.token
0.22/0.29	c sun.arch.data.model	32
0.22/0.29	c java.version	1.6.0_06
0.22/0.29	c os.name	Linux
0.22/0.29	c os.version	2.6.9-22.EL.rootsmp
0.22/0.29	c os.arch	i386
0.22/0.29	c Free memory 669864272
0.22/0.29	c Max memory 672137216
0.22/0.29	c Total memory 672137216
0.22/0.29	c Number of processors 2
0.36/0.33	c c --- Begin Solver configuration ---
0.36/0.33	c Stops conflict analysis at the first Unique Implication Point
0.36/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.33	c Learn all clauses as in MiniSAT
0.36/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.33	c Expensive reason simplification
0.36/0.33	c MiniSAT restarts strategy
0.36/0.33	c timeout=2147483s
0.36/0.33	c DB Simplification allowed=false
0.36/0.33	c --- End Solver configuration ---
0.36/0.33	c solving HOME/instance-1085014-1215232537.xml
0.36/0.33	c reading problem ... 
0.64/0.60	c reading problem named null
0.64/0.60	c reading domains done.
0.64/0.62	c reading variables done.
0.94/0.94	c reading predicates  done.
1.15/1.12	c reading constraints
28.68/28.31	c done with constraints.
28.68/28.31	c ... done. Wall clock time 27.975s.
28.68/28.31	c #vars     12080
28.68/28.31	c #constraints  204352
28.68/28.31	c constraints type 
28.68/28.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204252
28.68/28.31	c org.sat4j.minisat.constraints.card.AtLeast => 100
30.27/29.96	c starts		: 1
30.27/29.96	c conflicts		: 24
30.27/29.96	c decisions		: 2000
30.27/29.96	c propagations		: 13637
30.27/29.96	c inspects		: 1985258
30.27/29.96	c learnt literals	: 0
30.27/29.96	c learnt binary clauses	: 0
30.27/29.96	c learnt ternary clauses	: 0
30.27/29.96	c learnt clauses	: 24
30.27/29.96	c ignored clauses	: 0
30.27/29.96	c root simplifications	: 0
30.27/29.96	c removed literals (reason simplification)	: 1736
30.27/29.96	c reason swapping (by a shorter reason)	: 0
30.27/29.96	c Calls to reduceDB	: 0
30.27/29.96	c speed (assignments/second)	: 8438.737623762376
30.27/29.96	c non guided choices	1974
30.27/29.96	s SATISFIABLE
30.27/29.97	v 49 0 69 101 128 127 138 139 148 152 32 75 94 41 118 119 129 133 149 145 48 13 91 57 109 105 118 119 128 127 41 77 127 130 138 139 154 153 158 157 7 8 17 16 77 30 96 98 115 114 20 21 28 56 92 32 104 105 115 114 4 3 17 16 63 30 77 78 85 84 1 0 10 9 55 30 63 64 71 70 0 1 17 3 45 30 55 56 60 59 0 1 10 9 18 17 30 56 79 41 
30.27/29.97	c Total wall clock time (in seconds) : 29.631

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-1085014-1215232537/watcher-1085014-1215232537 -o /tmp/evaluation-result-1085014-1215232537/solver-1085014-1215232537 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085014-1215232537.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: 1.89 1.99 1.99 3/81 452
/proc/meminfo: memFree=1529760/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=18572 CPUtime=0
/proc/452/stat : 452 (runsolver) R 450 452 31043 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2002226164 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 221954764071 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/452/statm: 4643 292 257 25 0 2626 0

[startup+0.071238 s]
/proc/loadavg: 1.89 1.99 1.99 3/81 452
/proc/meminfo: memFree=1529760/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=802236 CPUtime=0.04
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 2713 0 1 0 3 1 0 0 18 0 7 0 2002226164 821489664 2448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 200559 2448 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101447 s]
/proc/loadavg: 1.89 1.99 1.99 3/81 452
/proc/meminfo: memFree=1529760/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=804612 CPUtime=0.08
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 2977 0 1 0 6 2 0 0 18 0 12 0 2002226164 823922688 2710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 201153 2710 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301461 s]
/proc/loadavg: 1.89 1.99 1.99 3/81 452
/proc/meminfo: memFree=1529760/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=808204 CPUtime=0.36
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 5176 0 1 0 32 4 0 0 18 0 12 0 2002226164 827600896 4508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 202051 4508 1310 9 0 199420 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808204

[startup+0.701495 s]
/proc/loadavg: 1.89 1.99 1.99 3/81 452
/proc/meminfo: memFree=1529760/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=808408 CPUtime=0.74
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 6514 0 1 0 70 4 0 0 18 0 12 0 2002226164 827809792 5646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 202102 5646 1335 9 0 199464 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 808408

[startup+1.50257 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 464
/proc/meminfo: memFree=1507648/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=812272 CPUtime=1.54
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 10406 0 1 0 147 7 0 0 18 0 12 0 2002226164 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 203068 7845 1358 9 0 200430 0
[pid=452/tid=454] ppid=450 vsize=812272 CPUtime=0.76
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 5611 0 1 0 72 4 0 0 18 0 12 0 2002226166 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=452/tid=455] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002226167 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002226167 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2002226168 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2002226169 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2002226169 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=812272 CPUtime=0.2
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 419 0 0 0 20 0 0 0 16 0 12 0 2002226174 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=452/tid=462] ppid=450 vsize=812272 CPUtime=0.55
/proc/452/task/462/stat : 462 (java) R 450 452 31043 0 -1 64 3612 0 0 0 54 1 0 0 16 0 12 0 2002226174 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 103199600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=452/tid=463] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=812272 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 831766528 7845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 812272

[startup+3.10272 s]
/proc/loadavg: 2.06 2.02 2.00 5/93 464
/proc/meminfo: memFree=1493120/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=822984 CPUtime=3.67
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 24543 0 1 0 354 13 0 0 18 0 12 0 2002226164 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205746 16368 1378 9 0 203108 0
[pid=452/tid=454] ppid=450 vsize=822984 CPUtime=1.57
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 11397 0 1 0 150 7 0 0 23 0 12 0 2002226166 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4109746142 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002226167 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002226167 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002226168 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2002226169 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2002226169 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=822984 CPUtime=1.1
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8262 0 0 0 107 3 0 0 16 0 12 0 2002226174 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=822984 CPUtime=0.97
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4120 0 0 0 96 1 0 0 16 0 12 0 2002226174 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=822984 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 842735616 16368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 822984

[startup+6.30301 s]
/proc/loadavg: 2.06 2.02 2.00 4/93 464
/proc/meminfo: memFree=1425536/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=822408 CPUtime=6.84
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 36246 0 1 0 666 18 0 0 18 0 12 0 2002226164 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205602 27922 1384 9 0 202964 0
[pid=452/tid=454] ppid=450 vsize=822408 CPUtime=4.43
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17579 0 1 0 433 10 0 0 25 0 12 0 2002226166 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4109896285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=822408 CPUtime=0.07
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 2876 0 0 0 7 0 0 0 16 0 12 0 2002226167 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=822408 CPUtime=0.05
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 2552 0 0 0 5 0 0 0 16 0 12 0 2002226167 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=822408 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 2002226168 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=822408 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002226169 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=822408 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002226169 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=822408 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=822408 CPUtime=1.19
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8266 0 0 0 116 3 0 0 16 0 12 0 2002226174 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=822408 CPUtime=1.03
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4126 0 0 0 102 1 0 0 16 0 12 0 2002226174 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=822408 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=822408 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 842145792 27922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 822408

[startup+12.7016 s]
/proc/loadavg: 2.05 2.02 2.00 3/93 464
/proc/meminfo: memFree=1390656/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=821892 CPUtime=13.16
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 44603 0 1 0 1295 21 0 0 18 0 12 0 2002226164 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205473 36138 1384 9 0 202835 0
[pid=452/tid=454] ppid=450 vsize=821892 CPUtime=10.43
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17595 0 1 0 1033 10 0 0 25 0 12 0 2002226166 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4109746169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=821892 CPUtime=0.19
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 6666 0 0 0 17 2 0 0 16 0 12 0 2002226167 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=821892 CPUtime=0.18
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 7100 0 0 0 16 2 0 0 16 0 12 0 2002226167 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 2002226168 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002226169 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002226169 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=821892 CPUtime=1.22
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8266 0 0 0 119 3 0 0 16 0 12 0 2002226174 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=821892 CPUtime=1.08
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4128 0 0 0 107 1 0 0 17 0 12 0 2002226174 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 841617408 36138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.16
Current children cumulated vsize (KiB) 821892

[startup+25.5027 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 464
/proc/meminfo: memFree=1338880/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=821892 CPUtime=25.89
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 57060 0 1 0 2563 26 0 0 18 0 12 0 2002226164 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205473 48575 1386 9 0 202835 0
[pid=452/tid=454] ppid=450 vsize=821892 CPUtime=22.68
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17621 0 1 0 2257 11 0 0 25 0 12 0 2002226166 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4109746087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=821892 CPUtime=0.35
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 12771 0 0 0 30 5 0 0 16 0 12 0 2002226167 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=821892 CPUtime=0.33
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 13424 0 0 0 30 3 0 0 16 0 12 0 2002226167 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 2002226168 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002226169 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002226169 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4128 0 0 0 112 1 0 0 17 0 12 0 2002226174 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 841617408 48575 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 821892

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

[startup+27.1029 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 464
/proc/meminfo: memFree=1335744/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=821892 CPUtime=27.49
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 58640 0 1 0 2722 27 0 0 18 0 12 0 2002226164 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205473 50153 1386 9 0 202835 0
[pid=452/tid=454] ppid=450 vsize=821892 CPUtime=24.22
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17623 0 1 0 2411 11 0 0 25 0 12 0 2002226166 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4109753365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=821892 CPUtime=0.37
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 14037 0 0 0 32 5 0 0 16 0 12 0 2002226167 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=821892 CPUtime=0.36
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 13736 0 0 0 32 4 0 0 16 0 12 0 2002226167 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 2002226168 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002226169 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002226169 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=821892 CPUtime=1.35
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8268 0 0 0 132 3 0 0 17 0 12 0 2002226174 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=821892 CPUtime=1.13
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4128 0 0 0 112 1 0 0 16 0 12 0 2002226174 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=821892 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 841617408 50153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.49
Current children cumulated vsize (KiB) 821892

[startup+28.701 s]
/proc/loadavg: 2.04 2.02 2.00 4/94 465
/proc/meminfo: memFree=1325944/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=822216 CPUtime=29.08
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 60295 0 1 0 2880 28 0 0 18 0 13 0 2002226164 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205554 51805 1390 9 0 202916 0
[pid=452/tid=454] ppid=450 vsize=822216 CPUtime=25.46
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17636 0 1 0 2535 11 0 0 25 0 13 0 2002226166 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4109219422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=822216 CPUtime=0.4
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 14896 0 0 0 34 6 0 0 17 0 13 0 2002226167 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=822216 CPUtime=0.38
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 14490 0 0 0 34 4 0 0 17 0 13 0 2002226167 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 2002226168 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002226169 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2002226169 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002226174 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=822216 CPUtime=1.54
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8289 0 0 0 151 3 0 0 16 0 13 0 2002226174 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=822216 CPUtime=1.24
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4131 0 0 0 123 1 0 0 16 0 13 0 2002226174 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002226174 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002226174 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=465] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/465/stat : 465 (java) S 450 452 31043 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002229000 841949184 51805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.08
Current children cumulated vsize (KiB) 822216

[startup+29.5011 s]
/proc/loadavg: 2.04 2.02 2.00 4/94 465
/proc/meminfo: memFree=1325944/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=822216 CPUtime=29.88
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 60297 0 1 0 2960 28 0 0 18 0 13 0 2002226164 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205554 51806 1390 9 0 202916 0
[pid=452/tid=454] ppid=450 vsize=822216 CPUtime=26.06
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17637 0 1 0 2595 11 0 0 25 0 13 0 2002226166 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=822216 CPUtime=0.4
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 14896 0 0 0 34 6 0 0 17 0 13 0 2002226167 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=822216 CPUtime=0.38
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 14490 0 0 0 34 4 0 0 17 0 13 0 2002226167 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 2002226168 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002226169 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2002226169 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002226174 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=822216 CPUtime=1.63
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8290 0 0 0 160 3 0 0 16 0 13 0 2002226174 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=822216 CPUtime=1.35
/proc/452/task/462/stat : 462 (java) R 450 452 31043 0 -1 64 4131 0 0 0 134 1 0 0 16 0 13 0 2002226174 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 104112197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002226174 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002226174 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=465] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/465/stat : 465 (java) S 450 452 31043 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002229000 841949184 51806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.88
Current children cumulated vsize (KiB) 822216

[startup+29.9011 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 465
/proc/meminfo: memFree=1325944/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=822216 CPUtime=30.27
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 60298 0 1 0 2999 28 0 0 18 0 13 0 2002226164 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205554 51807 1390 9 0 202916 0
[pid=452/tid=454] ppid=450 vsize=822216 CPUtime=26.29
/proc/452/task/454/stat : 454 (java) R 450 452 31043 0 -1 64 17638 0 1 0 2618 11 0 0 25 0 13 0 2002226166 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4109834240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=822216 CPUtime=0.4
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 14896 0 0 0 34 6 0 0 17 0 13 0 2002226167 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=822216 CPUtime=0.38
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 14490 0 0 0 34 4 0 0 17 0 13 0 2002226167 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 2002226168 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002226169 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2002226169 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002226174 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=822216 CPUtime=1.7
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8290 0 0 0 167 3 0 0 15 0 13 0 2002226174 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=822216 CPUtime=1.44
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4131 0 0 0 143 1 0 0 15 0 13 0 2002226174 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002226174 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002226174 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=465] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/465/stat : 465 (java) S 450 452 31043 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 2002229000 841949184 51807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.27
Current children cumulated vsize (KiB) 822216

[startup+30.0011 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 465
/proc/meminfo: memFree=1325944/2055920 swapFree=4179776/4192956
[pid=452] ppid=450 vsize=822216 CPUtime=30.34
/proc/452/stat : 452 (java) S 450 452 31043 0 -1 0 60303 0 1 0 3006 28 0 0 18 0 12 0 2002226164 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/452/statm: 205554 51811 1391 9 0 202916 0
[pid=452/tid=454] ppid=450 vsize=822216 CPUtime=26.34
/proc/452/task/454/stat : 454 (java) S 450 452 31043 0 -1 64 17641 0 1 0 2623 11 0 0 25 0 12 0 2002226166 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=455] ppid=450 vsize=822216 CPUtime=0.4
/proc/452/task/455/stat : 455 (java) S 450 452 31043 0 -1 64 14896 0 0 0 34 6 0 0 17 0 12 0 2002226167 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=456] ppid=450 vsize=822216 CPUtime=0.38
/proc/452/task/456/stat : 456 (java) S 450 452 31043 0 -1 64 14490 0 0 0 34 4 0 0 17 0 12 0 2002226167 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=457] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/457/stat : 457 (java) S 450 452 31043 0 -1 64 85 0 0 0 0 0 0 0 16 0 12 0 2002226168 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=458] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/458/stat : 458 (java) S 450 452 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002226169 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=459] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/459/stat : 459 (java) S 450 452 31043 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 2002226169 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=460] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/460/stat : 460 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002226174 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=461] ppid=450 vsize=822216 CPUtime=1.72
/proc/452/task/461/stat : 461 (java) S 450 452 31043 0 -1 64 8290 0 0 0 169 3 0 0 16 0 12 0 2002226174 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=462] ppid=450 vsize=822216 CPUtime=1.45
/proc/452/task/462/stat : 462 (java) S 450 452 31043 0 -1 64 4131 0 0 0 144 1 0 0 15 0 12 0 2002226174 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=463] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/463/stat : 463 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002226174 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=452/tid=464] ppid=450 vsize=822216 CPUtime=0
/proc/452/task/464/stat : 464 (java) S 450 452 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002226174 841949184 51811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.34
Current children cumulated vsize (KiB) 822216

Child status: 0
Real time (s): 30.0569
CPU time (s): 30.3834
CPU user time (s): 30.0644
CPU system time (s): 0.318951
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (KiB): 826880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.0644
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60307
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= 2031
involuntary context switches= 2236

runsolver used 0.050992 second user time and 0.107983 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 06:35:37
IDJOB=1085014
IDBENCH=57602
IDSOLVER=344
FILE ID=node43/1085014-1215232537
PBS_JOBID= 7881829
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7462799fa7a7c1cf3af137de847f4eab
RANDOM SEED=193772501

node43.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:       1530240 kB
Buffers:         12880 kB
Cached:         313364 kB
SwapCached:       7024 kB
Active:         195008 kB
Inactive:       270184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530240 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         155068 kB
Slab:            45392 kB
Committed_AS:  3929608 kB
PageTables:       2196 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= 66488 MiB
End job on node43 at 2008-07-05 06:36:07