Trace number 1107772

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1800.16 1805

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-45.xml
MD5SUM409713f0907deb90e5b6d3eb261bf623
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 benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints990
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.41	c See www.sat4j.org for details.
0.28/0.41	c That software uses the Rhino library from the Mozilla project.
0.28/0.46	c version 9.9.9.token
0.28/0.46	c sun.arch.data.model	32
0.28/0.46	c java.version	1.6.0_06
0.28/0.46	c os.name	Linux
0.28/0.46	c os.version	2.6.9-22.EL.rootsmp
0.28/0.46	c os.arch	i386
0.28/0.46	c Free memory 669864272
0.28/0.46	c Max memory 672137216
0.28/0.46	c Total memory 672137216
0.28/0.46	c Number of processors 2
0.38/0.50	c c --- Begin Solver configuration ---
0.38/0.50	c Stops conflict analysis at the first Unique Implication Point
0.38/0.50	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.50	c Learn all clauses as in MiniSAT
0.38/0.50	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.50	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.50	c Expensive reason simplification
0.38/0.50	c MiniSAT restarts strategy
0.38/0.50	c timeout=2147483s
0.38/0.50	c DB Simplification allowed=false
0.38/0.50	c --- End Solver configuration ---
0.38/0.50	c solving HOME/instance-1107772-1215479117.xml
0.38/0.50	c reading problem ... 
0.64/0.80	c reading problem named null
0.64/0.80	c reading domains done.
0.64/0.81	c reading variables done.
0.64/0.86	c reading predicates  done.
0.83/1.05	c reading constraints
4.61/4.82	c done with constraints.
4.61/4.83	c ... done. Wall clock time 4.317s.
4.61/4.83	c #vars     1980
4.61/4.83	c #constraints  87210
4.61/4.83	c constraints type 
4.61/4.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 87165
4.61/4.83	c org.sat4j.minisat.constraints.card.AtLeast => 45
1800.05/1804.91	c starts		: 18
1800.05/1804.91	c conflicts		: 266919
1800.05/1804.91	c decisions		: 277826
1800.05/1804.91	c propagations		: 3640170
1800.05/1804.91	c inspects		: 2717593672
1800.05/1804.91	c learnt literals	: 0
1800.05/1804.91	c learnt binary clauses	: 0
1800.05/1804.91	c learnt ternary clauses	: 0
1800.05/1804.91	c learnt clauses	: 266919
1800.05/1804.91	c ignored clauses	: 0
1800.05/1804.91	c root simplifications	: 0
1800.05/1804.91	c removed literals (reason simplification)	: 1544005
1800.05/1804.91	c reason swapping (by a shorter reason)	: 0
1800.05/1804.91	c Calls to reduceDB	: 0
1800.05/1804.91	c speed (assignments/second)	: 2022.2290367417413
1800.05/1804.91	c non guided choices	3122
1800.05/1804.91	s UNKNOWN
1800.05/1804.91	c Total wall clock time (in seconds) : 1804.408

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-1107772-1215479117/watcher-1107772-1215479117 -o /tmp/evaluation-result-1107772-1215479117/solver-1107772-1215479117 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1107772-1215479117.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.93 2.01 1.87 4/74 3258
/proc/meminfo: memFree=1802920/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=18572 CPUtime=0
/proc/3258/stat : 3258 (runsolver) R 3256 3258 2900 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 4608635 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 230266826023 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3258/statm: 4643 292 257 25 0 2626 0

[startup+0.0518929 s]
/proc/loadavg: 1.93 2.01 1.87 4/74 3258
/proc/meminfo: memFree=1802920/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=13012 CPUtime=0.01
/proc/3258/stat : 3258 (java) R 3256 3258 2900 0 -1 0 389 0 16 0 0 1 0 0 19 0 1 0 4608635 13324288 206 996147200 134512640 134550740 4294956016 18446744073709551615 7906090 0 0 4096 0 0 0 0 17 0 0 0
/proc/3258/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.104617 s]
/proc/loadavg: 1.93 2.01 1.87 4/74 3258
/proc/meminfo: memFree=1802920/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=801432 CPUtime=0.05
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 2480 0 28 0 2 3 0 0 19 0 5 0 4608635 820666368 2244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 200358 2244 955 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301626 s]
/proc/loadavg: 1.93 2.01 1.87 4/74 3258
/proc/meminfo: memFree=1802920/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=807800 CPUtime=0.22
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 4498 0 28 0 17 5 0 0 19 0 12 0 4608635 827187200 3854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 201950 3854 1296 9 0 199319 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 807800

[startup+0.701671 s]
/proc/loadavg: 1.93 2.01 1.87 4/74 3258
/proc/meminfo: memFree=1802920/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=807828 CPUtime=0.55
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 5757 0 28 0 48 7 0 0 19 0 12 0 4608635 827215872 5111 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 201957 5111 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807828

[startup+1.50175 s]
/proc/loadavg: 1.93 2.01 1.87 3/86 3270
/proc/meminfo: memFree=1774472/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=811248 CPUtime=1.33
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 9314 0 28 0 124 9 0 0 19 0 12 0 4608635 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 202812 7217 1351 9 0 200174 0
[pid=3258/tid=3260] ppid=3256 vsize=811248 CPUtime=0.68
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 4771 0 1 0 63 5 0 0 24 0 12 0 4608643 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 4608644 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 4608644 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 4608645 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 4608646 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 4608646 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 4608652 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=811248 CPUtime=0.36
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2806 0 0 0 35 1 0 0 17 0 12 0 4608652 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=811248 CPUtime=0.24
/proc/3258/task/3268/stat : 3268 (java) R 3256 3258 2900 0 -1 64 1001 0 0 0 24 0 0 0 16 0 12 0 4608652 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 103149936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 4608652 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4608652 830717952 7217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 811248

[startup+3.10192 s]
/proc/loadavg: 1.93 2.01 1.87 3/86 3270
/proc/meminfo: memFree=1754376/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=811248 CPUtime=2.92
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 24013 0 28 0 275 17 0 0 19 0 12 0 4608635 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 202812 21914 1373 9 0 200174 0
[pid=3258/tid=3260] ppid=3256 vsize=811248 CPUtime=1.86
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17254 0 1 0 174 12 0 0 25 0 12 0 4608643 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4109650704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=811248 CPUtime=0.03
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 1975 0 0 0 3 0 0 0 17 0 12 0 4608644 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 147 0 0 0 0 0 0 0 17 0 12 0 4608644 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 4608645 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 4608646 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 4608646 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 4608652 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=811248 CPUtime=0.51
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2819 0 0 0 50 1 0 0 16 0 12 0 4608652 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=811248 CPUtime=0.46
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1051 0 0 0 46 0 0 0 16 0 12 0 4608652 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 4608652 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=811248 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 4608652 830717952 21914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 811248

[startup+6.30226 s]
/proc/loadavg: 1.94 2.01 1.87 3/87 3271
/proc/meminfo: memFree=1681088/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=810332 CPUtime=6.15
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 32758 0 28 0 594 21 0 0 19 0 13 0 4608635 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 202583 29357 1389 9 0 199945 0
[pid=3258/tid=3260] ppid=3256 vsize=810332 CPUtime=4.13
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17285 0 1 0 401 12 0 0 25 0 13 0 4608643 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4109906316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=810332 CPUtime=0.14
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 7027 0 0 0 12 2 0 0 16 0 13 0 4608644 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=810332 CPUtime=0.1
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 3474 0 0 0 8 2 0 0 16 0 13 0 4608644 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3263] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 17 0 13 0 4608645 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=810332 CPUtime=0.81
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2879 0 0 0 80 1 0 0 15 0 13 0 4608652 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=810332 CPUtime=0.9
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1295 0 0 0 90 0 0 0 15 0 13 0 4608652 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 829779968 29357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 810332

[startup+12.7029 s]
/proc/loadavg: 1.94 2.01 1.87 3/87 3271
/proc/meminfo: memFree=1681032/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=810332 CPUtime=12.5
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 32759 0 28 0 1229 21 0 0 19 0 13 0 4608635 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 202583 29358 1389 9 0 199945 0
[pid=3258/tid=3260] ppid=3256 vsize=810332 CPUtime=10.46
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17285 0 1 0 1034 12 0 0 25 0 13 0 4608643 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4109906296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=810332 CPUtime=0.14
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 7027 0 0 0 12 2 0 0 16 0 13 0 4608644 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=810332 CPUtime=0.1
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 3474 0 0 0 8 2 0 0 16 0 13 0 4608644 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3263] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=810332 CPUtime=0.82
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2879 0 0 0 81 1 0 0 16 0 13 0 4608652 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=810332 CPUtime=0.92
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1296 0 0 0 92 0 0 0 16 0 13 0 4608652 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 829779968 29358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 810332

[startup+25.5023 s]
/proc/loadavg: 1.95 2.00 1.87 3/87 3271
/proc/meminfo: memFree=1681160/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=810332 CPUtime=25.19
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 33196 0 28 0 2497 22 0 0 19 0 13 0 4608635 829779968 29374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 202583 29374 1392 9 0 199945 0
[pid=3258/tid=3260] ppid=3256 vsize=810332 CPUtime=22.99
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17287 0 1 0 2287 12 0 0 25 0 13 0 4608643 829779968 29374 996147200 134512640 134550740 4294956016 18446744073709551615 4109581762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=810332 CPUtime=0.14
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 7027 0 0 0 12 2 0 0 16 0 13 0 4608644 829779968 29374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=810332 CPUtime=0.1
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 3474 0 0 0 8 2 0 0 16 0 13 0 4608644 829779968 29374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3263] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 829779968 29374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=810332 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 829779968 29374 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3258] ppid=3256 vsize=812576 CPUtime=1657.48
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 131833 0 28 0 165687 61 0 0 19 0 13 0 4608635 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 203144 120237 1392 9 0 200506 0
[pid=3258/tid=3260] ppid=3256 vsize=812576 CPUtime=1652.94
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17299 0 1 0 165280 14 0 0 25 0 13 0 4608643 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4109906311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=812576 CPUtime=1.27
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 56120 0 0 0 107 20 0 0 17 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=812576 CPUtime=1.2
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 53001 0 0 0 100 20 0 0 16 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3264] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=812576 CPUtime=0.89
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2882 0 0 0 88 1 0 0 16 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=812576 CPUtime=1.1
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1733 0 0 0 110 0 0 0 17 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.48
Current children cumulated vsize (KiB) 812576

[startup+1722.3 s]
/proc/loadavg: 1.19 1.71 1.87 2/78 3295
/proc/meminfo: memFree=1352424/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=812576 CPUtime=1717.47
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 131833 0 28 0 171686 61 0 0 19 0 13 0 4608635 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 203144 120237 1392 9 0 200506 0
[pid=3258/tid=3260] ppid=3256 vsize=812576 CPUtime=1712.92
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17299 0 1 0 171278 14 0 0 25 0 13 0 4608643 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4109906316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=812576 CPUtime=1.27
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 56120 0 0 0 107 20 0 0 17 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=812576 CPUtime=1.2
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 53001 0 0 0 100 20 0 0 16 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3264] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=812576 CPUtime=0.89
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2882 0 0 0 88 1 0 0 16 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=812576 CPUtime=1.1
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1733 0 0 0 110 0 0 0 17 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.47
Current children cumulated vsize (KiB) 812576

[startup+1782.3 s]
/proc/loadavg: 1.07 1.58 1.81 2/78 3295
/proc/meminfo: memFree=1352296/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=812576 CPUtime=1777.45
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 131833 0 28 0 177684 61 0 0 19 0 13 0 4608635 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 203144 120237 1392 9 0 200506 0
[pid=3258/tid=3260] ppid=3256 vsize=812576 CPUtime=1772.91
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17299 0 1 0 177277 14 0 0 25 0 13 0 4608643 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4109906294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=812576 CPUtime=1.27
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 56120 0 0 0 107 20 0 0 17 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=812576 CPUtime=1.2
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 53001 0 0 0 100 20 0 0 16 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3264] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=812576 CPUtime=0.89
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2882 0 0 0 88 1 0 0 16 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=812576 CPUtime=1.1
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1733 0 0 0 110 0 0 0 17 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) R 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.45
Current children cumulated vsize (KiB) 812576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 1.04 1.53 1.79 2/78 3295
/proc/meminfo: memFree=1352296/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=812576 CPUtime=1800.05
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 131833 0 28 0 179944 61 0 0 19 0 13 0 4608635 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 203144 120237 1392 9 0 200506 0
[pid=3258/tid=3260] ppid=3256 vsize=812576 CPUtime=1795.51
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17299 0 1 0 179537 14 0 0 25 0 13 0 4608643 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4109906054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=812576 CPUtime=1.27
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 56120 0 0 0 107 20 0 0 17 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=812576 CPUtime=1.2
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 53001 0 0 0 100 20 0 0 16 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3264] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=812576 CPUtime=0.89
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2882 0 0 0 88 1 0 0 16 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=812576 CPUtime=1.1
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1733 0 0 0 110 0 0 0 17 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 812576

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

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

[startup+1804.9 s]
/proc/loadavg: 1.04 1.53 1.79 2/78 3295
/proc/meminfo: memFree=1352296/2055924 swapFree=4192956/4192956
[pid=3258] ppid=3256 vsize=812576 CPUtime=1800.05
/proc/3258/stat : 3258 (java) S 3256 3258 2900 0 -1 0 131833 0 28 0 179944 61 0 0 19 0 13 0 4608635 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 203144 120237 1392 9 0 200506 0
[pid=3258/tid=3260] ppid=3256 vsize=812576 CPUtime=1795.51
/proc/3258/task/3260/stat : 3260 (java) R 3256 3258 2900 0 -1 64 17299 0 1 0 179537 14 0 0 25 0 13 0 4608643 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4109906054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=812576 CPUtime=1.27
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 2900 0 -1 64 56120 0 0 0 107 20 0 0 17 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=812576 CPUtime=1.2
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 2900 0 -1 64 53001 0 0 0 100 20 0 0 16 0 13 0 4608644 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 2900 0 -1 64 57 0 0 0 0 0 0 0 16 0 13 0 4608645 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3258/tid=3264] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 2900 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 2900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 4608646 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3266] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 2900 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=812576 CPUtime=0.89
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 2900 0 -1 64 2882 0 0 0 88 1 0 0 16 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3268] ppid=3256 vsize=812576 CPUtime=1.1
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 2900 0 -1 64 1733 0 0 0 110 0 0 0 17 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 2900 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 4608652 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3258/tid=3271] ppid=3256 vsize=812576 CPUtime=0
/proc/3258/task/3271/stat : 3271 (java) S 3256 3258 2900 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 4609119 832077824 120237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 812576

Child status: 143
Real time (s): 1805
CPU time (s): 1800.16
CPU user time (s): 1799.47
CPU system time (s): 0.684895
CPU usage (%): 99.7318
Max. virtual memory (cumulated for all children) (KiB): 812576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131852
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38132
involuntary context switches= 27382

runsolver used 2.21266 second user time and 5.86411 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-08 03:05:17
IDJOB=1107772
IDBENCH=58551
IDSOLVER=344
FILE ID=node83/1107772-1215479117
PBS_JOBID= 7888615
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 409713f0907deb90e5b6d3eb261bf623
RANDOM SEED=842310234

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1803336 kB
Buffers:         35240 kB
Cached:         166856 kB
SwapCached:          0 kB
Active:         147124 kB
Inactive:        72796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1803336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1240 kB
Writeback:           0 kB
Mapped:          29352 kB
Slab:            17980 kB
Committed_AS:    78176 kB
PageTables:       1792 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= 66496 MiB
End job on node83 at 2008-07-08 03:35:24