Trace number 2082757

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 39.548 39.6315

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-2.xml
MD5SUMe903255bfbda8f76e6400f31b9319dae
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 benchmark1.86372
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size134
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.12/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.23	c See www.sat4j.org for details.
0.12/0.23	c That software uses the Rhino library from the Mozilla project.
0.12/0.25	c version 2.1.1.v20090622
0.12/0.25	c sun.arch.data.model	32
0.12/0.25	c java.version	1.6.0_12
0.12/0.25	c os.name	Linux
0.12/0.25	c os.version	2.6.9-22.EL.rootsmp
0.12/0.25	c os.arch	i386
0.12/0.25	c Free memory 671000808
0.12/0.25	c Max memory 672137216
0.12/0.25	c Total memory 672137216
0.12/0.25	c Number of processors 2
0.20/0.34	c c --- Begin Solver configuration ---
0.20/0.34	c Stops conflict analysis at the first Unique Implication Point
0.20/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.34	c Learn all clauses as in MiniSAT
0.20/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.34	c Expensive reason simplification
0.20/0.34	c MiniSAT restarts strategy
0.20/0.34	c Memory based learned constraints deletion strategy
0.20/0.34	c timeout=2147483s
0.20/0.34	c DB Simplification allowed=false
0.20/0.34	c --- End Solver configuration ---
0.20/0.34	c solving HOME/instance-2082757-1247375576.xml
0.20/0.34	c reading problem ... 
0.47/0.62	c reading problem named null
0.47/0.62	c reading domains done.
0.47/0.63	c reading variables done.
0.77/0.90	c reading predicates  done.
0.97/1.12	c reading constraints
33.82/33.92	c done with constraints.
33.82/33.92	c ... done. Wall clock time 33.582s.
33.82/33.92	c #vars     12740
33.82/33.92	c #constraints  215506
33.82/33.92	c constraints type 
33.82/33.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 215166
33.82/33.92	c org.sat4j.minisat.constraints.card.AtLeast => 100
33.82/33.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
39.42/39.58	c starts		: 3
39.42/39.58	c conflicts		: 449
39.42/39.58	c decisions		: 4387
39.42/39.58	c propagations		: 98979
39.42/39.58	c inspects		: 6208434
39.42/39.58	c learnt literals	: 0
39.42/39.58	c learnt binary clauses	: 0
39.42/39.58	c learnt ternary clauses	: 0
39.42/39.58	c learnt clauses	: 449
39.42/39.58	c ignored clauses	: 0
39.42/39.58	c root simplifications	: 0
39.42/39.58	c removed literals (reason simplification)	: 24523
39.42/39.58	c reason swapping (by a shorter reason)	: 0
39.42/39.58	c Calls to reduceDB	: 0
39.42/39.58	c speed (assignments/second)	: 17493.637327677625
39.42/39.58	c non guided choices	2530
39.42/39.58	c learnt constraints type 
39.42/39.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 449
39.42/39.58	c constraints type 
39.42/39.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 215166
39.42/39.58	c org.sat4j.minisat.constraints.card.AtLeast => 100
39.42/39.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
39.42/39.58	s SATISFIABLE
39.42/39.58	v 68 44 90 120 130 131 143 142 148 149 5 0 56 11 80 78 97 96 108 109 74 34 84 82 106 102 122 120 126 127 18 17 25 43 53 50 62 63 74 73 28 40 56 52 66 65 78 79 90 93 11 12 19 20 26 27 35 36 43 42 60 62 125 103 143 142 154 155 160 159 0 16 27 29 35 37 51 52 61 62 45 36 89 83 120 96 132 131 139 138 0 1 11 10 16 96 106 35 117 116 
39.42/39.58	c Total wall clock time (in seconds) : 39.241

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-2082757-1247375576/watcher-2082757-1247375576 -o /tmp/evaluation-result-2082757-1247375576/solver-2082757-1247375576 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082757-1247375576.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: 1.92 1.97 2.17 4/82 23794
/proc/meminfo: memFree=1904104/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=272 CPUtime=0
/proc/23794/stat : 23794 (java6) R 23792 23794 18950 0 -1 0 51 0 0 0 0 0 0 0 18 0 1 0 24622837 278528 35 996147200 134512640 134550932 4294956176 18446744073709551615 9875548 0 0 4096 0 0 0 0 17 0 0 0
/proc/23794/statm: 68 37 28 9 0 6 0

[startup+0.07963 s]
/proc/loadavg: 1.92 1.97 2.17 4/82 23794
/proc/meminfo: memFree=1904104/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=797436 CPUtime=0.02
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 1591 0 31 0 0 2 0 0 18 0 2 0 24622837 816574464 1370 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 199391 1379 411 9 0 197143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 797436

[startup+0.101626 s]
/proc/loadavg: 1.92 1.97 2.17 4/82 23794
/proc/meminfo: memFree=1904104/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=800696 CPUtime=0.04
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 2378 0 31 0 1 3 0 0 18 0 4 0 24622837 819912704 2155 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 200174 2155 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.30165 s]
/proc/loadavg: 1.92 1.97 2.17 4/82 23794
/proc/meminfo: memFree=1904104/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=805504 CPUtime=0.2
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 3814 0 31 0 15 5 0 0 18 0 12 0 24622837 824836096 3582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 201376 3582 1335 9 0 198710 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805504

[startup+0.701695 s]
/proc/loadavg: 1.92 1.97 2.17 4/82 23794
/proc/meminfo: memFree=1904104/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=807712 CPUtime=0.57
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 5567 0 31 0 49 8 0 0 18 0 12 0 24622837 827097088 5067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 201928 5067 1384 9 0 199255 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 807712

[startup+1.50279 s]
/proc/loadavg: 1.93 1.97 2.17 3/94 23806
/proc/meminfo: memFree=1876616/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=810260 CPUtime=1.37
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 9359 0 31 0 127 10 0 0 18 0 12 0 24622837 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 202565 7452 1410 9 0 199892 0
[pid=23794/tid=23796] ppid=23792 vsize=810260 CPUtime=0.71
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 5422 0 1 0 65 6 0 0 25 0 12 0 24622844 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24622845 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24622845 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24622848 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24622848 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24622848 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24622855 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24622855 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=810260 CPUtime=0.62
/proc/23794/task/23804/stat : 23804 (java) R 23792 23794 18950 0 -1 64 3213 0 0 0 61 1 0 0 17 0 12 0 24622855 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 105870721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23805] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24622855 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=810260 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24622855 829706240 7452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 810260

[startup+3.10297 s]
/proc/loadavg: 1.93 1.97 2.17 5/94 23806
/proc/meminfo: memFree=1864392/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=815012 CPUtime=3.02
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 25720 0 31 0 285 17 0 0 18 0 12 0 24622837 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203753 21776 1432 9 0 201080 0
[pid=23794/tid=23796] ppid=23792 vsize=815012 CPUtime=1.55
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17362 0 1 0 143 12 0 0 23 0 12 0 24622844 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4109748461 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=815012 CPUtime=0.01
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 624 0 0 0 1 0 0 0 17 0 12 0 24622845 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 469 0 0 0 0 0 0 0 17 0 12 0 24622845 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24622848 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24622848 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24622848 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24622855 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=815012 CPUtime=0.25
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 657 0 0 0 25 0 0 0 16 0 12 0 24622855 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=815012 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 12 0 24622855 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24622855 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=815012 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24622855 834572288 21776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 815012

[startup+6.30134 s]
/proc/loadavg: 1.93 1.97 2.17 3/94 23806
/proc/meminfo: memFree=1798352/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=813380 CPUtime=6.23
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 30309 0 31 0 604 19 0 0 18 0 12 0 24622837 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203345 25968 1435 9 0 200672 0
[pid=23794/tid=23796] ppid=23792 vsize=813380 CPUtime=4.49
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17372 0 1 0 437 12 0 0 25 0 12 0 24622844 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4109580304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=813380 CPUtime=0.08
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 3081 0 0 0 8 0 0 0 16 0 12 0 24622845 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=813380 CPUtime=0.06
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 2560 0 0 0 6 0 0 0 16 0 12 0 24622845 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=813380 CPUtime=0
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24622848 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=813380 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24622848 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=813380 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24622848 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=813380 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24622855 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=813380 CPUtime=0.36
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 668 0 0 0 36 0 0 0 16 0 12 0 24622855 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=813380 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 12 0 24622855 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=813380 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24622855 832901120 25968 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=813380 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24622855 832901120 25968 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) 813380

[startup+12.7021 s]
/proc/loadavg: 1.94 1.97 2.17 3/94 23806
/proc/meminfo: memFree=1769360/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=811684 CPUtime=12.63
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 37961 0 31 0 1241 22 0 0 18 0 12 0 24622837 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 202921 33096 1435 9 0 200248 0
[pid=23794/tid=23796] ppid=23792 vsize=811684 CPUtime=10.64
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17388 0 1 0 1052 12 0 0 25 0 12 0 24622844 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4109606380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=811684 CPUtime=0.18
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 6461 0 0 0 16 2 0 0 16 0 12 0 24622845 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=811684 CPUtime=0.15
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 6816 0 0 0 13 2 0 0 16 0 12 0 24622845 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24622848 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24622848 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24622848 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24622855 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=811684 CPUtime=0.42
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 668 0 0 0 42 0 0 0 16 0 12 0 24622855 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=811684 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 12 0 24622855 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24622855 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24622855 831164416 33096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 811684

[startup+25.5015 s]
/proc/loadavg: 1.95 1.97 2.17 3/94 23806
/proc/meminfo: memFree=1725200/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=811684 CPUtime=25.43
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 49204 0 31 0 2516 27 0 0 18 0 12 0 24622837 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 202921 44316 1436 9 0 200248 0
[pid=23794/tid=23796] ppid=23792 vsize=811684 CPUtime=23.01
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17416 0 1 0 2289 12 0 0 25 0 12 0 24622844 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4109610659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=811684 CPUtime=0.26
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 10805 0 0 0 23 3 0 0 16 0 12 0 24622845 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=811684 CPUtime=0.32
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 13686 0 0 0 27 5 0 0 16 0 12 0 24622845 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 24622848 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24622848 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24622848 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=811684 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24622855 831164416 44316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=811684 CPUtime=0.59

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

[pid=23794] ppid=23792 vsize=812008 CPUtime=35.02
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 57148 0 31 0 3472 30 0 0 18 0 13 0 24622837 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203002 52245 1440 9 0 200329 0
[pid=23794/tid=23796] ppid=23792 vsize=812008 CPUtime=31.9
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17443 0 1 0 3178 12 0 0 25 0 13 0 24622844 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4109796573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=812008 CPUtime=0.37
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 14751 0 0 0 32 5 0 0 16 0 13 0 24622845 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=812008 CPUtime=0.4
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 17649 0 0 0 34 6 0 0 16 0 13 0 24622845 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=812008 CPUtime=0.01
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24622848 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24622848 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24622848 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24622855 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=812008 CPUtime=1.1
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 673 0 0 0 110 0 0 0 16 0 13 0 24622855 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=812008 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 13 0 24622855 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24622855 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24622855 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23807] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23807/stat : 23807 (java) S 23792 23794 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24626241 831496192 52245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.02
Current children cumulated vsize (KiB) 812008

[startup+36.7028 s]
/proc/loadavg: 1.96 1.97 2.17 4/95 23807
/proc/meminfo: memFree=1691144/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=812008 CPUtime=36.62
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 57174 0 31 0 3632 30 0 0 18 0 13 0 24622837 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203002 52269 1441 9 0 200329 0
[pid=23794/tid=23796] ppid=23792 vsize=812008 CPUtime=33.18
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17447 0 1 0 3306 12 0 0 25 0 13 0 24622844 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4109764992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=812008 CPUtime=0.37
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 14751 0 0 0 32 5 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=812008 CPUtime=0.4
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 17649 0 0 0 34 6 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=812008 CPUtime=0.01
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=812008 CPUtime=1.41
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 695 0 0 0 141 0 0 0 16 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=812008 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23807] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23807/stat : 23807 (java) S 23792 23794 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24626241 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.62
Current children cumulated vsize (KiB) 812008

[startup+38.303 s]
/proc/loadavg: 1.96 1.97 2.17 3/95 23807
/proc/meminfo: memFree=1691080/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=812008 CPUtime=38.22
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 57175 0 31 0 3792 30 0 0 18 0 13 0 24622837 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203002 52269 1441 9 0 200329 0
[pid=23794/tid=23796] ppid=23792 vsize=812008 CPUtime=34.78
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17448 0 1 0 3466 12 0 0 25 0 13 0 24622844 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4110032963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=812008 CPUtime=0.37
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 14751 0 0 0 32 5 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=812008 CPUtime=0.4
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 17649 0 0 0 34 6 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=812008 CPUtime=0.01
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 1 0 0 0 17 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=812008 CPUtime=1.41
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 695 0 0 0 141 0 0 0 16 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=812008 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23807] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23807/stat : 23807 (java) S 23792 23794 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24626241 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.22
Current children cumulated vsize (KiB) 812008

[startup+39.1021 s]
/proc/loadavg: 1.96 1.97 2.17 3/95 23807
/proc/meminfo: memFree=1691080/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=812008 CPUtime=39.02
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 57175 0 31 0 3872 30 0 0 18 0 13 0 24622837 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203002 52269 1441 9 0 200329 0
[pid=23794/tid=23796] ppid=23792 vsize=812008 CPUtime=35.58
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17448 0 1 0 3546 12 0 0 25 0 13 0 24622844 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4109675312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=812008 CPUtime=0.37
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 14751 0 0 0 32 5 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=812008 CPUtime=0.4
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 17649 0 0 0 34 6 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=812008 CPUtime=0.01
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 1 0 0 0 17 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=812008 CPUtime=1.41
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 695 0 0 0 141 0 0 0 16 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=812008 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23807] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23807/stat : 23807 (java) S 23792 23794 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24626241 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.02
Current children cumulated vsize (KiB) 812008

[startup+39.5021 s]
/proc/loadavg: 1.96 1.97 2.17 3/95 23807
/proc/meminfo: memFree=1691080/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=812008 CPUtime=39.42
/proc/23794/stat : 23794 (java) S 23792 23794 18950 0 -1 0 57175 0 31 0 3912 30 0 0 18 0 13 0 24622837 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 203002 52269 1441 9 0 200329 0
[pid=23794/tid=23796] ppid=23792 vsize=812008 CPUtime=35.98
/proc/23794/task/23796/stat : 23796 (java) R 23792 23794 18950 0 -1 64 17448 0 1 0 3586 12 0 0 25 0 13 0 24622844 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4109870193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23797] ppid=23792 vsize=812008 CPUtime=0.37
/proc/23794/task/23797/stat : 23797 (java) S 23792 23794 18950 0 -1 64 14751 0 0 0 32 5 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23798] ppid=23792 vsize=812008 CPUtime=0.4
/proc/23794/task/23798/stat : 23798 (java) S 23792 23794 18950 0 -1 64 17649 0 0 0 34 6 0 0 16 0 13 0 24622845 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23799] ppid=23792 vsize=812008 CPUtime=0.01
/proc/23794/task/23799/stat : 23799 (java) S 23792 23794 18950 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23800] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23800/stat : 23800 (java) S 23792 23794 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23801] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23801/stat : 23801 (java) S 23792 23794 18950 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24622848 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23802] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23802/stat : 23802 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23803] ppid=23792 vsize=812008 CPUtime=1.41
/proc/23794/task/23803/stat : 23803 (java) S 23792 23794 18950 0 -1 64 695 0 0 0 141 0 0 0 16 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23804] ppid=23792 vsize=812008 CPUtime=1.16
/proc/23794/task/23804/stat : 23804 (java) S 23792 23794 18950 0 -1 64 5886 0 0 0 114 2 0 0 21 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23794/tid=23805] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23805/stat : 23805 (java) S 23792 23794 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23806] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23806/stat : 23806 (java) S 23792 23794 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24622855 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23794/tid=23807] ppid=23792 vsize=812008 CPUtime=0
/proc/23794/task/23807/stat : 23807 (java) S 23792 23794 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24626241 831496192 52269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.42
Current children cumulated vsize (KiB) 812008

[startup+39.6072 s]
/proc/loadavg: 1.96 1.97 2.17 3/95 23807
/proc/meminfo: memFree=1691080/2055920 swapFree=4192812/4192956
[pid=23794] ppid=23792 vsize=0 CPUtime=39.51
/proc/23794/stat : 23794 (java) Z 23792 23794 18950 0 -1 12 57186 0 31 0 3920 31 0 0 16 0 2 0 24622837 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23794/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.51
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 39.6315
CPU time (s): 39.548
CPU user time (s): 39.207
CPU system time (s): 0.340948
CPU usage (%): 99.7893
Max. virtual memory (cumulated for all children) (KiB): 817064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.207
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57186
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3222
involuntary context switches= 3223

runsolver used 0.051992 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 07:12:56
IDJOB=2082757
IDBENCH=57631
IDSOLVER=731
FILE ID=node88/2082757-1247375576
PBS_JOBID= 9507070
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= e903255bfbda8f76e6400f31b9319dae
RANDOM SEED=417147468

node88.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.222
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.222
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:       1904584 kB
Buffers:          6496 kB
Cached:          55724 kB
SwapCached:          0 kB
Active:          77376 kB
Inactive:        21796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          57320 kB
Slab:            37176 kB
Committed_AS:   240128 kB
PageTables:       1964 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= 66156 MiB
End job on node88 at 2009-07-12 07:13:36