Trace number 2082559

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1SAT 32.5431 32.8966

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.269958
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

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2082559-1247375347.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.49	c reading variables done.
0.68/0.75	c reading predicates  done.
0.88/0.96	c reading constraints
30.70/31.08	c done with constraints.
30.70/31.08	c ... done. Wall clock time 30.851s.
30.70/31.08	c #vars     12080
30.70/31.08	c #constraints  204352
30.70/31.08	c constraints type 
30.70/31.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204012
30.70/31.08	c org.sat4j.minisat.constraints.card.AtLeast => 100
30.70/31.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
32.50/32.80	c starts		: 1
32.50/32.80	c conflicts		: 24
32.50/32.80	c decisions		: 2000
32.50/32.80	c propagations		: 13637
32.50/32.80	c inspects		: 1985258
32.50/32.80	c learnt literals	: 0
32.50/32.80	c learnt binary clauses	: 0
32.50/32.80	c learnt ternary clauses	: 0
32.50/32.80	c learnt clauses	: 24
32.50/32.80	c ignored clauses	: 0
32.50/32.80	c root simplifications	: 0
32.50/32.80	c removed literals (reason simplification)	: 1736
32.50/32.80	c reason swapping (by a shorter reason)	: 0
32.50/32.80	c Calls to reduceDB	: 0
32.50/32.80	c speed (assignments/second)	: 7928.488372093024
32.50/32.80	c non guided choices	1974
32.50/32.80	c learnt constraints type 
32.50/32.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24
32.50/32.81	c constraints type 
32.50/32.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204012
32.50/32.81	c org.sat4j.minisat.constraints.card.AtLeast => 100
32.50/32.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
32.50/32.81	s SATISFIABLE
32.50/32.81	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 
32.50/32.81	c Total wall clock time (in seconds) : 32.571

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.07 2.01 4/75 27601
/proc/meminfo: memFree=1577512/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=18576 CPUtime=0
/proc/27601/stat : 27601 (runsolver) R 27599 27601 26884 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24599248 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27601/statm: 4644 284 249 26 0 2626 0

[startup+0.077377 s]
/proc/loadavg: 2.19 2.07 2.01 4/75 27601
/proc/meminfo: memFree=1577512/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=802164 CPUtime=0.06
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 2795 0 1 0 4 2 0 0 21 0 7 0 24599248 821415936 2540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 200541 2540 1034 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102384 s]
/proc/loadavg: 2.19 2.07 2.01 4/75 27601
/proc/meminfo: memFree=1577512/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=804560 CPUtime=0.08
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 3019 0 1 0 6 2 0 0 21 0 12 0 24599248 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 201140 2762 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301425 s]
/proc/loadavg: 2.19 2.07 2.01 4/75 27601
/proc/meminfo: memFree=1577512/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=805928 CPUtime=0.28
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 4400 0 1 0 25 3 0 0 21 0 12 0 24599248 825270272 4137 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 201482 4137 1362 9 0 198809 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805928

[startup+0.702506 s]
/proc/loadavg: 2.19 2.07 2.01 4/75 27601
/proc/meminfo: memFree=1577512/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=807176 CPUtime=0.68
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 6255 0 1 0 64 4 0 0 21 0 12 0 24599248 826548224 5427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 201794 5427 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50167 s]
/proc/loadavg: 2.19 2.07 2.01 3/87 27613
/proc/meminfo: memFree=1556680/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=810276 CPUtime=1.47
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 9670 0 1 0 141 6 0 0 21 0 12 0 24599248 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 202569 7695 1416 9 0 199896 0
[pid=27601/tid=27603] ppid=27599 vsize=810276 CPUtime=0.73
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 5631 0 1 0 69 4 0 0 25 0 12 0 24599249 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 24599250 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 24599250 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24599252 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24599252 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24599252 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24599257 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=810276 CPUtime=0.04
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 271 0 0 0 4 0 0 0 18 0 12 0 24599257 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=810276 CPUtime=0.69
/proc/27601/task/27611/stat : 27611 (java) R 27599 27601 26884 0 -1 64 3027 0 0 0 68 1 0 0 17 0 12 0 24599257 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 106119578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24599257 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=810276 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24599257 829722624 7695 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810276

[startup+3.10299 s]
/proc/loadavg: 2.19 2.07 2.01 4/87 27613
/proc/meminfo: memFree=1546440/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=814228 CPUtime=3.06
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 26490 0 1 0 294 12 0 0 21 0 12 0 24599248 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203557 21578 1432 9 0 200884 0
[pid=27601/tid=27603] ppid=27599 vsize=814228 CPUtime=1.53
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17383 0 1 0 144 9 0 0 25 0 12 0 24599249 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4109610056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=814228 CPUtime=0.01
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 906 0 0 0 1 0 0 0 17 0 12 0 24599250 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 157 0 0 0 0 0 0 0 17 0 12 0 24599250 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24599252 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24599252 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24599252 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24599257 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=814228 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 12 0 24599257 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=814228 CPUtime=1.22
/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6359 0 0 0 121 1 0 0 19 0 12 0 24599257 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24599257 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=814228 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24599257 833769472 21578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814228

[startup+6.30165 s]
/proc/loadavg: 2.18 2.07 2.01 3/87 27613
/proc/meminfo: memFree=1483272/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813616 CPUtime=6.23
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 31033 0 1 0 609 14 0 0 21 0 12 0 24599248 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203404 25964 1435 9 0 200731 0
[pid=27601/tid=27603] ppid=27599 vsize=813616 CPUtime=4.42
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17394 0 1 0 433 9 0 0 25 0 12 0 24599249 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4109748723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813616 CPUtime=0.08
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 3742 0 0 0 7 1 0 0 16 0 12 0 24599250 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813616 CPUtime=0.07
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 1824 0 0 0 7 0 0 0 16 0 12 0 24599250 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813616 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 12 0 24599257 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813616 CPUtime=1.35
/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6369 0 0 0 134 1 0 0 16 0 12 0 24599257 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24599257 833142784 25964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813616

[startup+12.7019 s]
/proc/loadavg: 2.24 2.09 2.02 3/87 27613
/proc/meminfo: memFree=1449488/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813616 CPUtime=12.56
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 38670 0 1 0 1240 16 0 0 21 0 12 0 24599248 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203404 33587 1435 9 0 200731 0
[pid=27601/tid=27603] ppid=27599 vsize=813616 CPUtime=10.51
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17411 0 1 0 1042 9 0 0 25 0 12 0 24599249 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4109749765 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813616 CPUtime=0.15
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 6105 0 0 0 13 2 0 0 16 0 12 0 24599250 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813616 CPUtime=0.18
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 7081 0 0 0 16 2 0 0 16 0 12 0 24599250 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813616 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 12 0 24599257 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813616 CPUtime=1.42
/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6369 0 0 0 141 1 0 0 16 0 12 0 24599257 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24599257 833142784 33587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 813616

[startup+25.5026 s]
/proc/loadavg: 2.19 2.08 2.02 3/87 27613
/proc/meminfo: memFree=1403984/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813616 CPUtime=25.25
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 49655 0 1 0 2504 21 0 0 21 0 12 0 24599248 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203404 44550 1436 9 0 200731 0
[pid=27601/tid=27603] ppid=27599 vsize=813616 CPUtime=22.76
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17437 0 1 0 2267 9 0 0 25 0 12 0 24599249 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4109605758 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813616 CPUtime=0.32
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 13345 0 0 0 27 5 0 0 16 0 12 0 24599250 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813616 CPUtime=0.27
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 10799 0 0 0 24 3 0 0 16 0 12 0 24599250 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 24599252 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 44550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813616 CPUtime=0.25

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

/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6370 0 0 0 160 1 0 0 16 0 12 0 24599257 833142784 47410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 47410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24599257 833142784 47410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 813616

[startup+30.3025 s]
/proc/loadavg: 2.17 2.08 2.01 3/87 27613
/proc/meminfo: memFree=1387792/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813616 CPUtime=30.01
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 54311 0 1 0 2978 23 0 0 21 0 12 0 24599248 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203404 49198 1436 9 0 200731 0
[pid=27601/tid=27603] ppid=27599 vsize=813616 CPUtime=27.33
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17448 0 1 0 2724 9 0 0 25 0 12 0 24599249 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4109580226 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813616 CPUtime=0.36
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 15348 0 0 0 31 5 0 0 16 0 12 0 24599250 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813616 CPUtime=0.32
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 13441 0 0 0 28 4 0 0 15 0 12 0 24599250 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813616 CPUtime=0.01
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 24599252 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24599252 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813616 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 12 0 24599257 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813616 CPUtime=1.67
/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6370 0 0 0 166 1 0 0 16 0 12 0 24599257 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24599257 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813616 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24599257 833142784 49198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.01
Current children cumulated vsize (KiB) 813616

[startup+31.9069 s]
/proc/loadavg: 2.17 2.08 2.01 3/88 27614
/proc/meminfo: memFree=1381256/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813940 CPUtime=31.6
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 55340 0 1 0 3137 23 0 0 21 0 13 0 24599248 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203485 50224 1440 9 0 200812 0
[pid=27601/tid=27603] ppid=27599 vsize=813940 CPUtime=28.51
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17460 0 1 0 2841 10 0 0 25 0 13 0 24599249 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4109881391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813940 CPUtime=0.37
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 15795 0 0 0 32 5 0 0 16 0 13 0 24599250 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813940 CPUtime=0.33
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 14002 0 0 0 29 4 0 0 16 0 13 0 24599250 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813940 CPUtime=0.01
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24599252 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813940 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 13 0 24599257 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813940 CPUtime=2.07
/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6374 0 0 0 206 1 0 0 16 0 13 0 24599257 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24599257 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27614] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27614/stat : 27614 (java) S 27599 27601 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24602368 833474560 50224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 813940

[startup+32.3019 s]
/proc/loadavg: 2.17 2.08 2.01 3/88 27614
/proc/meminfo: memFree=1381256/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813940 CPUtime=31.99
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 55341 0 1 0 3176 23 0 0 21 0 13 0 24599248 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203485 50225 1440 9 0 200812 0
[pid=27601/tid=27603] ppid=27599 vsize=813940 CPUtime=28.82
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17461 0 1 0 2872 10 0 0 25 0 13 0 24599249 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813940 CPUtime=0.37
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 15795 0 0 0 32 5 0 0 16 0 13 0 24599250 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813940 CPUtime=0.33
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 14002 0 0 0 29 4 0 0 16 0 13 0 24599250 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813940 CPUtime=0.01
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24599252 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813940 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 13 0 24599257 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813940 CPUtime=2.15
/proc/27601/task/27611/stat : 27611 (java) R 27599 27601 26884 0 -1 64 6374 0 0 0 214 1 0 0 16 0 13 0 24599257 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 102264080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24599257 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27614] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27614/stat : 27614 (java) S 27599 27601 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24602368 833474560 50225 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 813940

[startup+32.702 s]
/proc/loadavg: 2.17 2.08 2.01 3/88 27614
/proc/meminfo: memFree=1381256/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813940 CPUtime=32.4
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 55353 0 1 0 3216 24 0 0 21 0 13 0 24599248 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203485 50236 1440 9 0 200812 0
[pid=27601/tid=27603] ppid=27599 vsize=813940 CPUtime=29.01
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17461 0 1 0 2891 10 0 0 25 0 13 0 24599249 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4109881906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813940 CPUtime=0.37
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 15795 0 0 0 32 5 0 0 16 0 13 0 24599250 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813940 CPUtime=0.33
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 14002 0 0 0 29 4 0 0 16 0 13 0 24599250 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813940 CPUtime=0.01
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24599252 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813940 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 13 0 24599257 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813940 CPUtime=2.35
/proc/27601/task/27611/stat : 27611 (java) S 27599 27601 26884 0 -1 64 6386 0 0 0 234 1 0 0 16 0 13 0 24599257 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24599257 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27614] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27614/stat : 27614 (java) S 27599 27601 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24602368 833474560 50236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.4
Current children cumulated vsize (KiB) 813940

[startup+32.801 s]
/proc/loadavg: 2.17 2.08 2.01 3/88 27614
/proc/meminfo: memFree=1381256/2055920 swapFree=4192812/4192956
[pid=27601] ppid=27599 vsize=813940 CPUtime=32.5
/proc/27601/stat : 27601 (java) S 27599 27601 26884 0 -1 0 55354 0 1 0 3226 24 0 0 21 0 13 0 24599248 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27601/statm: 203485 50237 1440 9 0 200812 0
[pid=27601/tid=27603] ppid=27599 vsize=813940 CPUtime=29.1
/proc/27601/task/27603/stat : 27603 (java) R 27599 27601 26884 0 -1 64 17462 0 1 0 2900 10 0 0 25 0 13 0 24599249 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27604] ppid=27599 vsize=813940 CPUtime=0.37
/proc/27601/task/27604/stat : 27604 (java) S 27599 27601 26884 0 -1 64 15795 0 0 0 32 5 0 0 16 0 13 0 24599250 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27605] ppid=27599 vsize=813940 CPUtime=0.33
/proc/27601/task/27605/stat : 27605 (java) S 27599 27601 26884 0 -1 64 14002 0 0 0 29 4 0 0 16 0 13 0 24599250 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27606] ppid=27599 vsize=813940 CPUtime=0.01
/proc/27601/task/27606/stat : 27606 (java) S 27599 27601 26884 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24599252 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27607] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27607/stat : 27607 (java) S 27599 27601 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27608] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27608/stat : 27608 (java) S 27599 27601 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24599252 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27609] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27609/stat : 27609 (java) S 27599 27601 26884 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27610] ppid=27599 vsize=813940 CPUtime=0.25
/proc/27601/task/27610/stat : 27610 (java) S 27599 27601 26884 0 -1 64 933 0 0 0 25 0 0 0 16 0 13 0 24599257 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27611] ppid=27599 vsize=813940 CPUtime=2.37
/proc/27601/task/27611/stat : 27611 (java) R 27599 27601 26884 0 -1 64 6386 0 0 0 236 1 0 0 16 0 13 0 24599257 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 103377929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27612] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27612/stat : 27612 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24599257 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27613] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27613/stat : 27613 (java) S 27599 27601 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24599257 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27601/tid=27614] ppid=27599 vsize=813940 CPUtime=0
/proc/27601/task/27614/stat : 27614 (java) S 27599 27601 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24602368 833474560 50237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.5
Current children cumulated vsize (KiB) 813940

Child status: 0
Real time (s): 32.8966
CPU time (s): 32.5431
CPU user time (s): 32.2701
CPU system time (s): 0.272958
CPU usage (%): 98.9254
Max. virtual memory (cumulated for all children) (KiB): 815668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.2701
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55366
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= 2321
involuntary context switches= 2900

runsolver used 0.052991 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 07:09:07
IDJOB=2082559
IDBENCH=57602
IDSOLVER=731
FILE ID=node80/2082559-1247375347
PBS_JOBID= 9507152
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-enddr1/normalized-super-jobShop-enddr1-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082559-1247375347/watcher-2082559-1247375347 -o /tmp/evaluation-result-2082559-1247375347/solver-2082559-1247375347 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082559-1247375347.xml

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

MD5SUM BENCH= 7462799fa7a7c1cf3af137de847f4eab
RANDOM SEED=1208998318

node80.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.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1577928 kB
Buffers:         48192 kB
Cached:         286436 kB
SwapCached:          0 kB
Active:         193772 kB
Inactive:       206100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          75944 kB
Slab:            63440 kB
Committed_AS:   297736 kB
PageTables:       1856 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= 66364 MiB
End job on node80 at 2009-07-12 07:09:40