Trace number 2082592

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 35.8815 36.0803

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-enddr1/normalized-super-jobShop-enddr1-7.xml
MD5SUM926b7060d1e67808a716e1e599e0f219
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.092985
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size130
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/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-2082592-1247375381.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.48	c reading variables done.
0.68/0.77	c reading predicates  done.
0.88/0.98	c reading constraints
30.93/31.15	c done with constraints.
30.93/31.15	c ... done. Wall clock time 30.918s.
30.93/31.15	c #vars     12100
30.93/31.15	c #constraints  204690
30.93/31.15	c constraints type 
30.93/31.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204350
30.93/31.15	c org.sat4j.minisat.constraints.card.AtLeast => 100
30.93/31.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
35.81/36.03	c starts		: 3
35.81/36.03	c conflicts		: 307
35.81/36.03	c decisions		: 5243
35.81/36.03	c propagations		: 83772
35.81/36.03	c inspects		: 5361783
35.81/36.03	c learnt literals	: 1
35.81/36.03	c learnt binary clauses	: 0
35.81/36.03	c learnt ternary clauses	: 0
35.81/36.03	c learnt clauses	: 306
35.81/36.03	c ignored clauses	: 0
35.81/36.03	c root simplifications	: 0
35.81/36.03	c removed literals (reason simplification)	: 16015
35.81/36.03	c reason swapping (by a shorter reason)	: 0
35.81/36.03	c Calls to reduceDB	: 0
35.81/36.03	c speed (assignments/second)	: 17169.9118671859
35.81/36.03	c non guided choices	3613
35.81/36.03	c learnt constraints type 
35.81/36.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 306
35.81/36.03	c constraints type 
35.81/36.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204350
35.81/36.03	c org.sat4j.minisat.constraints.card.AtLeast => 100
35.81/36.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
35.81/36.03	s SATISFIABLE
35.81/36.03	v 43 36 60 52 111 110 124 125 139 135 30 43 58 76 81 80 103 99 110 111 0 1 4 3 7 8 91 17 96 99 87 28 127 129 135 136 144 143 149 148 24 31 48 29 63 59 80 133 147 149 14 13 38 29 47 49 113 84 124 120 0 1 8 7 17 26 56 60 72 65 11 12 63 21 98 97 111 113 136 121 20 11 23 24 124 28 135 134 139 140 0 2 13 11 38 30 71 83 101 76 
35.81/36.03	c Total wall clock time (in seconds) : 35.798

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-2082592-1247375381/watcher-2082592-1247375381 -o /tmp/evaluation-result-2082592-1247375381/solver-2082592-1247375381 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082592-1247375381.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.16 2.08 2.01 4/75 27668
/proc/meminfo: memFree=1577328/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=18576 CPUtime=0
/proc/27668/stat : 27668 (runsolver) R 27666 27668 26884 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24602731 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27668/statm: 4644 284 249 26 0 2626 0

[startup+0.011429 s]
/proc/loadavg: 2.16 2.08 2.01 4/75 27668
/proc/meminfo: memFree=1577328/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=1616 CPUtime=0
/proc/27668/stat : 27668 (java) D 27666 27668 26884 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 24602731 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/27668/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.107688 s]
/proc/loadavg: 2.16 2.08 2.01 4/75 27668
/proc/meminfo: memFree=1577328/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=804560 CPUtime=0.09
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 3080 0 1 0 7 2 0 0 18 0 12 0 24602731 823869440 2823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 201140 2823 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301726 s]
/proc/loadavg: 2.16 2.08 2.01 4/75 27668
/proc/meminfo: memFree=1577328/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=805712 CPUtime=0.28
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 4345 0 1 0 25 3 0 0 18 0 12 0 24602731 825049088 4082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 201428 4082 1363 9 0 198755 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805712

[startup+0.70281 s]
/proc/loadavg: 2.16 2.08 2.01 4/75 27668
/proc/meminfo: memFree=1577328/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=807180 CPUtime=0.68
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 6375 0 1 0 64 4 0 0 18 0 12 0 24602731 826552320 5419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 201795 5419 1385 9 0 199122 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807180

[startup+1.50197 s]
/proc/loadavg: 2.16 2.08 2.01 3/87 27680
/proc/meminfo: memFree=1556560/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=810260 CPUtime=1.48
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 9754 0 1 0 141 7 0 0 18 0 12 0 24602731 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 202565 7652 1416 9 0 199892 0
[pid=27668/tid=27670] ppid=27666 vsize=810260 CPUtime=0.72
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 5586 0 1 0 68 4 0 0 25 0 12 0 24602733 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24602734 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24602734 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24602735 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24602736 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24602736 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24602740 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24602740 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=810260 CPUtime=0.73
/proc/27668/task/27678/stat : 27678 (java) R 27666 27668 26884 0 -1 64 3412 0 0 0 72 1 0 0 17 0 12 0 24602740 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 103341217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24602740 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=810260 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24602740 829706240 7652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810260

[startup+3.1023 s]
/proc/loadavg: 2.16 2.08 2.01 4/87 27680
/proc/meminfo: memFree=1545424/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=815972 CPUtime=3.07
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 26504 0 1 0 293 14 0 0 18 0 12 0 24602731 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203993 22001 1432 9 0 201320 0
[pid=27668/tid=27670] ppid=27666 vsize=815972 CPUtime=1.54
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17370 0 1 0 144 10 0 0 25 0 12 0 24602733 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4109753937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=815972 CPUtime=0.01
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 684 0 0 0 1 0 0 0 17 0 12 0 24602734 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 381 0 0 0 0 0 0 0 17 0 12 0 24602734 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 24602735 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24602736 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24602736 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24602740 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=815972 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 12 0 24602740 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=815972 CPUtime=1.32
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6184 0 0 0 130 2 0 0 16 0 12 0 24602740 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24602740 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=815972 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24602740 835555328 22001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 815972

[startup+6.30195 s]
/proc/loadavg: 2.15 2.08 2.01 3/87 27680
/proc/meminfo: memFree=1478096/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=815812 CPUtime=6.25
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 31024 0 1 0 610 15 0 0 18 0 12 0 24602731 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203953 26475 1435 9 0 201280 0
[pid=27668/tid=27670] ppid=27666 vsize=815812 CPUtime=4.47
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17377 0 1 0 437 10 0 0 25 0 12 0 24602733 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4109137732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=815812 CPUtime=0.08
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 2824 0 0 0 8 0 0 0 16 0 12 0 24602734 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=815812 CPUtime=0.07
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 2721 0 0 0 7 0 0 0 16 0 12 0 24602734 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=815812 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 24602735 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=815812 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24602736 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=815812 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24602736 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=815812 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24602740 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=815812 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 12 0 24602740 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=815812 CPUtime=1.43
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6201 0 0 0 141 2 0 0 16 0 12 0 24602740 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=815812 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24602740 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=815812 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24602740 835391488 26475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 815812

[startup+12.7012 s]
/proc/loadavg: 2.13 2.08 2.01 3/87 27680
/proc/meminfo: memFree=1448216/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=814884 CPUtime=12.62
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 38666 0 1 0 1243 19 0 0 18 0 12 0 24602731 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203721 33876 1435 9 0 201048 0
[pid=27668/tid=27670] ppid=27666 vsize=814884 CPUtime=10.58
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17394 0 1 0 1048 10 0 0 25 0 12 0 24602733 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4109964928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=814884 CPUtime=0.17
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 6135 0 0 0 15 2 0 0 16 0 12 0 24602734 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=814884 CPUtime=0.17
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 7033 0 0 0 15 2 0 0 16 0 12 0 24602734 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=814884 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 24602735 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=814884 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24602736 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=814884 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24602736 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=814884 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24602740 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=814884 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 12 0 24602740 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=814884 CPUtime=1.5
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6203 0 0 0 148 2 0 0 17 0 12 0 24602740 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=814884 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24602740 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=814884 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24602740 834441216 33876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 814884

[startup+25.5029 s]
/proc/loadavg: 2.10 2.07 2.01 3/87 27680
/proc/meminfo: memFree=1404504/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=812776 CPUtime=25.35
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 49648 0 1 0 2513 22 0 0 18 0 12 0 24602731 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203194 44317 1436 9 0 200521 0
[pid=27668/tid=27670] ppid=27666 vsize=812776 CPUtime=22.87
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17421 0 1 0 2277 10 0 0 25 0 12 0 24602733 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4109753937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=812776 CPUtime=0.27
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 10909 0 0 0 24 3 0 0 16 0 12 0 24602734 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=812776 CPUtime=0.31
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 13213 0 0 0 27 4 0 0 16 0 12 0 24602734 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=812776 CPUtime=0.01
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 24602735 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=812776 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24602736 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=812776 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24602736 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=812776 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24602740 832282624 44317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=812776 CPUtime=0.15

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

/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24602740 832614400 50001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27681] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24605858 832614400 50001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 813100

[startup+33.5025 s]
/proc/loadavg: 2.10 2.07 2.01 3/88 27681
/proc/meminfo: memFree=1381712/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=813100 CPUtime=33.31
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 55359 0 1 0 3306 25 0 0 18 0 13 0 24602731 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203275 50015 1441 9 0 200602 0
[pid=27668/tid=27670] ppid=27666 vsize=813100 CPUtime=29.93
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17446 0 1 0 2983 10 0 0 25 0 13 0 24602733 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4109883670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=813100 CPUtime=0.35
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 14933 0 0 0 30 5 0 0 16 0 13 0 24602734 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=813100 CPUtime=0.36
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 14853 0 0 0 32 4 0 0 16 0 13 0 24602734 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=813100 CPUtime=0.01
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 1 0 0 0 17 0 13 0 24602735 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=813100 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=813100 CPUtime=2.46
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6221 0 0 0 243 3 0 0 16 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27681] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24605858 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.31
Current children cumulated vsize (KiB) 813100

[startup+35.1028 s]
/proc/loadavg: 2.09 2.07 2.01 3/88 27681
/proc/meminfo: memFree=1381712/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=813100 CPUtime=34.91
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 55359 0 1 0 3466 25 0 0 18 0 13 0 24602731 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203275 50015 1441 9 0 200602 0
[pid=27668/tid=27670] ppid=27666 vsize=813100 CPUtime=31.53
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17446 0 1 0 3143 10 0 0 25 0 13 0 24602733 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4109675566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=813100 CPUtime=0.35
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 14933 0 0 0 30 5 0 0 16 0 13 0 24602734 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=813100 CPUtime=0.36
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 14853 0 0 0 32 4 0 0 16 0 13 0 24602734 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=813100 CPUtime=0.01
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 24602735 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=813100 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=813100 CPUtime=2.46
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6221 0 0 0 243 3 0 0 16 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24602740 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27681] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24605858 832614400 50015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.91
Current children cumulated vsize (KiB) 813100

[startup+35.5029 s]
/proc/loadavg: 2.09 2.07 2.01 3/88 27681
/proc/meminfo: memFree=1381712/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=813100 CPUtime=35.31
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 59658 0 1 0 3504 27 0 0 18 0 13 0 24602731 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203275 54313 1441 9 0 200602 0
[pid=27668/tid=27670] ppid=27666 vsize=813100 CPUtime=31.85
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17447 0 1 0 3175 10 0 0 25 0 13 0 24602733 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4109883689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=813100 CPUtime=0.38
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 17222 0 0 0 32 6 0 0 17 0 13 0 24602734 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=813100 CPUtime=0.39
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 16862 0 0 0 34 5 0 0 17 0 13 0 24602734 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=813100 CPUtime=0.01
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 1 0 0 0 15 0 13 0 24602735 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24602740 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=813100 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 13 0 24602740 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=813100 CPUtime=2.46
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6221 0 0 0 243 3 0 0 16 0 13 0 24602740 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24602740 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24602740 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27681] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24605858 832614400 54313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.31
Current children cumulated vsize (KiB) 813100

[startup+35.903 s]
/proc/loadavg: 2.09 2.07 2.01 3/88 27681
/proc/meminfo: memFree=1381712/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=813100 CPUtime=35.71
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 59659 0 1 0 3544 27 0 0 18 0 13 0 24602731 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203275 54314 1441 9 0 200602 0
[pid=27668/tid=27670] ppid=27666 vsize=813100 CPUtime=32.25
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17448 0 1 0 3215 10 0 0 25 0 13 0 24602733 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4109883689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=813100 CPUtime=0.38
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 17222 0 0 0 32 6 0 0 17 0 13 0 24602734 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=813100 CPUtime=0.39
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 16862 0 0 0 34 5 0 0 17 0 13 0 24602734 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=813100 CPUtime=0.01
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 1 0 0 0 15 0 13 0 24602735 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=813100 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=813100 CPUtime=2.46
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6221 0 0 0 243 3 0 0 16 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27681] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24605858 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 813100

[startup+36.003 s]
/proc/loadavg: 2.09 2.07 2.01 3/88 27681
/proc/meminfo: memFree=1381712/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=813100 CPUtime=35.81
/proc/27668/stat : 27668 (java) S 27666 27668 26884 0 -1 0 59659 0 1 0 3554 27 0 0 18 0 13 0 24602731 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 203275 54314 1441 9 0 200602 0
[pid=27668/tid=27670] ppid=27666 vsize=813100 CPUtime=32.35
/proc/27668/task/27670/stat : 27670 (java) R 27666 27668 26884 0 -1 64 17448 0 1 0 3225 10 0 0 25 0 13 0 24602733 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4109883650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=813100 CPUtime=0.38
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 26884 0 -1 64 17222 0 0 0 32 6 0 0 17 0 13 0 24602734 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=813100 CPUtime=0.39
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 26884 0 -1 64 16862 0 0 0 34 5 0 0 17 0 13 0 24602734 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=813100 CPUtime=0.01
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 26884 0 -1 64 29 0 0 0 1 0 0 0 15 0 13 0 24602735 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 26884 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 26884 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24602736 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 26884 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27677] ppid=27666 vsize=813100 CPUtime=0.15
/proc/27668/task/27677/stat : 27677 (java) S 27666 27668 26884 0 -1 64 1131 0 0 0 15 0 0 0 16 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27678] ppid=27666 vsize=813100 CPUtime=2.46
/proc/27668/task/27678/stat : 27678 (java) S 27666 27668 26884 0 -1 64 6221 0 0 0 243 3 0 0 16 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27679] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27679/stat : 27679 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27680] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27680/stat : 27680 (java) S 27666 27668 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24602740 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27668/tid=27681] ppid=27666 vsize=813100 CPUtime=0
/proc/27668/task/27681/stat : 27681 (java) S 27666 27668 26884 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 24605858 832614400 54314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.81
Current children cumulated vsize (KiB) 813100

Child status: 0
Real time (s): 36.0803
CPU time (s): 35.8815
CPU user time (s): 35.5746
CPU system time (s): 0.306953
CPU usage (%): 99.4492
Max. virtual memory (cumulated for all children) (KiB): 817516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5746
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59670
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= 2415
involuntary context switches= 2671

runsolver used 0.051992 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 07:09:41
IDJOB=2082592
IDBENCH=57605
IDSOLVER=731
FILE ID=node80/2082592-1247375381
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-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082592-1247375381/watcher-2082592-1247375381 -o /tmp/evaluation-result-2082592-1247375381/solver-2082592-1247375381 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082592-1247375381.xml

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

MD5SUM BENCH= 926b7060d1e67808a716e1e599e0f219
RANDOM SEED=1561587638

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:       1577808 kB
Buffers:         48332 kB
Cached:         286500 kB
SwapCached:          0 kB
Active:         193812 kB
Inactive:       206248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          75928 kB
Slab:            63400 kB
Committed_AS:   297672 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:10:18