Trace number 2080381

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? (exit code) 356.754 358.777

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-1.xml
MD5SUM74d19ad62f918a217b76261cff1ec0a6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.77812
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1263
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.09/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.15	c That software uses the Rhino library from the Mozilla project.
0.09/0.17	c version 2.1.1.v20090622
0.09/0.17	c sun.arch.data.model	32
0.09/0.17	c java.version	1.6.0_12
0.09/0.17	c os.name	Linux
0.09/0.17	c os.version	2.6.9-22.EL.rootsmp
0.09/0.17	c os.arch	i386
0.09/0.17	c Free memory 671000808
0.09/0.17	c Max memory 672137216
0.09/0.17	c Total memory 672137216
0.09/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2080381-1247369840.xml
0.18/0.26	c reading problem ... 
0.47/0.53	c reading problem named null
0.47/0.53	c reading domains done.
0.66/0.71	c reading variables done.
1.55/1.61	c reading predicates  done.
1.74/1.82	c reading constraints
352.15/354.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
356.51/358.54	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
356.51/358.54		at java.util.Arrays.copyOfRange(Unknown Source)
356.51/358.54		at java.lang.String.<init>(Unknown Source)
356.51/358.54		at java.lang.StringBuffer.toString(Unknown Source)
356.51/358.54		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
356.51/358.54		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
356.51/358.54		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
356.51/358.54		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080381-1247369840/watcher-2080381-1247369840 -o /tmp/evaluation-result-2080381-1247369840/solver-2080381-1247369840 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080381-1247369840.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.07 2.22 2.17 3/84 22624
/proc/meminfo: memFree=759432/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=18576 CPUtime=0
/proc/22624/stat : 22624 (runsolver) R 22622 22624 17442 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24051017 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22624/statm: 4644 284 249 26 0 2626 0

[startup+0.0454831 s]
/proc/loadavg: 2.07 2.22 2.17 3/84 22624
/proc/meminfo: memFree=759432/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=801384 CPUtime=0.03
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 2474 0 1 0 1 2 0 0 18 0 5 0 24051017 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 200346 2221 965 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101871 s]
/proc/loadavg: 2.07 2.22 2.17 3/84 22624
/proc/meminfo: memFree=759432/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=804428 CPUtime=0.09
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 2970 0 1 0 6 3 0 0 18 0 12 0 24051017 823734272 2713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 201107 2713 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804428

[startup+0.302894 s]
/proc/loadavg: 2.07 2.22 2.17 3/84 22624
/proc/meminfo: memFree=759432/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=805628 CPUtime=0.27
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 4235 0 1 0 23 4 0 0 18 0 12 0 24051017 824963072 3972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 201407 3972 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.702933 s]
/proc/loadavg: 2.07 2.22 2.17 3/84 22624
/proc/meminfo: memFree=759432/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=808472 CPUtime=0.66
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 6234 0 1 0 60 6 0 0 18 0 12 0 24051017 827875328 5197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202118 5197 1387 9 0 199445 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808472

[startup+1.50202 s]
/proc/loadavg: 2.07 2.21 2.17 4/96 22636
/proc/meminfo: memFree=734696/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=808472 CPUtime=1.46
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 29092 0 1 0 129 17 0 0 18 0 12 0 24051017 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202118 28053 1397 9 0 199445 0
[pid=22624/tid=22626] ppid=22622 vsize=808472 CPUtime=0.65
/proc/22624/task/22626/stat : 22626 (java) S 22622 22624 17442 0 -1 64 16880 0 1 0 54 11 0 0 20 0 12 0 24051018 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=808472 CPUtime=0.15
/proc/22624/task/22627/stat : 22627 (java) R 22622 22624 17442 0 -1 64 4351 0 0 0 13 2 0 0 18 0 12 0 24051019 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22628] ppid=22622 vsize=808472 CPUtime=0.16
/proc/22624/task/22628/stat : 22628 (java) R 22622 22624 17442 0 -1 64 5127 0 0 0 15 1 0 0 18 0 12 0 24051019 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22629] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22629/stat : 22629 (java) S 22622 22624 17442 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24051021 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22630] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 24051022 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22631] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24051022 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22632] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24051027 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=808472 CPUtime=0.45
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 1981 0 0 0 45 0 0 0 17 0 12 0 24051027 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24051027 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=808472 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24051027 827875328 28053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808472

[startup+3.10117 s]
/proc/loadavg: 2.07 2.21 2.17 4/96 22636
/proc/meminfo: memFree=639144/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=810484 CPUtime=3.03
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 33172 0 1 0 284 19 0 0 18 0 12 0 24051017 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202621 31413 1432 9 0 199948 0
[pid=22624/tid=22626] ppid=22622 vsize=810484 CPUtime=1.66
/proc/22624/task/22626/stat : 22626 (java) R 22622 22624 17442 0 -1 64 17207 0 1 0 154 12 0 0 24 0 12 0 24051018 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4109588415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22627] ppid=22622 vsize=810484 CPUtime=0.2
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 5817 0 0 0 18 2 0 0 19 0 12 0 24051019 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22628] ppid=22622 vsize=810484 CPUtime=0.2
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 6086 0 0 0 18 2 0 0 16 0 12 0 24051019 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22629] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22629/stat : 22629 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24051021 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22630] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24051022 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22631] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 24051022 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22632] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=810484 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 12 0 24051027 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=810484 CPUtime=0.86
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3286 0 0 0 85 1 0 0 16 0 12 0 24051027 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24051027 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24051027 829935616 31413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 810484

[startup+6.30249 s]
/proc/loadavg: 2.07 2.21 2.17 4/96 22636
/proc/meminfo: memFree=618728/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=810484 CPUtime=6.2
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 39490 0 1 0 598 22 0 0 18 0 12 0 24051017 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202621 37725 1433 9 0 199948 0
[pid=22624/tid=22626] ppid=22622 vsize=810484 CPUtime=4.17
/proc/22624/task/22626/stat : 22626 (java) R 22622 22624 17442 0 -1 64 17218 0 1 0 405 12 0 0 25 0 12 0 24051018 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4109785807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22627] ppid=22622 vsize=810484 CPUtime=0.37
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 9460 0 0 0 33 4 0 0 17 0 12 0 24051019 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22628] ppid=22622 vsize=810484 CPUtime=0.42
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 8724 0 0 0 39 3 0 0 17 0 12 0 24051019 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22629] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22629/stat : 22629 (java) S 22622 22624 17442 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24051021 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22630] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24051022 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22631] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24051022 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22632] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=810484 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 12 0 24051027 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=810484 CPUtime=1.13
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3311 0 0 0 112 1 0 0 16 0 12 0 24051027 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24051027 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=810484 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24051027 829935616 37725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 810484

[startup+12.7021 s]
/proc/loadavg: 2.13 2.22 2.17 3/96 22636
/proc/meminfo: memFree=570152/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=809844 CPUtime=12.6
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 51155 0 1 0 1233 27 0 0 18 0 12 0 24051017 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202461 49210 1433 9 0 199788 0
[pid=22624/tid=22626] ppid=22622 vsize=809844 CPUtime=10.23
/proc/22624/task/22626/stat : 22626 (java) R 22622 22624 17442 0 -1 64 17241 0 1 0 1011 12 0 0 25 0 12 0 24051018 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4109785807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=809844 CPUtime=0.51
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 13299 0 0 0 45 6 0 0 16 0 12 0 24051019 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=809844 CPUtime=0.62
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 16527 0 0 0 56 6 0 0 16 0 12 0 24051019 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=809844 CPUtime=0.01
/proc/22624/task/22629/stat : 22629 (java) S 22622 22624 17442 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24051021 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=809844 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24051022 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22631] ppid=22622 vsize=809844 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24051022 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22632] ppid=22622 vsize=809844 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=809844 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 12 0 24051027 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=809844 CPUtime=1.13
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3311 0 0 0 112 1 0 0 17 0 12 0 24051027 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22635] ppid=22622 vsize=809844 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24051027 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=809844 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24051027 829280256 49210 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 809844

[startup+25.5024 s]
/proc/loadavg: 2.26 2.25 2.18 3/96 22636
/proc/meminfo: memFree=489512/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=809732 CPUtime=25.4
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 70807 0 1 0 2503 37 0 0 18 0 12 0 24051017 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202433 68808 1433 9 0 199760 0
[pid=22624/tid=22626] ppid=22622 vsize=809732 CPUtime=22.66
/proc/22624/task/22626/stat : 22626 (java) R 22622 22624 17442 0 -1 64 17267 0 1 0 2254 12 0 0 25 0 12 0 24051018 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4109683220 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=809732 CPUtime=0.65
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 21116 0 0 0 56 9 0 0 15 0 12 0 24051019 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=809732 CPUtime=0.82
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 28336 0 0 0 70 12 0 0 16 0 12 0 24051019 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=809732 CPUtime=0.01
/proc/22624/task/22629/stat : 22629 (java) S 22622 22624 17442 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24051021 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=809732 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24051022 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22631] ppid=22622 vsize=809732 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24051022 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22632] ppid=22622 vsize=809732 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 829165568 68808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=809732 CPUtime=0.06

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

Current children cumulated CPU time (s) 343.64
Current children cumulated vsize (KiB) 813736

[startup+351.903 s]
/proc/loadavg: 2.54 2.24 2.18 4/96 22636
/proc/meminfo: memFree=62376/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=813736 CPUtime=349.98
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 349914 0 1 0 34823 175 0 0 18 0 12 0 24051017 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 203434 172923 1437 9 0 200761 0
[pid=22624/tid=22626] ppid=22622 vsize=813736 CPUtime=286.15
/proc/22624/task/22626/stat : 22626 (java) R 22622 22624 17442 0 -1 64 17851 0 1 0 28601 14 0 0 25 0 12 0 24051018 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=813736 CPUtime=4.62
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 72538 0 0 0 430 32 0 0 15 0 12 0 24051019 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=813736 CPUtime=5.07
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 81200 0 0 0 474 33 0 0 16 0 12 0 24051019 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=813736 CPUtime=52.82
/proc/22624/task/22629/stat : 22629 (java) R 22622 22624 17442 0 -1 64 174247 0 0 0 5190 92 0 0 17 0 12 0 24051021 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=813736 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24051022 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22631] ppid=22622 vsize=813736 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24051022 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22632] ppid=22622 vsize=813736 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=813736 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 12 0 24051027 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=813736 CPUtime=1.19
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3313 0 0 0 118 1 0 0 17 0 12 0 24051027 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=813736 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24051027 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=813736 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) R 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24051027 833265664 172923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 349.98
Current children cumulated vsize (KiB) 813736

[startup+355.102 s]
/proc/loadavg: 2.54 2.24 2.18 3/96 22636
/proc/meminfo: memFree=62376/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=811736 CPUtime=353.14
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 359433 0 1 0 35134 180 0 0 18 0 12 0 24051017 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 202934 172423 1436 9 0 200261 0
[pid=22624/tid=22626] ppid=22622 vsize=811736 CPUtime=286.19
/proc/22624/task/22626/stat : 22626 (java) S 22622 22624 17442 0 -1 64 17857 0 1 0 28604 15 0 0 21 0 12 0 24051018 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=811736 CPUtime=4.62
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 72538 0 0 0 430 32 0 0 15 0 12 0 24051019 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=811736 CPUtime=5.07
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 81200 0 0 0 474 33 0 0 16 0 12 0 24051019 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=811736 CPUtime=55.95
/proc/22624/task/22629/stat : 22629 (java) R 22622 22624 17442 0 -1 64 183760 0 0 0 5499 96 0 0 21 0 12 0 24051021 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 105696817 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=811736 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24051022 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22631] ppid=22622 vsize=811736 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 24051022 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22632] ppid=22622 vsize=811736 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24051027 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=811736 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 12 0 24051027 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=811736 CPUtime=1.19
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3313 0 0 0 118 1 0 0 17 0 12 0 24051027 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=811736 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24051027 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=811736 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24051027 831217664 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 353.14
Current children cumulated vsize (KiB) 811736

[startup+356.702 s]
/proc/loadavg: 2.50 2.24 2.18 3/96 22636
/proc/meminfo: memFree=62376/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=814060 CPUtime=354.72
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 363445 0 1 0 35291 181 0 0 18 0 13 0 24051017 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 203515 172928 1436 9 0 200842 0
[pid=22624/tid=22626] ppid=22622 vsize=814060 CPUtime=286.19
/proc/22624/task/22626/stat : 22626 (java) S 22622 22624 17442 0 -1 64 17858 0 1 0 28604 15 0 0 17 0 13 0 24051018 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=814060 CPUtime=4.62
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 72538 0 0 0 430 32 0 0 15 0 13 0 24051019 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=814060 CPUtime=5.07
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 81200 0 0 0 474 33 0 0 16 0 13 0 24051019 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=814060 CPUtime=57.54
/proc/22624/task/22629/stat : 22629 (java) R 22622 22624 17442 0 -1 64 187765 0 0 0 5656 98 0 0 25 0 13 0 24051021 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 105886033 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24051022 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22631] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24051022 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22632] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=814060 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=814060 CPUtime=1.19
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3313 0 0 0 118 1 0 0 17 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 354.72
Current children cumulated vsize (KiB) 814060

[startup+357.506 s]
/proc/loadavg: 2.50 2.24 2.18 3/97 22637
/proc/meminfo: memFree=62304/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=814060 CPUtime=355.52
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 366451 0 1 0 35369 183 0 0 18 0 13 0 24051017 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 203515 172928 1436 9 0 200842 0
[pid=22624/tid=22626] ppid=22622 vsize=814060 CPUtime=286.19
/proc/22624/task/22626/stat : 22626 (java) S 22622 22624 17442 0 -1 64 17858 0 1 0 28604 15 0 0 17 0 13 0 24051018 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=814060 CPUtime=4.62
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 72538 0 0 0 430 32 0 0 15 0 13 0 24051019 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=814060 CPUtime=5.07
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 81200 0 0 0 474 33 0 0 16 0 13 0 24051019 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=814060 CPUtime=58.33
/proc/22624/task/22629/stat : 22629 (java) R 22622 22624 17442 0 -1 64 190769 0 0 0 5734 99 0 0 25 0 13 0 24051021 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24051022 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22631] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24051022 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22632] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=814060 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=814060 CPUtime=1.19
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3313 0 0 0 118 1 0 0 17 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22637] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22637/stat : 22637 (java) S 22622 22624 17442 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24086657 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.52
Current children cumulated vsize (KiB) 814060

[startup+358.302 s]
/proc/loadavg: 2.50 2.24 2.18 3/97 22637
/proc/meminfo: memFree=62304/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=814060 CPUtime=356.31
/proc/22624/stat : 22624 (java) S 22622 22624 17442 0 -1 0 367954 0 1 0 35448 183 0 0 18 0 13 0 24051017 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22624/statm: 203515 172928 1436 9 0 200842 0
[pid=22624/tid=22626] ppid=22622 vsize=814060 CPUtime=286.19
/proc/22624/task/22626/stat : 22626 (java) S 22622 22624 17442 0 -1 64 17858 0 1 0 28604 15 0 0 17 0 13 0 24051018 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22627] ppid=22622 vsize=814060 CPUtime=4.62
/proc/22624/task/22627/stat : 22627 (java) S 22622 22624 17442 0 -1 64 72538 0 0 0 430 32 0 0 15 0 13 0 24051019 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22628] ppid=22622 vsize=814060 CPUtime=5.07
/proc/22624/task/22628/stat : 22628 (java) S 22622 22624 17442 0 -1 64 81200 0 0 0 474 33 0 0 16 0 13 0 24051019 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22629] ppid=22622 vsize=814060 CPUtime=59.11
/proc/22624/task/22629/stat : 22629 (java) R 22622 22624 17442 0 -1 64 192271 0 0 0 5812 99 0 0 25 0 13 0 24051021 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22630] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22630/stat : 22630 (java) S 22622 22624 17442 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24051022 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22631] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22631/stat : 22631 (java) S 22622 22624 17442 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24051022 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22632] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22632/stat : 22632 (java) S 22622 22624 17442 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22633] ppid=22622 vsize=814060 CPUtime=0.06
/proc/22624/task/22633/stat : 22633 (java) S 22622 22624 17442 0 -1 64 26 0 0 0 6 0 0 0 16 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22634] ppid=22622 vsize=814060 CPUtime=1.19
/proc/22624/task/22634/stat : 22634 (java) S 22622 22624 17442 0 -1 64 3313 0 0 0 118 1 0 0 17 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22635] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22635/stat : 22635 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22624/tid=22636] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22636/stat : 22636 (java) S 22622 22624 17442 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24051027 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22624/tid=22637] ppid=22622 vsize=814060 CPUtime=0
/proc/22624/task/22637/stat : 22637 (java) S 22622 22624 17442 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24086657 833597440 172928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 356.31
Current children cumulated vsize (KiB) 814060

[startup+358.703 s]
/proc/loadavg: 2.50 2.24 2.18 3/97 22637
/proc/meminfo: memFree=62304/2055920 swapFree=4192956/4192956
[pid=22624] ppid=22622 vsize=0 CPUtime=356.67
/proc/22624/stat : 22624 (java) Z 22622 22624 17442 0 -1 12 367962 0 1 0 35481 186 0 0 16 0 2 0 24051017 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22624/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 356.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 358.777
CPU time (s): 356.754
CPU user time (s): 354.817
CPU system time (s): 1.9367
CPU usage (%): 99.4361
Max. virtual memory (cumulated for all children) (KiB): 815740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.817
system time used= 1.9367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367962
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= 17760
involuntary context switches= 18096

runsolver used 0.487925 second user time and 1.21681 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 05:37:20
IDJOB=2080381
IDBENCH=57077
IDSOLVER=731
FILE ID=node12/2080381-1247369840
PBS_JOBID= 9506997
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080381-1247369840/watcher-2080381-1247369840 -o /tmp/evaluation-result-2080381-1247369840/solver-2080381-1247369840 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080381-1247369840.xml

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

MD5SUM BENCH= 74d19ad62f918a217b76261cff1ec0a6
RANDOM SEED=977455060

node12.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.240
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.240
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:        759912 kB
Buffers:         78224 kB
Cached:         477132 kB
SwapCached:          0 kB
Active:         715584 kB
Inactive:       498840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        759912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:         674812 kB
Slab:            65488 kB
Committed_AS:   870404 kB
PageTables:       3004 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= 66216 MiB
End job on node12 at 2009-07-12 05:43:19