Trace number 1062718

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? 754.848 763.29

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-stein45.xml
MD5SUM17176ef10da7df937d2ec51a1b76ef00
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024996
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints331
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension331
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1062718-1215135900.xml
0.28/0.38	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.58/0.67	c reading predicates  done.
0.78/0.85	c reading constraints
751.40/759.82	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
751.40/759.82		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
751.40/759.82		at org.mozilla.javascript.gen.c4.call(rhino.log)
751.40/759.82		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
751.40/759.82		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
751.40/759.82		at org.mozilla.javascript.gen.c4.call(rhino.log)
751.40/759.82		at org.mozilla.javascript.gen.c4.exec(rhino.log)
751.40/759.82		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:129)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
751.40/759.84		at org.sat4j.csp.Predicate.find(Predicate.java:139)
754.30/762.73	c starts		: 0
754.30/762.73	c conflicts		: 0
754.30/762.73	c decisions		: 0
754.30/762.73	c propagations		: 0
754.30/762.73	c inspects		: 0
754.30/762.73	c learnt literals	: 0
754.30/762.73	c learnt binary clauses	: 0
754.30/762.73	c learnt ternary clauses	: 0
754.30/762.73	c learnt clauses	: 0
754.30/762.73	c ignored clauses	: 0
754.30/762.73	c root simplifications	: 0
754.30/762.73	c removed literals (reason simplification)	: 0
754.30/762.73	c reason swapping (by a shorter reason)	: 0
754.30/762.73	c Calls to reduceDB	: 0
754.30/762.73	c speed (assignments/second)	: 0.0
754.30/762.73	c non guided choices	0
754.30/762.73	s UNKNOWN
754.30/762.73	c Total wall clock time (in seconds) : 759.443

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.08 2.02 4/81 3046
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=18572 CPUtime=0
/proc/3046/stat : 3046 (runsolver) R 3044 3046 1224 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 140975316 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3046/statm: 4643 292 257 25 0 2626 0

[startup+0.047903 s]
/proc/loadavg: 2.25 2.08 2.02 4/81 3046
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=802080 CPUtime=0.03
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 2534 0 1 0 2 1 0 0 18 0 7 0 140975316 821329920 2271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 200520 2271 962 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101908 s]
/proc/loadavg: 2.25 2.08 2.02 4/81 3046
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=804612 CPUtime=0.08
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 3010 0 1 0 7 1 0 0 18 0 12 0 140975316 823922688 2743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301932 s]
/proc/loadavg: 2.25 2.08 2.02 4/81 3046
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=808784 CPUtime=0.28
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 4976 0 1 0 25 3 0 0 18 0 12 0 140975316 828194816 4305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 202196 4305 1306 9 0 199565 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808784

[startup+0.701978 s]
/proc/loadavg: 2.25 2.08 2.02 4/81 3046
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=808812 CPUtime=0.68
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 6574 0 1 0 64 4 0 0 18 0 12 0 140975316 828223488 5722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 202203 5722 1342 9 0 199565 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808812

[startup+1.50207 s]
/proc/loadavg: 2.25 2.08 2.02 3/93 3058
/proc/meminfo: memFree=1092472/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=814676 CPUtime=1.48
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 11009 0 1 0 142 6 0 0 18 0 12 0 140975316 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 203669 8079 1350 9 0 201031 0
[pid=3046/tid=3048] ppid=3044 vsize=814676 CPUtime=0.78
/proc/3046/task/3048/stat : 3048 (java) R 3044 3046 1224 0 -1 64 5152 0 1 0 74 4 0 0 25 0 12 0 140975318 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 140975319 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3050] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 140975319 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3051] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3051/stat : 3051 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 140975320 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 140975321 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 140975321 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=814676 CPUtime=0.2
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 654 0 0 0 20 0 0 0 16 0 12 0 140975325 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=814676 CPUtime=0.48
/proc/3046/task/3056/stat : 3056 (java) R 3044 3046 1224 0 -1 64 4437 0 0 0 47 1 0 0 17 0 12 0 140975325 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 105562114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=814676 CPUtime=0
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140975325 834228224 8079 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 814676

[startup+3.17838 s]
/proc/loadavg: 2.25 2.08 2.02 4/93 3058
/proc/meminfo: memFree=1084088/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=816036 CPUtime=3.23
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 17823 0 1 0 313 10 0 0 18 0 12 0 140975316 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 204009 14507 1379 9 0 201371 0
[pid=3046/tid=3048] ppid=3044 vsize=816036 CPUtime=1.52
/proc/3046/task/3048/stat : 3048 (java) R 3044 3046 1224 0 -1 64 11325 0 1 0 145 7 0 0 25 0 12 0 140975318 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4109693847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 140975319 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3050] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 140975319 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3051] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3051/stat : 3051 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 140975320 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 140975321 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 140975321 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=816036 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 12 0 140975325 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=816036 CPUtime=1.2
/proc/3046/task/3056/stat : 3056 (java) R 3044 3046 1224 0 -1 64 5016 0 0 0 119 1 0 0 19 0 12 0 140975325 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 103937404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=816036 CPUtime=0
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140975325 835620864 14507 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 816036

[startup+6.30162 s]
/proc/loadavg: 2.31 2.09 2.03 4/93 3058
/proc/meminfo: memFree=1015864/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=834500 CPUtime=6.26
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 31638 0 1 0 610 16 0 0 18 0 12 0 140975316 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 208625 26696 1384 9 0 205987 0
[pid=3046/tid=3048] ppid=3044 vsize=834500 CPUtime=2.96
/proc/3046/task/3048/stat : 3048 (java) R 3044 3046 1224 0 -1 64 17498 0 1 0 286 10 0 0 25 0 12 0 140975318 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4109694627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=834500 CPUtime=0.02
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 1279 0 0 0 2 0 0 0 17 0 12 0 140975319 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3050] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 169 0 0 0 0 0 0 0 16 0 12 0 140975319 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3051] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3051/stat : 3051 (java) S 3044 3046 1224 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 140975320 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 140975321 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140975321 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=834500 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 12 0 140975325 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=834500 CPUtime=2.76
/proc/3046/task/3056/stat : 3056 (java) R 3044 3046 1224 0 -1 64 11184 0 0 0 272 4 0 0 25 0 12 0 140975325 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 104091693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 854528000 26696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=834500 CPUtime=0
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140975325 854528000 26696 996147200 134512640 134550740 4294956032 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) 834500

[startup+12.7014 s]
/proc/loadavg: 2.29 2.09 2.03 3/93 3058
/proc/meminfo: memFree=895992/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=835284 CPUtime=13.08
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 52091 0 1 0 1283 25 0 0 18 0 12 0 140975316 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 208821 45294 1384 9 0 206183 0
[pid=3046/tid=3048] ppid=3044 vsize=835284 CPUtime=8.25
/proc/3046/task/3048/stat : 3048 (java) R 3044 3046 1224 0 -1 64 17510 0 1 0 815 10 0 0 25 0 12 0 140975318 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4109694627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3049] ppid=3044 vsize=835284 CPUtime=0.54
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 9582 0 0 0 51 3 0 0 16 0 12 0 140975319 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=835284 CPUtime=0.52
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 10873 0 0 0 48 4 0 0 16 0 12 0 140975319 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3051/stat : 3051 (java) S 3044 3046 1224 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 140975320 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3052] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 140975321 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140975321 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=835284 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 12 0 140975325 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=835284 CPUtime=3.23
/proc/3046/task/3056/stat : 3056 (java) S 3044 3046 1224 0 -1 64 12591 0 0 0 318 5 0 0 25 0 12 0 140975325 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 140975325 855330816 45294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 835284

[startup+25.5078 s]
/proc/loadavg: 2.22 2.08 2.02 3/93 3058
/proc/meminfo: memFree=781432/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=835284 CPUtime=25.92
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 80123 0 1 0 2554 38 0 0 18 0 12 0 140975316 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 208821 72978 1384 9 0 206183 0
[pid=3046/tid=3048] ppid=3044 vsize=835284 CPUtime=19.48
/proc/3046/task/3048/stat : 3048 (java) R 3044 3046 1224 0 -1 64 17535 0 1 0 1938 10 0 0 25 0 12 0 140975318 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4109716661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3049] ppid=3044 vsize=835284 CPUtime=1.31
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 23362 0 0 0 121 10 0 0 16 0 12 0 140975319 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=835284 CPUtime=1.37
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 25100 0 0 0 127 10 0 0 16 0 12 0 140975319 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3051/stat : 3051 (java) S 3044 3046 1224 0 -1 64 56 0 0 0 0 0 0 0 15 0 12 0 140975320 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3052] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 140975321 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140975321 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 855330816 72978 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+642.308 s]
/proc/loadavg: 2.22 4.51 3.75 3/93 3226
/proc/meminfo: memFree=1189688/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=851288 CPUtime=633.97
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 1094490 0 1 0 62669 728 0 0 18 0 12 0 140975316 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 212822 182344 1388 9 0 210184 0
[pid=3046/tid=3048] ppid=3044 vsize=851288 CPUtime=67.96
/proc/3046/task/3048/stat : 3048 (java) S 3044 3046 1224 0 -1 64 17798 0 1 0 6782 14 0 0 17 0 12 0 140975318 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=851288 CPUtime=5.73
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 79389 0 0 0 540 33 0 0 16 0 12 0 140975319 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=851288 CPUtime=5.64
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 77969 0 0 0 533 31 0 0 15 0 12 0 140975319 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=851288 CPUtime=548.26
/proc/3046/task/3051/stat : 3051 (java) R 3044 3046 1224 0 -1 64 905264 0 0 0 54364 462 0 0 25 0 12 0 140975320 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=851288 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 140975321 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3053] ppid=3044 vsize=851288 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140975321 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=851288 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=851288 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 12 0 140975325 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=851288 CPUtime=3.23
/proc/3046/task/3056/stat : 3056 (java) S 3044 3046 1224 0 -1 64 12591 0 0 0 318 5 0 0 25 0 12 0 140975325 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=851288 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=851288 CPUtime=2.61
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 82 179 0 0 15 0 12 0 140975325 871718912 182344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.97
Current children cumulated vsize (KiB) 851288

[startup+702.302 s]
/proc/loadavg: 2.08 4.05 3.64 3/93 3226
/proc/meminfo: memFree=1189624/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=835284 CPUtime=693.94
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 1194534 0 1 0 68621 773 0 0 18 0 12 0 140975316 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 208821 178343 1388 9 0 206183 0
[pid=3046/tid=3048] ppid=3044 vsize=835284 CPUtime=67.96
/proc/3046/task/3048/stat : 3048 (java) S 3044 3046 1224 0 -1 64 17817 0 1 0 6782 14 0 0 16 0 12 0 140975318 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=835284 CPUtime=5.73
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 79389 0 0 0 540 33 0 0 16 0 12 0 140975319 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=835284 CPUtime=5.64
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 77969 0 0 0 533 31 0 0 15 0 12 0 140975319 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=835284 CPUtime=608.22
/proc/3046/task/3051/stat : 3051 (java) R 3044 3046 1224 0 -1 64 1005289 0 0 0 60315 507 0 0 25 0 12 0 140975320 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 105677213 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 140975321 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3053] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140975321 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=835284 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 12 0 140975325 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=835284 CPUtime=3.23
/proc/3046/task/3056/stat : 3056 (java) S 3044 3046 1224 0 -1 64 12591 0 0 0 318 5 0 0 25 0 12 0 140975325 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=835284 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=835284 CPUtime=2.62
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 82 180 0 0 15 0 12 0 140975325 855330816 178343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 693.94
Current children cumulated vsize (KiB) 835284

[startup+762.303 s]
/proc/loadavg: 2.03 3.68 3.53 3/94 3227
/proc/meminfo: memFree=1189424/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=851612 CPUtime=753.9
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 1294585 0 1 0 74571 819 0 0 18 0 13 0 140975316 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 212903 182350 1388 9 0 210265 0
[pid=3046/tid=3048] ppid=3044 vsize=851612 CPUtime=67.96
/proc/3046/task/3048/stat : 3048 (java) S 3044 3046 1224 0 -1 64 17839 0 1 0 6782 14 0 0 17 0 13 0 140975318 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=851612 CPUtime=5.73
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 79389 0 0 0 540 33 0 0 16 0 13 0 140975319 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=851612 CPUtime=5.64
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 77969 0 0 0 533 31 0 0 15 0 13 0 140975319 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=851612 CPUtime=668.18
/proc/3046/task/3051/stat : 3051 (java) R 3044 3046 1224 0 -1 64 1105314 0 0 0 66265 553 0 0 25 0 13 0 140975320 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 140975321 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140975321 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=851612 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=851612 CPUtime=3.23
/proc/3046/task/3056/stat : 3056 (java) S 3044 3046 1224 0 -1 64 12591 0 0 0 318 5 0 0 25 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=851612 CPUtime=2.62
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 82 180 0 0 15 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3227] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3227/stat : 3227 (java) S 3044 3046 1224 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 141051299 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 753.9
Current children cumulated vsize (KiB) 851612

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

[startup+762.703 s]
/proc/loadavg: 2.03 3.68 3.53 3/94 3227
/proc/meminfo: memFree=1189424/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=851612 CPUtime=754.3
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 1294585 0 1 0 74611 819 0 0 18 0 13 0 140975316 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 212903 182350 1388 9 0 210265 0
[pid=3046/tid=3048] ppid=3044 vsize=851612 CPUtime=67.96
/proc/3046/task/3048/stat : 3048 (java) S 3044 3046 1224 0 -1 64 17839 0 1 0 6782 14 0 0 17 0 13 0 140975318 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=851612 CPUtime=5.73
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 79389 0 0 0 540 33 0 0 16 0 13 0 140975319 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=851612 CPUtime=5.64
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 77969 0 0 0 533 31 0 0 15 0 13 0 140975319 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=851612 CPUtime=668.58
/proc/3046/task/3051/stat : 3051 (java) R 3044 3046 1224 0 -1 64 1105314 0 0 0 66305 553 0 0 25 0 13 0 140975320 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 106123854 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 140975321 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 140975321 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=851612 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=851612 CPUtime=3.23
/proc/3046/task/3056/stat : 3056 (java) S 3044 3046 1224 0 -1 64 12591 0 0 0 318 5 0 0 25 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=851612 CPUtime=2.62
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 82 180 0 0 15 0 13 0 140975325 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3227] ppid=3044 vsize=851612 CPUtime=0
/proc/3046/task/3227/stat : 3227 (java) S 3044 3046 1224 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 141051299 872050688 182350 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 754.3
Current children cumulated vsize (KiB) 851612

[startup+763.103 s]
/proc/loadavg: 2.03 3.68 3.53 3/94 3227
/proc/meminfo: memFree=1189424/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=835608 CPUtime=754.7
/proc/3046/stat : 3046 (java) S 3044 3046 1224 0 -1 0 1294588 0 1 0 74651 819 0 0 18 0 12 0 140975316 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 208902 178351 1389 9 0 206264 0
[pid=3046/tid=3048] ppid=3044 vsize=835608 CPUtime=67.96
/proc/3046/task/3048/stat : 3048 (java) S 3044 3046 1224 0 -1 64 17839 0 1 0 6782 14 0 0 16 0 12 0 140975318 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3049] ppid=3044 vsize=835608 CPUtime=5.73
/proc/3046/task/3049/stat : 3049 (java) S 3044 3046 1224 0 -1 64 79389 0 0 0 540 33 0 0 16 0 12 0 140975319 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3050] ppid=3044 vsize=835608 CPUtime=5.64
/proc/3046/task/3050/stat : 3050 (java) S 3044 3046 1224 0 -1 64 77969 0 0 0 533 31 0 0 15 0 12 0 140975319 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3046/tid=3051] ppid=3044 vsize=835608 CPUtime=668.98
/proc/3046/task/3051/stat : 3051 (java) R 3044 3046 1224 0 -1 64 1105314 0 0 0 66345 553 0 0 25 0 12 0 140975320 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3052] ppid=3044 vsize=835608 CPUtime=0
/proc/3046/task/3052/stat : 3052 (java) S 3044 3046 1224 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 140975321 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3053] ppid=3044 vsize=835608 CPUtime=0
/proc/3046/task/3053/stat : 3053 (java) S 3044 3046 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 140975321 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3054] ppid=3044 vsize=835608 CPUtime=0
/proc/3046/task/3054/stat : 3054 (java) S 3044 3046 1224 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 140975325 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3055] ppid=3044 vsize=835608 CPUtime=0.48
/proc/3046/task/3055/stat : 3055 (java) S 3044 3046 1224 0 -1 64 716 0 0 0 48 0 0 0 16 0 12 0 140975325 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3056] ppid=3044 vsize=835608 CPUtime=3.23
/proc/3046/task/3056/stat : 3056 (java) S 3044 3046 1224 0 -1 64 12591 0 0 0 318 5 0 0 25 0 12 0 140975325 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3057] ppid=3044 vsize=835608 CPUtime=0
/proc/3046/task/3057/stat : 3057 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 140975325 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3046/tid=3058] ppid=3044 vsize=835608 CPUtime=2.62
/proc/3046/task/3058/stat : 3058 (java) S 3044 3046 1224 0 -1 64 1 0 0 0 82 180 0 0 15 0 12 0 140975325 855662592 178351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 754.7
Current children cumulated vsize (KiB) 835608

[startup+763.203 s]
/proc/loadavg: 2.03 3.68 3.53 3/83 3227
/proc/meminfo: memFree=1296496/2055920 swapFree=4192812/4192956
[pid=3046] ppid=3044 vsize=0 CPUtime=754.75
/proc/3046/stat : 3046 (java) Z 3044 3046 1224 0 -1 12 1294592 0 1 0 74654 821 0 0 16 0 2 0 140975316 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 754.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 763.29
CPU time (s): 754.848
CPU user time (s): 746.549
CPU system time (s): 8.29874
CPU usage (%): 98.894
Max. virtual memory (cumulated for all children) (KiB): 851612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 746.55
system time used= 8.29874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1294592
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= 16896
involuntary context switches= 14695

runsolver used 2.78558 second user time and 7.33488 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 03:45:00
IDJOB=1062718
IDBENCH=54665
IDSOLVER=344
FILE ID=node28/1062718-1215135900
PBS_JOBID= 7877261
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17176ef10da7df937d2ec51a1b76ef00
RANDOM SEED=1200355712

node28.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1113784 kB
Buffers:         67736 kB
Cached:         318232 kB
SwapCached:          0 kB
Active:         656860 kB
Inactive:       220212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1113784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:         509572 kB
Slab:            49200 kB
Committed_AS:  1019436 kB
PageTables:       2804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node28 at 2008-07-04 03:57:43