Trace number 1072497

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.21 1807.52

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-45_ext.xml
MD5SUMd5d47957bb204cad1de758ab5599e60c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark85.557
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1072497-1215174882.xml
0.28/0.39	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.65	c reading variables done.
0.58/0.68	c reading relations done.
3.28/3.33	c reading constraints
4.28/4.31	c done with constraints.
4.28/4.31	c ... done. Wall clock time 3.923s.
4.28/4.31	c #vars     576
4.28/4.31	c #constraints  658454
4.28/4.31	c constraints type 
4.28/4.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 658430
4.28/4.31	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.08/1807.42	c starts		: 21
1800.08/1807.42	c conflicts		: 874304
1800.08/1807.42	c decisions		: 1373742
1800.08/1807.42	c propagations		: 51352266
1800.08/1807.42	c inspects		: 5725691579
1800.08/1807.42	c learnt literals	: 0
1800.08/1807.42	c learnt binary clauses	: 6
1800.08/1807.42	c learnt ternary clauses	: 582
1800.08/1807.42	c learnt clauses	: 874304
1800.08/1807.42	c ignored clauses	: 0
1800.08/1807.42	c root simplifications	: 0
1800.08/1807.42	c removed literals (reason simplification)	: 31239074
1800.08/1807.42	c reason swapping (by a shorter reason)	: 0
1800.08/1807.42	c Calls to reduceDB	: 0
1800.08/1807.42	c speed (assignments/second)	: 28479.940413831046
1800.08/1807.42	c non guided choices	144
1800.08/1807.42	s UNKNOWN
1800.08/1807.42	c Total wall clock time (in seconds) : 1807.029

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-1072497-1215174882/watcher-1072497-1215174882 -o /tmp/evaluation-result-1072497-1215174882/solver-1072497-1215174882 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072497-1215174882.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.94 4/79 7852
/proc/meminfo: memFree=1824592/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=18572 CPUtime=0
/proc/7852/stat : 7852 (runsolver) R 7850 7852 7540 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 129168855 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7852/statm: 4643 292 257 25 0 2626 0

[startup+0.052431 s]
/proc/loadavg: 1.92 1.99 1.94 4/79 7852
/proc/meminfo: memFree=1824592/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=802080 CPUtime=0.04
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 2584 0 1 0 2 2 0 0 20 0 7 0 129168855 821329920 2319 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 200520 2319 981 9 0 197903 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802080

[startup+0.101435 s]
/proc/loadavg: 1.92 1.99 1.94 4/79 7852
/proc/meminfo: memFree=1824592/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=804612 CPUtime=0.08
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 3003 0 1 0 6 2 0 0 20 0 12 0 129168855 823922688 2736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 201153 2736 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301457 s]
/proc/loadavg: 1.92 1.99 1.94 4/79 7852
/proc/meminfo: memFree=1824592/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=808104 CPUtime=0.28
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 4988 0 1 0 25 3 0 0 20 0 12 0 129168855 827498496 4315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 202026 4315 1307 9 0 199395 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808104

[startup+0.701507 s]
/proc/loadavg: 1.92 1.99 1.94 4/79 7852
/proc/meminfo: memFree=1824592/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=808132 CPUtime=0.68
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 6390 0 1 0 63 5 0 0 20 0 12 0 129168855 827527168 5518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 202033 5518 1335 9 0 199395 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808132

[startup+1.50159 s]
/proc/loadavg: 1.92 1.99 1.94 4/91 7864
/proc/meminfo: memFree=1805104/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=811684 CPUtime=1.47
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 10928 0 1 0 140 7 0 0 20 0 12 0 129168855 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 202921 8872 1349 9 0 200283 0
[pid=7852/tid=7854] ppid=7850 vsize=811684 CPUtime=0.67
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 6377 0 1 0 62 5 0 0 25 0 12 0 129168857 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 129168858 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 129168858 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 129168860 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 129168860 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 129168860 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 129168864 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=811684 CPUtime=0.42
/proc/7852/task/7861/stat : 7861 (java) R 7850 7852 7540 0 -1 64 2672 0 0 0 42 0 0 0 16 0 12 0 129168864 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 103300769 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7862] ppid=7850 vsize=811684 CPUtime=0.35
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1115 0 0 0 35 0 0 0 16 0 12 0 129168864 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7863] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 129168864 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129168864 831164416 8872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811684

[startup+3.10277 s]
/proc/loadavg: 1.92 1.99 1.94 6/91 7864
/proc/meminfo: memFree=1744496/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=811684 CPUtime=3.06
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 25846 0 1 0 293 13 0 0 20 0 12 0 129168855 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 202921 23785 1357 9 0 200283 0
[pid=7852/tid=7854] ppid=7850 vsize=811684 CPUtime=1.94
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17003 0 1 0 185 9 0 0 25 0 12 0 129168857 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4109669938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=811684 CPUtime=0.1
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 2167 0 0 0 10 0 0 0 16 0 12 0 129168858 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=811684 CPUtime=0.08
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 1984 0 0 0 8 0 0 0 16 0 12 0 129168858 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 0 0 0 0 16 0 12 0 129168860 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129168860 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 129168860 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 129168864 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=811684 CPUtime=0.47
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 2674 0 0 0 47 0 0 0 16 0 12 0 129168864 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7862] ppid=7850 vsize=811684 CPUtime=0.4
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1119 0 0 0 40 0 0 0 16 0 12 0 129168864 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7863] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 129168864 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=811684 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129168864 831164416 23785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811684

[startup+6.30214 s]
/proc/loadavg: 1.93 1.99 1.94 3/92 7865
/proc/meminfo: memFree=1688872/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=813232 CPUtime=6.26
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 38126 0 1 0 608 18 0 0 20 0 13 0 129168855 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 203308 35061 1381 9 0 200670 0
[pid=7852/tid=7854] ppid=7850 vsize=813232 CPUtime=3.85
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17026 0 1 0 375 10 0 0 25 0 13 0 129168857 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4109819551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=813232 CPUtime=0.38
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 8028 0 0 0 35 3 0 0 17 0 13 0 129168858 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=813232 CPUtime=0.34
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 7440 0 0 0 32 2 0 0 17 0 13 0 129168858 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 0 0 0 0 17 0 13 0 129168860 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=813232 CPUtime=0.91
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3562 0 0 0 90 1 0 0 16 0 13 0 129168864 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7862] ppid=7850 vsize=813232 CPUtime=0.73
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1166 0 0 0 73 0 0 0 16 0 13 0 129168864 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7863] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 832749568 35061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 813232

[startup+12.7029 s]
/proc/loadavg: 1.93 1.99 1.94 3/92 7865
/proc/meminfo: memFree=1688680/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=813232 CPUtime=12.63
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 38151 0 1 0 1245 18 0 0 20 0 13 0 129168855 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 203308 35084 1384 9 0 200670 0
[pid=7852/tid=7854] ppid=7850 vsize=813232 CPUtime=10.03
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17028 0 1 0 993 10 0 0 25 0 13 0 129168857 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4109827033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=813232 CPUtime=0.38
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 8028 0 0 0 35 3 0 0 17 0 13 0 129168858 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=813232 CPUtime=0.34
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 7440 0 0 0 32 2 0 0 17 0 13 0 129168858 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 129168860 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=813232 CPUtime=1.01
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3578 0 0 0 100 1 0 0 16 0 13 0 129168864 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7862] ppid=7850 vsize=813232 CPUtime=0.81
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1173 0 0 0 81 0 0 0 16 0 13 0 129168864 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7863] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 813232

[startup+25.5013 s]
/proc/loadavg: 1.95 1.99 1.94 3/92 7865
/proc/meminfo: memFree=1688680/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=813232 CPUtime=25.37
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 38151 0 1 0 2518 19 0 0 20 0 13 0 129168855 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 203308 35084 1384 9 0 200670 0
[pid=7852/tid=7854] ppid=7850 vsize=813232 CPUtime=22.76
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17028 0 1 0 2266 10 0 0 25 0 13 0 129168857 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4109813624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=813232 CPUtime=0.38
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 8028 0 0 0 35 3 0 0 17 0 13 0 129168858 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=813232 CPUtime=0.34
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 7440 0 0 0 32 2 0 0 17 0 13 0 129168858 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 129168860 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=813232 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 832749568 35084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=7852/tid=7857] ppid=7850 vsize=819632 CPUtime=0.01
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=819632 CPUtime=1.02
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3578 0 0 0 101 1 0 0 16 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7862] ppid=7850 vsize=819632 CPUtime=0.83
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1174 0 0 0 83 0 0 0 16 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7863] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.82
Current children cumulated vsize (KiB) 819632

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/101 7914
/proc/meminfo: memFree=1468264/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=819632 CPUtime=1655.52
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 93968 0 1 0 165504 48 0 0 20 0 13 0 129168855 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 204908 86303 1384 9 0 202270 0
[pid=7852/tid=7854] ppid=7850 vsize=819632 CPUtime=1648.79
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17038 0 1 0 164867 12 0 0 25 0 13 0 129168857 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4109813787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=819632 CPUtime=2.33
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 31460 0 0 0 219 14 0 0 18 0 13 0 129168858 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=819632 CPUtime=2.48
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 39814 0 0 0 231 17 0 0 16 0 13 0 129168858 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7857] ppid=7850 vsize=819632 CPUtime=0.01
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=819632 CPUtime=1.02
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3578 0 0 0 101 1 0 0 16 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7862] ppid=7850 vsize=819632 CPUtime=0.83
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1174 0 0 0 83 0 0 0 16 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7863] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.52
Current children cumulated vsize (KiB) 819632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/101 7914
/proc/meminfo: memFree=1468264/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=819632 CPUtime=1715.22
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 93968 0 1 0 171474 48 0 0 20 0 13 0 129168855 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 204908 86303 1384 9 0 202270 0
[pid=7852/tid=7854] ppid=7850 vsize=819632 CPUtime=1708.49
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17038 0 1 0 170837 12 0 0 25 0 13 0 129168857 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4109813787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=819632 CPUtime=2.33
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 31460 0 0 0 219 14 0 0 18 0 13 0 129168858 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7856] ppid=7850 vsize=819632 CPUtime=2.48
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 39814 0 0 0 231 17 0 0 16 0 13 0 129168858 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7857] ppid=7850 vsize=819632 CPUtime=0.01
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=819632 CPUtime=1.02
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3578 0 0 0 101 1 0 0 16 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7862] ppid=7850 vsize=819632 CPUtime=0.83
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1174 0 0 0 83 0 0 0 16 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7863] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 839303168 86303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.22
Current children cumulated vsize (KiB) 819632

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/101 7914
/proc/meminfo: memFree=1449064/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=819632 CPUtime=1775.11
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 99251 0 1 0 177460 51 0 0 20 0 13 0 129168855 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 204908 91125 1384 9 0 202270 0
[pid=7852/tid=7854] ppid=7850 vsize=819632 CPUtime=1767.95
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17039 0 1 0 176783 12 0 0 25 0 13 0 129168857 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4109819551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=819632 CPUtime=2.55
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 34629 0 0 0 239 16 0 0 16 0 13 0 129168858 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7856] ppid=7850 vsize=819632 CPUtime=2.69
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 41927 0 0 0 251 18 0 0 18 0 13 0 129168858 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=819632 CPUtime=0.01
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 129168860 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=819632 CPUtime=1.02
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3578 0 0 0 101 1 0 0 16 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7862] ppid=7850 vsize=819632 CPUtime=0.83
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1174 0 0 0 83 0 0 0 16 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7863] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.11
Current children cumulated vsize (KiB) 819632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/101 7914
/proc/meminfo: memFree=1449000/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=819632 CPUtime=1800.08
/proc/7852/stat : 7852 (java) S 7850 7852 7540 0 -1 0 99251 0 1 0 179957 51 0 0 20 0 13 0 129168855 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 204908 91125 1384 9 0 202270 0
[pid=7852/tid=7854] ppid=7850 vsize=819632 CPUtime=1792.94
/proc/7852/task/7854/stat : 7854 (java) R 7850 7852 7540 0 -1 64 17039 0 1 0 179281 13 0 0 25 0 13 0 129168857 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4109813784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7855] ppid=7850 vsize=819632 CPUtime=2.55
/proc/7852/task/7855/stat : 7855 (java) S 7850 7852 7540 0 -1 64 34629 0 0 0 239 16 0 0 16 0 13 0 129168858 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7856] ppid=7850 vsize=819632 CPUtime=2.69
/proc/7852/task/7856/stat : 7856 (java) S 7850 7852 7540 0 -1 64 41927 0 0 0 251 18 0 0 18 0 13 0 129168858 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7857] ppid=7850 vsize=819632 CPUtime=0.01
/proc/7852/task/7857/stat : 7857 (java) S 7850 7852 7540 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 129168860 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7858] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7858/stat : 7858 (java) S 7850 7852 7540 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 129168860 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7859] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7859/stat : 7859 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 129168860 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7860] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7860/stat : 7860 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7861] ppid=7850 vsize=819632 CPUtime=1.02
/proc/7852/task/7861/stat : 7861 (java) S 7850 7852 7540 0 -1 64 3578 0 0 0 101 1 0 0 16 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7862] ppid=7850 vsize=819632 CPUtime=0.83
/proc/7852/task/7862/stat : 7862 (java) S 7850 7852 7540 0 -1 64 1174 0 0 0 83 0 0 0 16 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7852/tid=7863] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7863/stat : 7863 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7864] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7864/stat : 7864 (java) S 7850 7852 7540 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 129168864 839303168 91125 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7852/tid=7865] ppid=7850 vsize=819632 CPUtime=0
/proc/7852/task/7865/stat : 7865 (java) S 7850 7852 7540 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 129169287 839303168 91125 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) 819632

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

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

[startup+1807.52 s]
/proc/loadavg: 2.00 2.00 1.95 3/101 7914
/proc/meminfo: memFree=1449000/2055920 swapFree=4179140/4192956
[pid=7852] ppid=7850 vsize=0 CPUtime=1800.19
/proc/7852/stat : 7852 (java) Z 7850 7852 7540 0 -1 1036 99271 0 1 0 179963 56 0 0 15 0 2 0 129168855 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7852/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1807.52
CPU time (s): 1800.21
CPU user time (s): 1799.64
CPU system time (s): 0.571913
CPU usage (%): 99.5954
Max. virtual memory (cumulated for all children) (KiB): 819632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.571913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99271
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= 37552
involuntary context switches= 58750

runsolver used 2.42863 second user time and 5.82811 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 14:34:42
IDJOB=1072497
IDBENCH=56260
IDSOLVER=344
FILE ID=node76/1072497-1215174882
PBS_JOBID= 7881530
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5d47957bb204cad1de758ab5599e60c
RANDOM SEED=223610316

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825072 kB
Buffers:         25088 kB
Cached:         123760 kB
SwapCached:       7280 kB
Active:         128136 kB
Inactive:        45704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825072 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:          35276 kB
Slab:            42024 kB
Committed_AS:   372468 kB
PageTables:       2016 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= 66548 MiB
End job on node76 at 2008-07-04 15:04:52