Trace number 2074056

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.1UNSAT 65.3661 63.6471

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-8.xml
MD5SUMec69a18ba15b065d64b927e35a64648c
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 benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size320
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f934ad
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-2074056-1247359076.xml
0.09/0.19	c reading problem ... 
0.38/0.34	c reading problem named null
0.38/0.34	c reading domains done.
0.38/0.35	c reading variables done.
0.54/0.45	c reading predicates  done.
0.81/0.64	c reading constraints
26.72/25.80	c done with constraints.
26.72/25.80	c ... done. Wall clock time 25.615s.
26.72/25.80	c #vars     6821
26.72/25.80	c #constraints  54618
26.72/25.80	c constraints type 
26.72/25.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 54593
26.72/25.80	c org.sat4j.minisat.constraints.card.AtLeast => 25
65.24/63.54	c starts		: 12
65.24/63.54	c conflicts		: 17527
65.24/63.54	c decisions		: 83354
65.24/63.54	c propagations		: 2441430
65.24/63.54	c inspects		: 38175459
65.24/63.54	c learnt literals	: 42
65.24/63.55	c learnt binary clauses	: 17
65.24/63.55	c learnt ternary clauses	: 26
65.24/63.55	c learnt clauses	: 17484
65.24/63.55	c ignored clauses	: 0
65.24/63.55	c root simplifications	: 0
65.24/63.55	c removed literals (reason simplification)	: 922475
65.24/63.55	c reason swapping (by a shorter reason)	: 0
65.24/63.55	c Calls to reduceDB	: 0
65.24/63.55	c speed (assignments/second)	: 64687.350961793236
65.24/63.55	c non guided choices	385
65.24/63.57	c learnt constraints type 
65.24/63.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
65.24/63.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17467
65.24/63.57	c constraints type 
65.24/63.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 54593
65.24/63.57	c org.sat4j.minisat.constraints.card.AtLeast => 25
65.24/63.57	s UNSATISFIABLE
65.24/63.57	c Total wall clock time (in seconds) : 63.358

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074056-1247359076/watcher-2074056-1247359076 -o /tmp/evaluation-result-2074056-1247359076/solver-2074056-1247359076 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074056-1247359076.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: 0.58 1.55 1.83 3/67 19510
/proc/meminfo: memFree=1867096/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=272 CPUtime=0
/proc/19510/stat : 19510 (java6) D 19508 19510 17296 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 22975204 278528 37 996147200 134512640 134550932 4294956176 18446744073709551615 10924836 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19510/statm: 68 37 28 9 0 6 0

[startup+0.0409499 s]
/proc/loadavg: 0.58 1.55 1.83 3/67 19510
/proc/meminfo: memFree=1867096/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=801384 CPUtime=0.03
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 2509 0 1 0 2 1 0 0 18 0 5 0 22975204 820617216 2256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 200346 2256 978 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.102959 s]
/proc/loadavg: 0.58 1.55 1.83 3/67 19510
/proc/meminfo: memFree=1867096/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=804560 CPUtime=0.09
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 3063 0 1 0 7 2 0 0 18 0 12 0 22975204 823869440 2806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 201140 2806 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301992 s]
/proc/loadavg: 0.58 1.55 1.83 3/67 19510
/proc/meminfo: memFree=1867096/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=808980 CPUtime=0.38
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 5263 0 1 0 34 4 0 0 18 0 12 0 22975204 828395520 4810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202245 4810 1382 9 0 199572 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 808980

[startup+0.701052 s]
/proc/loadavg: 0.58 1.55 1.83 3/67 19510
/proc/meminfo: memFree=1867096/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=808568 CPUtime=0.92
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 7382 0 1 0 86 6 0 0 18 0 12 0 22975204 827973632 6451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202142 6451 1388 9 0 199469 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 808568

[startup+1.50119 s]
/proc/loadavg: 0.58 1.55 1.83 4/79 19522
/proc/meminfo: memFree=1841976/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811236 CPUtime=2.08
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 18072 0 1 0 197 11 0 0 18 0 12 0 22975204 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202809 15979 1423 9 0 200136 0
[pid=19510/tid=19512] ppid=19508 vsize=811236 CPUtime=1.29
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 13782 0 1 0 120 9 0 0 20 0 12 0 22975206 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4109583897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22975206 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22975206 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22975208 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 22975209 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22975209 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22975213 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811236 CPUtime=0.32
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 651 0 0 0 32 0 0 0 16 0 12 0 22975213 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811236 CPUtime=0.45
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 2895 0 0 0 44 1 0 0 15 0 12 0 22975213 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22975213 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22975213 830705664 15979 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 811236

[startup+3.10244 s]
/proc/loadavg: 0.58 1.55 1.83 2/79 19522
/proc/meminfo: memFree=1791032/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811236 CPUtime=3.77
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 24068 0 1 0 363 14 0 0 18 0 12 0 22975204 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202809 21945 1432 9 0 200136 0
[pid=19510/tid=19512] ppid=19508 vsize=811236 CPUtime=2.83
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17398 0 1 0 273 10 0 0 25 0 12 0 22975206 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4109682194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811236 CPUtime=0.02
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 1497 0 0 0 1 1 0 0 16 0 12 0 22975206 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811236 CPUtime=0.02
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 859 0 0 0 2 0 0 0 16 0 12 0 22975206 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 25 0 0 0 0 0 0 0 17 0 12 0 22975208 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22975209 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22975209 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22975213 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811236 CPUtime=0.36
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 653 0 0 0 36 0 0 0 16 0 12 0 22975213 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811236 CPUtime=0.49
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 2895 0 0 0 48 1 0 0 15 0 12 0 22975213 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22975213 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811236 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22975213 830705664 21945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 811236

[startup+6.30195 s]
/proc/loadavg: 0.61 1.54 1.83 2/79 19522
/proc/meminfo: memFree=1779000/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=809388 CPUtime=7.06
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 27095 0 1 0 690 16 0 0 18 0 12 0 22975204 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202347 24219 1432 9 0 199674 0
[pid=19510/tid=19512] ppid=19508 vsize=809388 CPUtime=5.95
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17403 0 1 0 585 10 0 0 25 0 12 0 22975206 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4109613254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=809388 CPUtime=0.07
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 2702 0 0 0 6 1 0 0 16 0 12 0 22975206 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=809388 CPUtime=0.07
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 2648 0 0 0 6 1 0 0 16 0 12 0 22975206 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 22975208 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22975209 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22975209 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22975213 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=809388 CPUtime=0.39
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 658 0 0 0 39 0 0 0 17 0 12 0 22975213 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=809388 CPUtime=0.53
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 2897 0 0 0 52 1 0 0 16 0 12 0 22975213 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22975213 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22975213 828813312 24219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 809388

[startup+12.703 s]
/proc/loadavg: 0.64 1.53 1.82 2/79 19522
/proc/meminfo: memFree=1759544/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=809388 CPUtime=13.52
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 32707 0 1 0 1333 19 0 0 18 0 12 0 22975204 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202347 28276 1432 9 0 199674 0
[pid=19510/tid=19512] ppid=19508 vsize=809388 CPUtime=12.28
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17413 0 1 0 1218 10 0 0 20 0 12 0 22975206 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4109567198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=809388 CPUtime=0.12
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 5194 0 0 0 10 2 0 0 16 0 12 0 22975206 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=809388 CPUtime=0.12
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 5758 0 0 0 10 2 0 0 16 0 12 0 22975206 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 22975208 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19516] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22975209 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22975209 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22975213 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=809388 CPUtime=0.39
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 658 0 0 0 39 0 0 0 17 0 12 0 22975213 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=809388 CPUtime=0.54
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 2897 0 0 0 53 1 0 0 15 0 12 0 22975213 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22975213 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22975213 828813312 28276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 809388

[startup+25.5021 s]
/proc/loadavg: 0.72 1.50 1.81 2/79 19549
/proc/meminfo: memFree=1736120/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=809388 CPUtime=26.42
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 40242 0 1 0 2619 23 0 0 18 0 12 0 22975204 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202347 34355 1435 9 0 199674 0
[pid=19510/tid=19512] ppid=19508 vsize=809388 CPUtime=24.98
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17433 0 1 0 2487 11 0 0 25 0 12 0 22975206 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4109567027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=809388 CPUtime=0.21
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 8551 0 0 0 17 4 0 0 16 0 12 0 22975206 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=809388 CPUtime=0.22
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 9913 0 0 0 17 5 0 0 16 0 12 0 22975206 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 22975208 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22975209 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22975209 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=809388 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22975213 828813312 34355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=809388 CPUtime=0.42

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

/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19550] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19550/stat : 19550 (java) S 19508 19510 17296 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 22977788 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.24
Current children cumulated vsize (KiB) 811760

[startup+60.7027 s]
/proc/loadavg: 0.84 1.45 1.78 2/80 19613
/proc/meminfo: memFree=1722224/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811760 CPUtime=62.44
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 45210 0 1 0 6217 27 0 0 18 0 13 0 22975204 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202940 37174 1445 9 0 200267 0
[pid=19510/tid=19512] ppid=19508 vsize=811760 CPUtime=59.67
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17458 0 1 0 5955 12 0 0 25 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4109942892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 9910 0 0 0 19 5 0 0 16 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 11451 0 0 0 18 6 0 0 17 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811760 CPUtime=0.01
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 1 0 0 0 16 0 13 0 22975208 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811760 CPUtime=1.09
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 1016 0 0 0 109 0 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811760 CPUtime=1.15
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 4582 0 0 0 113 2 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19550] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19550/stat : 19550 (java) S 19508 19510 17296 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 22977788 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.44
Current children cumulated vsize (KiB) 811760

[startup+62.302 s]
/proc/loadavg: 0.84 1.45 1.78 2/80 19613
/proc/meminfo: memFree=1722224/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811760 CPUtime=64.04
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 45211 0 1 0 6377 27 0 0 18 0 13 0 22975204 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202940 37174 1445 9 0 200267 0
[pid=19510/tid=19512] ppid=19508 vsize=811760 CPUtime=61.26
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17459 0 1 0 6114 12 0 0 25 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4109785992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 9910 0 0 0 19 5 0 0 16 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 11451 0 0 0 18 6 0 0 17 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811760 CPUtime=0.01
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 1 0 0 0 16 0 13 0 22975208 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811760 CPUtime=1.09
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 1016 0 0 0 109 0 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811760 CPUtime=1.15
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 4582 0 0 0 113 2 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19550] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19550/stat : 19550 (java) S 19508 19510 17296 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 22977788 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.04
Current children cumulated vsize (KiB) 811760

[startup+63.1011 s]
/proc/loadavg: 0.84 1.45 1.78 2/80 19613
/proc/meminfo: memFree=1722224/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811760 CPUtime=64.84
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 45211 0 1 0 6457 27 0 0 18 0 13 0 22975204 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202940 37174 1445 9 0 200267 0
[pid=19510/tid=19512] ppid=19508 vsize=811760 CPUtime=62.06
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17459 0 1 0 6194 12 0 0 25 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4109792138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 9910 0 0 0 19 5 0 0 16 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 11451 0 0 0 18 6 0 0 17 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811760 CPUtime=0.01
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 1 0 0 0 16 0 13 0 22975208 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811760 CPUtime=1.09
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 1016 0 0 0 109 0 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811760 CPUtime=1.15
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 4582 0 0 0 113 2 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19550] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19550/stat : 19550 (java) S 19508 19510 17296 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 22977788 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.84
Current children cumulated vsize (KiB) 811760

[startup+63.5022 s]
/proc/loadavg: 0.84 1.45 1.78 2/80 19613
/proc/meminfo: memFree=1722224/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811760 CPUtime=65.24
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 45211 0 1 0 6497 27 0 0 18 0 13 0 22975204 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202940 37174 1445 9 0 200267 0
[pid=19510/tid=19512] ppid=19508 vsize=811760 CPUtime=62.46
/proc/19510/task/19512/stat : 19512 (java) R 19508 19510 17296 0 -1 64 17459 0 1 0 6234 12 0 0 25 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4109638854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 9910 0 0 0 19 5 0 0 16 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 11451 0 0 0 18 6 0 0 17 0 13 0 22975206 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811760 CPUtime=0.01
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 1 0 0 0 16 0 13 0 22975208 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22975209 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811760 CPUtime=1.09
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 1016 0 0 0 109 0 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811760 CPUtime=1.15
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 4582 0 0 0 113 2 0 0 16 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22975213 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19550] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19550/stat : 19550 (java) S 19508 19510 17296 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 22977788 831242240 37174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.24
Current children cumulated vsize (KiB) 811760

[startup+63.6022 s]
/proc/loadavg: 0.84 1.45 1.78 2/80 19613
/proc/meminfo: memFree=1722224/2055920 swapFree=4192812/4192956
[pid=19510] ppid=19508 vsize=811760 CPUtime=65.33
/proc/19510/stat : 19510 (java) S 19508 19510 17296 0 -1 0 45221 0 1 0 6506 27 0 0 18 0 12 0 22975204 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19510/statm: 202940 37183 1446 9 0 200267 0
[pid=19510/tid=19512] ppid=19508 vsize=811760 CPUtime=62.51
/proc/19510/task/19512/stat : 19512 (java) S 19508 19510 17296 0 -1 64 17462 0 1 0 6239 12 0 0 24 0 12 0 22975206 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19513] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19513/stat : 19513 (java) S 19508 19510 17296 0 -1 64 9910 0 0 0 19 5 0 0 16 0 12 0 22975206 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19514] ppid=19508 vsize=811760 CPUtime=0.24
/proc/19510/task/19514/stat : 19514 (java) S 19508 19510 17296 0 -1 64 11451 0 0 0 18 6 0 0 17 0 12 0 22975206 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19515] ppid=19508 vsize=811760 CPUtime=0.01
/proc/19510/task/19515/stat : 19515 (java) S 19508 19510 17296 0 -1 64 46 0 0 0 1 0 0 0 16 0 12 0 22975208 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19516] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19516/stat : 19516 (java) S 19508 19510 17296 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22975209 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19517] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19517/stat : 19517 (java) S 19508 19510 17296 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22975209 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19518] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19518/stat : 19518 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22975213 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19519] ppid=19508 vsize=811760 CPUtime=1.09
/proc/19510/task/19519/stat : 19519 (java) S 19508 19510 17296 0 -1 64 1016 0 0 0 109 0 0 0 17 0 12 0 22975213 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19510/tid=19520] ppid=19508 vsize=811760 CPUtime=1.17
/proc/19510/task/19520/stat : 19520 (java) S 19508 19510 17296 0 -1 64 4585 0 0 0 115 2 0 0 17 0 12 0 22975213 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19521] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19521/stat : 19521 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22975213 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19510/tid=19522] ppid=19508 vsize=811760 CPUtime=0
/proc/19510/task/19522/stat : 19522 (java) S 19508 19510 17296 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22975213 831242240 37183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.33
Current children cumulated vsize (KiB) 811760

Child status: 0
Real time (s): 63.6471
CPU time (s): 65.3661
CPU user time (s): 65.0681
CPU system time (s): 0.297954
CPU usage (%): 102.701
Max. virtual memory (cumulated for all children) (KiB): 812376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.0681
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45224
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= 2315
involuntary context switches= 2051

runsolver used 0.081987 second user time and 0.188971 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 02:37:56
IDJOB=2074056
IDBENCH=56048
IDSOLVER=731
FILE ID=node3/2074056-1247359076
PBS_JOBID= 9506907
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-95-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074056-1247359076/watcher-2074056-1247359076 -o /tmp/evaluation-result-2074056-1247359076/solver-2074056-1247359076 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074056-1247359076.xml

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

MD5SUM BENCH= ec69a18ba15b065d64b927e35a64648c
RANDOM SEED=1024619586

node3.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.259
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.259
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:       1867512 kB
Buffers:         33500 kB
Cached:          90464 kB
SwapCached:          0 kB
Active:          94292 kB
Inactive:        44684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          24788 kB
Slab:            35216 kB
Committed_AS:   145508 kB
PageTables:       1580 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= 66384 MiB
End job on node3 at 2009-07-12 02:39:00