Trace number 2077972

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (TO) 1800.2 1808.39

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-3.xml
MD5SUM3f95c8d29be0573ddfe6516241da88fb
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.188
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64020
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63820
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2077972-1247366425.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.48	c reading variables done.
0.88/0.96	c reading predicates  done.
1.09/1.16	c reading constraints
1800.10/1808.32	c starts		: 0
1800.10/1808.32	c conflicts		: 0
1800.10/1808.32	c decisions		: 0
1800.10/1808.32	c propagations		: 0
1800.10/1808.32	c inspects		: 0
1800.10/1808.32	c learnt literals	: 0
1800.10/1808.32	c learnt binary clauses	: 0
1800.10/1808.32	c learnt ternary clauses	: 0
1800.10/1808.32	c learnt clauses	: 0
1800.10/1808.32	c ignored clauses	: 0
1800.10/1808.32	c root simplifications	: 0
1800.10/1808.32	c removed literals (reason simplification)	: 0
1800.10/1808.32	c reason swapping (by a shorter reason)	: 0
1800.10/1808.32	c Calls to reduceDB	: 0
1800.10/1808.32	c speed (assignments/second)	: 0.0
1800.10/1808.32	c non guided choices	0
1800.10/1808.32	c learnt constraints type 
1800.10/1808.32	c constraints type 
1800.10/1808.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2779272
1800.10/1808.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 21
1800.10/1808.32	c org.sat4j.minisat.constraints.card.AtLeast => 779
1800.10/1808.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80
1800.10/1808.32	s UNKNOWN
1800.10/1808.32	c Total wall clock time (in seconds) : 1808.088

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077972-1247366425/watcher-2077972-1247366425 -o /tmp/evaluation-result-2077972-1247366425/solver-2077972-1247366425 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077972-1247366425.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: 1.92 2.06 2.17 4/82 24555
/proc/meminfo: memFree=1697384/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=4 CPUtime=0
/proc/24555/stat : 24555 (java) R 24553 24555 20789 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23706027 4096 1 996147200 0 0 4294956428 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24555/statm: 35 4 1 9 0 1 0

[startup+0.0754641 s]
/proc/loadavg: 1.92 2.06 2.17 4/82 24555
/proc/meminfo: memFree=1697384/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=802164 CPUtime=0.06
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 2824 0 1 0 4 2 0 0 18 0 7 0 23706027 821415936 2569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 200541 2570 1037 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102468 s]
/proc/loadavg: 1.92 2.06 2.17 4/82 24555
/proc/meminfo: memFree=1697384/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=804560 CPUtime=0.09
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 3063 0 1 0 6 3 0 0 18 0 12 0 23706027 823869440 2806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 201140 2806 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301482 s]
/proc/loadavg: 1.92 2.06 2.17 4/82 24555
/proc/meminfo: memFree=1697384/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=806048 CPUtime=0.29
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 4399 0 1 0 25 4 0 0 18 0 12 0 23706027 825393152 4136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 201512 4136 1363 9 0 198839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806048

[startup+0.701524 s]
/proc/loadavg: 1.92 2.06 2.17 4/82 24555
/proc/meminfo: memFree=1697384/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=807176 CPUtime=0.68
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 5688 0 1 0 63 5 0 0 18 0 12 0 23706027 826548224 5180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 201794 5180 1389 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.5026 s]
/proc/loadavg: 1.92 2.06 2.17 4/94 24567
/proc/meminfo: memFree=1677512/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=810724 CPUtime=1.48
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 10258 0 1 0 141 7 0 0 18 0 12 0 23706027 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202681 7918 1407 9 0 200008 0
[pid=24555/tid=24557] ppid=24553 vsize=810724 CPUtime=0.78
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 5871 0 1 0 73 5 0 0 25 0 12 0 23706028 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23706029 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23706029 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23706031 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 23706032 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23706032 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=810724 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=810724 CPUtime=0.64
/proc/24555/task/24565/stat : 24565 (java) R 24553 24555 20789 0 -1 64 3396 0 0 0 63 1 0 0 17 0 12 0 23706036 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 105495942 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24566] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830181376 7918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810724

[startup+3.10175 s]
/proc/loadavg: 1.92 2.06 2.17 3/94 24567
/proc/meminfo: memFree=1634120/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=810724 CPUtime=3.07
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 23905 0 1 0 293 14 0 0 18 0 12 0 23706027 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202681 21562 1427 9 0 200008 0
[pid=24555/tid=24557] ppid=24553 vsize=810724 CPUtime=2.2
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 17437 0 1 0 210 10 0 0 25 0 12 0 23706028 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4109609004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=810724 CPUtime=0.03
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 1303 0 0 0 3 0 0 0 16 0 12 0 23706029 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=810724 CPUtime=0.01
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 739 0 0 0 1 0 0 0 16 0 12 0 23706029 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 23706031 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=810724 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=810724 CPUtime=0.73
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 3419 0 0 0 72 1 0 0 16 0 12 0 23706036 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24566] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=810724 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830181376 21562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810724

[startup+6.30205 s]
/proc/loadavg: 1.93 2.05 2.16 3/94 24567
/proc/meminfo: memFree=1616008/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=810180 CPUtime=6.26
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 25134 0 1 0 611 15 0 0 18 0 12 0 23706027 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202545 22661 1427 9 0 199872 0
[pid=24555/tid=24557] ppid=24553 vsize=810180 CPUtime=5.27
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 17444 0 1 0 517 10 0 0 25 0 12 0 23706028 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4109595955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=810180 CPUtime=0.08
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 1842 0 0 0 8 0 0 0 16 0 12 0 23706029 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=810180 CPUtime=0.07
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 1395 0 0 0 7 0 0 0 16 0 12 0 23706029 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=810180 CPUtime=0
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 23706031 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=810180 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=810180 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=810180 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=810180 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=810180 CPUtime=0.73
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 3419 0 0 0 72 1 0 0 16 0 12 0 23706036 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24566] ppid=24553 vsize=810180 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=810180 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 829624320 22661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 810180

[startup+12.7017 s]
/proc/loadavg: 1.93 2.05 2.16 3/94 24567
/proc/meminfo: memFree=1601800/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=809924 CPUtime=12.63
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 27693 0 1 0 1247 16 0 0 18 0 12 0 23706027 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202481 25147 1431 9 0 199808 0
[pid=24555/tid=24557] ppid=24553 vsize=809924 CPUtime=11.46
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 18664 0 1 0 1135 11 0 0 25 0 12 0 23706028 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4109678315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=809924 CPUtime=0.12
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 2517 0 0 0 11 1 0 0 16 0 12 0 23706029 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=809924 CPUtime=0.09
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 2009 0 0 0 9 0 0 0 16 0 12 0 23706029 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=809924 CPUtime=0
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 23706031 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=809924 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=809924 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=809924 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=809924 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=809924 CPUtime=0.86
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 3469 0 0 0 85 1 0 0 17 0 12 0 23706036 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24566] ppid=24553 vsize=809924 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=809924 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 829362176 25147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 809924

[startup+25.5029 s]
/proc/loadavg: 1.95 2.05 2.16 3/94 24567
/proc/meminfo: memFree=1600136/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=809556 CPUtime=25.36
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 28244 0 1 0 2520 16 0 0 18 0 12 0 23706027 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202389 25589 1431 9 0 199716 0
[pid=24555/tid=24557] ppid=24553 vsize=809556 CPUtime=24.12
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 18683 0 1 0 2401 11 0 0 25 0 12 0 23706028 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4109623420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=809556 CPUtime=0.14
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 2762 0 0 0 13 1 0 0 16 0 12 0 23706029 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=809556 CPUtime=0.11
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 2295 0 0 0 11 0 0 0 16 0 12 0 23706029 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=809556 CPUtime=0
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 23706031 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=809556 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=809556 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=809556 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 828985344 25589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=809556 CPUtime=0.04

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

[pid=24555/tid=24566] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 83674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830865408 83674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.09
Current children cumulated vsize (KiB) 811392

[startup+1662.3 s]
/proc/loadavg: 2.15 2.09 2.07 3/94 24661
/proc/meminfo: memFree=1274640/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=811392 CPUtime=1654.63
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 92150 0 1 0 165385 78 0 0 18 0 12 0 23706027 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202848 85332 1442 9 0 200175 0
[pid=24555/tid=24557] ppid=24553 vsize=811392 CPUtime=1612.12
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 20565 0 1 0 161188 24 0 0 25 0 12 0 23706028 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4109596085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=811392 CPUtime=20.07
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 34602 0 0 0 1989 18 0 0 17 0 12 0 23706029 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=811392 CPUtime=19.57
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 29626 0 0 0 1942 15 0 0 16 0 12 0 23706029 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=811392 CPUtime=0.51
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 58 0 0 0 34 17 0 0 16 0 12 0 23706031 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=811392 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=811392 CPUtime=2.28
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 6309 0 0 0 226 2 0 0 16 0 12 0 23706036 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24566] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830865408 85332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.63
Current children cumulated vsize (KiB) 811392

[startup+1722.3 s]
/proc/loadavg: 2.09 2.08 2.07 3/94 24661
/proc/meminfo: memFree=1264464/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=811392 CPUtime=1714.37
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 94090 0 1 0 171357 80 0 0 18 0 12 0 23706027 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202848 87208 1442 9 0 200175 0
[pid=24555/tid=24557] ppid=24553 vsize=811392 CPUtime=1669.52
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 20629 0 1 0 166928 24 0 0 25 0 12 0 23706028 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4109595955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24558] ppid=24553 vsize=811392 CPUtime=21.2
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 35558 0 0 0 2101 19 0 0 17 0 12 0 23706029 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24559] ppid=24553 vsize=811392 CPUtime=20.75
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 30546 0 0 0 2060 15 0 0 17 0 12 0 23706029 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24560] ppid=24553 vsize=811392 CPUtime=0.51
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 58 0 0 0 34 17 0 0 16 0 12 0 23706031 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24561] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=811392 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=811392 CPUtime=2.28
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 6309 0 0 0 226 2 0 0 16 0 12 0 23706036 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24566] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830865408 87208 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.37
Current children cumulated vsize (KiB) 811392

[startup+1782.3 s]
/proc/loadavg: 2.41 2.17 2.10 3/94 24661
/proc/meminfo: memFree=1258960/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=811392 CPUtime=1774.1
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 95506 0 1 0 177327 83 0 0 18 0 12 0 23706027 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202848 88559 1442 9 0 200175 0
[pid=24555/tid=24557] ppid=24553 vsize=811392 CPUtime=1726.94
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 20694 0 1 0 172670 24 0 0 25 0 12 0 23706028 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4109623513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=811392 CPUtime=22.34
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 36165 0 0 0 2215 19 0 0 17 0 12 0 23706029 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=811392 CPUtime=21.9
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 31288 0 0 0 2173 17 0 0 17 0 12 0 23706029 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=811392 CPUtime=0.54
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 60 0 0 0 36 18 0 0 16 0 12 0 23706031 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=811392 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=811392 CPUtime=2.28
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 6309 0 0 0 226 2 0 0 16 0 12 0 23706036 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24566] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830865408 88559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.1
Current children cumulated vsize (KiB) 811392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.51 2.22 2.12 3/94 24661
/proc/meminfo: memFree=1255824/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=811392 CPUtime=1800.1
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 96299 0 1 0 179926 84 0 0 18 0 12 0 23706027 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202848 89323 1442 9 0 200175 0
[pid=24555/tid=24557] ppid=24553 vsize=811392 CPUtime=1751.93
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 20723 0 1 0 175169 24 0 0 25 0 12 0 23706028 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4109612928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=811392 CPUtime=22.87
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 36507 0 0 0 2267 20 0 0 17 0 12 0 23706029 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=811392 CPUtime=22.38
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 31710 0 0 0 2221 17 0 0 17 0 12 0 23706029 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=811392 CPUtime=0.55
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 60 0 0 0 37 18 0 0 16 0 12 0 23706031 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=811392 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=811392 CPUtime=2.28
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 6309 0 0 0 226 2 0 0 16 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24566] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 811392

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

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

[startup+1808.3 s]
/proc/loadavg: 2.51 2.22 2.12 3/94 24661
/proc/meminfo: memFree=1255824/2055920 swapFree=4192812/4192956
[pid=24555] ppid=24553 vsize=811392 CPUtime=1800.1
/proc/24555/stat : 24555 (java) S 24553 24555 20789 0 -1 0 96299 0 1 0 179926 84 0 0 18 0 12 0 23706027 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24555/statm: 202848 89323 1442 9 0 200175 0
[pid=24555/tid=24557] ppid=24553 vsize=811392 CPUtime=1751.93
/proc/24555/task/24557/stat : 24557 (java) R 24553 24555 20789 0 -1 64 20723 0 1 0 175169 24 0 0 25 0 12 0 23706028 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4109612928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24558] ppid=24553 vsize=811392 CPUtime=22.87
/proc/24555/task/24558/stat : 24558 (java) S 24553 24555 20789 0 -1 64 36507 0 0 0 2267 20 0 0 17 0 12 0 23706029 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24559] ppid=24553 vsize=811392 CPUtime=22.38
/proc/24555/task/24559/stat : 24559 (java) S 24553 24555 20789 0 -1 64 31710 0 0 0 2221 17 0 0 17 0 12 0 23706029 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24560] ppid=24553 vsize=811392 CPUtime=0.55
/proc/24555/task/24560/stat : 24560 (java) S 24553 24555 20789 0 -1 64 60 0 0 0 37 18 0 0 16 0 12 0 23706031 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24561] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24561/stat : 24561 (java) S 24553 24555 20789 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24562] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24562/stat : 24562 (java) S 24553 24555 20789 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23706032 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24563] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24563/stat : 24563 (java) S 24553 24555 20789 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24564] ppid=24553 vsize=811392 CPUtime=0.04
/proc/24555/task/24564/stat : 24564 (java) S 24553 24555 20789 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24565] ppid=24553 vsize=811392 CPUtime=2.28
/proc/24555/task/24565/stat : 24565 (java) S 24553 24555 20789 0 -1 64 6309 0 0 0 226 2 0 0 16 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24555/tid=24566] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24566/stat : 24566 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24555/tid=24567] ppid=24553 vsize=811392 CPUtime=0
/proc/24555/task/24567/stat : 24567 (java) S 24553 24555 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23706036 830865408 89323 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 811392

Child status: 143
Real time (s): 1808.39
CPU time (s): 1800.2
CPU user time (s): 1799.3
CPU system time (s): 0.901862
CPU usage (%): 99.5468
Max. virtual memory (cumulated for all children) (KiB): 813484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.901862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96321
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= 69344
involuntary context switches= 87377

runsolver used 2.6626 second user time and 5.61315 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 04:40:26
IDJOB=2077972
IDBENCH=56693
IDSOLVER=731
FILE ID=node61/2077972-1247366425
PBS_JOBID= 9507020
Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077972-1247366425/watcher-2077972-1247366425 -o /tmp/evaluation-result-2077972-1247366425/solver-2077972-1247366425 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077972-1247366425.xml

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

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=948513052

node61.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.229
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.229
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:       1697864 kB
Buffers:         61044 kB
Cached:         179404 kB
SwapCached:          0 kB
Active:         209708 kB
Inactive:        93076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10156 kB
Writeback:           0 kB
Mapped:          82756 kB
Slab:            40520 kB
Committed_AS:   288776 kB
PageTables:       1896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node61 at 2009-07-12 05:10:36