Trace number 1082030

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.11 1815.98

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-13.xml
MD5SUMbf96536fccc303d16173a9b3682c6cc5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.5072
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints767
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.34	c See www.sat4j.org for details.
0.24/0.34	c That software uses the Rhino library from the Mozilla project.
0.24/0.39	c version 9.9.9.token
0.24/0.39	c sun.arch.data.model	32
0.24/0.39	c java.version	1.6.0_06
0.24/0.39	c os.name	Linux
0.24/0.39	c os.version	2.6.9-22.EL.rootsmp
0.24/0.39	c os.arch	i386
0.24/0.39	c Free memory 669864272
0.24/0.39	c Max memory 672137216
0.24/0.39	c Total memory 672137216
0.24/0.39	c Number of processors 2
0.32/0.43	c c --- Begin Solver configuration ---
0.32/0.43	c Stops conflict analysis at the first Unique Implication Point
0.32/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.43	c Learn all clauses as in MiniSAT
0.32/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.43	c Expensive reason simplification
0.32/0.43	c MiniSAT restarts strategy
0.32/0.43	c timeout=2147483s
0.32/0.43	c DB Simplification allowed=false
0.32/0.43	c --- End Solver configuration ---
0.32/0.43	c solving HOME/instance-1082030-1215220615.xml
0.32/0.43	c reading problem ... 
0.60/0.71	c reading problem named null
0.60/0.71	c reading domains done.
0.60/0.71	c reading variables done.
0.60/0.76	c reading predicates  done.
0.80/0.93	c reading constraints
4.72/4.65	c done with constraints.
4.72/4.65	c ... done. Wall clock time 4.221s.
4.72/4.65	c #vars     1521
4.72/4.65	c #constraints  51142
4.72/4.65	c constraints type 
4.72/4.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50583
4.72/4.65	c org.sat4j.minisat.constraints.card.AtLeast => 39
1800.02/1815.91	c starts		: 17
1800.02/1815.91	c conflicts		: 138362
1800.02/1815.91	c decisions		: 146658
1800.02/1815.91	c propagations		: 11114368
1800.02/1815.91	c inspects		: 4481904979
1800.02/1815.91	c learnt literals	: 1
1800.02/1815.91	c learnt binary clauses	: 15
1800.02/1815.91	c learnt ternary clauses	: 43
1800.02/1815.91	c learnt clauses	: 138361
1800.02/1815.91	c ignored clauses	: 0
1800.02/1815.91	c root simplifications	: 0
1800.02/1815.91	c removed literals (reason simplification)	: 11625800
1800.02/1815.91	c reason swapping (by a shorter reason)	: 0
1800.02/1815.91	c Calls to reduceDB	: 0
1800.02/1815.91	c speed (assignments/second)	: 6136.28686881402
1800.02/1815.91	c non guided choices	39
1800.02/1815.91	s UNKNOWN
1800.02/1815.91	c Total wall clock time (in seconds) : 1815.479

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082030-1215220615/watcher-1082030-1215220615 -o /tmp/evaluation-result-1082030-1215220615/solver-1082030-1215220615 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082030-1215220615.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 29148
/proc/meminfo: memFree=1850040/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=1804 CPUtime=0
/proc/29148/stat : 29148 (java6) D 29146 29148 26762 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2001034754 1847296 150 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29148/statm: 451 150 106 9 0 93 0

[startup+0.043107 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 29148
/proc/meminfo: memFree=1850040/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=13404 CPUtime=0.01
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 788 0 29 0 0 1 0 0 18 0 2 0 2001034754 13725696 592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 3351 592 259 9 0 1244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13404

[startup+0.102109 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 29148
/proc/meminfo: memFree=1850040/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=802236 CPUtime=0.04
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 2616 0 30 0 2 2 0 0 18 0 7 0 2001034754 821489664 2380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 200559 2381 992 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.302131 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 29148
/proc/meminfo: memFree=1850040/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=807800 CPUtime=0.24
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 4672 0 31 0 21 3 0 0 18 0 12 0 2001034754 827187200 4036 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 201950 4037 1298 9 0 199319 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 807800

[startup+0.702173 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 29148
/proc/meminfo: memFree=1850040/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=807828 CPUtime=0.6
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 6006 0 31 0 55 5 0 0 18 0 12 0 2001034754 827215872 5368 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 201957 5368 1335 9 0 199319 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 807828

[startup+1.50126 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 29160
/proc/meminfo: memFree=1826072/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=811400 CPUtime=1.4
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 9495 0 31 0 133 7 0 0 18 0 12 0 2001034754 830873600 7315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 202850 7315 1358 9 0 200212 0
[pid=29148/tid=29150] ppid=29146 vsize=811400 CPUtime=0.69
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 4805 0 1 0 65 4 0 0 25 0 12 0 2001034758 830873600 7315 996147200 134512640 134550740 4294956016 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29151] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2001034761 830873600 7315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29152] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2001034761 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29153] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001034762 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29154] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2001034763 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29155] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 2001034763 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29156] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2001034767 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=811400 CPUtime=0.47
/proc/29148/task/29157/stat : 29157 (java) R 29146 29148 26762 0 -1 64 2909 0 1 0 46 1 0 0 16 0 12 0 2001034767 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29158] ppid=29146 vsize=811400 CPUtime=0.2
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 1046 0 0 0 20 0 0 0 16 0 12 0 2001034767 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29159] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2001034767 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=811400 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001034767 830873600 7316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 811400

[startup+3.10144 s]
/proc/loadavg: 1.91 1.98 1.99 5/84 29160
/proc/meminfo: memFree=1809688/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=822028 CPUtime=3.23
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 21857 0 31 0 311 12 0 0 18 0 12 0 2001034754 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 205507 13651 1372 9 0 202869 0
[pid=29148/tid=29150] ppid=29146 vsize=822028 CPUtime=1.33
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 8432 0 1 0 127 6 0 0 25 0 12 0 2001034758 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4109215761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2001034761 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29152] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2001034761 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29153] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001034762 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29154] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2001034763 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29155] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 2001034763 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29156] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2001034767 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=822028 CPUtime=1.35
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9961 0 1 0 131 4 0 0 16 0 12 0 2001034767 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=822028 CPUtime=0.51
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2729 0 0 0 51 0 0 0 16 0 12 0 2001034767 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2001034767 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=822028 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001034767 841756672 13651 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 822028

[startup+6.30279 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29161
/proc/meminfo: memFree=1753744/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=821584 CPUtime=6.41
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 32589 0 33 0 623 18 0 0 18 0 13 0 2001034754 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 205396 24187 1393 9 0 202758 0
[pid=29148/tid=29150] ppid=29146 vsize=821584 CPUtime=3.85
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17282 0 1 0 375 10 0 0 20 0 13 0 2001034758 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4110044079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=821584 CPUtime=0.01
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 519 0 0 0 1 0 0 0 17 0 13 0 2001034761 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=821584 CPUtime=0.02
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 1277 0 0 0 2 0 0 0 17 0 13 0 2001034761 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2001034762 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29154] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=821584 CPUtime=1.62
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9981 0 2 0 158 4 0 0 16 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=821584 CPUtime=0.85
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2761 0 1 0 85 0 0 0 16 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 821584

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29161
/proc/meminfo: memFree=1753616/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=821584 CPUtime=12.75
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 32589 0 33 0 1257 18 0 0 18 0 13 0 2001034754 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 205396 24187 1393 9 0 202758 0
[pid=29148/tid=29150] ppid=29146 vsize=821584 CPUtime=10.17
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17282 0 1 0 1007 10 0 0 25 0 13 0 2001034758 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4110065497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=821584 CPUtime=0.01
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 519 0 0 0 1 0 0 0 17 0 13 0 2001034761 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=821584 CPUtime=0.02
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 1277 0 0 0 2 0 0 0 17 0 13 0 2001034761 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2001034762 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29154] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=821584 CPUtime=1.63
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9981 0 2 0 159 4 0 0 16 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=821584 CPUtime=0.86
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2761 0 1 0 86 0 0 0 15 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 841302016 24187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 821584

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29161
/proc/meminfo: memFree=1753680/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=821584 CPUtime=25.43
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 32595 0 33 0 2525 18 0 0 18 0 13 0 2001034754 841302016 24191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 205396 24191 1393 9 0 202758 0
[pid=29148/tid=29150] ppid=29146 vsize=821584 CPUtime=22.83
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17285 0 1 0 2273 10 0 0 25 0 13 0 2001034758 841302016 24191 996147200 134512640 134550740 4294956016 18446744073709551615 4110044112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=821584 CPUtime=0.01
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 519 0 0 0 1 0 0 0 17 0 13 0 2001034761 841302016 24191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=821584 CPUtime=0.02
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 1277 0 0 0 2 0 0 0 17 0 13 0 2001034761 841302016 24191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2001034762 841302016 24191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29154] ppid=29146 vsize=821584 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 841302016 24191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=29148] ppid=29146 vsize=826712 CPUtime=1647.86
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 53247 0 33 0 164752 34 0 0 18 0 13 0 2001034754 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 206678 44086 1396 9 0 204040 0
[pid=29148/tid=29150] ppid=29146 vsize=826712 CPUtime=1644.54
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17289 0 1 0 164436 18 0 0 25 0 13 0 2001034758 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4110044649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 11058 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 11341 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001034762 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29154] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=826712 CPUtime=1.79
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9997 0 2 0 175 4 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=826712 CPUtime=0.97
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2767 0 1 0 97 0 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.86
Current children cumulated vsize (KiB) 826712

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 29559
/proc/meminfo: memFree=1643712/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=826712 CPUtime=1707.3
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 53247 0 33 0 170696 34 0 0 18 0 13 0 2001034754 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 206678 44086 1396 9 0 204040 0
[pid=29148/tid=29150] ppid=29146 vsize=826712 CPUtime=1703.98
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17289 0 1 0 170380 18 0 0 25 0 13 0 2001034758 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4110066536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 11058 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 11341 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001034762 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29154] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=826712 CPUtime=1.79
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9997 0 2 0 175 4 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=826712 CPUtime=0.97
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2767 0 1 0 97 0 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.3
Current children cumulated vsize (KiB) 826712

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 29559
/proc/meminfo: memFree=1643584/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=826712 CPUtime=1766.73
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 53247 0 33 0 176639 34 0 0 18 0 13 0 2001034754 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 206678 44086 1396 9 0 204040 0
[pid=29148/tid=29150] ppid=29146 vsize=826712 CPUtime=1763.41
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17289 0 1 0 176323 18 0 0 25 0 13 0 2001034758 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4110044295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 11058 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 11341 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001034762 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29154] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=826712 CPUtime=1.79
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9997 0 2 0 175 4 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=826712 CPUtime=0.97
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2767 0 1 0 97 0 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.73
Current children cumulated vsize (KiB) 826712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 29559
/proc/meminfo: memFree=1643584/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=826712 CPUtime=1800.02
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 53247 0 33 0 179968 34 0 0 18 0 13 0 2001034754 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 206678 44086 1396 9 0 204040 0
[pid=29148/tid=29150] ppid=29146 vsize=826712 CPUtime=1796.7
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17289 0 1 0 179652 18 0 0 25 0 13 0 2001034758 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4110044054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 11058 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 11341 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001034762 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29154] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=826712 CPUtime=1.79
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9997 0 2 0 175 4 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=826712 CPUtime=0.97
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2767 0 1 0 97 0 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 826712

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

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

[startup+1815.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 29559
/proc/meminfo: memFree=1643584/2055920 swapFree=4179916/4192956
[pid=29148] ppid=29146 vsize=826712 CPUtime=1800.02
/proc/29148/stat : 29148 (java) S 29146 29148 26762 0 -1 0 53247 0 33 0 179968 34 0 0 18 0 13 0 2001034754 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29148/statm: 206678 44086 1396 9 0 204040 0
[pid=29148/tid=29150] ppid=29146 vsize=826712 CPUtime=1796.7
/proc/29148/task/29150/stat : 29150 (java) R 29146 29148 26762 0 -1 64 17289 0 1 0 179652 18 0 0 25 0 13 0 2001034758 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4110044054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29151] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29151/stat : 29151 (java) S 29146 29148 26762 0 -1 64 11058 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29152] ppid=29146 vsize=826712 CPUtime=0.25
/proc/29148/task/29152/stat : 29152 (java) S 29146 29148 26762 0 -1 64 11341 0 0 0 21 4 0 0 18 0 13 0 2001034761 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29153] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29153/stat : 29153 (java) S 29146 29148 26762 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 2001034762 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29154] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29154/stat : 29154 (java) S 29146 29148 26762 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29155] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29155/stat : 29155 (java) S 29146 29148 26762 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2001034763 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29156] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29156/stat : 29156 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29157] ppid=29146 vsize=826712 CPUtime=1.79
/proc/29148/task/29157/stat : 29157 (java) S 29146 29148 26762 0 -1 64 9997 0 2 0 175 4 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29158] ppid=29146 vsize=826712 CPUtime=0.97
/proc/29148/task/29158/stat : 29158 (java) S 29146 29148 26762 0 -1 64 2767 0 1 0 97 0 0 0 16 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29148/tid=29159] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29159/stat : 29159 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29160] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29160/stat : 29160 (java) S 29146 29148 26762 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001034767 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29148/tid=29161] ppid=29146 vsize=826712 CPUtime=0
/proc/29148/task/29161/stat : 29161 (java) S 29146 29148 26762 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 2001035223 846553088 44086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 826712

Child status: 143
Real time (s): 1815.98
CPU time (s): 1800.11
CPU user time (s): 1799.73
CPU system time (s): 0.374943
CPU usage (%): 99.1257
Max. virtual memory (cumulated for all children) (KiB): 826712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53266
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37763
involuntary context switches= 61499

runsolver used 2.6306 second user time and 5.67414 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 03:16:55
IDJOB=1082030
IDBENCH=57178
IDSOLVER=344
FILE ID=node37/1082030-1215220615
PBS_JOBID= 7881711
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf96536fccc303d16173a9b3682c6cc5
RANDOM SEED=1141274622

node37.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.236
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.236
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:       1850520 kB
Buffers:         14600 kB
Cached:         120760 kB
SwapCached:       6964 kB
Active:          40568 kB
Inactive:       108400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850520 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:          21408 kB
Slab:            41748 kB
Committed_AS:  3622444 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-05 03:47:13