Trace number 1088563

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.16 1804.66

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel6-5.xml
MD5SUM847ad0b91d45ff24c9b9b595db8ec3bf
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 benchmark26.269
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints755
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension755
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1088563-1215247389.xml
0.38/0.41	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.57/0.68	c reading variables done.
0.68/0.73	c reading predicates  done.
0.87/0.92	c reading constraints
2.24/2.33	c done with constraints.
2.24/2.34	c ... done. Wall clock time 1.93s.
2.24/2.34	c #vars     475
2.24/2.34	c #constraints  7740
2.24/2.34	c constraints type 
2.24/2.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7645
2.24/2.34	c org.sat4j.minisat.constraints.card.AtLeast => 95
1800.08/1804.61	c starts		: 18
1800.08/1804.61	c conflicts		: 287815
1800.08/1804.61	c decisions		: 336696
1800.08/1804.61	c propagations		: 17086721
1800.08/1804.61	c inspects		: 5375712071
1800.08/1804.61	c learnt literals	: 1
1800.08/1804.61	c learnt binary clauses	: 16
1800.08/1804.61	c learnt ternary clauses	: 63
1800.08/1804.61	c learnt clauses	: 287814
1800.08/1804.61	c ignored clauses	: 0
1800.08/1804.61	c root simplifications	: 0
1800.08/1804.61	c removed literals (reason simplification)	: 1800325
1800.08/1804.61	c reason swapping (by a shorter reason)	: 0
1800.08/1804.61	c Calls to reduceDB	: 0
1800.08/1804.61	c speed (assignments/second)	: 9480.647781635867
1800.08/1804.61	c non guided choices	200
1800.08/1804.61	s UNKNOWN
1800.08/1804.61	c Total wall clock time (in seconds) : 1804.206

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-1088563-1215247389/watcher-1088563-1215247389 -o /tmp/evaluation-result-1088563-1215247389/solver-1088563-1215247389 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088563-1215247389.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: 2.00 1.93 1.70 4/93 8038
/proc/meminfo: memFree=1747968/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=18572 CPUtime=0
/proc/8038/stat : 8038 (runsolver) R 8036 8038 5925 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2003713306 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8038/statm: 4643 292 257 25 0 2626 0

[startup+0.104858 s]
/proc/loadavg: 2.00 1.93 1.70 4/93 8038
/proc/meminfo: memFree=1747968/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=804612 CPUtime=0.09
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 3007 0 1 0 7 2 0 0 18 0 12 0 2003713306 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.203889 s]
/proc/loadavg: 2.00 1.93 1.70 4/93 8038
/proc/meminfo: memFree=1747968/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=808244 CPUtime=0.18
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 4504 0 1 0 16 2 0 0 18 0 12 0 2003713306 827641856 3831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202061 3831 1293 9 0 199430 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808244

[startup+0.302902 s]
/proc/loadavg: 2.00 1.93 1.70 4/93 8038
/proc/meminfo: memFree=1747968/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=808244 CPUtime=0.28
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 4954 0 1 0 26 2 0 0 18 0 12 0 2003713306 827641856 4281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202061 4281 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702973 s]
/proc/loadavg: 2.00 1.93 1.70 4/93 8038
/proc/meminfo: memFree=1747968/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=808272 CPUtime=0.68
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 6354 0 1 0 64 4 0 0 18 0 12 0 2003713306 827670528 5482 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202068 5482 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50113 s]
/proc/loadavg: 2.00 1.93 1.70 3/105 8050
/proc/meminfo: memFree=1727264/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=811268 CPUtime=1.45
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 9172 0 1 0 140 5 0 0 18 0 12 0 2003713306 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202817 7381 1353 9 0 200179 0
[pid=8038/tid=8040] ppid=8036 vsize=811268 CPUtime=0.84
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 4918 0 1 0 80 4 0 0 20 0 12 0 2003713308 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8041] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2003713309 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8042] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2003713309 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8043] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2003713311 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8044] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2003713311 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8045] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2003713311 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8046] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2003713316 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=811268 CPUtime=0.39
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2315 0 0 0 39 0 0 0 16 0 12 0 2003713316 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8048] ppid=8036 vsize=811268 CPUtime=0.19
/proc/8038/task/8048/stat : 8048 (java) R 8036 8038 5925 0 -1 64 1173 0 0 0 19 0 0 0 16 0 12 0 2003713316 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 106731216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8049] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2003713316 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=811268 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003713316 830738432 7381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 811268

[startup+3.10243 s]
/proc/loadavg: 2.00 1.93 1.70 3/105 8050
/proc/meminfo: memFree=1719776/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=811592 CPUtime=3.03
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 10525 0 1 0 296 7 0 0 18 0 13 0 2003713306 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202898 8732 1382 9 0 200260 0
[pid=8038/tid=8040] ppid=8036 vsize=811592 CPUtime=1.7
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 6187 0 1 0 166 4 0 0 25 0 13 0 2003713308 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4109810175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8041] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 2003713309 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8042] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2003713309 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8043] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2003713311 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8044] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 2003713311 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8045] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713311 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8046] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=811592 CPUtime=0.82
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2373 0 0 0 82 0 0 0 16 0 13 0 2003713316 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8048] ppid=8036 vsize=811592 CPUtime=0.47
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1195 0 0 0 47 0 0 0 15 0 13 0 2003713316 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8049] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=811592 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 831070208 8732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 811592

[startup+6.30203 s]
/proc/loadavg: 2.00 1.93 1.70 4/106 8051
/proc/meminfo: memFree=1716312/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=811112 CPUtime=6.14
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 11120 0 1 0 607 7 0 0 18 0 13 0 2003713306 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202778 9213 1386 9 0 200140 0
[pid=8038/tid=8040] ppid=8036 vsize=811112 CPUtime=4.66
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 6764 0 1 0 461 5 0 0 25 0 13 0 2003713308 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4109778516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8041] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 2003713309 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8042] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2003713309 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8043] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2003713311 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8044] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 2003713311 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8045] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713311 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8046] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=811112 CPUtime=0.89
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2379 0 0 0 89 0 0 0 16 0 13 0 2003713316 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8048] ppid=8036 vsize=811112 CPUtime=0.56
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1207 0 0 0 56 0 0 0 15 0 13 0 2003713316 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8049] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=811112 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 830578688 9213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 811112

[startup+12.7022 s]
/proc/loadavg: 2.00 1.93 1.70 3/106 8051
/proc/meminfo: memFree=1714200/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=810216 CPUtime=12.38
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 11766 0 1 0 1230 8 0 0 18 0 13 0 2003713306 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202554 9632 1386 9 0 199916 0
[pid=8038/tid=8040] ppid=8036 vsize=810216 CPUtime=10.82
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 7407 0 1 0 1076 6 0 0 25 0 13 0 2003713308 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4109778543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 2003713309 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2003713309 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2003713311 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 2003713311 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8045] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713311 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8046] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=810216 CPUtime=0.93
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2381 0 0 0 93 0 0 0 17 0 13 0 2003713316 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8048] ppid=8036 vsize=810216 CPUtime=0.59
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1208 0 0 0 59 0 0 0 15 0 13 0 2003713316 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8049] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 829661184 9632 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 810216

[startup+25.504 s]
/proc/loadavg: 2.00 1.94 1.71 4/106 8051
/proc/meminfo: memFree=1710616/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=810216 CPUtime=24.86
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 12638 0 1 0 2476 10 0 0 18 0 13 0 2003713306 829661184 10504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202554 10504 1386 9 0 199916 0
[pid=8038/tid=8040] ppid=8036 vsize=810216 CPUtime=23.29
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 8279 0 1 0 2322 7 0 0 25 0 13 0 2003713308 829661184 10504 996147200 134512640 134550740 4294956016 18446744073709551615 4109778543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 2003713309 829661184 10504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2003713309 829661184 10504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 2003713311 829661184 10504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810216 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 2003713311 829661184 10504 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=8038] ppid=8036 vsize=810080 CPUtime=1657.85
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 32270 0 1 0 165752 33 0 0 18 0 13 0 2003713306 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202520 28789 1391 9 0 199882 0
[pid=8038/tid=8040] ppid=8036 vsize=810080 CPUtime=1656.04
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 17283 0 1 0 165578 26 0 0 25 0 13 0 2003713308 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4109778543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810080 CPUtime=0.08
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 5112 0 0 0 7 1 0 0 17 0 13 0 2003713309 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810080 CPUtime=0.12
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 5487 0 0 0 10 2 0 0 18 0 13 0 2003713309 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003713311 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8045] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8046] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=810080 CPUtime=0.95
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2382 0 0 0 95 0 0 0 17 0 13 0 2003713316 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8048] ppid=8036 vsize=810080 CPUtime=0.6
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1208 0 0 0 60 0 0 0 16 0 13 0 2003713316 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8049] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 829521920 28789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.85
Current children cumulated vsize (KiB) 810080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/93 8099
/proc/meminfo: memFree=1485632/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=810080 CPUtime=1717.82
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 32271 0 1 0 171749 33 0 0 18 0 13 0 2003713306 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202520 28790 1391 9 0 199882 0
[pid=8038/tid=8040] ppid=8036 vsize=810080 CPUtime=1716.01
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 17284 0 1 0 171575 26 0 0 25 0 13 0 2003713308 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4109775054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810080 CPUtime=0.08
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 5112 0 0 0 7 1 0 0 17 0 13 0 2003713309 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810080 CPUtime=0.12
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 5487 0 0 0 10 2 0 0 18 0 13 0 2003713309 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003713311 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8045] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8046] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=810080 CPUtime=0.95
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2382 0 0 0 95 0 0 0 17 0 13 0 2003713316 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8048] ppid=8036 vsize=810080 CPUtime=0.6
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1208 0 0 0 60 0 0 0 16 0 13 0 2003713316 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8049] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 829521920 28790 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.82
Current children cumulated vsize (KiB) 810080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/93 8099
/proc/meminfo: memFree=1485504/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=810080 CPUtime=1777.79
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 32273 0 1 0 177746 33 0 0 18 0 13 0 2003713306 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202520 28792 1391 9 0 199882 0
[pid=8038/tid=8040] ppid=8036 vsize=810080 CPUtime=1775.99
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 17286 0 1 0 177572 27 0 0 25 0 13 0 2003713308 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4109774662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810080 CPUtime=0.08
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 5112 0 0 0 7 1 0 0 17 0 13 0 2003713309 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810080 CPUtime=0.12
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 5487 0 0 0 10 2 0 0 18 0 13 0 2003713309 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8045] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8046] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=810080 CPUtime=0.95
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2382 0 0 0 95 0 0 0 17 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8048] ppid=8036 vsize=810080 CPUtime=0.6
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1208 0 0 0 60 0 0 0 16 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8049] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.79
Current children cumulated vsize (KiB) 810080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 2.00 2.00 1.98 3/93 8099
/proc/meminfo: memFree=1485440/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=810080 CPUtime=1800.08
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 32273 0 1 0 179975 33 0 0 18 0 13 0 2003713306 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202520 28792 1391 9 0 199882 0
[pid=8038/tid=8040] ppid=8036 vsize=810080 CPUtime=1798.28
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 17286 0 1 0 179801 27 0 0 25 0 13 0 2003713308 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4109778543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810080 CPUtime=0.08
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 5112 0 0 0 7 1 0 0 17 0 13 0 2003713309 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810080 CPUtime=0.12
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 5487 0 0 0 10 2 0 0 18 0 13 0 2003713309 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8045] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8046] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=810080 CPUtime=0.95
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2382 0 0 0 95 0 0 0 17 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8048] ppid=8036 vsize=810080 CPUtime=0.6
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1208 0 0 0 60 0 0 0 16 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8049] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 810080

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

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

[startup+1804.6 s]
/proc/loadavg: 2.00 2.00 1.98 3/93 8099
/proc/meminfo: memFree=1485440/2055920 swapFree=4180456/4192956
[pid=8038] ppid=8036 vsize=810080 CPUtime=1800.08
/proc/8038/stat : 8038 (java) S 8036 8038 5925 0 -1 0 32273 0 1 0 179975 33 0 0 18 0 13 0 2003713306 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8038/statm: 202520 28792 1391 9 0 199882 0
[pid=8038/tid=8040] ppid=8036 vsize=810080 CPUtime=1798.28
/proc/8038/task/8040/stat : 8040 (java) R 8036 8038 5925 0 -1 64 17286 0 1 0 179801 27 0 0 25 0 13 0 2003713308 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4109778543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8041] ppid=8036 vsize=810080 CPUtime=0.08
/proc/8038/task/8041/stat : 8041 (java) S 8036 8038 5925 0 -1 64 5112 0 0 0 7 1 0 0 17 0 13 0 2003713309 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8042] ppid=8036 vsize=810080 CPUtime=0.12
/proc/8038/task/8042/stat : 8042 (java) S 8036 8038 5925 0 -1 64 5487 0 0 0 10 2 0 0 18 0 13 0 2003713309 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8043] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8043/stat : 8043 (java) S 8036 8038 5925 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8044] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8044/stat : 8044 (java) S 8036 8038 5925 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8045] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8045/stat : 8045 (java) S 8036 8038 5925 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003713311 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8046] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8046/stat : 8046 (java) S 8036 8038 5925 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8047] ppid=8036 vsize=810080 CPUtime=0.95
/proc/8038/task/8047/stat : 8047 (java) S 8036 8038 5925 0 -1 64 2382 0 0 0 95 0 0 0 17 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8048] ppid=8036 vsize=810080 CPUtime=0.6
/proc/8038/task/8048/stat : 8048 (java) S 8036 8038 5925 0 -1 64 1208 0 0 0 60 0 0 0 16 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8038/tid=8049] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8049/stat : 8049 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8050] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8050/stat : 8050 (java) S 8036 8038 5925 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003713316 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8038/tid=8051] ppid=8036 vsize=810080 CPUtime=0
/proc/8038/task/8051/stat : 8051 (java) S 8036 8038 5925 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2003713541 829521920 28792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 810080

Child status: 143
Real time (s): 1804.66
CPU time (s): 1800.16
CPU user time (s): 1799.8
CPU system time (s): 0.356945
CPU usage (%): 99.7502
Max. virtual memory (cumulated for all children) (KiB): 811592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32291
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37112
involuntary context switches= 43977

runsolver used 2.91056 second user time and 5.87511 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 10:43:09
IDJOB=1088563
IDBENCH=58090
IDSOLVER=344
FILE ID=node19/1088563-1215247389
PBS_JOBID= 7881910
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel6-5.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-1088563-1215247389/watcher-1088563-1215247389 -o /tmp/evaluation-result-1088563-1215247389/solver-1088563-1215247389 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088563-1215247389.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 847ad0b91d45ff24c9b9b595db8ec3bf
RANDOM SEED=31658661

node19.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.263
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	: 5931.00
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.263
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:       1748512 kB
Buffers:          9188 kB
Cached:         142416 kB
SwapCached:       6496 kB
Active:         187492 kB
Inactive:        66488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748512 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:         118924 kB
Slab:            38048 kB
Committed_AS:  4128228 kB
PageTables:       2268 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= 66528 MiB
End job on node19 at 2008-07-05 11:13:16