Trace number 2075662

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 2.1.1? (TO) 1800.09 1811.86

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-01-08.xml
MD5SUM0c9002fa5828e7988c1ebba4c2893b17
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 benchmark4.54431
Satisfiable
(Un)Satisfiability was proved
Number of variables9685
Number of constraints65555
Maximum constraint arity39
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65555
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2075662-1247361883.xml
0.18/0.24	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
3.26/2.40	c reading predicates  done.
4.16/3.32	c reading constraints
1800.02/1811.81	c starts		: 0
1800.02/1811.81	c conflicts		: 0
1800.02/1811.81	c decisions		: 0
1800.02/1811.81	c propagations		: 0
1800.02/1811.81	c inspects		: 0
1800.02/1811.81	c learnt literals	: 0
1800.02/1811.81	c learnt binary clauses	: 0
1800.02/1811.81	c learnt ternary clauses	: 0
1800.02/1811.81	c learnt clauses	: 0
1800.02/1811.81	c ignored clauses	: 0
1800.02/1811.81	c root simplifications	: 0
1800.02/1811.81	c removed literals (reason simplification)	: 0
1800.02/1811.81	c reason swapping (by a shorter reason)	: 0
1800.02/1811.81	c Calls to reduceDB	: 0
1800.02/1811.81	c speed (assignments/second)	: 0.0
1800.02/1811.81	c non guided choices	0
1800.02/1811.81	c learnt constraints type 
1800.02/1811.81	c constraints type 
1800.02/1811.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 107501
1800.02/1811.81	c org.sat4j.minisat.constraints.card.AtLeast => 9685
1800.02/1811.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 96300
1800.02/1811.81	s UNKNOWN
1800.02/1811.81	c Total wall clock time (in seconds) : 1811.569

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075662-1247361883/watcher-2075662-1247361883 -o /tmp/evaluation-result-2075662-1247361883/solver-2075662-1247361883 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075662-1247361883.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.01 3/74 18036
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=152 CPUtime=0
/proc/18036/stat : 18036 (java) R 18034 18036 16336 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 23254703 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10027812 0 0 4096 0 0 0 0 17 0 0 0
/proc/18036/statm: 38 26 19 9 0 4 0

[startup+0.084366 s]
/proc/loadavg: 2.10 2.03 2.01 3/74 18036
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=802164 CPUtime=0.07
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 2893 0 1 0 5 2 0 0 18 0 7 0 23254703 821415936 2638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 200541 2638 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101367 s]
/proc/loadavg: 2.10 2.03 2.01 3/74 18036
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=804560 CPUtime=0.08
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 3055 0 1 0 6 2 0 0 18 0 12 0 23254703 823869440 2799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 201140 2802 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301384 s]
/proc/loadavg: 2.10 2.03 2.01 3/74 18036
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=805628 CPUtime=0.28
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 4309 0 1 0 24 4 0 0 18 0 12 0 23254703 824963072 4046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 201407 4046 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701419 s]
/proc/loadavg: 2.10 2.03 2.01 3/74 18036
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=807184 CPUtime=0.68
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 5423 0 1 0 63 5 0 0 18 0 12 0 23254703 826556416 4914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 201796 4914 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5025 s]
/proc/loadavg: 2.10 2.03 2.01 3/86 18048
/proc/meminfo: memFree=1788464/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=811572 CPUtime=1.87
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 7740 0 1 0 180 7 0 0 18 0 12 0 23254703 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 202893 6434 1418 9 0 200220 0
[pid=18036/tid=18038] ppid=18034 vsize=811572 CPUtime=1.06
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 4053 0 1 0 102 4 0 0 21 0 12 0 23254704 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4109168641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23254705 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23254705 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23254707 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23254708 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 23254708 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=811572 CPUtime=0.16
/proc/18036/task/18045/stat : 18045 (java) R 18034 18036 16336 0 -1 64 125 0 0 0 16 0 0 0 18 0 12 0 23254712 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 102535340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18046] ppid=18034 vsize=811572 CPUtime=0.62
/proc/18036/task/18046/stat : 18046 (java) R 18034 18036 16336 0 -1 64 2819 0 0 0 61 1 0 0 18 0 12 0 23254712 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 102092481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18047] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=811572 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 831049728 6434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 811572

[startup+3.10264 s]
/proc/loadavg: 2.25 2.06 2.02 5/86 18048
/proc/meminfo: memFree=1772976/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=814328 CPUtime=3.96
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 17046 0 1 0 384 12 0 0 18 0 12 0 23254703 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203582 12678 1423 9 0 200909 0
[pid=18036/tid=18038] ppid=18034 vsize=814328 CPUtime=1.97
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 10000 0 1 0 189 8 0 0 22 0 12 0 23254704 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23254705 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23254705 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23254707 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23254708 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 23254708 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=814328 CPUtime=0.91
/proc/18036/task/18045/stat : 18045 (java) R 18034 18036 16336 0 -1 64 3075 0 0 0 90 1 0 0 19 0 12 0 23254712 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 105594870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18046] ppid=18034 vsize=814328 CPUtime=1.04
/proc/18036/task/18046/stat : 18046 (java) R 18034 18036 16336 0 -1 64 3228 0 0 0 103 1 0 0 17 0 12 0 23254712 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 105708210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=814328 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 833871872 12678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 814328

[startup+6.30193 s]
/proc/loadavg: 2.25 2.06 2.02 3/86 18048
/proc/meminfo: memFree=1740208/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815460 CPUtime=7.2
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 31822 0 1 0 701 19 0 0 18 0 12 0 23254703 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203865 24936 1444 9 0 201192 0
[pid=18036/tid=18038] ppid=18034 vsize=815460 CPUtime=3.28
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 17455 0 1 0 316 12 0 0 21 0 12 0 23254704 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4109162420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815460 CPUtime=0.07
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 2567 0 0 0 7 0 0 0 17 0 12 0 23254705 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815460 CPUtime=0.06
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 1815 0 0 0 6 0 0 0 17 0 12 0 23254705 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815460 CPUtime=0
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23254707 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815460 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815460 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815460 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815460 CPUtime=2.5
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 5949 0 0 0 248 2 0 0 16 0 12 0 23254712 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815460 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815460 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815460 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 835031040 24936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 815460

[startup+12.7025 s]
/proc/loadavg: 2.29 2.07 2.02 5/86 18048
/proc/meminfo: memFree=1683312/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=13.64
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 38952 0 1 0 1340 24 0 0 18 0 12 0 23254703 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 31803 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=8.51
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 17479 0 1 0 838 13 0 0 25 0 12 0 23254704 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 103502390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=0.43
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 5738 0 0 0 41 2 0 0 16 0 12 0 23254705 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=0.41
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 5551 0 0 0 39 2 0 0 16 0 12 0 23254705 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.01
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 23254707 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=2.99
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 6147 0 0 0 297 2 0 0 16 0 12 0 23254712 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815428 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 31803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 815428

[startup+25.5027 s]
/proc/loadavg: 2.24 2.07 2.02 3/86 18048
/proc/meminfo: memFree=1671344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=26.3
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 41214 0 1 0 2604 26 0 0 18 0 12 0 23254703 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 34039 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=20.53
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 17545 0 1 0 2039 14 0 0 25 0 12 0 23254704 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4110083168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=0.57
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 6668 0 0 0 54 3 0 0 16 0 12 0 23254705 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=0.6
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 6817 0 0 0 57 3 0 0 16 0 12 0 23254705 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.02
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 2 0 0 0 15 0 12 0 23254707 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 34039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=3.3

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

[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 36376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.1
Current children cumulated vsize (KiB) 815428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/94 18231
/proc/meminfo: memFree=1282344/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=1592.53
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 46232 0 1 0 159170 83 0 0 18 0 12 0 23254703 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 36450 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=1572.41
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 20223 0 1 0 157202 39 0 0 25 0 12 0 23254704 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4110492817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=6.86
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 7805 0 0 0 677 9 0 0 16 0 12 0 23254705 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=6.88
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 7940 0 0 0 680 8 0 0 16 0 12 0 23254705 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.76
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 57 19 0 0 15 0 12 0 23254707 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=4.33
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 6227 0 0 0 430 3 0 0 16 0 12 0 23254712 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815428 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 36450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.53
Current children cumulated vsize (KiB) 815428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 18231
/proc/meminfo: memFree=1281960/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=1651.96
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 46415 0 1 0 165111 85 0 0 18 0 12 0 23254703 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 36528 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=1631.38
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 20328 0 1 0 163098 40 0 0 25 0 12 0 23254704 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4110098696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=7.08
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 7849 0 0 0 699 9 0 0 16 0 12 0 23254705 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=7.09
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 7974 0 0 0 701 8 0 0 16 0 12 0 23254705 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.8
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 60 20 0 0 15 0 12 0 23254707 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=4.33
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 6227 0 0 0 430 3 0 0 16 0 12 0 23254712 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815428 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 36528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.96
Current children cumulated vsize (KiB) 815428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/94 18231
/proc/meminfo: memFree=1281640/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=1711.39
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 46595 0 1 0 171053 86 0 0 18 0 12 0 23254703 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 36604 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=1690.34
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 20432 0 1 0 168994 40 0 0 25 0 12 0 23254704 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4110493381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=7.3
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 7887 0 0 0 720 10 0 0 16 0 12 0 23254705 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=7.3
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 8012 0 0 0 722 8 0 0 15 0 12 0 23254705 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.83
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 62 21 0 0 15 0 12 0 23254707 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=4.33
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 6227 0 0 0 430 3 0 0 16 0 12 0 23254712 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815428 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 36604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.39
Current children cumulated vsize (KiB) 815428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/94 18231
/proc/meminfo: memFree=1281192/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=1770.81
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 46779 0 1 0 176993 88 0 0 18 0 12 0 23254703 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 36684 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=1749.29
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 20536 0 1 0 174889 40 0 0 25 0 12 0 23254704 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4110492817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=7.51
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 7929 0 0 0 741 10 0 0 15 0 12 0 23254705 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=7.53
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 8050 0 0 0 745 8 0 0 16 0 12 0 23254705 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.85
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 64 21 0 0 15 0 12 0 23254707 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=4.33
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 6227 0 0 0 430 3 0 0 16 0 12 0 23254712 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815428 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 36684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.81
Current children cumulated vsize (KiB) 815428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.02 2.03 3/94 18231
/proc/meminfo: memFree=1281064/2055920 swapFree=4192812/4192956
[pid=18036] ppid=18034 vsize=815428 CPUtime=1800.02
/proc/18036/stat : 18036 (java) S 18034 18036 16336 0 -1 0 46866 0 1 0 179913 89 0 0 18 0 12 0 23254703 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18036/statm: 203857 36719 1451 9 0 201184 0
[pid=18036/tid=18038] ppid=18034 vsize=815428 CPUtime=1778.27
/proc/18036/task/18038/stat : 18038 (java) R 18034 18036 16336 0 -1 64 20588 0 1 0 177787 40 0 0 25 0 12 0 23254704 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4110492817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18039] ppid=18034 vsize=815428 CPUtime=7.62
/proc/18036/task/18039/stat : 18039 (java) S 18034 18036 16336 0 -1 64 7951 0 0 0 752 10 0 0 15 0 12 0 23254705 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18040] ppid=18034 vsize=815428 CPUtime=7.63
/proc/18036/task/18040/stat : 18040 (java) S 18034 18036 16336 0 -1 64 8063 0 0 0 755 8 0 0 16 0 12 0 23254705 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18041] ppid=18034 vsize=815428 CPUtime=0.86
/proc/18036/task/18041/stat : 18041 (java) S 18034 18036 16336 0 -1 64 10 0 0 0 64 22 0 0 15 0 12 0 23254707 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18042] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18042/stat : 18042 (java) S 18034 18036 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18043] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18043/stat : 18043 (java) S 18034 18036 16336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23254708 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18044] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18044/stat : 18044 (java) S 18034 18036 16336 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18045] ppid=18034 vsize=815428 CPUtime=4.33
/proc/18036/task/18045/stat : 18045 (java) S 18034 18036 16336 0 -1 64 6227 0 0 0 430 3 0 0 16 0 12 0 23254712 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18036/tid=18046] ppid=18034 vsize=815428 CPUtime=1.22
/proc/18036/task/18046/stat : 18046 (java) S 18034 18036 16336 0 -1 64 3287 0 0 0 121 1 0 0 16 0 12 0 23254712 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18047] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18047/stat : 18047 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23254712 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18036/tid=18048] ppid=18034 vsize=815428 CPUtime=0
/proc/18036/task/18048/stat : 18048 (java) S 18034 18036 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23254712 834998272 36719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 815428

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

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

Child status: 143
Real time (s): 1811.86
CPU time (s): 1800.09
CPU user time (s): 1799.17
CPU system time (s): 0.91686
CPU usage (%): 99.3501
Max. virtual memory (cumulated for all children) (KiB): 817008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.91686
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46890
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= 84916
involuntary context switches= 90747

runsolver used 2.26066 second user time and 6.08408 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 03:24:43
IDJOB=2075662
IDBENCH=56334
IDSOLVER=731
FILE ID=node25/2075662-1247361883
PBS_JOBID= 9506963
Free space on /tmp= 66280 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-01-08.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075662-1247361883/watcher-2075662-1247361883 -o /tmp/evaluation-result-2075662-1247361883/solver-2075662-1247361883 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075662-1247361883.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0c9002fa5828e7988c1ebba4c2893b17
RANDOM SEED=1501491906

node25.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:       1803824 kB
Buffers:         18468 kB
Cached:         109916 kB
SwapCached:          0 kB
Active:         168092 kB
Inactive:        35384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10384 kB
Writeback:           0 kB
Mapped:          86368 kB
Slab:            33756 kB
Committed_AS:   210776 kB
PageTables:       2028 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= 66288 MiB
End job on node25 at 2009-07-12 03:54:57