Trace number 2082702

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 33.081 33.4058

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-7.xml
MD5SUM7f90ae65f94133a5d801af8c8d4f4168
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.31995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size124
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	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.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.21	c c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.21	c Learn all clauses as in MiniSAT
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.21	c Expensive reason simplification
0.18/0.21	c MiniSAT restarts strategy
0.18/0.21	c Memory based learned constraints deletion strategy
0.18/0.21	c timeout=2147483s
0.18/0.21	c DB Simplification allowed=false
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c solving HOME/instance-2082702-1247375488.xml
0.18/0.21	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.48	c reading variables done.
0.69/0.76	c reading predicates  done.
0.89/0.98	c reading constraints
30.14/30.45	c done with constraints.
30.14/30.45	c ... done. Wall clock time 30.24s.
30.14/30.45	c #vars     11360
30.14/30.45	c #constraints  192184
30.14/30.45	c constraints type 
30.14/30.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191844
30.14/30.45	c org.sat4j.minisat.constraints.card.AtLeast => 100
30.14/30.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
33.00/33.32	c starts		: 2
33.00/33.32	c conflicts		: 143
33.00/33.32	c decisions		: 3217
33.00/33.32	c propagations		: 39505
33.00/33.32	c inspects		: 3274243
33.00/33.32	c learnt literals	: 0
33.00/33.32	c learnt binary clauses	: 0
33.00/33.32	c learnt ternary clauses	: 0
33.00/33.32	c learnt clauses	: 143
33.00/33.32	c ignored clauses	: 0
33.00/33.32	c root simplifications	: 0
33.00/33.32	c removed literals (reason simplification)	: 10973
33.00/33.32	c reason swapping (by a shorter reason)	: 0
33.00/33.32	c Calls to reduceDB	: 0
33.00/33.32	c speed (assignments/second)	: 13774.407252440726
33.00/33.32	c non guided choices	2461
33.00/33.32	c learnt constraints type 
33.00/33.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143
33.00/33.32	c constraints type 
33.00/33.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191844
33.00/33.33	c org.sat4j.minisat.constraints.card.AtLeast => 100
33.00/33.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
33.00/33.33	s SATISFIABLE
33.00/33.33	v 3 4 13 11 55 54 70 75 86 90 18 17 22 23 28 27 116 61 129 126 13 3 28 16 44 46 90 54 113 95 31 44 59 47 68 69 97 77 105 104 33 32 59 46 77 78 101 106 120 122 0 1 6 5 11 10 130 98 137 145 27 32 81 44 104 106 123 124 140 139 61 70 99 75 119 116 131 132 146 145 25 32 44 77 94 93 109 113 137 138 6 5 17 94 131 132 141 142 146 145 
33.00/33.33	c Total wall clock time (in seconds) : 33.109

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-2082702-1247375488/watcher-2082702-1247375488 -o /tmp/evaluation-result-2082702-1247375488/solver-2082702-1247375488 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082702-1247375488.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.06 2.15 2.09 3/82 30294
/proc/meminfo: memFree=1769360/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=152 CPUtime=0
/proc/30294/stat : 30294 (java) R 30292 30294 23988 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24612676 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 11280683 0 0 4096 0 0 0 0 17 0 0 0
/proc/30294/statm: 38 26 19 9 0 4 0

[startup+0.047028 s]
/proc/loadavg: 2.06 2.15 2.09 3/82 30294
/proc/meminfo: memFree=1769360/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=802032 CPUtime=0.03
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 2610 0 1 0 2 1 0 0 18 0 7 0 24612676 821280768 2356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 200508 2357 1010 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101033 s]
/proc/loadavg: 2.06 2.15 2.09 3/82 30294
/proc/meminfo: memFree=1769360/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=804560 CPUtime=0.09
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 24612676 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301053 s]
/proc/loadavg: 2.06 2.15 2.09 3/82 30294
/proc/meminfo: memFree=1769360/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=805920 CPUtime=0.28
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 4403 0 1 0 26 2 0 0 18 0 12 0 24612676 825262080 4140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 201480 4140 1365 9 0 198807 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805920

[startup+0.70109 s]
/proc/loadavg: 2.06 2.15 2.09 3/82 30294
/proc/meminfo: memFree=1769360/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=807168 CPUtime=0.69
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 6251 0 1 0 65 4 0 0 18 0 12 0 24612676 826540032 5410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 201792 5410 1385 9 0 199119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807168

[startup+1.50218 s]
/proc/loadavg: 2.06 2.15 2.09 4/94 30306
/proc/meminfo: memFree=1748208/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=810268 CPUtime=1.49
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 9545 0 1 0 143 6 0 0 18 0 12 0 24612676 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 202567 7561 1416 9 0 199894 0
[pid=30294/tid=30296] ppid=30292 vsize=810268 CPUtime=0.72
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 5476 0 1 0 68 4 0 0 25 0 12 0 24612677 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30297] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24612678 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30298] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24612678 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30299] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24612679 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30300] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24612680 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24612680 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=810268 CPUtime=0.02
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 244 0 0 0 2 0 0 0 17 0 12 0 24612684 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=810268 CPUtime=0.72
/proc/30294/task/30304/stat : 30304 (java) R 30292 30294 23988 0 -1 64 3080 0 0 0 71 1 0 0 17 0 12 0 24612684 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 106254070 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30305] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=810268 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24612684 829714432 7561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810268

[startup+3.10234 s]
/proc/loadavg: 2.06 2.15 2.09 5/94 30306
/proc/meminfo: memFree=1736432/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=815624 CPUtime=3.09
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 26584 0 1 0 294 15 0 0 18 0 12 0 24612676 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 203906 21900 1432 9 0 201233 0
[pid=30294/tid=30296] ppid=30292 vsize=815624 CPUtime=1.55
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17365 0 1 0 145 10 0 0 25 0 12 0 24612677 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4109945895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30297] ppid=30292 vsize=815624 CPUtime=0.01
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 890 0 0 0 1 0 0 0 17 0 12 0 24612678 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30298] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 157 0 0 0 0 0 0 0 17 0 12 0 24612678 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30299] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 24612679 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30300] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24612680 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24612680 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=815624 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 12 0 24612684 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=815624 CPUtime=1.23
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6168 0 0 0 120 3 0 0 16 0 12 0 24612684 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30305] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24612684 835198976 21900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 815624

[startup+6.30167 s]
/proc/loadavg: 2.06 2.14 2.08 3/94 30306
/proc/meminfo: memFree=1670192/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=815624 CPUtime=6.27
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 31115 0 1 0 610 17 0 0 18 0 12 0 24612676 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 203906 26422 1435 9 0 201233 0
[pid=30294/tid=30296] ppid=30292 vsize=815624 CPUtime=4.46
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17371 0 1 0 436 10 0 0 25 0 12 0 24612677 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4109610655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=815624 CPUtime=0.09
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 3137 0 0 0 9 0 0 0 16 0 12 0 24612678 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=815624 CPUtime=0.07
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 2408 0 0 0 6 1 0 0 16 0 12 0 24612678 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 24612679 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24612680 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24612680 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=815624 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 12 0 24612684 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=815624 CPUtime=1.33
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6179 0 0 0 130 3 0 0 16 0 12 0 24612684 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=815624 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24612684 835198976 26422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 815624

[startup+12.7023 s]
/proc/loadavg: 2.05 2.14 2.08 3/94 30306
/proc/meminfo: memFree=1639216/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=811816 CPUtime=12.61
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 37963 0 1 0 1241 20 0 0 18 0 12 0 24612676 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 202954 32322 1435 9 0 200281 0
[pid=30294/tid=30296] ppid=30292 vsize=811816 CPUtime=10.53
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17387 0 1 0 1043 10 0 0 25 0 12 0 24612677 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4109763508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=811816 CPUtime=0.18
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 6829 0 0 0 17 1 0 0 16 0 12 0 24612678 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=811816 CPUtime=0.16
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 5543 0 0 0 14 2 0 0 16 0 12 0 24612678 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=811816 CPUtime=0.01
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 1 0 0 0 16 0 12 0 24612679 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24612680 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24612680 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=811816 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 12 0 24612684 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=811816 CPUtime=1.41
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6184 0 0 0 138 3 0 0 17 0 12 0 24612684 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24612684 831299584 32322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 811816

[startup+25.5026 s]
/proc/loadavg: 2.04 2.13 2.08 3/94 30306
/proc/meminfo: memFree=1590256/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=811816 CPUtime=25.29
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 48146 0 1 0 2504 25 0 0 18 0 12 0 24612676 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 202954 42484 1436 9 0 200281 0
[pid=30294/tid=30296] ppid=30292 vsize=811816 CPUtime=22.75
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17411 0 1 0 2264 11 0 0 25 0 12 0 24612677 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4109606828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=811816 CPUtime=0.36
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 13305 0 0 0 32 4 0 0 16 0 12 0 24612678 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=811816 CPUtime=0.26
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 9225 0 0 0 22 4 0 0 16 0 12 0 24612678 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=811816 CPUtime=0.01
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 1 0 0 0 15 0 12 0 24612679 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24612680 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24612680 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 831299584 42484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=811816 CPUtime=0.24

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

/proc/loadavg: 2.04 2.13 2.08 4/94 30306
/proc/meminfo: memFree=1579888/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=811816 CPUtime=28.46
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 50412 0 1 0 2820 26 0 0 18 0 12 0 24612676 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 202954 44746 1436 9 0 200281 0
[pid=30294/tid=30296] ppid=30292 vsize=811816 CPUtime=25.78
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17418 0 1 0 2567 11 0 0 25 0 12 0 24612677 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4109672339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=811816 CPUtime=0.38
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 13793 0 0 0 34 4 0 0 16 0 12 0 24612678 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=811816 CPUtime=0.3
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 10996 0 0 0 25 5 0 0 16 0 12 0 24612678 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=811816 CPUtime=0.01
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 1 0 0 0 15 0 12 0 24612679 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24612680 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24612680 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=811816 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 12 0 24612684 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=811816 CPUtime=1.68
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6185 0 0 0 165 3 0 0 16 0 12 0 24612684 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24612684 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=811816 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24612684 831299584 44746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.46
Current children cumulated vsize (KiB) 811816

[startup+31.9063 s]
/proc/loadavg: 2.04 2.13 2.08 4/95 30307
/proc/meminfo: memFree=1570664/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=812140 CPUtime=31.63
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 52257 0 1 0 3136 27 0 0 18 0 13 0 24612676 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 203035 46584 1440 9 0 200362 0
[pid=30294/tid=30296] ppid=30292 vsize=812140 CPUtime=28.2
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17432 0 1 0 2809 11 0 0 25 0 13 0 24612677 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4109889521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=812140 CPUtime=0.41
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 14909 0 0 0 36 5 0 0 16 0 13 0 24612678 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=812140 CPUtime=0.33
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 11694 0 0 0 28 5 0 0 16 0 13 0 24612678 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=812140 CPUtime=0.01
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 24612679 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=812140 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 13 0 24612684 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=812140 CPUtime=2.38
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6195 0 0 0 234 4 0 0 17 0 13 0 24612684 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24612684 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30307] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30307/stat : 30307 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 24615734 831631360 46584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.63
Current children cumulated vsize (KiB) 812140

[startup+32.7014 s]
/proc/loadavg: 2.04 2.13 2.08 4/95 30307
/proc/meminfo: memFree=1570664/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=812140 CPUtime=32.41
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 52268 0 1 0 3214 27 0 0 18 0 13 0 24612676 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 203035 46595 1441 9 0 200362 0
[pid=30294/tid=30296] ppid=30292 vsize=812140 CPUtime=28.87
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17434 0 1 0 2876 11 0 0 25 0 13 0 24612677 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4109889494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=812140 CPUtime=0.41
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 14909 0 0 0 36 5 0 0 16 0 13 0 24612678 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=812140 CPUtime=0.33
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 11694 0 0 0 28 5 0 0 16 0 13 0 24612678 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=812140 CPUtime=0.01
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 24612679 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=812140 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 13 0 24612684 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=812140 CPUtime=2.5
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6204 0 0 0 246 4 0 0 16 0 13 0 24612684 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24612684 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30307] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30307/stat : 30307 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 24615734 831631360 46595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.41
Current children cumulated vsize (KiB) 812140

[startup+33.1014 s]
/proc/loadavg: 2.04 2.13 2.08 3/95 30307
/proc/meminfo: memFree=1570408/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=812140 CPUtime=32.81
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 52270 0 1 0 3254 27 0 0 18 0 13 0 24612676 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 203035 46596 1441 9 0 200362 0
[pid=30294/tid=30296] ppid=30292 vsize=812140 CPUtime=29.25
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17435 0 1 0 2914 11 0 0 25 0 13 0 24612677 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4109889492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=812140 CPUtime=0.41
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 14909 0 0 0 36 5 0 0 16 0 13 0 24612678 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=812140 CPUtime=0.33
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 11694 0 0 0 28 5 0 0 16 0 13 0 24612678 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=812140 CPUtime=0.02
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 2 0 0 0 17 0 13 0 24612679 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=812140 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=812140 CPUtime=2.51
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6205 0 0 0 247 4 0 0 16 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30307] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30307/stat : 30307 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 24615734 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.81
Current children cumulated vsize (KiB) 812140

[startup+33.3014 s]
/proc/loadavg: 2.04 2.13 2.08 3/95 30307
/proc/meminfo: memFree=1570408/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=812140 CPUtime=33
/proc/30294/stat : 30294 (java) S 30292 30294 23988 0 -1 0 52270 0 1 0 3273 27 0 0 18 0 13 0 24612676 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30294/statm: 203035 46596 1441 9 0 200362 0
[pid=30294/tid=30296] ppid=30292 vsize=812140 CPUtime=29.45
/proc/30294/task/30296/stat : 30296 (java) R 30292 30294 23988 0 -1 64 17435 0 1 0 2934 11 0 0 25 0 13 0 24612677 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4109871135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30297] ppid=30292 vsize=812140 CPUtime=0.41
/proc/30294/task/30297/stat : 30297 (java) S 30292 30294 23988 0 -1 64 14909 0 0 0 36 5 0 0 16 0 13 0 24612678 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30298] ppid=30292 vsize=812140 CPUtime=0.33
/proc/30294/task/30298/stat : 30298 (java) S 30292 30294 23988 0 -1 64 11694 0 0 0 28 5 0 0 16 0 13 0 24612678 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30299] ppid=30292 vsize=812140 CPUtime=0.02
/proc/30294/task/30299/stat : 30299 (java) S 30292 30294 23988 0 -1 64 28 0 0 0 2 0 0 0 17 0 13 0 24612679 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30300] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30300/stat : 30300 (java) S 30292 30294 23988 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30301] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30301/stat : 30301 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24612680 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30302] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30302/stat : 30302 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30303] ppid=30292 vsize=812140 CPUtime=0.24
/proc/30294/task/30303/stat : 30303 (java) S 30292 30294 23988 0 -1 64 1250 0 0 0 24 0 0 0 16 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30304] ppid=30292 vsize=812140 CPUtime=2.51
/proc/30294/task/30304/stat : 30304 (java) S 30292 30294 23988 0 -1 64 6205 0 0 0 247 4 0 0 16 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30294/tid=30305] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30305/stat : 30305 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30306] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30306/stat : 30306 (java) S 30292 30294 23988 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24612684 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30294/tid=30307] ppid=30292 vsize=812140 CPUtime=0
/proc/30294/task/30307/stat : 30307 (java) S 30292 30294 23988 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 24615734 831631360 46596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33
Current children cumulated vsize (KiB) 812140

[startup+33.4029 s]
/proc/loadavg: 2.04 2.13 2.08 3/95 30307
/proc/meminfo: memFree=1570408/2055920 swapFree=4192812/4192956
[pid=30294] ppid=30292 vsize=0 CPUtime=33.07
/proc/30294/stat : 30294 (java) Z 30292 30294 23988 0 -1 12 52281 0 1 0 3277 30 0 0 16 0 2 0 24612676 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30294/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.07
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.4058
CPU time (s): 33.081
CPU user time (s): 32.77
CPU system time (s): 0.310952
CPU usage (%): 99.0277
Max. virtual memory (cumulated for all children) (KiB): 818300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.77
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52281
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= 2251
involuntary context switches= 2732

runsolver used 0.040993 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 07:11:28
IDJOB=2082702
IDBENCH=57623
IDSOLVER=731
FILE ID=node44/2082702-1247375488
PBS_JOBID= 9506993
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 7f90ae65f94133a5d801af8c8d4f4168
RANDOM SEED=1638726177

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769840 kB
Buffers:         20436 kB
Cached:         105432 kB
SwapCached:          0 kB
Active:         189356 kB
Inactive:        46708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:         130636 kB
Slab:            34956 kB
Committed_AS:   374700 kB
PageTables:       2016 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= 66388 MiB
End job on node44 at 2009-07-12 07:12:02