Trace number 1079953

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.12 1807.3

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-49_ext.xml
MD5SUM25720c36732239b7436c9971631f16ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1615
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1079953-1215211343.xml
0.39/0.40	c reading problem ... 
0.59/0.68	c reading problem named null
0.59/0.68	c reading domains done.
0.59/0.68	c reading variables done.
0.68/0.72	c reading relations done.
2.38/2.47	c reading constraints
3.08/3.16	c done with constraints.
3.08/3.16	c ... done. Wall clock time 2.753s.
3.08/3.16	c #vars     400
3.08/3.16	c #constraints  293819
3.08/3.16	c constraints type 
3.08/3.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 293799
3.08/3.16	c org.sat4j.minisat.constraints.card.AtLeast => 20
1800.02/1807.22	c starts		: 21
1800.02/1807.22	c conflicts		: 709883
1800.02/1807.22	c decisions		: 1079108
1800.02/1807.22	c propagations		: 34542732
1800.02/1807.22	c inspects		: 5366794158
1800.02/1807.22	c learnt literals	: 1
1800.02/1807.22	c learnt binary clauses	: 50
1800.02/1807.22	c learnt ternary clauses	: 1181
1800.02/1807.22	c learnt clauses	: 709882
1800.02/1807.22	c ignored clauses	: 0
1800.02/1807.22	c root simplifications	: 0
1800.02/1807.22	c removed literals (reason simplification)	: 20310007
1800.02/1807.22	c reason swapping (by a shorter reason)	: 0
1800.02/1807.22	c Calls to reduceDB	: 0
1800.02/1807.22	c speed (assignments/second)	: 19147.211681194993
1800.02/1807.22	c non guided choices	124
1800.02/1807.22	s UNKNOWN
1800.02/1807.22	c Total wall clock time (in seconds) : 1806.817

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-1079953-1215211343/watcher-1079953-1215211343 -o /tmp/evaluation-result-1079953-1215211343/solver-1079953-1215211343 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079953-1215211343.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: 0.86 0.26 0.12 3/73 14182
/proc/meminfo: memFree=562176/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=13288 CPUtime=0
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 2000105663 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 3322 538 219 9 0 1232 0
[pid=14182/tid=14183] ppid=14180 vsize=13288 CPUtime=0
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2000105664 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 10133464 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.074903 s]
/proc/loadavg: 0.86 0.26 0.12 3/73 14182
/proc/meminfo: memFree=562176/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=802236 CPUtime=0.06
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 2799 0 1 0 4 2 0 0 18 0 7 0 2000105663 821489664 2534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 200559 2547 1009 9 0 197942 0
[pid=14182/tid=14183] ppid=14180 vsize=802236 CPUtime=0.05
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 2050 0 1 0 4 1 0 0 17 0 7 0 2000105664 821489664 2547 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.115107 s]
/proc/loadavg: 0.86 0.26 0.12 3/73 14182
/proc/meminfo: memFree=562176/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=805076 CPUtime=0.1
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 3325 0 1 0 8 2 0 0 18 0 12 0 2000105663 824397824 3056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 201269 3056 1249 9 0 198638 0
[pid=14182/tid=14183] ppid=14180 vsize=805076 CPUtime=0.08
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 2235 0 1 0 7 1 0 0 21 0 12 0 2000105664 824397824 3056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 805076

[startup+0.302143 s]
/proc/loadavg: 0.86 0.26 0.12 3/73 14182
/proc/meminfo: memFree=562176/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=808276 CPUtime=0.29
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 4977 0 1 0 26 3 0 0 18 0 12 0 2000105663 827674624 4304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 202069 4304 1298 9 0 199438 0
[pid=14182/tid=14183] ppid=14180 vsize=808276 CPUtime=0.18
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 2708 0 1 0 16 2 0 0 21 0 12 0 2000105664 827674624 4304 996147200 134512640 134550740 4294956016 18446744073709551615 4160655535 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701219 s]
/proc/loadavg: 0.86 0.26 0.12 3/73 14182
/proc/meminfo: memFree=562176/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=808304 CPUtime=0.68
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 6359 0 1 0 63 5 0 0 18 0 12 0 2000105663 827703296 5487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 202076 5487 1335 9 0 199438 0
[pid=14182/tid=14183] ppid=14180 vsize=808304 CPUtime=0.4
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 3787 0 1 0 36 4 0 0 19 0 12 0 2000105664 827703296 5487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50137 s]
/proc/loadavg: 0.95 0.29 0.13 4/85 14194
/proc/meminfo: memFree=550176/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=811696 CPUtime=1.48
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 9944 0 1 0 140 8 0 0 18 0 12 0 2000105663 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 202924 7867 1349 9 0 200286 0
[pid=14182/tid=14183] ppid=14180 vsize=811696 CPUtime=0.65
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 5344 0 1 0 60 5 0 0 21 0 12 0 2000105664 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4109622746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14185] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2000105665 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14186] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2000105665 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14187] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2000105667 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14188] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2000105668 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2000105668 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000105672 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=811696 CPUtime=0.48
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2591 0 0 0 47 1 0 0 16 0 12 0 2000105672 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14192] ppid=14180 vsize=811696 CPUtime=0.32
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1243 0 0 0 32 0 0 0 16 0 12 0 2000105672 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14193] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000105672 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=811696 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000105672 831176704 7867 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811696

[startup+3.10268 s]
/proc/loadavg: 0.95 0.29 0.13 3/85 14194
/proc/meminfo: memFree=493024/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=812340 CPUtime=3.08
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 26131 0 1 0 291 17 0 0 18 0 12 0 2000105663 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 203085 23708 1363 9 0 200447 0
[pid=14182/tid=14183] ppid=14180 vsize=812340 CPUtime=1.64
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16974 0 1 0 152 12 0 0 20 0 12 0 2000105664 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4109741126 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=812340 CPUtime=0.07
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 2452 0 0 0 6 1 0 0 16 0 12 0 2000105665 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=812340 CPUtime=0.06
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 1574 0 0 0 6 0 0 0 17 0 12 0 2000105665 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=812340 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 17 0 12 0 2000105667 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14188] ppid=14180 vsize=812340 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000105668 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=812340 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000105668 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=812340 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000105672 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=812340 CPUtime=0.64
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2604 0 0 0 63 1 0 0 16 0 12 0 2000105672 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=812340 CPUtime=0.62
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1681 0 0 0 62 0 0 0 16 0 12 0 2000105672 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=812340 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000105672 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=812340 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000105672 831836160 23708 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812340

[startup+6.30129 s]
/proc/loadavg: 0.95 0.29 0.13 3/86 14195
/proc/meminfo: memFree=478368/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=812600 CPUtime=6.27
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 26233 0 3 0 609 18 0 0 18 0 13 0 2000105663 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 203150 23796 1383 9 0 200512 0
[pid=14182/tid=14183] ppid=14180 vsize=812600 CPUtime=4.23
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16991 0 1 0 411 12 0 0 25 0 13 0 2000105664 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4109820126 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=812600 CPUtime=0.07
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 2452 0 0 0 6 1 0 0 16 0 13 0 2000105665 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=812600 CPUtime=0.06
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 1574 0 0 0 6 0 0 0 17 0 13 0 2000105665 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14188] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=812600 CPUtime=0.93
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2640 0 2 0 92 1 0 0 15 0 13 0 2000105672 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=812600 CPUtime=0.92
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1726 0 0 0 92 0 0 0 16 0 13 0 2000105672 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 832102400 23796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 812600

[startup+12.7025 s]
/proc/loadavg: 1.11 0.35 0.15 3/86 14195
/proc/meminfo: memFree=478312/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=812600 CPUtime=12.64
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 26238 0 3 0 1246 18 0 0 18 0 13 0 2000105663 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 203150 23799 1383 9 0 200512 0
[pid=14182/tid=14183] ppid=14180 vsize=812600 CPUtime=10.56
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16993 0 1 0 1044 12 0 0 25 0 13 0 2000105664 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4109820031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=812600 CPUtime=0.07
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 2452 0 0 0 6 1 0 0 16 0 13 0 2000105665 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=812600 CPUtime=0.06
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 1574 0 0 0 6 0 0 0 17 0 13 0 2000105665 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14188] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=812600 CPUtime=0.95
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2642 0 2 0 94 1 0 0 16 0 13 0 2000105672 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=812600 CPUtime=0.94
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1727 0 0 0 94 0 0 0 17 0 13 0 2000105672 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=812600 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 832102400 23799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 812600

[startup+25.5029 s]
/proc/loadavg: 1.25 0.40 0.17 3/86 14195
/proc/meminfo: memFree=478376/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=812600 CPUtime=25.39
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 26239 0 3 0 2521 18 0 0 18 0 13 0 2000105663 832102400 23800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 203150 23800 1383 9 0 200512 0

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

[pid=14182] ppid=14180 vsize=822204 CPUtime=1595.91
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 72530 0 3 0 159552 39 0 0 18 0 13 0 2000105663 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 205551 63380 1383 9 0 202913 0
[pid=14182/tid=14183] ppid=14180 vsize=822204 CPUtime=1591.52
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16996 0 1 0 159137 15 0 0 25 0 13 0 2000105664 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4109820031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=822204 CPUtime=1.17
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 24082 0 0 0 108 9 0 0 21 0 13 0 2000105665 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=822204 CPUtime=1.24
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 26232 0 0 0 114 10 0 0 16 0 13 0 2000105665 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14188] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=822204 CPUtime=0.97
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2643 0 2 0 96 1 0 0 16 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=822204 CPUtime=0.95
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1727 0 0 0 95 0 0 0 17 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.91
Current children cumulated vsize (KiB) 822204

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.65 3/86 14201
/proc/meminfo: memFree=285680/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=822204 CPUtime=1655.66
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 72530 0 3 0 165527 39 0 0 18 0 13 0 2000105663 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 205551 63380 1383 9 0 202913 0
[pid=14182/tid=14183] ppid=14180 vsize=822204 CPUtime=1651.26
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16996 0 1 0 165111 15 0 0 25 0 13 0 2000105664 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4109820031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=822204 CPUtime=1.17
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 24082 0 0 0 108 9 0 0 21 0 13 0 2000105665 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=822204 CPUtime=1.24
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 26232 0 0 0 114 10 0 0 16 0 13 0 2000105665 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14188] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=822204 CPUtime=0.97
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2643 0 2 0 96 1 0 0 16 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=822204 CPUtime=0.95
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1727 0 0 0 95 0 0 0 17 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 841936896 63380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.66
Current children cumulated vsize (KiB) 822204

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/86 14201
/proc/meminfo: memFree=277424/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=822204 CPUtime=1715.41
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 74551 0 3 0 171501 40 0 0 18 0 13 0 2000105663 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 205551 65400 1383 9 0 202913 0
[pid=14182/tid=14183] ppid=14180 vsize=822204 CPUtime=1710.53
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16997 0 1 0 171037 16 0 0 25 0 13 0 2000105664 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4109820031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=822204 CPUtime=1.4
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 24850 0 0 0 131 9 0 0 16 0 13 0 2000105665 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=822204 CPUtime=1.5
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 27484 0 0 0 139 11 0 0 19 0 13 0 2000105665 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14188] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=822204 CPUtime=0.97
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2643 0 2 0 96 1 0 0 16 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=822204 CPUtime=0.95
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1727 0 0 0 95 0 0 0 17 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.41
Current children cumulated vsize (KiB) 822204

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/86 14201
/proc/meminfo: memFree=274992/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=822204 CPUtime=1775.17
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 74551 0 3 0 177476 41 0 0 18 0 13 0 2000105663 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 205551 65400 1383 9 0 202913 0
[pid=14182/tid=14183] ppid=14180 vsize=822204 CPUtime=1770.28
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16997 0 1 0 177012 16 0 0 25 0 13 0 2000105664 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4109820169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=822204 CPUtime=1.4
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 24850 0 0 0 131 9 0 0 16 0 13 0 2000105665 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=822204 CPUtime=1.5
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 27484 0 0 0 139 11 0 0 19 0 13 0 2000105665 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14188] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=822204 CPUtime=0.97
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2643 0 2 0 96 1 0 0 16 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=822204 CPUtime=0.95
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1727 0 0 0 95 0 0 0 17 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.17
Current children cumulated vsize (KiB) 822204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 1.94 1.96 1.69 3/95 14240
/proc/meminfo: memFree=16048/2055920 swapFree=4180500/4192956
[pid=14182] ppid=14180 vsize=822204 CPUtime=1800.02
/proc/14182/stat : 14182 (java) S 14180 14182 13952 0 -1 0 74551 0 3 0 179960 42 0 0 18 0 13 0 2000105663 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14182/statm: 205551 65400 1383 9 0 202913 0
[pid=14182/tid=14183] ppid=14180 vsize=822204 CPUtime=1795.14
/proc/14182/task/14183/stat : 14183 (java) R 14180 14182 13952 0 -1 64 16997 0 1 0 179497 17 0 0 25 0 13 0 2000105664 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4109806548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14185] ppid=14180 vsize=822204 CPUtime=1.4
/proc/14182/task/14185/stat : 14185 (java) S 14180 14182 13952 0 -1 64 24850 0 0 0 131 9 0 0 16 0 13 0 2000105665 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14186] ppid=14180 vsize=822204 CPUtime=1.5
/proc/14182/task/14186/stat : 14186 (java) S 14180 14182 13952 0 -1 64 27484 0 0 0 139 11 0 0 19 0 13 0 2000105665 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14187] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14187/stat : 14187 (java) S 14180 14182 13952 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 2000105667 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14188] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14188/stat : 14188 (java) S 14180 14182 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14189] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14189/stat : 14189 (java) S 14180 14182 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000105668 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14190] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14190/stat : 14190 (java) S 14180 14182 13952 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14191] ppid=14180 vsize=822204 CPUtime=0.97
/proc/14182/task/14191/stat : 14191 (java) S 14180 14182 13952 0 -1 64 2643 0 2 0 96 1 0 0 16 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14192] ppid=14180 vsize=822204 CPUtime=0.95
/proc/14182/task/14192/stat : 14192 (java) S 14180 14182 13952 0 -1 64 1727 0 0 0 95 0 0 0 17 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14182/tid=14193] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14193/stat : 14193 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14194] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14194/stat : 14194 (java) S 14180 14182 13952 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000105672 841936896 65400 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14182/tid=14195] ppid=14180 vsize=822204 CPUtime=0
/proc/14182/task/14195/stat : 14195 (java) S 14180 14182 13952 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2000105980 841936896 65400 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) 822204

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

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

Child status: 143
Real time (s): 1807.3
CPU time (s): 1800.12
CPU user time (s): 1799.65
CPU system time (s): 0.465929
CPU usage (%): 99.6026
Max. virtual memory (cumulated for all children) (KiB): 824768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.465929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74570
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37327
involuntary context switches= 39452

runsolver used 2.07268 second user time and 6.20206 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 00:42:23
IDJOB=1079953
IDBENCH=56926
IDSOLVER=344
FILE ID=node59/1079953-1215211343
PBS_JOBID= 7881795
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-49_ext.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-1079953-1215211343/watcher-1079953-1215211343 -o /tmp/evaluation-result-1079953-1215211343/solver-1079953-1215211343 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1079953-1215211343.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 25720c36732239b7436c9971631f16ab
RANDOM SEED=557561445

node59.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.261
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.261
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:        562656 kB
Buffers:         45244 kB
Cached:        1290164 kB
SwapCached:       6300 kB
Active:        1047360 kB
Inactive:       377580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        562656 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:           14296 kB
Writeback:           0 kB
Mapped:          96096 kB
Slab:            53528 kB
Committed_AS:  4132480 kB
PageTables:       2048 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= 66500 MiB
End job on node59 at 2008-07-05 01:12:32