Trace number 1092560

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 2008-06-13? 253.883 254.534

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-7.xml
MD5SUMa7bfced7c76430a4e64d921de0f86ae8
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 benchmark3.46847
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1551
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1092560-1215276029.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.88/0.95	c reading variables done.
2.95/2.47	c reading predicates  done.
3.15/2.69	c reading constraints
247.00/247.69	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
253.56/254.28	c starts		: 0
253.56/254.29	c conflicts		: 0
253.56/254.29	c decisions		: 0
253.56/254.29	c propagations		: 0
253.56/254.29	c inspects		: 0
253.56/254.29	c learnt literals	: 0
253.56/254.29	c learnt binary clauses	: 0
253.56/254.29	c learnt ternary clauses	: 0
253.56/254.29	c learnt clauses	: 0
253.56/254.29	c ignored clauses	: 0
253.56/254.29	c root simplifications	: 0
253.56/254.29	c removed literals (reason simplification)	: 0
253.56/254.29	c reason swapping (by a shorter reason)	: 0
253.56/254.29	c Calls to reduceDB	: 0
253.56/254.29	c speed (assignments/second)	: 0.0
253.56/254.29	c non guided choices	0
253.56/254.29	s UNKNOWN
253.56/254.29	c Total wall clock time (in seconds) : 250.596

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092560-1215276029/watcher-1092560-1215276029 -o /tmp/evaluation-result-1092560-1215276029/solver-1092560-1215276029 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1092560-1215276029.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 23739
/proc/meminfo: memFree=1610896/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=13288 CPUtime=0
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 650536507 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 3322 538 219 9 0 1232 0
[pid=23739/tid=23740] ppid=23737 vsize=13288 CPUtime=0
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 650536508 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 11939800 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0424249 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 23739
/proc/meminfo: memFree=1610896/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=801432 CPUtime=0.03
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 2465 0 1 0 1 2 0 0 18 0 5 0 650536507 820666368 2203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 200358 2203 936 9 0 197741 0
[pid=23739/tid=23740] ppid=23737 vsize=801432 CPUtime=0.02
/proc/23739/task/23740/stat : 23740 (java) S 23737 23739 22613 0 -1 64 1718 0 1 0 1 1 0 0 18 0 5 0 650536508 820666368 2203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101533 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 23739
/proc/meminfo: memFree=1610896/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=804612 CPUtime=0.08
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 2997 0 1 0 6 2 0 0 18 0 12 0 650536507 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 201153 2730 1048 9 0 198522 0
[pid=23739/tid=23740] ppid=23737 vsize=804612 CPUtime=0.08
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 2222 0 1 0 6 2 0 0 21 0 12 0 650536508 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4109219572 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301561 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 23739
/proc/meminfo: memFree=1610896/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=808276 CPUtime=0.28
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 4908 0 1 0 24 4 0 0 18 0 12 0 650536507 827674624 4235 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 202069 4235 1297 9 0 199438 0
[pid=23739/tid=23740] ppid=23737 vsize=808276 CPUtime=0.17
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 2644 0 1 0 15 2 0 0 18 0 12 0 650536508 827674624 4235 996147200 134512640 134550740 4294956016 18446744073709551615 104228804 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.70262 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 23739
/proc/meminfo: memFree=1610896/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=808304 CPUtime=0.68
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 6350 0 1 0 63 5 0 0 18 0 12 0 650536507 827703296 5478 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 202076 5478 1335 9 0 199438 0
[pid=23739/tid=23740] ppid=23737 vsize=808304 CPUtime=0.41
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 3783 0 1 0 37 4 0 0 19 0 12 0 650536508 827703296 5478 996147200 134512640 134550740 4294956016 18446744073709551615 4109211761 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50274 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 23751
/proc/meminfo: memFree=1593456/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=812152 CPUtime=1.47
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 24170 0 1 0 135 12 0 0 18 0 12 0 650536507 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 203038 21782 1347 9 0 200400 0
[pid=23739/tid=23740] ppid=23737 vsize=812152 CPUtime=0.79
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 16954 0 1 0 70 9 0 0 23 0 12 0 650536508 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23742] ppid=23737 vsize=812152 CPUtime=0.03
/proc/23739/task/23742/stat : 23742 (java) R 23737 23739 22613 0 -1 64 2764 0 0 0 3 0 0 0 17 0 12 0 650536509 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 106158577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23743] ppid=23737 vsize=812152 CPUtime=0.02
/proc/23739/task/23743/stat : 23743 (java) R 23737 23739 22613 0 -1 64 1209 0 0 0 2 0 0 0 17 0 12 0 650536509 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 104146071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23744] ppid=23737 vsize=812152 CPUtime=0
/proc/23739/task/23744/stat : 23744 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 650536511 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23745] ppid=23737 vsize=812152 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 650536512 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23746] ppid=23737 vsize=812152 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 650536512 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23747] ppid=23737 vsize=812152 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=812152 CPUtime=0.32
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1309 0 0 0 32 0 0 0 16 0 12 0 650536516 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23749] ppid=23737 vsize=812152 CPUtime=0.25
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 1174 0 0 0 25 0 0 0 16 0 12 0 650536516 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23750] ppid=23737 vsize=812152 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=812152 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 831643648 21782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812152

[startup+3.10298 s]
/proc/loadavg: 2.16 2.04 2.01 5/92 23751
/proc/meminfo: memFree=1470960/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=819564 CPUtime=3.65
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 54394 0 1 0 336 29 0 0 18 0 12 0 650536507 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 204891 48147 1362 9 0 202253 0
[pid=23739/tid=23740] ppid=23737 vsize=819564 CPUtime=1.23
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 17264 0 1 0 113 10 0 0 18 0 12 0 650536508 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23742] ppid=23737 vsize=819564 CPUtime=0.77
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 19403 0 0 0 68 9 0 0 20 0 12 0 650536509 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23743] ppid=23737 vsize=819564 CPUtime=0.67
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 11480 0 0 0 62 5 0 0 16 0 12 0 650536509 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23744] ppid=23737 vsize=819564 CPUtime=0
/proc/23739/task/23744/stat : 23744 (java) S 23737 23739 22613 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 650536511 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23745] ppid=23737 vsize=819564 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 650536512 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23746] ppid=23737 vsize=819564 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 650536512 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23747] ppid=23737 vsize=819564 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=819564 CPUtime=0.39
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1321 0 0 0 39 0 0 0 16 0 12 0 650536516 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23749] ppid=23737 vsize=819564 CPUtime=0.54
/proc/23739/task/23749/stat : 23749 (java) R 23737 23739 22613 0 -1 64 4138 0 0 0 52 2 0 0 17 0 12 0 650536516 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 106214681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23750] ppid=23737 vsize=819564 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=819564 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 839233536 48147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 819564

[startup+6.30244 s]
/proc/loadavg: 2.16 2.04 2.01 6/92 23751
/proc/meminfo: memFree=1403760/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=816708 CPUtime=6.96
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 61864 0 1 0 664 32 0 0 18 0 12 0 650536507 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 204177 53189 1380 9 0 201539 0
[pid=23739/tid=23740] ppid=23737 vsize=816708 CPUtime=3.78
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 17274 0 1 0 368 10 0 0 25 0 12 0 650536508 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4109705244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23742] ppid=23737 vsize=816708 CPUtime=1.01
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 22094 0 0 0 91 10 0 0 16 0 12 0 650536509 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23743] ppid=23737 vsize=816708 CPUtime=0.9
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 15265 0 0 0 84 6 0 0 16 0 12 0 650536509 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23744] ppid=23737 vsize=816708 CPUtime=0
/proc/23739/task/23744/stat : 23744 (java) S 23737 23739 22613 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 650536511 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23745] ppid=23737 vsize=816708 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 650536512 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23746] ppid=23737 vsize=816708 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 650536512 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23747] ppid=23737 vsize=816708 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=816708 CPUtime=0.48
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1522 0 0 0 48 0 0 0 16 0 12 0 650536516 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23749] ppid=23737 vsize=816708 CPUtime=0.73
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4921 0 0 0 71 2 0 0 17 0 12 0 650536516 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23750] ppid=23737 vsize=816708 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=816708 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 836308992 53189 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 816708

[startup+12.7014 s]
/proc/loadavg: 2.13 2.04 2.01 3/92 23751
/proc/meminfo: memFree=1362416/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=815712 CPUtime=13.28
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 72327 0 1 0 1292 36 0 0 18 0 12 0 650536507 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 203928 63394 1386 9 0 201290 0
[pid=23739/tid=23740] ppid=23737 vsize=815712 CPUtime=9.3
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 17298 0 1 0 919 11 0 0 25 0 12 0 650536508 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4109672052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23742] ppid=23737 vsize=815712 CPUtime=1.2
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 26824 0 0 0 108 12 0 0 16 0 12 0 650536509 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23743] ppid=23737 vsize=815712 CPUtime=1.08
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 20902 0 0 0 100 8 0 0 16 0 12 0 650536509 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23744] ppid=23737 vsize=815712 CPUtime=0.01
/proc/23739/task/23744/stat : 23744 (java) S 23737 23739 22613 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 650536511 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23745] ppid=23737 vsize=815712 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 650536512 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23746] ppid=23737 vsize=815712 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 650536512 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23747] ppid=23737 vsize=815712 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=815712 CPUtime=0.61
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1534 0 0 0 61 0 0 0 16 0 12 0 650536516 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23749] ppid=23737 vsize=815712 CPUtime=1.03
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4981 0 0 0 101 2 0 0 16 0 12 0 650536516 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23750] ppid=23737 vsize=815712 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=815712 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 835289088 63394 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 815712

[startup+25.5023 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 23751
/proc/meminfo: memFree=1285680/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=815712 CPUtime=26.01
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 91486 0 1 0 2557 44 0 0 18 0 12 0 650536507 835289088 82523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 203928 82523 1386 9 0 201290 0
[pid=23739/tid=23740] ppid=23737 vsize=815712 CPUtime=21.38
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 17328 0 1 0 2127 11 0 0 25 0 12 0 650536508 835289088 82523 996147200 134512640 134550740 4294956016 18446744073709551615 4109792393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23742] ppid=23737 vsize=815712 CPUtime=1.52
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 36010 0 0 0 136 16 0 0 16 0 12 0 650536509 835289088 82523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 229.78
Current children cumulated vsize (KiB) 815712

[startup+243.108 s]
/proc/loadavg: 2.42 2.12 2.03 4/92 23751
/proc/meminfo: memFree=917680/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=819716 CPUtime=242.52
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 391048 0 1 0 24069 183 0 0 18 0 12 0 650536507 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 204929 174508 1390 9 0 202291 0
[pid=23739/tid=23740] ppid=23737 vsize=819716 CPUtime=187.58
/proc/23739/task/23740/stat : 23740 (java) R 23737 23739 22613 0 -1 64 17717 0 1 0 18746 12 0 0 25 0 12 0 650536508 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23742] ppid=23737 vsize=819716 CPUtime=4.78
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 87172 0 0 0 439 39 0 0 16 0 12 0 650536509 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23743] ppid=23737 vsize=819716 CPUtime=4.56
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 74164 0 0 0 426 30 0 0 15 0 12 0 650536509 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23744] ppid=23737 vsize=819716 CPUtime=43.82
/proc/23739/task/23744/stat : 23744 (java) R 23737 23739 22613 0 -1 64 204719 0 0 0 4285 97 0 0 16 0 12 0 650536511 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 105677269 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23745] ppid=23737 vsize=819716 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 650536512 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23746] ppid=23737 vsize=819716 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650536512 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23747] ppid=23737 vsize=819716 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=819716 CPUtime=0.64
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1534 0 0 0 64 0 0 0 16 0 12 0 650536516 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23749] ppid=23737 vsize=819716 CPUtime=1.08
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4981 0 0 0 106 2 0 0 17 0 12 0 650536516 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23750] ppid=23737 vsize=819716 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=819716 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 839389184 174508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 242.52
Current children cumulated vsize (KiB) 819716

[startup+249.503 s]
/proc/loadavg: 2.39 2.12 2.03 3/92 23751
/proc/meminfo: memFree=913584/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=823716 CPUtime=248.89
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 421078 0 1 0 24691 198 0 0 18 0 12 0 650536507 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 205929 175508 1390 9 0 203291 0
[pid=23739/tid=23740] ppid=23737 vsize=823716 CPUtime=187.62
/proc/23739/task/23740/stat : 23740 (java) S 23737 23739 22613 0 -1 64 17722 0 1 0 18750 12 0 0 16 0 12 0 650536508 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23742] ppid=23737 vsize=823716 CPUtime=4.78
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 87172 0 0 0 439 39 0 0 16 0 12 0 650536509 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23743] ppid=23737 vsize=823716 CPUtime=4.56
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 74164 0 0 0 426 30 0 0 15 0 12 0 650536509 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23744] ppid=23737 vsize=823716 CPUtime=50.15
/proc/23739/task/23744/stat : 23744 (java) R 23737 23739 22613 0 -1 64 234744 0 0 0 4903 112 0 0 25 0 12 0 650536511 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23745] ppid=23737 vsize=823716 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 650536512 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23746] ppid=23737 vsize=823716 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650536512 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23747] ppid=23737 vsize=823716 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=823716 CPUtime=0.64
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1534 0 0 0 64 0 0 0 16 0 12 0 650536516 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23749] ppid=23737 vsize=823716 CPUtime=1.08
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4981 0 0 0 106 2 0 0 17 0 12 0 650536516 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23750] ppid=23737 vsize=823716 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=823716 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 843485184 175508 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.89
Current children cumulated vsize (KiB) 823716

[startup+252.703 s]
/proc/loadavg: 2.36 2.11 2.03 3/93 23752
/proc/meminfo: memFree=913512/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=824040 CPUtime=252.07
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 435100 0 1 0 25003 204 0 0 18 0 13 0 650536507 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 206010 175514 1390 9 0 203372 0
[pid=23739/tid=23740] ppid=23737 vsize=824040 CPUtime=187.62
/proc/23739/task/23740/stat : 23740 (java) S 23737 23739 22613 0 -1 64 17726 0 1 0 18750 12 0 0 18 0 13 0 650536508 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23742] ppid=23737 vsize=824040 CPUtime=4.78
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 87172 0 0 0 439 39 0 0 16 0 13 0 650536509 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23743] ppid=23737 vsize=824040 CPUtime=4.56
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 74164 0 0 0 426 30 0 0 15 0 13 0 650536509 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23744] ppid=23737 vsize=824040 CPUtime=53.33
/proc/23739/task/23744/stat : 23744 (java) R 23737 23739 22613 0 -1 64 248756 0 0 0 5216 117 0 0 25 0 13 0 650536511 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 106122278 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23745] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 650536512 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23746] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 650536512 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23747] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=824040 CPUtime=0.64
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1534 0 0 0 64 0 0 0 16 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23749] ppid=23737 vsize=824040 CPUtime=1.08
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4981 0 0 0 106 2 0 0 17 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23750] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23752] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23752/stat : 23752 (java) S 23737 23739 22613 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 650561608 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 252.07
Current children cumulated vsize (KiB) 824040

[startup+253.502 s]
/proc/loadavg: 2.36 2.11 2.03 3/93 23752
/proc/meminfo: memFree=909544/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=824040 CPUtime=252.86
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 438604 0 1 0 25081 205 0 0 18 0 13 0 650536507 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 206010 175514 1390 9 0 203372 0
[pid=23739/tid=23740] ppid=23737 vsize=824040 CPUtime=187.62
/proc/23739/task/23740/stat : 23740 (java) S 23737 23739 22613 0 -1 64 17726 0 1 0 18750 12 0 0 18 0 13 0 650536508 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23742] ppid=23737 vsize=824040 CPUtime=4.78
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 87172 0 0 0 439 39 0 0 16 0 13 0 650536509 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23743] ppid=23737 vsize=824040 CPUtime=4.56
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 74164 0 0 0 426 30 0 0 15 0 13 0 650536509 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23744] ppid=23737 vsize=824040 CPUtime=54.12
/proc/23739/task/23744/stat : 23744 (java) R 23737 23739 22613 0 -1 64 252259 0 0 0 5293 119 0 0 25 0 13 0 650536511 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 104136445 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23745] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 650536512 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23746] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 650536512 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23747] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=824040 CPUtime=0.64
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1534 0 0 0 64 0 0 0 16 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23749] ppid=23737 vsize=824040 CPUtime=1.08
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4981 0 0 0 106 2 0 0 17 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23750] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 650536516 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23752] ppid=23737 vsize=824040 CPUtime=0
/proc/23739/task/23752/stat : 23752 (java) S 23737 23739 22613 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 650561608 843816960 175514 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 252.86
Current children cumulated vsize (KiB) 824040

[startup+254.302 s]
/proc/loadavg: 2.36 2.11 2.03 3/93 23752
/proc/meminfo: memFree=909544/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=816036 CPUtime=253.66
/proc/23739/stat : 23739 (java) S 23737 23739 22613 0 -1 0 438607 0 1 0 25161 205 0 0 18 0 12 0 650536507 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23739/statm: 204009 173515 1391 9 0 201371 0
[pid=23739/tid=23740] ppid=23737 vsize=816036 CPUtime=187.62
/proc/23739/task/23740/stat : 23740 (java) S 23737 23739 22613 0 -1 64 17727 0 1 0 18750 12 0 0 16 0 12 0 650536508 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23742] ppid=23737 vsize=816036 CPUtime=4.78
/proc/23739/task/23742/stat : 23742 (java) S 23737 23739 22613 0 -1 64 87172 0 0 0 439 39 0 0 16 0 12 0 650536509 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23743] ppid=23737 vsize=816036 CPUtime=4.56
/proc/23739/task/23743/stat : 23743 (java) S 23737 23739 22613 0 -1 64 74164 0 0 0 426 30 0 0 15 0 12 0 650536509 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23744] ppid=23737 vsize=816036 CPUtime=54.92
/proc/23739/task/23744/stat : 23744 (java) R 23737 23739 22613 0 -1 64 252259 0 0 0 5373 119 0 0 25 0 12 0 650536511 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23745] ppid=23737 vsize=816036 CPUtime=0
/proc/23739/task/23745/stat : 23745 (java) S 23737 23739 22613 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 650536512 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23746] ppid=23737 vsize=816036 CPUtime=0
/proc/23739/task/23746/stat : 23746 (java) S 23737 23739 22613 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 650536512 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23747] ppid=23737 vsize=816036 CPUtime=0
/proc/23739/task/23747/stat : 23747 (java) S 23737 23739 22613 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 650536516 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23748] ppid=23737 vsize=816036 CPUtime=0.64
/proc/23739/task/23748/stat : 23748 (java) S 23737 23739 22613 0 -1 64 1534 0 0 0 64 0 0 0 16 0 12 0 650536516 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23749] ppid=23737 vsize=816036 CPUtime=1.08
/proc/23739/task/23749/stat : 23749 (java) S 23737 23739 22613 0 -1 64 4981 0 0 0 106 2 0 0 17 0 12 0 650536516 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23739/tid=23750] ppid=23737 vsize=816036 CPUtime=0
/proc/23739/task/23750/stat : 23750 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 650536516 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23739/tid=23751] ppid=23737 vsize=816036 CPUtime=0
/proc/23739/task/23751/stat : 23751 (java) S 23737 23739 22613 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 650536516 835620864 173515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 253.66
Current children cumulated vsize (KiB) 816036

[startup+254.502 s]
/proc/loadavg: 2.36 2.11 2.03 3/93 23752
/proc/meminfo: memFree=909544/2055920 swapFree=4180840/4192956
[pid=23739] ppid=23737 vsize=0 CPUtime=253.84
/proc/23739/stat : 23739 (java) Z 23737 23739 22613 0 -1 12 438611 0 1 0 25172 212 0 0 16 0 2 0 650536507 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 253.84
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 254.534
CPU time (s): 253.883
CPU user time (s): 251.724
CPU system time (s): 2.15967
CPU usage (%): 99.7445
Max. virtual memory (cumulated for all children) (KiB): 828044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.724
system time used= 2.15967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438611
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= 11392
involuntary context switches= 10892

runsolver used 0.39394 second user time and 1.03384 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 18:40:29
IDJOB=1092560
IDBENCH=58636
IDSOLVER=344
FILE ID=node39/1092560-1215276029
PBS_JOBID= 7882215
Free space on /tmp= 66512 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-95-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092560-1215276029/watcher-1092560-1215276029 -o /tmp/evaluation-result-1092560-1215276029/solver-1092560-1215276029 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1092560-1215276029.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7bfced7c76430a4e64d921de0f86ae8
RANDOM SEED=1407226602

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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.267
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:       1611376 kB
Buffers:         45920 kB
Cached:         240816 kB
SwapCached:       6276 kB
Active:         291480 kB
Inactive:        96916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611376 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         109964 kB
Slab:            40444 kB
Committed_AS:  1123344 kB
PageTables:       2512 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= 66508 MiB
End job on node39 at 2008-07-05 18:44:44