Trace number 1082576

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-4.xml
MD5SUM7e6e65bbb019960e8b8070b754af3371
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 benchmark2.32365
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size306
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.69	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.69	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.69	c See www.sat4j.org for details.
0.18/0.69	c That software uses the Rhino library from the Mozilla project.
0.29/0.73	c version 9.9.9.token
0.29/0.73	c sun.arch.data.model	32
0.29/0.73	c java.version	1.6.0_06
0.29/0.73	c os.name	Linux
0.29/0.73	c os.version	2.6.9-22.EL.rootsmp
0.29/0.73	c os.arch	i386
0.29/0.73	c Free memory 669864272
0.29/0.73	c Max memory 672137216
0.29/0.73	c Total memory 672137216
0.29/0.73	c Number of processors 2
0.29/0.78	c c --- Begin Solver configuration ---
0.29/0.78	c Stops conflict analysis at the first Unique Implication Point
0.29/0.78	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.78	c Learn all clauses as in MiniSAT
0.29/0.78	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.78	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.78	c Expensive reason simplification
0.29/0.78	c MiniSAT restarts strategy
0.29/0.78	c timeout=2147483s
0.29/0.78	c DB Simplification allowed=false
0.29/0.78	c --- End Solver configuration ---
0.29/0.78	c solving HOME/instance-1082576-1215223329.xml
0.29/0.78	c reading problem ... 
0.58/1.05	c reading problem named null
0.58/1.05	c reading domains done.
0.58/1.06	c reading variables done.
0.84/1.29	c reading predicates  done.
1.04/1.46	c reading constraints
47.10/48.02	c done with constraints.
47.10/48.02	c ... done. Wall clock time 47.24s.
47.10/48.02	c #vars     12698
47.10/48.02	c #constraints  165174
47.10/48.02	c constraints type 
47.10/48.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 165124
47.10/48.02	c org.sat4j.minisat.constraints.card.AtLeast => 50
1800.01/1804.91	c starts		: 13
1800.01/1804.91	c conflicts		: 28144
1800.01/1804.91	c decisions		: 101640
1800.01/1804.91	c propagations		: 8024162
1800.01/1804.91	c inspects		: 167639487
1800.01/1804.91	c learnt literals	: 4
1800.01/1804.91	c learnt binary clauses	: 6
1800.01/1804.91	c learnt ternary clauses	: 6
1800.01/1804.91	c learnt clauses	: 28139
1800.01/1804.91	c ignored clauses	: 0
1800.01/1804.91	c root simplifications	: 0
1800.01/1804.91	c removed literals (reason simplification)	: 3237267
1800.01/1804.91	c reason swapping (by a shorter reason)	: 0
1800.01/1804.91	c Calls to reduceDB	: 0
1800.01/1804.91	c speed (assignments/second)	: 4567.352286931397
1800.01/1804.91	c non guided choices	1294
1800.01/1804.91	s UNKNOWN
1800.01/1804.91	c Total wall clock time (in seconds) : 1804.134

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-1082576-1215223329/watcher-1082576-1215223329 -o /tmp/evaluation-result-1082576-1215223329/solver-1082576-1215223329 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082576-1215223329.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.23 2.12 2.07 5/89 32166
/proc/meminfo: memFree=1080000/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=802236 CPUtime=0.04
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 2651 0 1 0 3 1 0 0 18 0 7 0 2001305358 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 200559 2386 993 9 0 197942 0
[pid=32166/tid=32167] ppid=32164 vsize=802236 CPUtime=0.03
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 1889 0 1 0 2 1 0 0 24 0 7 0 2001305359 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 106498272 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 3 0 0 0 0 0 0 0 20 0 7 0 2001305361 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 21 0 7 0 2001305361 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 22 0 7 0 2001305363 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 9 0 0 0 0 0 0 0 23 0 7 0 2001305363 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 4 0 0 0 0 0 0 0 24 0 7 0 2001305363 821489664 2386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0

[startup+0.166339 s]
/proc/loadavg: 2.23 2.12 2.07 5/89 32166
/proc/meminfo: memFree=1080000/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=802236 CPUtime=0.05
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 2735 0 1 0 4 1 0 0 18 0 7 0 2001305358 821489664 2471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 200559 2472 1003 9 0 197942 0
[pid=32166/tid=32167] ppid=32164 vsize=802236 CPUtime=0.04
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 1975 0 1 0 3 1 0 0 24 0 7 0 2001305359 821489664 2472 996147200 134512640 134550740 4294956016 18446744073709551615 103569346 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 3 0 0 0 0 0 0 0 20 0 7 0 2001305361 821489664 2473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 21 0 7 0 2001305361 821489664 2473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 22 0 7 0 2001305363 821489664 2473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 9 0 0 0 0 0 0 0 23 0 7 0 2001305363 821489664 2474 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=802236 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 4 0 0 0 0 0 0 0 24 0 7 0 2001305363 821489664 2474 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.202339 s]
/proc/loadavg: 2.23 2.12 2.07 5/89 32166
/proc/meminfo: memFree=1080000/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=802560 CPUtime=0.08
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 2884 0 1 0 6 2 0 0 18 0 8 0 2001305358 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 200640 2619 1014 9 0 198023 0
[pid=32166/tid=32167] ppid=32164 vsize=802560 CPUtime=0.06
/proc/32166/task/32167/stat : 32167 (java) S 32164 32166 31043 0 -1 64 2122 0 1 0 5 1 0 0 24 0 8 0 2001305359 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=802560 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 2001305361 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=802560 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 2001305361 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=802560 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 2001305363 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=802560 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 9 0 0 0 0 0 0 0 23 0 8 0 2001305363 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=802560 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 4 0 0 0 0 0 0 0 24 0 8 0 2001305363 821821440 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802560

[startup+0.302347 s]
/proc/loadavg: 2.23 2.12 2.07 5/89 32166
/proc/meminfo: memFree=1080000/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=803592 CPUtime=0.08
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 2907 0 1 0 6 2 0 0 18 0 10 0 2001305358 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 200898 2640 1025 9 0 198281 0
[pid=32166/tid=32167] ppid=32164 vsize=803592 CPUtime=0.06
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 2130 0 1 0 5 1 0 0 18 0 10 0 2001305359 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=803592 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 2001305361 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=803592 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 2001305361 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=803592 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 22 0 10 0 2001305363 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=803592 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 9 0 0 0 0 0 0 0 23 0 10 0 2001305363 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=803592 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 2001305363 822878208 2640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 803592

[startup+0.701385 s]
/proc/loadavg: 2.23 2.12 2.07 5/89 32166
/proc/meminfo: memFree=1080000/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=807760 CPUtime=0.29
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 4938 0 1 0 26 3 0 0 18 0 12 0 2001305358 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 201940 4267 1308 9 0 199309 0
[pid=32166/tid=32167] ppid=32164 vsize=807760 CPUtime=0.18
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 2796 0 1 0 16 2 0 0 21 0 12 0 2001305359 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=807760 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2001305361 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=807760 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2001305361 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=807760 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 2001305363 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=807760 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2001305363 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=807760 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2001305363 827146240 4267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807760

[startup+1.50246 s]
/proc/loadavg: 2.23 2.12 2.07 3/101 32184
/proc/meminfo: memFree=1062560/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=808096 CPUtime=1.14
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 8447 0 1 0 108 6 0 0 18 0 12 0 2001305358 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 202024 6932 1347 9 0 199386 0
[pid=32166/tid=32167] ppid=32164 vsize=808096 CPUtime=0.65
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 5286 0 1 0 60 5 0 0 19 0 12 0 2001305359 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4109173572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2001305361 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2001305361 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001305363 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2001305363 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2001305363 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001305377 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=808096 CPUtime=0.17
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 454 0 0 0 17 0 0 0 16 0 12 0 2001305387 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32176] ppid=32164 vsize=808096 CPUtime=0.3
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 1941 0 0 0 30 0 0 0 16 0 12 0 2001305387 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32177] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001305397 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=808096 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001305397 827490304 6932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 808096

[startup+3.1026 s]
/proc/loadavg: 2.23 2.12 2.07 6/102 32193
/proc/meminfo: memFree=1042392/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=816444 CPUtime=3.11
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 26462 0 1 0 296 15 0 0 18 0 12 0 2001305358 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 204111 22102 1383 9 0 201473 0
[pid=32166/tid=32167] ppid=32164 vsize=816444 CPUtime=1.67
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17282 0 1 0 156 11 0 0 24 0 12 0 2001305359 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4109760055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 533 0 0 0 0 0 0 0 17 0 12 0 2001305361 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=816444 CPUtime=0.02
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 647 0 0 0 2 0 0 0 17 0 12 0 2001305361 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 2001305363 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001305363 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001305363 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001305377 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=816444 CPUtime=0.66
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2907 0 0 0 65 1 0 0 17 0 12 0 2001305387 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32176] ppid=32164 vsize=816444 CPUtime=0.72
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 4299 0 0 0 71 1 0 0 16 0 12 0 2001305387 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32177] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001305397 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=816444 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001305397 836038656 22102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 816444

[startup+6.30188 s]
/proc/loadavg: 2.30 2.14 2.08 3/102 32193
/proc/meminfo: memFree=960288/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=815820 CPUtime=5.84
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 30328 0 1 0 567 17 0 0 18 0 12 0 2001305358 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 203955 25782 1383 9 0 201317 0
[pid=32166/tid=32167] ppid=32164 vsize=815820 CPUtime=4.18
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17289 0 1 0 407 11 0 0 24 0 12 0 2001305359 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4109855578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32168] ppid=32164 vsize=815820 CPUtime=0.08
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 2962 0 0 0 7 1 0 0 17 0 12 0 2001305361 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32169] ppid=32164 vsize=815820 CPUtime=0.06
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 1965 0 0 0 6 0 0 0 17 0 12 0 2001305361 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32170] ppid=32164 vsize=815820 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 136 0 0 0 0 0 0 0 16 0 12 0 2001305363 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32171] ppid=32164 vsize=815820 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001305363 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=815820 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001305363 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=815820 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001305377 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=815820 CPUtime=0.7
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2910 0 0 0 69 1 0 0 16 0 12 0 2001305387 835399680 25782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32166] ppid=32164 vsize=816144 CPUtime=1597.48
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 102091 0 1 0 159692 56 0 0 18 0 13 0 2001305358 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 204036 96932 1393 9 0 201398 0
[pid=32166/tid=32167] ppid=32164 vsize=816144 CPUtime=1593.2
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17379 0 1 0 159304 16 0 0 25 0 13 0 2001305359 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4109648519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=816144 CPUtime=0.87
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 40099 0 0 0 69 18 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=816144 CPUtime=0.84
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 36187 0 0 0 68 16 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=816144 CPUtime=0.03
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 136 0 0 0 2 1 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001305377 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=816144 CPUtime=1.09
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2928 0 0 0 108 1 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32176] ppid=32164 vsize=816144 CPUtime=1.4
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 4593 0 0 0 138 2 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32177] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32235] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32235/stat : 32235 (java) S 32164 32166 31043 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2001310165 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.48
Current children cumulated vsize (KiB) 816144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/86 32278
/proc/meminfo: memFree=727216/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=816144 CPUtime=1657.46
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 102091 0 1 0 165690 56 0 0 18 0 13 0 2001305358 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 204036 96932 1393 9 0 201398 0
[pid=32166/tid=32167] ppid=32164 vsize=816144 CPUtime=1653.18
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17379 0 1 0 165302 16 0 0 25 0 13 0 2001305359 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4110071606 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=816144 CPUtime=0.87
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 40099 0 0 0 69 18 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=816144 CPUtime=0.84
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 36187 0 0 0 68 16 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=816144 CPUtime=0.03
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 136 0 0 0 2 1 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001305377 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=816144 CPUtime=1.09
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2928 0 0 0 108 1 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32176] ppid=32164 vsize=816144 CPUtime=1.4
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 4593 0 0 0 138 2 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32177] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32235] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32235/stat : 32235 (java) S 32164 32166 31043 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2001310165 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.46
Current children cumulated vsize (KiB) 816144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/86 32278
/proc/meminfo: memFree=727216/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=816144 CPUtime=1717.43
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 102091 0 1 0 171687 56 0 0 18 0 13 0 2001305358 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 204036 96932 1393 9 0 201398 0
[pid=32166/tid=32167] ppid=32164 vsize=816144 CPUtime=1713.16
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17379 0 1 0 171300 16 0 0 25 0 13 0 2001305359 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4110072860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=816144 CPUtime=0.87
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 40099 0 0 0 69 18 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=816144 CPUtime=0.84
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 36187 0 0 0 68 16 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=816144 CPUtime=0.03
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 136 0 0 0 2 1 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001305377 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=816144 CPUtime=1.09
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2928 0 0 0 108 1 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32176] ppid=32164 vsize=816144 CPUtime=1.4
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 4593 0 0 0 138 2 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32177] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32235] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32235/stat : 32235 (java) S 32164 32166 31043 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2001310165 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.43
Current children cumulated vsize (KiB) 816144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32278
/proc/meminfo: memFree=727152/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=816144 CPUtime=1777.42
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 102091 0 1 0 177686 56 0 0 18 0 13 0 2001305358 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 204036 96932 1393 9 0 201398 0
[pid=32166/tid=32167] ppid=32164 vsize=816144 CPUtime=1773.14
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17379 0 1 0 177298 16 0 0 25 0 13 0 2001305359 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4109648238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=816144 CPUtime=0.87
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 40099 0 0 0 69 18 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=816144 CPUtime=0.84
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 36187 0 0 0 68 16 0 0 17 0 13 0 2001305361 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=816144 CPUtime=0.03
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 136 0 0 0 2 1 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001305377 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=816144 CPUtime=1.09
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2928 0 0 0 108 1 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32176] ppid=32164 vsize=816144 CPUtime=1.4
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 4593 0 0 0 138 2 0 0 17 0 13 0 2001305387 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32177] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001305397 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32235] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32235/stat : 32235 (java) S 32164 32166 31043 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2001310165 835731456 96932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.42
Current children cumulated vsize (KiB) 816144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32278
/proc/meminfo: memFree=706032/2055920 swapFree=4179776/4192956
[pid=32166] ppid=32164 vsize=816144 CPUtime=1800.01
/proc/32166/stat : 32166 (java) S 32164 32166 31043 0 -1 0 107384 0 1 0 179943 58 0 0 18 0 13 0 2001305358 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 204036 102224 1393 9 0 201398 0
[pid=32166/tid=32167] ppid=32164 vsize=816144 CPUtime=1795.6
/proc/32166/task/32167/stat : 32167 (java) R 32164 32166 31043 0 -1 64 17380 0 1 0 179544 16 0 0 25 0 13 0 2001305359 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4110071560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32164 vsize=816144 CPUtime=0.93
/proc/32166/task/32168/stat : 32168 (java) S 32164 32166 31043 0 -1 64 42667 0 0 0 74 19 0 0 17 0 13 0 2001305361 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32164 vsize=816144 CPUtime=0.9
/proc/32166/task/32169/stat : 32169 (java) S 32164 32166 31043 0 -1 64 38911 0 0 0 73 17 0 0 17 0 13 0 2001305361 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32164 vsize=816144 CPUtime=0.03
/proc/32166/task/32170/stat : 32170 (java) S 32164 32166 31043 0 -1 64 136 0 0 0 2 1 0 0 16 0 13 0 2001305363 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32164 32166 31043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32172/stat : 32172 (java) S 32164 32166 31043 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001305363 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32164 32166 31043 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2001305377 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32175] ppid=32164 vsize=816144 CPUtime=1.09
/proc/32166/task/32175/stat : 32175 (java) S 32164 32166 31043 0 -1 64 2928 0 0 0 108 1 0 0 17 0 13 0 2001305387 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32176] ppid=32164 vsize=816144 CPUtime=1.4
/proc/32166/task/32176/stat : 32176 (java) S 32164 32166 31043 0 -1 64 4593 0 0 0 138 2 0 0 17 0 13 0 2001305387 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32166/tid=32177] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32177/stat : 32177 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 2001305397 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32178] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32178/stat : 32178 (java) S 32164 32166 31043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001305397 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32235] ppid=32164 vsize=816144 CPUtime=0
/proc/32166/task/32235/stat : 32235 (java) S 32164 32166 31043 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 2001310165 835731456 102224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 816144

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): 1804.99
CPU time (s): 1800.11
CPU user time (s): 1799.45
CPU system time (s): 0.6529
CPU usage (%): 99.7297
Max. virtual memory (cumulated for all children) (KiB): 817968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.6529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107402
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= 38365
involuntary context switches= 61963

runsolver used 2.33564 second user time and 5.9421 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 04:02:09
IDJOB=1082576
IDBENCH=57281
IDSOLVER=344
FILE ID=node43/1082576-1215223329
PBS_JOBID= 7881829
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e6e65bbb019960e8b8070b754af3371
RANDOM SEED=884472264

node43.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.230
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.230
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:       1080480 kB
Buffers:         23092 kB
Cached:         837632 kB
SwapCached:       7024 kB
Active:         360776 kB
Inactive:       551992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080480 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:          69680 kB
Slab:            47336 kB
Committed_AS:  3817100 kB
PageTables:       2300 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= 66508 MiB
End job on node43 at 2008-07-05 04:32:16