Trace number 2057446

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.4 1801.11

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-54021_ext.xml
MD5SUM2b8a25693d725e15a972e4d84d9002e3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark82.8514
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.11/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.25	c See www.sat4j.org for details.
0.11/0.25	c That software uses the Rhino library from the Mozilla project.
0.11/0.27	c version 2.1.1.v20090622
0.11/0.27	c sun.arch.data.model	32
0.11/0.27	c java.version	1.6.0_12
0.11/0.27	c os.name	Linux
0.11/0.27	c os.version	2.6.9-22.EL.rootsmp
0.11/0.27	c os.arch	i386
0.11/0.27	c Free memory 671000808
0.11/0.27	c Max memory 672137216
0.11/0.27	c Total memory 672137216
0.11/0.27	c Number of processors 2
0.18/0.36	c c --- Begin Solver configuration ---
0.18/0.36	c Stops conflict analysis at the first Unique Implication Point
0.18/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.36	c Learn all clauses as in MiniSAT
0.18/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.36	c Expensive reason simplification
0.18/0.36	c MiniSAT restarts strategy
0.18/0.36	c Memory based learned constraints deletion strategy
0.18/0.36	c timeout=2147483s
0.18/0.36	c DB Simplification allowed=false
0.18/0.36	c --- End Solver configuration ---
0.18/0.36	c solving HOME/instance-2057446-1247317996.xml
0.18/0.36	c reading problem ... 
0.44/0.66	c reading problem named null
0.44/0.66	c reading domains done.
0.44/0.66	c reading variables done.
0.44/0.69	c reading relations done.
1.63/1.86	c reading constraints
2.03/2.27	c done with constraints.
2.03/2.27	c ... done. Wall clock time 1.915s.
2.03/2.27	c #vars     729
2.03/2.27	c #constraints  57267
2.03/2.27	c constraints type 
2.03/2.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
2.03/2.27	c org.sat4j.minisat.constraints.card.AtLeast => 27
2.03/2.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57213
1800.09/1800.91	c starts		: 19
1800.09/1800.91	c conflicts		: 296111
1800.09/1800.91	c decisions		: 389904
1800.09/1800.92	c propagations		: 13868231
1800.09/1800.92	c inspects		: 4186978319
1800.09/1800.92	c learnt literals	: 0
1800.09/1800.92	c learnt binary clauses	: 0
1800.09/1800.92	c learnt ternary clauses	: 1
1800.09/1800.92	c learnt clauses	: 296111
1800.09/1800.92	c ignored clauses	: 0
1800.09/1800.92	c root simplifications	: 0
1800.09/1800.92	c removed literals (reason simplification)	: 16861740
1800.09/1800.92	c reason swapping (by a shorter reason)	: 0
1800.09/1800.92	c Calls to reduceDB	: 0
1800.09/1800.92	c speed (assignments/second)	: 7710.395793268362
1800.09/1800.92	c non guided choices	107
1800.24/1801.06	c learnt constraints type 
1800.24/1801.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 296127
1800.24/1801.06	c constraints type 
1800.24/1801.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
1800.24/1801.06	c org.sat4j.minisat.constraints.card.AtLeast => 27
1800.24/1801.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57213
1800.24/1801.06	s UNKNOWN
1800.24/1801.06	c Total wall clock time (in seconds) : 1800.558

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-2057446-1247317996/watcher-2057446-1247317996 -o /tmp/evaluation-result-2057446-1247317996/solver-2057446-1247317996 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057446-1247317996.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.35 0.58 0.21 4/72 11973
/proc/meminfo: memFree=864440/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=1616 CPUtime=0
/proc/11973/stat : 11973 (java) D 11971 11973 11818 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 18862309 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 8413755 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11973/statm: 404 155 118 9 0 46 0

[startup+0.0940361 s]
/proc/loadavg: 1.35 0.58 0.21 4/72 11973
/proc/meminfo: memFree=864440/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=800696 CPUtime=0.03
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 2350 0 31 0 1 2 0 0 18 0 4 0 18862309 819912704 2127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 200174 2128 938 9 0 197525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800696

[startup+0.101033 s]
/proc/loadavg: 1.35 0.58 0.21 4/72 11973
/proc/meminfo: memFree=864440/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=801384 CPUtime=0.05
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 2471 0 31 0 2 3 0 0 18 0 5 0 18862309 820617216 2248 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 200346 2248 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.301055 s]
/proc/loadavg: 1.35 0.58 0.21 4/72 11973
/proc/meminfo: memFree=864440/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=805388 CPUtime=0.18
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 3730 0 31 0 14 4 0 0 18 0 12 0 18862309 824717312 3498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 201347 3498 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805388

[startup+0.701094 s]
/proc/loadavg: 1.35 0.58 0.21 4/72 11973
/proc/meminfo: memFree=864440/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=807180 CPUtime=0.53
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 5365 0 32 0 47 6 0 0 18 0 12 0 18862309 826552320 4921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 201795 4921 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50217 s]
/proc/loadavg: 1.35 0.58 0.21 3/84 11985
/proc/meminfo: memFree=838360/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809004 CPUtime=1.33
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 9154 0 32 0 125 8 0 0 18 0 12 0 18862309 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202251 7672 1407 9 0 199578 0
[pid=11973/tid=11975] ppid=11971 vsize=809004 CPUtime=0.64
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 5784 0 2 0 59 5 0 0 23 0 12 0 18862317 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 18862318 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 18862318 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 18862319 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 18862320 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 18862320 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 18862328 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 12 0 18862328 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809004 CPUtime=0.65
/proc/11973/task/11983/stat : 11983 (java) R 11971 11973 11818 0 -1 64 2644 0 0 0 65 0 0 0 16 0 12 0 18862328 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 101919057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 18862328 828420096 7672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809004 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 18862328 828420096 7673 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 809004

[startup+3.10233 s]
/proc/loadavg: 1.35 0.58 0.21 4/84 11985
/proc/meminfo: memFree=785816/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809328 CPUtime=2.92
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 21201 0 32 0 278 14 0 0 18 0 13 0 18862309 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202332 19717 1441 9 0 199659 0
[pid=11973/tid=11975] ppid=11971 vsize=809328 CPUtime=1.48
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16907 0 2 0 138 10 0 0 25 0 13 0 18862317 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4109726307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809328 CPUtime=0.01
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 421 0 0 0 1 0 0 0 17 0 13 0 18862318 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809328 CPUtime=0.01
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 422 0 0 0 1 0 0 0 17 0 13 0 18862318 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18862319 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18862320 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809328 CPUtime=1.38
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2715 0 0 0 137 1 0 0 16 0 13 0 18862328 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809328 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828751872 19717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 809328

[startup+6.30165 s]
/proc/loadavg: 1.40 0.60 0.22 3/85 11986
/proc/meminfo: memFree=779664/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809296 CPUtime=6.12
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 21480 0 32 0 598 14 0 0 18 0 13 0 18862309 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202324 19741 1445 9 0 199651 0
[pid=11973/tid=11975] ppid=11971 vsize=809296 CPUtime=4.53
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16911 0 2 0 443 10 0 0 25 0 13 0 18862317 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4109726086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809296 CPUtime=0.01
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 421 0 0 0 1 0 0 0 17 0 13 0 18862318 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809296 CPUtime=0.01
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 422 0 0 0 1 0 0 0 17 0 13 0 18862318 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18862320 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809296 CPUtime=1.53
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2990 0 0 0 152 1 0 0 16 0 13 0 18862328 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18862538 828719104 19741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 809296

[startup+12.7023 s]
/proc/loadavg: 1.45 0.63 0.23 3/85 11986
/proc/meminfo: memFree=777552/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809296 CPUtime=12.52
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 21488 0 32 0 1238 14 0 0 18 0 13 0 18862309 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202324 19747 1445 9 0 199651 0
[pid=11973/tid=11975] ppid=11971 vsize=809296 CPUtime=10.84
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16913 0 2 0 1074 10 0 0 25 0 13 0 18862317 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4109726295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809296 CPUtime=0.01
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 421 0 0 0 1 0 0 0 17 0 13 0 18862318 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809296 CPUtime=0.01
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 422 0 0 0 1 0 0 0 17 0 13 0 18862318 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18862320 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809296 CPUtime=1.61
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2996 0 0 0 160 1 0 0 17 0 13 0 18862328 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18862538 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 809296

[startup+25.5025 s]
/proc/loadavg: 1.57 0.69 0.26 3/85 11986
/proc/meminfo: memFree=773328/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809296 CPUtime=25.32
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 21488 0 32 0 2518 14 0 0 18 0 13 0 18862309 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202324 19747 1445 9 0 199651 0
[pid=11973/tid=11975] ppid=11971 vsize=809296 CPUtime=23.64
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16913 0 2 0 2354 10 0 0 25 0 13 0 18862317 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4109711046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809296 CPUtime=0.01
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 421 0 0 0 1 0 0 0 17 0 13 0 18862318 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809296 CPUtime=0.01
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 422 0 0 0 1 0 0 0 17 0 13 0 18862318 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 19747 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0

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

[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809296 CPUtime=1.64
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2996 0 0 0 163 1 0 0 17 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18862538 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 809296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.71 3/94 12027
/proc/meminfo: memFree=728392/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809296 CPUtime=1721.51
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 63040 0 32 0 172115 36 0 0 18 0 13 0 18862309 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202324 61180 1445 9 0 199651 0
[pid=11973/tid=11975] ppid=11971 vsize=809296 CPUtime=1719.03
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16929 0 2 0 171887 16 0 0 25 0 13 0 18862317 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4109709739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809296 CPUtime=0.38
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 20283 0 0 0 31 7 0 0 18 0 13 0 18862318 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809296 CPUtime=0.4
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 22094 0 0 0 32 8 0 0 18 0 13 0 18862318 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809296 CPUtime=1.64
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2996 0 0 0 163 1 0 0 17 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18862538 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 809296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.73 3/94 12027
/proc/meminfo: memFree=728392/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809296 CPUtime=1781.49
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 63040 0 32 0 178113 36 0 0 18 0 13 0 18862309 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202324 61180 1445 9 0 199651 0
[pid=11973/tid=11975] ppid=11971 vsize=809296 CPUtime=1779.02
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16929 0 2 0 177885 17 0 0 25 0 13 0 18862317 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4109726282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809296 CPUtime=0.38
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 20283 0 0 0 31 7 0 0 18 0 13 0 18862318 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809296 CPUtime=0.4
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 22094 0 0 0 32 8 0 0 18 0 13 0 18862318 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809296 CPUtime=1.64
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2996 0 0 0 163 1 0 0 17 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18862538 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (KiB) 809296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.73 3/94 12027
/proc/meminfo: memFree=728328/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809296 CPUtime=1800.09
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 63040 0 32 0 179973 36 0 0 18 0 13 0 18862309 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 202324 61180 1445 9 0 199651 0
[pid=11973/tid=11975] ppid=11971 vsize=809296 CPUtime=1797.61
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16929 0 2 0 179744 17 0 0 25 0 13 0 18862317 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4109709739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809296 CPUtime=0.38
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 20283 0 0 0 31 7 0 0 18 0 13 0 18862318 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809296 CPUtime=0.4
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 22094 0 0 0 32 8 0 0 18 0 13 0 18862318 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18862319 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18862320 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809296 CPUtime=1.64
/proc/11973/task/11983/stat : 11983 (java) S 11971 11973 11818 0 -1 64 2996 0 0 0 163 1 0 0 17 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18862328 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809296 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 18862538 828719104 61180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 809296

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

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

[startup+1801.02 s]
/proc/loadavg: 2.00 2.00 1.73 3/94 12027
/proc/meminfo: memFree=728328/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=809944 CPUtime=1800.24
/proc/11973/stat : 11973 (java) S 11971 11973 11818 0 -1 0 63060 0 32 0 179988 36 0 0 16 0 15 0 18862309 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11973/statm: 202486 61200 1445 9 0 199813 0
[pid=11973/tid=11975] ppid=11971 vsize=809944 CPUtime=1797.72
/proc/11973/task/11975/stat : 11975 (java) R 11971 11973 11818 0 -1 64 16929 0 2 0 179755 17 0 0 25 0 15 0 18862317 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4109709739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11976] ppid=11971 vsize=809944 CPUtime=0.38
/proc/11973/task/11976/stat : 11976 (java) S 11971 11973 11818 0 -1 64 20283 0 0 0 31 7 0 0 18 0 15 0 18862318 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11977] ppid=11971 vsize=809944 CPUtime=0.4
/proc/11973/task/11977/stat : 11977 (java) S 11971 11973 11818 0 -1 64 22094 0 0 0 32 8 0 0 18 0 15 0 18862318 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11978] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11978/stat : 11978 (java) S 11971 11973 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 18862319 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11979] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11979/stat : 11979 (java) S 11971 11973 11818 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 18862320 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11980] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11980/stat : 11980 (java) S 11971 11973 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 18862320 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11981] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11981/stat : 11981 (java) S 11971 11973 11818 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 18862328 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11973/tid=11982] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11982/stat : 11982 (java) S 11971 11973 11818 0 -1 64 13 0 0 0 0 0 0 0 24 0 15 0 18862328 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11983] ppid=11971 vsize=809944 CPUtime=1.65
/proc/11973/task/11983/stat : 11983 (java) R 11971 11973 11818 0 -1 64 2997 0 0 0 164 1 0 0 16 0 15 0 18862328 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 103976115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11973/tid=11984] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11984/stat : 11984 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 18862328 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11985] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11985/stat : 11985 (java) S 11971 11973 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 18862328 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11973/tid=11986] ppid=11971 vsize=809944 CPUtime=0
/proc/11973/task/11986/stat : 11986 (java) S 11971 11973 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 15 0 18862538 829382656 61200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 809944

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 1.73 3/94 12027
/proc/meminfo: memFree=728328/2055920 swapFree=4192956/4192956
[pid=11973] ppid=11971 vsize=0 CPUtime=1800.38
/proc/11973/stat : 11973 (java) Z 11971 11973 11818 0 -1 1036 63066 0 32 0 179999 39 0 0 16 0 2 0 18862309 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11973/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.11
CPU time (s): 1800.4
CPU user time (s): 1800
CPU system time (s): 0.406938
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 809944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63066
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37796
involuntary context switches= 42760

runsolver used 2.19667 second user time and 6.04308 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 15:13:16
IDJOB=2057446
IDBENCH=53371
IDSOLVER=731
FILE ID=node70/2057446-1247317996
PBS_JOBID= 9506492
Free space on /tmp= 66288 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-54021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057446-1247317996/watcher-2057446-1247317996 -o /tmp/evaluation-result-2057446-1247317996/solver-2057446-1247317996 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057446-1247317996.xml

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

MD5SUM BENCH= 2b8a25693d725e15a972e4d84d9002e3
RANDOM SEED=255338435

node70.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.214
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.214
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:        864920 kB
Buffers:         56496 kB
Cached:        1061084 kB
SwapCached:          0 kB
Active:         569284 kB
Inactive:       566676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        864920 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          28968 kB
Slab:            40588 kB
Committed_AS:   186732 kB
PageTables:       1708 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= 66412 MiB
End job on node70 at 2009-07-11 15:43:19