Trace number 2082735

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.1? (TO) 1800.35 1811.34

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
MD5SUMf9d1f2b59857321b1a820082b7eb128a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark449.013
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size121
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.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2082735-1247375520.xml
0.19/0.22	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.77	c reading predicates  done.
0.89/0.98	c reading constraints
25.39/25.50	c done with constraints.
25.39/25.50	c ... done. Wall clock time 25.272s.
25.39/25.50	c #vars     10800
25.39/25.50	c #constraints  182720
25.39/25.50	c constraints type 
25.48/25.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 182380
25.48/25.50	c org.sat4j.minisat.constraints.card.AtLeast => 100
25.48/25.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
1800.01/1811.01	c starts		: 17
1800.01/1811.01	c conflicts		: 187550
1800.01/1811.01	c decisions		: 337004
1800.01/1811.01	c propagations		: 48837506
1800.01/1811.01	c inspects		: 1399774986
1800.01/1811.01	c learnt literals	: 0
1800.01/1811.01	c learnt binary clauses	: 1
1800.01/1811.01	c learnt ternary clauses	: 37
1800.01/1811.01	c learnt clauses	: 187550
1800.01/1811.01	c ignored clauses	: 0
1800.01/1811.01	c root simplifications	: 0
1800.01/1811.01	c removed literals (reason simplification)	: 26654626
1800.01/1811.01	c reason swapping (by a shorter reason)	: 0
1800.01/1811.01	c Calls to reduceDB	: 0
1800.01/1811.01	c speed (assignments/second)	: 27352.055849432796
1800.01/1811.01	c non guided choices	803
1800.12/1811.19	c learnt constraints type 
1800.12/1811.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.12/1811.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 187564
1800.12/1811.19	c constraints type 
1800.12/1811.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 182380
1800.12/1811.19	c org.sat4j.minisat.constraints.card.AtLeast => 100
1800.12/1811.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 240
1800.12/1811.19	s UNKNOWN
1800.12/1811.19	c Total wall clock time (in seconds) : 1810.787

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082735-1247375520/watcher-2082735-1247375520 -o /tmp/evaluation-result-2082735-1247375520/solver-2082735-1247375520 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082735-1247375520.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.01 2.01 2.00 4/84 24374
/proc/meminfo: memFree=1292536/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=152 CPUtime=0
/proc/24374/stat : 24374 (java) R 24372 24374 22267 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24616039 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 12219172 0 0 4096 0 0 0 0 17 0 0 0
/proc/24374/statm: 38 26 19 9 0 4 0

[startup+0.0237409 s]
/proc/loadavg: 2.01 2.01 2.00 4/84 24374
/proc/meminfo: memFree=1292536/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=800544 CPUtime=0.01
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 1921 0 1 0 0 1 0 0 18 0 4 0 24616039 819757056 1669 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 200136 1677 601 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.101741 s]
/proc/loadavg: 2.01 2.01 2.00 4/84 24374
/proc/meminfo: memFree=1292536/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=804560 CPUtime=0.09
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 24616039 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301755 s]
/proc/loadavg: 2.01 2.01 2.00 4/84 24374
/proc/meminfo: memFree=1292536/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=805856 CPUtime=0.29
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 4389 0 1 0 26 3 0 0 18 0 12 0 24616039 825196544 4127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 201464 4127 1365 9 0 198791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805856

[startup+0.701782 s]
/proc/loadavg: 2.01 2.01 2.00 4/84 24374
/proc/meminfo: memFree=1292536/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=807160 CPUtime=0.69
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 6240 0 1 0 65 4 0 0 18 0 12 0 24616039 826531840 5400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 201790 5400 1385 9 0 199117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807160

[startup+1.50283 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 24386
/proc/meminfo: memFree=1272088/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=810268 CPUtime=1.49
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 9515 0 1 0 143 6 0 0 18 0 12 0 24616039 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 202567 7528 1416 9 0 199894 0
[pid=24374/tid=24376] ppid=24372 vsize=810268 CPUtime=0.73
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 5448 0 1 0 68 5 0 0 25 0 12 0 24616040 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24616041 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24616041 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24616042 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24616043 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24616043 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=810268 CPUtime=0.73
/proc/24374/task/24383/stat : 24383 (java) R 24372 24374 22267 0 -1 64 3048 0 0 0 73 0 0 0 17 0 12 0 24616047 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 105579329 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 274 0 0 0 0 0 0 0 21 0 12 0 24616047 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 829714432 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=810268 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24616047 829714432 7528 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.10294 s]
/proc/loadavg: 2.16 2.05 2.01 4/96 24386
/proc/meminfo: memFree=1260824/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=815592 CPUtime=3.17
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 26878 0 1 0 303 14 0 0 18 0 12 0 24616039 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203898 21850 1432 9 0 201225 0
[pid=24374/tid=24376] ppid=24372 vsize=815592 CPUtime=1.58
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17367 0 1 0 148 10 0 0 25 0 12 0 24616040 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4109689173 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=815592 CPUtime=0.02
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 859 0 0 0 2 0 0 0 17 0 12 0 24616041 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 146 0 0 0 0 0 0 0 16 0 12 0 24616041 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24616042 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24616043 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24616043 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=815592 CPUtime=1.09
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 107 2 0 0 20 0 12 0 24616047 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=815592 CPUtime=0.45
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2352 0 0 0 44 1 0 0 16 0 12 0 24616047 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=815592 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24616047 835166208 21850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 815592

[startup+6.30216 s]
/proc/loadavg: 2.16 2.05 2.01 3/96 24386
/proc/meminfo: memFree=1193944/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=815464 CPUtime=6.37
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 31431 0 1 0 621 16 0 0 18 0 12 0 24616039 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203866 26365 1435 9 0 201193 0
[pid=24374/tid=24376] ppid=24372 vsize=815464 CPUtime=4.51
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17374 0 1 0 441 10 0 0 25 0 12 0 24616040 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=815464 CPUtime=0.1
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 3441 0 0 0 9 1 0 0 16 0 12 0 24616041 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=815464 CPUtime=0.07
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 2080 0 0 0 7 0 0 0 16 0 12 0 24616041 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=815464 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24616042 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=815464 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24616043 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=815464 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24616043 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=815464 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=815464 CPUtime=1.09
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 107 2 0 0 20 0 12 0 24616047 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=815464 CPUtime=0.55
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2362 0 0 0 54 1 0 0 16 0 12 0 24616047 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=815464 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=815464 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24616047 835035136 26365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 815464

[startup+12.7026 s]
/proc/loadavg: 2.14 2.04 2.01 5/96 24386
/proc/meminfo: memFree=1163288/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=815240 CPUtime=12.77
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 39099 0 1 0 1257 20 0 0 18 0 12 0 24616039 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203810 33963 1435 9 0 201137 0
[pid=24374/tid=24376] ppid=24372 vsize=815240 CPUtime=10.63
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17392 0 1 0 1052 11 0 0 25 0 12 0 24616040 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4109606956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=815240 CPUtime=0.25
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 9135 0 0 0 22 3 0 0 16 0 12 0 24616041 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=815240 CPUtime=0.12
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 4027 0 0 0 11 1 0 0 16 0 12 0 24616041 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=815240 CPUtime=0
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 24616042 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=815240 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24616043 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=815240 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24616043 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=815240 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=815240 CPUtime=1.09
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 107 2 0 0 20 0 12 0 24616047 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24384] ppid=24372 vsize=815240 CPUtime=0.62
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2370 0 0 0 61 1 0 0 16 0 12 0 24616047 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24385] ppid=24372 vsize=815240 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=815240 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24616047 834805760 33963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 815240

[startup+25.5014 s]
/proc/loadavg: 2.12 2.04 2.01 3/96 24386
/proc/meminfo: memFree=1099160/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=812072 CPUtime=25.48
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 50281 0 1 0 2522 26 0 0 18 0 12 0 24616039 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203018 44346 1436 9 0 200345 0
[pid=24374/tid=24376] ppid=24372 vsize=812072 CPUtime=22.75
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17422 0 1 0 2264 11 0 0 25 0 12 0 24616040 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24377] ppid=24372 vsize=812072 CPUtime=0.43
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 15978 0 0 0 36 7 0 0 16 0 12 0 24616041 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24378] ppid=24372 vsize=812072 CPUtime=0.25
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 8333 0 0 0 23 2 0 0 16 0 12 0 24616041 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24379] ppid=24372 vsize=812072 CPUtime=0.01
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 1 0 0 0 15 0 12 0 24616042 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812072 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24616043 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812072 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24616043 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812072 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24616047 831561728 44346 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812072 CPUtime=1.09

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

[pid=24374/tid=24379] ppid=24372 vsize=812276 CPUtime=0.02
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 2 0 0 0 16 0 13 0 24616042 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812276 CPUtime=1.14
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 112 2 0 0 16 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=812276 CPUtime=1.77
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2408 0 0 0 176 1 0 0 16 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24387] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24387/stat : 24387 (java) S 24372 24374 22267 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 24618600 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.71
Current children cumulated vsize (KiB) 812276

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/95 24598
/proc/meminfo: memFree=862560/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=812276 CPUtime=1712.15
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 132684 0 1 0 171144 71 0 0 18 0 13 0 24616039 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203069 125829 1445 9 0 200396 0
[pid=24374/tid=24376] ppid=24372 vsize=812276 CPUtime=1706.56
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17463 0 1 0 170636 20 0 0 25 0 13 0 24616040 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4109869151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=812276 CPUtime=1.36
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 52808 0 0 0 114 22 0 0 17 0 13 0 24616041 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=812276 CPUtime=1.25
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 53826 0 0 0 102 23 0 0 16 0 13 0 24616041 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=812276 CPUtime=0.02
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 2 0 0 0 16 0 13 0 24616042 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812276 CPUtime=1.14
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 112 2 0 0 16 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=812276 CPUtime=1.77
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2408 0 0 0 176 1 0 0 16 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24387] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24387/stat : 24387 (java) S 24372 24374 22267 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 24618600 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.15
Current children cumulated vsize (KiB) 812276

[startup+1782.3 s]
/proc/loadavg: 2.16 2.08 2.01 4/95 24598
/proc/meminfo: memFree=685152/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=812276 CPUtime=1771.58
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 132685 0 1 0 177087 71 0 0 18 0 13 0 24616039 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203069 125829 1445 9 0 200396 0
[pid=24374/tid=24376] ppid=24372 vsize=812276 CPUtime=1765.99
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17464 0 1 0 176579 20 0 0 25 0 13 0 24616040 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4109823282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=812276 CPUtime=1.36
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 52808 0 0 0 114 22 0 0 17 0 13 0 24616041 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=812276 CPUtime=1.25
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 53826 0 0 0 102 23 0 0 16 0 13 0 24616041 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=812276 CPUtime=0.02
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 2 0 0 0 16 0 13 0 24616042 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812276 CPUtime=1.14
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 112 2 0 0 16 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=812276 CPUtime=1.77
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2408 0 0 0 176 1 0 0 16 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24616047 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24387] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24387/stat : 24387 (java) S 24372 24374 22267 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 24618600 831770624 125829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.58
Current children cumulated vsize (KiB) 812276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.32 2.12 2.03 3/95 24599
/proc/meminfo: memFree=631448/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=812276 CPUtime=1800.01
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 139294 0 1 0 179927 74 0 0 18 0 13 0 24616039 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24374/statm: 203069 132437 1445 9 0 200396 0
[pid=24374/tid=24376] ppid=24372 vsize=812276 CPUtime=1794.25
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17465 0 1 0 179405 20 0 0 25 0 13 0 24616040 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4109869151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=812276 CPUtime=1.45
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 56381 0 0 0 122 23 0 0 17 0 13 0 24616041 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=812276 CPUtime=1.33
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 56861 0 0 0 108 25 0 0 17 0 13 0 24616041 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=812276 CPUtime=0.02
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 2 0 0 0 16 0 13 0 24616042 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24616043 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812276 CPUtime=1.14
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 112 2 0 0 16 0 13 0 24616047 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=812276 CPUtime=1.77
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2408 0 0 0 176 1 0 0 16 0 13 0 24616047 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24616047 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24616047 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24387] ppid=24372 vsize=812276 CPUtime=0
/proc/24374/task/24387/stat : 24387 (java) S 24372 24374 22267 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 24618600 831770624 132437 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 812276

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1811.2 s]
/proc/loadavg: 2.32 2.12 2.03 3/95 24599
/proc/meminfo: memFree=631448/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=812924 CPUtime=1800.2
/proc/24374/stat : 24374 (java) S 24372 24374 22267 0 -1 0 139315 0 1 0 179946 74 0 0 16 0 14 0 24616039 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 203231 132458 1446 9 0 200558 0
[pid=24374/tid=24376] ppid=24372 vsize=812924 CPUtime=1794.36
/proc/24374/task/24376/stat : 24376 (java) R 24372 24374 22267 0 -1 64 17465 0 1 0 179416 20 0 0 25 0 14 0 24616040 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4109884052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24377] ppid=24372 vsize=812924 CPUtime=1.45
/proc/24374/task/24377/stat : 24377 (java) S 24372 24374 22267 0 -1 64 56381 0 0 0 122 23 0 0 17 0 14 0 24616041 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24378] ppid=24372 vsize=812924 CPUtime=1.33
/proc/24374/task/24378/stat : 24378 (java) S 24372 24374 22267 0 -1 64 56861 0 0 0 108 25 0 0 17 0 14 0 24616041 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24379] ppid=24372 vsize=812924 CPUtime=0.02
/proc/24374/task/24379/stat : 24379 (java) S 24372 24374 22267 0 -1 64 33 0 0 0 2 0 0 0 16 0 14 0 24616042 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24380] ppid=24372 vsize=812924 CPUtime=0
/proc/24374/task/24380/stat : 24380 (java) S 24372 24374 22267 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 24616043 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24381] ppid=24372 vsize=812924 CPUtime=0
/proc/24374/task/24381/stat : 24381 (java) S 24372 24374 22267 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 24616043 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24382] ppid=24372 vsize=812924 CPUtime=0
/proc/24374/task/24382/stat : 24382 (java) S 24372 24374 22267 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 24616047 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24383] ppid=24372 vsize=812924 CPUtime=1.14
/proc/24374/task/24383/stat : 24383 (java) S 24372 24374 22267 0 -1 64 5400 0 0 0 112 2 0 0 16 0 14 0 24616047 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24384] ppid=24372 vsize=812924 CPUtime=1.79
/proc/24374/task/24384/stat : 24384 (java) S 24372 24374 22267 0 -1 64 2408 0 0 0 178 1 0 0 16 0 14 0 24616047 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24374/tid=24385] ppid=24372 vsize=812924 CPUtime=0
/proc/24374/task/24385/stat : 24385 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 24616047 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24386] ppid=24372 vsize=812924 CPUtime=0
/proc/24374/task/24386/stat : 24386 (java) S 24372 24374 22267 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 24616047 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24374/tid=24387] ppid=24372 vsize=812924 CPUtime=0
/proc/24374/task/24387/stat : 24387 (java) S 24372 24374 22267 0 -1 64 4 0 0 0 0 0 0 0 22 0 14 0 24618600 832434176 132458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 812924

[startup+1811.3 s]
/proc/loadavg: 2.32 2.12 2.03 3/95 24599
/proc/meminfo: memFree=631448/2055920 swapFree=4192812/4192956
[pid=24374] ppid=24372 vsize=0 CPUtime=1800.31
/proc/24374/stat : 24374 (java) Z 24372 24374 22267 0 -1 1036 139315 0 1 0 179951 80 0 0 15 0 2 0 24616039 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24374/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.34
CPU time (s): 1800.35
CPU user time (s): 1799.51
CPU system time (s): 0.834873
CPU usage (%): 99.3931
Max. virtual memory (cumulated for all children) (KiB): 818096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139315
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= 38539
involuntary context switches= 55832

runsolver used 2.32965 second user time and 6.02308 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 07:12:00
IDJOB=2082735
IDBENCH=57628
IDSOLVER=731
FILE ID=node39/2082735-1247375520
PBS_JOBID= 9507135
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= f9d1f2b59857321b1a820082b7eb128a
RANDOM SEED=160330852

node39.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.236
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.236
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:       1293016 kB
Buffers:         55948 kB
Cached:         286568 kB
SwapCached:          0 kB
Active:         498040 kB
Inactive:       186224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:         357420 kB
Slab:            63412 kB
Committed_AS:   874104 kB
PageTables:       2400 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= 66428 MiB
End job on node39 at 2009-07-12 07:42:13