Trace number 2057325

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.28 1804.92

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-56021_ext.xml
MD5SUM75c8610eabf767267baca5b47a7f5bd0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark69.0085
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.15	c That software uses the Rhino library from the Mozilla project.
0.07/0.16	c version 2.1.1.v20090622
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 671000808
0.07/0.16	c Max memory 672137216
0.07/0.16	c Total memory 672137216
0.07/0.16	c Number of processors 2
0.20/0.21	c c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.20/0.21	c Expensive reason simplification
0.20/0.21	c MiniSAT restarts strategy
0.20/0.21	c Memory based learned constraints deletion strategy
0.20/0.21	c timeout=2147483s
0.20/0.21	c DB Simplification allowed=false
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c solving HOME/instance-2057325-1247317922.xml
0.20/0.21	c reading problem ... 
0.34/0.35	c reading problem named null
0.34/0.35	c reading domains done.
0.34/0.36	c reading variables done.
0.34/0.37	c reading relations done.
1.49/1.10	c reading constraints
1.92/1.34	c done with constraints.
1.92/1.34	c ... done. Wall clock time 1.133s.
1.92/1.34	c #vars     576
1.92/1.34	c #constraints  38412
1.92/1.34	c constraints type 
1.92/1.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
1.92/1.34	c org.sat4j.minisat.constraints.card.AtLeast => 24
1.92/1.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38364
1800.06/1804.71	c starts		: 18
1800.06/1804.71	c conflicts		: 290510
1800.06/1804.71	c decisions		: 378962
1800.06/1804.71	c propagations		: 12816881
1800.06/1804.71	c inspects		: 4241525263
1800.06/1804.71	c learnt literals	: 0
1800.06/1804.71	c learnt binary clauses	: 0
1800.06/1804.71	c learnt ternary clauses	: 17
1800.06/1804.71	c learnt clauses	: 290510
1800.06/1804.71	c ignored clauses	: 0
1800.06/1804.71	c root simplifications	: 0
1800.06/1804.71	c removed literals (reason simplification)	: 14216265
1800.06/1804.71	c reason swapping (by a shorter reason)	: 0
1800.06/1804.71	c Calls to reduceDB	: 0
1800.06/1804.71	c speed (assignments/second)	: 7107.183218086139
1800.06/1804.71	c non guided choices	78
1800.17/1804.82	c learnt constraints type 
1800.17/1804.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 290512
1800.17/1804.82	c constraints type 
1800.17/1804.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
1800.17/1804.82	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.17/1804.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38364
1800.17/1804.82	s UNKNOWN
1800.17/1804.82	c Total wall clock time (in seconds) : 1804.503

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-2057325-1247317922/watcher-2057325-1247317922 -o /tmp/evaluation-result-2057325-1247317922/solver-2057325-1247317922 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057325-1247317922.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: 0.13 0.03 0.01 3/67 11852
/proc/meminfo: memFree=1042040/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=272 CPUtime=0
/proc/11852/stat : 11852 (java6) R 11850 11852 11632 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 18859194 278528 37 996147200 134512640 134550932 4294956176 18446744073709551615 7981709 0 0 4096 0 0 0 0 17 1 0 0
/proc/11852/statm: 77 39 29 9 0 6 0

[startup+0.0311331 s]
/proc/loadavg: 0.13 0.03 0.01 3/67 11852
/proc/meminfo: memFree=1042040/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=800696 CPUtime=0.02
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 2346 0 1 0 1 1 0 0 18 0 4 0 18859194 819912704 2093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 200174 2093 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102337 s]
/proc/loadavg: 0.13 0.03 0.01 3/67 11852
/proc/meminfo: memFree=1042040/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=802164 CPUtime=0.07
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 2883 0 1 0 6 1 0 0 18 0 7 0 18859194 821415936 2628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 200541 2628 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.302379 s]
/proc/loadavg: 0.13 0.03 0.01 3/67 11852
/proc/meminfo: memFree=1042040/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=808368 CPUtime=0.34
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 5105 0 1 0 31 3 0 0 18 0 12 0 18859194 827768832 4703 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202092 4703 1372 9 0 199419 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808368

[startup+0.702456 s]
/proc/loadavg: 0.13 0.03 0.01 3/67 11852
/proc/meminfo: memFree=1042040/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=808828 CPUtime=1.02
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 7238 0 1 0 98 4 0 0 18 0 12 0 18859194 828239872 6090 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202207 6090 1406 9 0 199534 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 808828

[startup+1.50161 s]
/proc/loadavg: 0.13 0.03 0.01 2/79 11864
/proc/meminfo: memFree=1006040/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=809152 CPUtime=2.26
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 17619 0 1 0 218 8 0 0 18 0 13 0 18859194 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202288 14893 1429 9 0 199615 0
[pid=11852/tid=11854] ppid=11850 vsize=809152 CPUtime=1.07
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 13083 0 1 0 100 7 0 0 19 0 13 0 18859196 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4109170302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11855] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 18859197 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859197 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11857] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18859198 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 18859199 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18859199 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=809152 CPUtime=0.55
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 1923 0 0 0 55 0 0 0 16 0 13 0 18859205 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=809152 CPUtime=0.62
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1866 0 0 0 62 0 0 0 17 0 13 0 18859205 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11863] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 828571648 14893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 809152

[startup+3.10292 s]
/proc/loadavg: 0.13 0.03 0.01 2/80 11865
/proc/meminfo: memFree=985936/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=809152 CPUtime=4.07
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 18720 0 1 0 398 9 0 0 18 0 13 0 18859194 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202288 15839 1436 9 0 199615 0
[pid=11852/tid=11854] ppid=11850 vsize=809152 CPUtime=2.6
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 14007 0 1 0 253 7 0 0 25 0 13 0 18859196 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4109756730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11855] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 18859197 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859197 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11857] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18859198 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 18859199 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18859199 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=809152 CPUtime=0.71
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2009 0 0 0 71 0 0 0 16 0 13 0 18859205 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=809152 CPUtime=0.73
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1957 0 0 0 73 0 0 0 16 0 13 0 18859205 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11863] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=809152 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 828571648 15839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 809152

[startup+6.30155 s]
/proc/loadavg: 0.20 0.05 0.01 2/80 11865
/proc/meminfo: memFree=980112/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810296 CPUtime=7.48
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 20378 0 1 0 738 10 0 0 18 0 13 0 18859194 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202574 16994 1436 9 0 199901 0
[pid=11852/tid=11854] ppid=11850 vsize=810296 CPUtime=5.8
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 14901 0 1 0 572 8 0 0 25 0 13 0 18859196 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4109700515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 18859197 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859197 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 18859199 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18859199 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810296 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 13 0 18859205 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810296 CPUtime=0.77
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1960 0 0 0 77 0 0 0 17 0 13 0 18859205 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 829743104 16994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 810296

[startup+12.7018 s]
/proc/loadavg: 0.26 0.06 0.02 2/80 11865
/proc/meminfo: memFree=974672/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810296 CPUtime=13.88
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 21501 0 1 0 1377 11 0 0 18 0 13 0 18859194 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202574 18116 1436 9 0 199901 0
[pid=11852/tid=11854] ppid=11850 vsize=810296 CPUtime=12.2
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 16024 0 1 0 1211 9 0 0 25 0 13 0 18859196 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4109755627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 18859197 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859197 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 18859199 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 18859199 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810296 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 13 0 18859205 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810296 CPUtime=0.77
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1960 0 0 0 77 0 0 0 17 0 13 0 18859205 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 829743104 18116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.88
Current children cumulated vsize (KiB) 810296

[startup+25.5023 s]
/proc/loadavg: 0.42 0.11 0.03 2/80 11865
/proc/meminfo: memFree=953680/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810296 CPUtime=26.72
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 27258 0 1 0 2658 14 0 0 18 0 13 0 18859194 829743104 23284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202574 23284 1445 9 0 199901 0
[pid=11852/tid=11854] ppid=11850 vsize=810296 CPUtime=24.94
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 16993 0 1 0 2484 10 0 0 25 0 13 0 18859196 829743104 23284 996147200 134512640 134550932 4294956016 18446744073709551615 4109755627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810296 CPUtime=0.04
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 2481 0 0 0 3 1 0 0 17 0 13 0 18859197 829743104 23284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810296 CPUtime=0.03
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 2298 0 0 0 3 0 0 0 17 0 13 0 18859197 829743104 23284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 23284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0

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

[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810296 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810296 CPUtime=0.79
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1960 0 0 0 79 0 0 0 17 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.02
Current children cumulated vsize (KiB) 810296

[startup+1722.3 s]
/proc/loadavg: 2.07 1.99 1.65 3/87 11898
/proc/meminfo: memFree=812184/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810296 CPUtime=1718.45
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 56076 0 1 0 171816 29 0 0 18 0 13 0 18859194 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202574 50846 1445 9 0 199901 0
[pid=11852/tid=11854] ppid=11850 vsize=810296 CPUtime=1716.02
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 16995 0 1 0 171590 12 0 0 25 0 13 0 18859196 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4109700488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810296 CPUtime=0.33
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 15924 0 0 0 27 6 0 0 16 0 13 0 18859197 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810296 CPUtime=0.35
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 17671 0 0 0 29 6 0 0 18 0 13 0 18859197 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810296 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810296 CPUtime=0.79
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1960 0 0 0 79 0 0 0 17 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.45
Current children cumulated vsize (KiB) 810296

[startup+1782.3 s]
/proc/loadavg: 2.02 1.99 1.66 3/87 11898
/proc/meminfo: memFree=810968/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810296 CPUtime=1777.87
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 56076 0 1 0 177758 29 0 0 18 0 13 0 18859194 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202574 50846 1445 9 0 199901 0
[pid=11852/tid=11854] ppid=11850 vsize=810296 CPUtime=1775.45
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 16995 0 1 0 177533 12 0 0 25 0 13 0 18859196 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4109755627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810296 CPUtime=0.33
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 15924 0 0 0 27 6 0 0 16 0 13 0 18859197 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810296 CPUtime=0.35
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 17671 0 0 0 29 6 0 0 18 0 13 0 18859197 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810296 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810296 CPUtime=0.79
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1960 0 0 0 79 0 0 0 17 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.87
Current children cumulated vsize (KiB) 810296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.01 1.99 1.67 3/87 11898
/proc/meminfo: memFree=810776/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810296 CPUtime=1800.06
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 56076 0 1 0 179977 29 0 0 18 0 13 0 18859194 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202574 50846 1445 9 0 199901 0
[pid=11852/tid=11854] ppid=11850 vsize=810296 CPUtime=1797.64
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 16995 0 1 0 179752 12 0 0 25 0 13 0 18859196 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4109700777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810296 CPUtime=0.33
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 15924 0 0 0 27 6 0 0 16 0 13 0 18859197 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810296 CPUtime=0.35
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 17671 0 0 0 29 6 0 0 18 0 13 0 18859197 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859198 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18859199 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810296 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810296 CPUtime=0.79
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1960 0 0 0 79 0 0 0 17 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 18859205 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810296 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 18859330 829743104 50846 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 810296

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

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

[startup+1804.81 s]
/proc/loadavg: 2.01 1.99 1.67 3/87 11898
/proc/meminfo: memFree=810776/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=810944 CPUtime=1800.17
/proc/11852/stat : 11852 (java) S 11850 11852 11632 0 -1 0 56097 0 1 0 179988 29 0 0 16 0 15 0 18859194 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 202736 50867 1445 9 0 200063 0
[pid=11852/tid=11854] ppid=11850 vsize=810944 CPUtime=1797.66
/proc/11852/task/11854/stat : 11854 (java) R 11850 11852 11632 0 -1 64 16995 0 1 0 179754 12 0 0 25 0 15 0 18859196 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4109755627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11855] ppid=11850 vsize=810944 CPUtime=0.33
/proc/11852/task/11855/stat : 11855 (java) S 11850 11852 11632 0 -1 64 15924 0 0 0 27 6 0 0 16 0 15 0 18859197 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11856] ppid=11850 vsize=810944 CPUtime=0.35
/proc/11852/task/11856/stat : 11856 (java) S 11850 11852 11632 0 -1 64 17671 0 0 0 29 6 0 0 18 0 15 0 18859197 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11857] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11857/stat : 11857 (java) S 11850 11852 11632 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 18859198 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11858] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11858/stat : 11858 (java) S 11850 11852 11632 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 18859199 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11859] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11859/stat : 11859 (java) S 11850 11852 11632 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 18859199 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11860] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11860/stat : 11860 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 18859205 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11861] ppid=11850 vsize=810944 CPUtime=0.88
/proc/11852/task/11861/stat : 11861 (java) S 11850 11852 11632 0 -1 64 2770 0 0 0 88 0 0 0 16 0 15 0 18859205 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11862] ppid=11850 vsize=810944 CPUtime=0.82
/proc/11852/task/11862/stat : 11862 (java) S 11850 11852 11632 0 -1 64 1963 0 0 0 82 0 0 0 17 0 15 0 18859205 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11863] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11863/stat : 11863 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 18859205 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11852/tid=11864] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11864/stat : 11864 (java) S 11850 11852 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 18859205 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11852/tid=11865] ppid=11850 vsize=810944 CPUtime=0
/proc/11852/task/11865/stat : 11865 (java) S 11850 11852 11632 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 18859330 830406656 50867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 810944

[startup+1804.9 s]
/proc/loadavg: 2.01 1.99 1.67 3/87 11898
/proc/meminfo: memFree=810776/2055920 swapFree=4192956/4192956
[pid=11852] ppid=11850 vsize=0 CPUtime=1800.26
/proc/11852/stat : 11852 (java) Z 11850 11852 11632 0 -1 1036 56100 0 1 0 179995 31 0 0 15 0 2 0 18859194 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11852/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1804.92
CPU time (s): 1800.28
CPU user time (s): 1799.95
CPU system time (s): 0.32595
CPU usage (%): 99.743
Max. virtual memory (cumulated for all children) (KiB): 810944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56100
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= 37084
involuntary context switches= 29508

runsolver used 2.25366 second user time and 6.02808 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 15:12:02
IDJOB=2057325
IDBENCH=53360
IDSOLVER=731
FILE ID=node11/2057325-1247317922
PBS_JOBID= 9506606
Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-56021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057325-1247317922/watcher-2057325-1247317922 -o /tmp/evaluation-result-2057325-1247317922/solver-2057325-1247317922 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057325-1247317922.xml

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

MD5SUM BENCH= 75c8610eabf767267baca5b47a7f5bd0
RANDOM SEED=511635892

node11.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.274
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.274
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:       1042456 kB
Buffers:         58712 kB
Cached:         866564 kB
SwapCached:          0 kB
Active:          88248 kB
Inactive:       852388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1042456 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          25180 kB
Slab:            58424 kB
Committed_AS:    92484 kB
PageTables:       1680 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= 66444 MiB
End job on node11 at 2009-07-11 15:42:09