Trace number 2087113

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.49 1805.52

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-22.xml
MD5SUM2d150103591d09566d6e25cf04245ef4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.785
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.21	c c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.21	c Expensive reason simplification
0.19/0.21	c MiniSAT restarts strategy
0.19/0.21	c Memory based learned constraints deletion strategy
0.19/0.21	c timeout=2147483s
0.19/0.21	c DB Simplification allowed=false
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving HOME/instance-2087113-1247385286.xml
0.19/0.21	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.39/0.49	c reading relations done.
16.67/16.80	c reading constraints
23.08/22.84	c done with constraints.
23.08/22.84	c ... done. Wall clock time 22.626s.
23.08/22.84	c #vars     125
23.08/22.84	c #constraints  2170149
23.08/22.84	c constraints type 
23.08/22.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2170124
23.08/22.84	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.08/1805.21	c starts		: 20
1800.08/1805.21	c conflicts		: 577193
1800.08/1805.21	c decisions		: 744618
1800.08/1805.21	c propagations		: 8740222
1800.08/1805.21	c inspects		: 6858822598
1800.08/1805.21	c learnt literals	: 0
1800.08/1805.22	c learnt binary clauses	: 0
1800.08/1805.22	c learnt ternary clauses	: 0
1800.08/1805.22	c learnt clauses	: 577193
1800.08/1805.22	c ignored clauses	: 0
1800.08/1805.22	c root simplifications	: 0
1800.08/1805.22	c removed literals (reason simplification)	: 1070311
1800.08/1805.22	c reason swapping (by a shorter reason)	: 0
1800.08/1805.22	c Calls to reduceDB	: 0
1800.08/1805.22	c speed (assignments/second)	: 4903.703657988535
1800.08/1805.22	c non guided choices	58
1800.36/1805.40	c learnt constraints type 
1800.36/1805.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 577278
1800.36/1805.40	c constraints type 
1800.36/1805.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2170124
1800.36/1805.40	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.36/1805.40	s UNKNOWN
1800.36/1805.40	c Total wall clock time (in seconds) : 1805.0

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-2087113-1247385286/watcher-2087113-1247385286 -o /tmp/evaluation-result-2087113-1247385286/solver-2087113-1247385286 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087113-1247385286.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.98 2.07 2.08 3/84 24986
/proc/meminfo: memFree=1509552/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=1616 CPUtime=0
/proc/24986/stat : 24986 (java) R 24984 24986 24079 0 -1 0 336 0 0 0 0 0 0 0 18 0 1 0 25592560 1654784 145 996147200 134512640 134550932 4294956016 18446744073709551615 10983054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24986/statm: 412 149 112 9 0 54 0

[startup+0.0157709 s]
/proc/loadavg: 1.98 2.07 2.08 3/84 24986
/proc/meminfo: memFree=1509552/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=797436 CPUtime=0.01
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 1045 0 1 0 0 1 0 0 18 0 2 0 25592560 816574464 794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 199359 808 406 9 0 197111 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797436

[startup+0.101779 s]
/proc/loadavg: 1.98 2.07 2.08 3/84 24986
/proc/meminfo: memFree=1509552/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=804560 CPUtime=0.09
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 3072 0 1 0 7 2 0 0 18 0 12 0 25592560 823869440 2815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201140 2815 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301799 s]
/proc/loadavg: 1.98 2.07 2.08 3/84 24986
/proc/meminfo: memFree=1509552/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=805776 CPUtime=0.29
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 4364 0 1 0 26 3 0 0 18 0 12 0 25592560 825114624 4101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201444 4101 1363 9 0 198771 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805776

[startup+0.701845 s]
/proc/loadavg: 1.98 2.07 2.08 3/84 24986
/proc/meminfo: memFree=1509552/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=807168 CPUtime=0.69
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 7742 0 1 0 63 6 0 0 18 0 12 0 25592560 826540032 7195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201792 7195 1387 9 0 199119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807168

[startup+1.50293 s]
/proc/loadavg: 1.98 2.07 2.08 4/96 24998
/proc/meminfo: memFree=1481936/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=807344 CPUtime=1.48
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 11587 0 1 0 140 8 0 0 18 0 12 0 25592560 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201836 10564 1408 9 0 199163 0
[pid=24986/tid=24988] ppid=24984 vsize=807344 CPUtime=0.74
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 9060 0 1 0 68 6 0 0 25 0 12 0 25592561 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 25592562 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25592562 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 25592564 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 25592564 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 25592564 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25592569 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=807344 CPUtime=0.02
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 25592569 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=807344 CPUtime=0.69
/proc/24986/task/24996/stat : 24996 (java) R 24984 24986 24079 0 -1 64 1556 0 0 0 68 1 0 0 16 0 12 0 25592569 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25592569 826720256 10564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25592569 826720256 10564 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) 807344

[startup+3.1021 s]
/proc/loadavg: 1.98 2.06 2.08 3/96 24998
/proc/meminfo: memFree=1436368/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=807344 CPUtime=3.09
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 26634 0 1 0 293 16 0 0 18 0 12 0 25592560 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201836 25594 1417 9 0 199163 0
[pid=24986/tid=24988] ppid=24984 vsize=807344 CPUtime=2.05
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16892 0 1 0 195 10 0 0 25 0 12 0 25592561 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4109654075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=807344 CPUtime=0.1
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 4767 0 0 0 9 1 0 0 16 0 12 0 25592562 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=807344 CPUtime=0.09
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 2416 0 0 0 8 1 0 0 16 0 12 0 25592562 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25592564 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25592564 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25592564 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25592569 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=807344 CPUtime=0.02
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 25592569 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=807344 CPUtime=0.77
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 1575 0 0 0 76 1 0 0 16 0 12 0 25592569 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25592569 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=807344 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25592569 826720256 25594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 807344

[startup+6.30145 s]
/proc/loadavg: 1.98 2.06 2.08 3/96 24998
/proc/meminfo: memFree=1396688/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=807476 CPUtime=6.28
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 31856 0 1 0 609 19 0 0 18 0 12 0 25592560 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201869 30796 1420 9 0 199196 0
[pid=24986/tid=24988] ppid=24984 vsize=807476 CPUtime=4.81
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16907 0 1 0 470 11 0 0 25 0 12 0 25592561 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4109542429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=807476 CPUtime=0.32
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 7998 0 0 0 29 3 0 0 16 0 12 0 25592562 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=807476 CPUtime=0.3
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 4392 0 0 0 29 1 0 0 16 0 12 0 25592562 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25592564 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25592564 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25592564 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25592569 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=807476 CPUtime=0.02
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 25592569 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=807476 CPUtime=0.77
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 1575 0 0 0 76 1 0 0 16 0 12 0 25592569 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25592569 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25592569 826855424 30796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 807476

[startup+12.7021 s]
/proc/loadavg: 2.21 2.11 2.09 3/96 24998
/proc/meminfo: memFree=1356824/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=807476 CPUtime=12.67
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 42082 0 1 0 1242 25 0 0 18 0 12 0 25592560 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 201869 40997 1420 9 0 199196 0
[pid=24986/tid=24988] ppid=24984 vsize=807476 CPUtime=10.37
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16930 0 1 0 1024 13 0 0 25 0 12 0 25592561 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4109568811 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=807476 CPUtime=0.71
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 12864 0 0 0 66 5 0 0 16 0 12 0 25592562 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=807476 CPUtime=0.74
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 9729 0 0 0 70 4 0 0 16 0 12 0 25592562 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=807476 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 25592564 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25592564 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25592564 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25592569 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=807476 CPUtime=0.02
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 25592569 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24996] ppid=24984 vsize=807476 CPUtime=0.77
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 1575 0 0 0 76 1 0 0 17 0 12 0 25592569 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25592569 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=807476 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25592569 826855424 40997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 807476

[startup+25.5025 s]
/proc/loadavg: 2.33 2.14 2.10 3/97 24999
/proc/meminfo: memFree=1130192/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=811160 CPUtime=25.77
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 99726 0 1 0 2524 53 0 0 18 0 13 0 25592560 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 202790 96127 1439 9 0 200117 0
[pid=24986/tid=24988] ppid=24984 vsize=811160 CPUtime=18.92
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16975 0 1 0 1878 14 0 0 25 0 13 0 25592561 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4109757382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24989] ppid=24984 vsize=811160 CPUtime=2.69
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 41966 0 0 0 251 18 0 0 16 0 13 0 25592562 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24990] ppid=24984 vsize=811160 CPUtime=2.68
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 36632 0 0 0 251 17 0 0 16 0 13 0 25592562 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24991] ppid=24984 vsize=811160 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 17 0 13 0 25592564 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24992] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592564 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25592564 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25592569 830627840 96127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=811160 CPUtime=0.09

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

[pid=24986/tid=24991] ppid=24984 vsize=810512 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=810512 CPUtime=0.09
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 235 0 0 0 9 0 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24996] ppid=24984 vsize=810512 CPUtime=1.83
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 3288 0 0 0 181 2 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24999] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 24079 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 25594847 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.23
Current children cumulated vsize (KiB) 810512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 25193
/proc/meminfo: memFree=1311704/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=810512 CPUtime=1717.21
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 129422 0 1 0 171646 75 0 0 18 0 13 0 25592560 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 202628 125418 1445 9 0 199955 0
[pid=24986/tid=24988] ppid=24984 vsize=810512 CPUtime=1708.09
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16992 0 1 0 170788 21 0 0 25 0 13 0 25592561 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4109765471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=810512 CPUtime=3.58
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 57944 0 0 0 333 25 0 0 17 0 13 0 25592562 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=810512 CPUtime=3.54
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 50206 0 0 0 330 24 0 0 16 0 13 0 25592562 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=810512 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=810512 CPUtime=0.09
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 235 0 0 0 9 0 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24996] ppid=24984 vsize=810512 CPUtime=1.83
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 3288 0 0 0 181 2 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24999] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 24079 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 25594847 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.21
Current children cumulated vsize (KiB) 810512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25193
/proc/meminfo: memFree=1311576/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=810512 CPUtime=1777.18
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 129422 0 1 0 177643 75 0 0 18 0 13 0 25592560 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 202628 125418 1445 9 0 199955 0
[pid=24986/tid=24988] ppid=24984 vsize=810512 CPUtime=1768.07
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16992 0 1 0 176786 21 0 0 25 0 13 0 25592561 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4109866323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=810512 CPUtime=3.58
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 57944 0 0 0 333 25 0 0 17 0 13 0 25592562 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=810512 CPUtime=3.54
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 50206 0 0 0 330 24 0 0 16 0 13 0 25592562 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=810512 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=810512 CPUtime=0.09
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 235 0 0 0 9 0 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24996] ppid=24984 vsize=810512 CPUtime=1.83
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 3288 0 0 0 181 2 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24999] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 24079 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 25594847 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.18
Current children cumulated vsize (KiB) 810512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25193
/proc/meminfo: memFree=1311576/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=810512 CPUtime=1800.08
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 129422 0 1 0 179933 75 0 0 18 0 13 0 25592560 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24986/statm: 202628 125418 1445 9 0 199955 0
[pid=24986/tid=24988] ppid=24984 vsize=810512 CPUtime=1790.96
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16992 0 1 0 179075 21 0 0 25 0 13 0 25592561 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4109293223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=810512 CPUtime=3.58
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 57944 0 0 0 333 25 0 0 17 0 13 0 25592562 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=810512 CPUtime=3.54
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 50206 0 0 0 330 24 0 0 16 0 13 0 25592562 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=810512 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25592564 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24995] ppid=24984 vsize=810512 CPUtime=0.09
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 235 0 0 0 9 0 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24996] ppid=24984 vsize=810512 CPUtime=1.83
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 3288 0 0 0 181 2 0 0 16 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24997] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25592569 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24999] ppid=24984 vsize=810512 CPUtime=0
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 24079 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 25594847 829964288 125418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 810512

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

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

[startup+1805.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25193
/proc/meminfo: memFree=1311576/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=811160 CPUtime=1800.36
/proc/24986/stat : 24986 (java) S 24984 24986 24079 0 -1 0 129439 0 1 0 179961 75 0 0 16 0 15 0 25592560 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24986/statm: 202790 125435 1445 9 0 200117 0
[pid=24986/tid=24988] ppid=24984 vsize=811160 CPUtime=1791.15
/proc/24986/task/24988/stat : 24988 (java) R 24984 24986 24079 0 -1 64 16992 0 1 0 179094 21 0 0 25 0 15 0 25592561 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4109765471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24989] ppid=24984 vsize=811160 CPUtime=3.58
/proc/24986/task/24989/stat : 24989 (java) S 24984 24986 24079 0 -1 64 57944 0 0 0 333 25 0 0 17 0 15 0 25592562 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24990] ppid=24984 vsize=811160 CPUtime=3.54
/proc/24986/task/24990/stat : 24990 (java) S 24984 24986 24079 0 -1 64 50206 0 0 0 330 24 0 0 16 0 15 0 25592562 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24991] ppid=24984 vsize=811160 CPUtime=0.01
/proc/24986/task/24991/stat : 24991 (java) S 24984 24986 24079 0 -1 64 12 0 0 0 1 0 0 0 16 0 15 0 25592564 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24992] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24992/stat : 24992 (java) S 24984 24986 24079 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25592564 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24993] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24993/stat : 24993 (java) S 24984 24986 24079 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25592564 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24994] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24994/stat : 24994 (java) S 24984 24986 24079 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 25592569 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24995] ppid=24984 vsize=811160 CPUtime=0.09
/proc/24986/task/24995/stat : 24995 (java) S 24984 24986 24079 0 -1 64 235 0 0 0 9 0 0 0 16 0 15 0 25592569 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24996] ppid=24984 vsize=811160 CPUtime=1.86
/proc/24986/task/24996/stat : 24996 (java) S 24984 24986 24079 0 -1 64 3288 0 0 0 184 2 0 0 16 0 15 0 25592569 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24997] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24997/stat : 24997 (java) S 24984 24986 24079 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 25592569 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24986/tid=24998] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24998/stat : 24998 (java) S 24984 24986 24079 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25592569 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24986/tid=24999] ppid=24984 vsize=811160 CPUtime=0
/proc/24986/task/24999/stat : 24999 (java) S 24984 24986 24079 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 25594847 830627840 125435 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 811160

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 25193
/proc/meminfo: memFree=1311576/2055920 swapFree=4192812/4192956
[pid=24986] ppid=24984 vsize=0 CPUtime=1800.47
/proc/24986/stat : 24986 (java) Z 24984 24986 24079 0 -1 1036 129442 0 1 0 179965 82 0 0 15 0 2 0 25592560 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24986/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1805.52
CPU time (s): 1800.49
CPU user time (s): 1799.66
CPU system time (s): 0.835872
CPU usage (%): 99.7219
Max. virtual memory (cumulated for all children) (KiB): 811944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.835872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129442
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= 38431
involuntary context switches= 42961

runsolver used 2.12768 second user time and 6.16106 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 09:54:48
IDJOB=2087113
IDBENCH=58692
IDSOLVER=731
FILE ID=node47/2087113-1247385286
PBS_JOBID= 9507233
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-22.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087113-1247385286/watcher-2087113-1247385286 -o /tmp/evaluation-result-2087113-1247385286/solver-2087113-1247385286 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087113-1247385286.xml

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

MD5SUM BENCH= 2d150103591d09566d6e25cf04245ef4
RANDOM SEED=607913727

node47.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.218
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.218
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:       1510032 kB
Buffers:         13408 kB
Cached:         115248 kB
SwapCached:          0 kB
Active:         454764 kB
Inactive:        38372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           31744 kB
Writeback:           0 kB
Mapped:         380156 kB
Slab:            37208 kB
Committed_AS:   887592 kB
PageTables:       2536 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= 66440 MiB
End job on node47 at 2009-07-12 10:24:56