Trace number 2067456

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.15 1805.47

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-pk1.xml
MD5SUMfff94e8ceb5817adba06954653909a4e
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.091985
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints60
Maximum constraint arity57
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

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

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-2067456-1247344757/watcher-2067456-1247344757 -o /tmp/evaluation-result-2067456-1247344757/solver-2067456-1247344757 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067456-1247344757.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.03 2.10 2.04 4/83 14708
/proc/meminfo: memFree=894040/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=18576 CPUtime=0
/proc/14708/stat : 14708 (runsolver) R 14706 14708 13451 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 21539770 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 272836914471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14708/statm: 4644 284 249 26 0 2626 0

[startup+0.0379831 s]
/proc/loadavg: 2.03 2.10 2.04 4/83 14708
/proc/meminfo: memFree=894040/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=800696 CPUtime=0.02
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 2352 0 1 0 1 1 0 0 18 0 4 0 21539770 819912704 2099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 200174 2099 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101988 s]
/proc/loadavg: 2.03 2.10 2.04 4/83 14708
/proc/meminfo: memFree=894040/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=804560 CPUtime=0.08
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 2997 0 1 0 6 2 0 0 18 0 12 0 21539770 823869440 2740 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 201140 2740 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302003 s]
/proc/loadavg: 2.03 2.10 2.04 4/83 14708
/proc/meminfo: memFree=894040/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=805628 CPUtime=0.28
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 4305 0 1 0 25 3 0 0 18 0 12 0 21539770 824963072 4042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 201407 4042 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701031 s]
/proc/loadavg: 2.03 2.10 2.04 4/83 14708
/proc/meminfo: memFree=894040/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=807296 CPUtime=0.67
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 6236 0 1 0 62 5 0 0 18 0 12 0 21539770 826671104 5622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 201824 5622 1387 9 0 199151 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807296

[startup+1.50209 s]
/proc/loadavg: 2.03 2.10 2.04 4/95 14720
/proc/meminfo: memFree=875000/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=807424 CPUtime=1.47
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 10857 0 1 0 139 8 0 0 18 0 12 0 21539770 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 201856 8633 1427 9 0 199183 0
[pid=14708/tid=14710] ppid=14706 vsize=807424 CPUtime=0.91
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 7286 0 1 0 85 6 0 0 21 0 12 0 21539772 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4109587517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14711] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21539773 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14712] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21539773 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14713] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21539775 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14714] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21539775 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21539775 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=807424 CPUtime=0.54
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 2815 0 0 0 53 1 0 0 17 0 12 0 21539780 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=807424 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 826802176 8633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807424

[startup+3.10119 s]
/proc/loadavg: 2.11 2.12 2.04 3/95 14720
/proc/meminfo: memFree=837432/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=817056 CPUtime=3.06
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 23687 0 1 0 291 15 0 0 18 0 12 0 21539770 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 204264 21064 1437 9 0 201591 0
[pid=14708/tid=14710] ppid=14706 vsize=817056 CPUtime=2.04
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 17393 0 1 0 192 12 0 0 25 0 12 0 21539772 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4109605344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14711] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 144 0 0 0 0 0 0 0 17 0 12 0 21539773 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14712] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 21539773 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14713] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21539775 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14714] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=817056 CPUtime=1
/proc/14708/task/14718/stat : 14718 (java) R 14706 14708 13451 0 -1 64 5383 0 0 0 98 2 0 0 19 0 12 0 21539780 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 103987700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=817056 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 836665344 21064 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 817056

[startup+6.3024 s]
/proc/loadavg: 2.11 2.12 2.04 4/95 14720
/proc/meminfo: memFree=806968/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=830156 CPUtime=6.25
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 28440 0 1 0 608 17 0 0 18 0 12 0 21539770 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 207539 24444 1437 9 0 204866 0
[pid=14708/tid=14710] ppid=14706 vsize=830156 CPUtime=3.72
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 17396 0 1 0 360 12 0 0 23 0 12 0 21539772 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4109162001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14711] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 144 0 0 0 0 0 0 0 16 0 12 0 21539773 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14712] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 21539773 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14713] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 21539775 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14714] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=830156 CPUtime=2.5
/proc/14708/task/14718/stat : 14718 (java) R 14706 14708 13451 0 -1 64 9990 0 0 0 246 4 0 0 25 0 12 0 21539780 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 106127580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=830156 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 850079744 24444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 830156

[startup+12.7018 s]
/proc/loadavg: 2.16 2.13 2.05 3/95 14720
/proc/meminfo: memFree=787192/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=12.62
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 33076 0 1 0 1243 19 0 0 18 0 12 0 21539770 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 27860 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=9.99
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 21403 0 1 0 986 13 0 0 25 0 12 0 21539772 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4109533704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.01
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 362 0 0 0 1 0 0 0 16 0 12 0 21539773 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.01
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 208 0 0 0 1 0 0 0 16 0 12 0 21539773 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=825784 CPUtime=2.56
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 10323 0 0 0 252 4 0 0 25 0 12 0 21539780 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 27860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 825784

[startup+25.5027 s]
/proc/loadavg: 2.14 2.13 2.05 3/95 14720
/proc/meminfo: memFree=786744/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=25.35
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 33194 0 1 0 2516 19 0 0 18 0 12 0 21539770 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 27960 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=22.72
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 21496 0 1 0 2259 13 0 0 25 0 12 0 21539772 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4109581744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.01
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 374 0 0 0 1 0 0 0 16 0 12 0 21539773 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.01
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 221 0 0 0 1 0 0 0 15 0 12 0 21539773 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 0 0 0 0 15 0 12 0 21539775 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 27960 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0

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

[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 30198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 30198 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.06
Current children cumulated vsize (KiB) 825784

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/94 14772
/proc/meminfo: memFree=603696/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=1597.04
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 37765 0 1 0 159656 48 0 0 18 0 12 0 21539770 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 30288 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=1593.01
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 23812 0 1 0 159280 21 0 0 25 0 12 0 21539772 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4109718147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.5
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 1511 0 0 0 47 3 0 0 15 0 12 0 21539773 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.47
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1339 0 0 0 45 2 0 0 16 0 12 0 21539773 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0.45
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 30 15 0 0 15 0 12 0 21539775 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=825784 CPUtime=2.56
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 10323 0 0 0 252 4 0 0 25 0 12 0 21539780 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 30288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.04
Current children cumulated vsize (KiB) 825784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 14772
/proc/meminfo: memFree=603256/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=1657.02
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 37943 0 1 0 165653 49 0 0 18 0 12 0 21539770 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 30377 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=1652.93
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 23901 0 1 0 165271 22 0 0 25 0 12 0 21539772 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4109533427 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.52
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 1551 0 0 0 49 3 0 0 16 0 12 0 21539773 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.48
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1388 0 0 0 46 2 0 0 15 0 12 0 21539773 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0.48
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 32 16 0 0 15 0 12 0 21539775 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=825784 CPUtime=2.56
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 10323 0 0 0 252 4 0 0 25 0 12 0 21539780 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 30377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.02
Current children cumulated vsize (KiB) 825784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 14772
/proc/meminfo: memFree=602872/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=1717
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 38121 0 1 0 171649 51 0 0 18 0 12 0 21539770 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 30466 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=1712.86
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 23990 0 1 0 171264 22 0 0 25 0 12 0 21539772 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4109581744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.53
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 1595 0 0 0 50 3 0 0 15 0 12 0 21539773 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.5
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1433 0 0 0 48 2 0 0 16 0 12 0 21539773 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0.5
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 33 17 0 0 15 0 12 0 21539775 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=825784 CPUtime=2.56
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 10323 0 0 0 252 4 0 0 25 0 12 0 21539780 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 30466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717
Current children cumulated vsize (KiB) 825784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 14772
/proc/meminfo: memFree=602360/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=1776.98
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 38301 0 1 0 177646 52 0 0 18 0 12 0 21539770 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 30556 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=1772.78
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 24080 0 1 0 177256 22 0 0 25 0 12 0 21539772 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4109533684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.55
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 1642 0 0 0 52 3 0 0 15 0 12 0 21539773 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.51
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1476 0 0 0 49 2 0 0 16 0 12 0 21539773 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0.51
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 34 17 0 0 15 0 12 0 21539775 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=825784 CPUtime=2.56
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 10323 0 0 0 252 4 0 0 25 0 12 0 21539780 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.98
Current children cumulated vsize (KiB) 825784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 14772
/proc/meminfo: memFree=602296/2055920 swapFree=4192952/4192956
[pid=14708] ppid=14706 vsize=825784 CPUtime=1800.08
/proc/14708/stat : 14708 (java) S 14706 14708 13451 0 -1 0 38370 0 1 0 179955 53 0 0 18 0 12 0 21539770 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14708/statm: 206446 30591 1437 9 0 203773 0
[pid=14708/tid=14710] ppid=14706 vsize=825784 CPUtime=1795.85
/proc/14708/task/14710/stat : 14710 (java) R 14706 14708 13451 0 -1 64 24114 0 1 0 179563 22 0 0 25 0 12 0 21539772 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4109533427 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14711] ppid=14706 vsize=825784 CPUtime=0.55
/proc/14708/task/14711/stat : 14711 (java) S 14706 14708 13451 0 -1 64 1662 0 0 0 52 3 0 0 15 0 12 0 21539773 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14712] ppid=14706 vsize=825784 CPUtime=0.52
/proc/14708/task/14712/stat : 14712 (java) S 14706 14708 13451 0 -1 64 1491 0 0 0 50 2 0 0 16 0 12 0 21539773 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14713] ppid=14706 vsize=825784 CPUtime=0.53
/proc/14708/task/14713/stat : 14713 (java) S 14706 14708 13451 0 -1 64 27 0 0 0 35 18 0 0 15 0 12 0 21539775 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14708/tid=14714] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14714/stat : 14714 (java) S 14706 14708 13451 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14715] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14715/stat : 14715 (java) S 14706 14708 13451 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21539775 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14716] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14716/stat : 14716 (java) S 14706 14708 13451 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21539780 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14717] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14717/stat : 14717 (java) S 14706 14708 13451 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21539780 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14718] ppid=14706 vsize=825784 CPUtime=2.56
/proc/14708/task/14718/stat : 14718 (java) S 14706 14708 13451 0 -1 64 10323 0 0 0 252 4 0 0 25 0 12 0 21539780 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14719] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14719/stat : 14719 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21539780 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14708/tid=14720] ppid=14706 vsize=825784 CPUtime=0
/proc/14708/task/14720/stat : 14720 (java) S 14706 14708 13451 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21539780 845602816 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 825784

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): 1805.47
CPU time (s): 1800.15
CPU user time (s): 1799.6
CPU system time (s): 0.550916
CPU usage (%): 99.7057
Max. virtual memory (cumulated for all children) (KiB): 830156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38394
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= 74071
involuntary context switches= 70357

runsolver used 2.46362 second user time and 5.78012 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-11 22:39:17
IDJOB=2067456
IDBENCH=54661
IDSOLVER=731
FILE ID=node39/2067456-1247344757
PBS_JOBID= 9506720
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-pk1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067456-1247344757/watcher-2067456-1247344757 -o /tmp/evaluation-result-2067456-1247344757/solver-2067456-1247344757 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067456-1247344757.xml

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

MD5SUM BENCH= fff94e8ceb5817adba06954653909a4e
RANDOM SEED=1894943076

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        894520 kB
Buffers:         62388 kB
Cached:         798760 kB
SwapCached:          4 kB
Active:         322280 kB
Inactive:       785284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        894520 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:         261988 kB
Slab:            38700 kB
Committed_AS:   864456 kB
PageTables:       2224 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= 66388 MiB
End job on node39 at 2009-07-11 23:09:25