Trace number 2067962

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.18 1803.52

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air02.xml
MD5SUM0baa4ee04c786b4ddfb73e2ce079a304
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 benchmark77.3542
Satisfiable
(Un)Satisfiability was proved
Number of variables6774
Number of constraints100
Maximum constraint arity3729
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
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.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2067962-1247345489.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
2.19/2.22	c reading predicates  done.
3.99/4.01	c reading constraints
1800.06/1803.41	c starts		: 0
1800.06/1803.41	c conflicts		: 0
1800.06/1803.41	c decisions		: 0
1800.06/1803.41	c propagations		: 0
1800.06/1803.41	c inspects		: 0
1800.06/1803.41	c learnt literals	: 0
1800.06/1803.41	c learnt binary clauses	: 0
1800.06/1803.41	c learnt ternary clauses	: 0
1800.06/1803.41	c learnt clauses	: 0
1800.06/1803.41	c ignored clauses	: 0
1800.06/1803.41	c root simplifications	: 0
1800.06/1803.41	c removed literals (reason simplification)	: 0
1800.06/1803.41	c reason swapping (by a shorter reason)	: 0
1800.06/1803.41	c Calls to reduceDB	: 0
1800.06/1803.41	c speed (assignments/second)	: 0.0
1800.06/1803.41	c non guided choices	0
1800.06/1803.41	c learnt constraints type 
1800.06/1803.41	c constraints type 
1800.06/1803.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2097113
1800.06/1803.41	c org.sat4j.minisat.constraints.card.AtLeast => 6774
1800.06/1803.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6774
1800.06/1803.41	s UNKNOWN
1800.06/1803.41	c Total wall clock time (in seconds) : 1803.184

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-2067962-1247345489/watcher-2067962-1247345489 -o /tmp/evaluation-result-2067962-1247345489/solver-2067962-1247345489 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067962-1247345489.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: 1.99 2.05 2.02 4/85 18311
/proc/meminfo: memFree=1296752/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=140 CPUtime=0
/proc/18311/stat : 18311 (java) R 18309 18311 16661 0 -1 0 185 0 0 0 0 0 0 0 18 0 1 0 21611587 143360 7 996147200 134512640 134550932 4294956016 18446744073709551615 8667449 0 0 4096 0 0 0 0 17 0 0 0
/proc/18311/statm: 37 20 14 9 0 3 0

[startup+0.0847349 s]
/proc/loadavg: 1.99 2.05 2.02 4/85 18311
/proc/meminfo: memFree=1296752/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=802164 CPUtime=0.07
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 2894 0 1 0 5 2 0 0 18 0 7 0 21611587 821415936 2640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 200541 2640 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101736 s]
/proc/loadavg: 1.99 2.05 2.02 4/85 18311
/proc/meminfo: memFree=1296752/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=804560 CPUtime=0.08
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 3065 0 1 0 6 2 0 0 18 0 12 0 21611587 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30177 s]
/proc/loadavg: 1.99 2.05 2.02 4/85 18311
/proc/meminfo: memFree=1296752/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=805928 CPUtime=0.28
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 4407 0 1 0 25 3 0 0 18 0 12 0 21611587 825270272 4144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 201482 4144 1363 9 0 198809 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805928

[startup+0.701839 s]
/proc/loadavg: 1.99 2.05 2.02 4/85 18311
/proc/meminfo: memFree=1296752/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=807416 CPUtime=0.68
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 5525 0 1 0 64 4 0 0 18 0 12 0 21611587 826793984 4984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 201854 4984 1392 9 0 199181 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807416

[startup+1.50297 s]
/proc/loadavg: 1.99 2.05 2.02 4/97 18323
/proc/meminfo: memFree=1281616/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=810004 CPUtime=1.48
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 7528 0 1 0 143 5 0 0 18 0 12 0 21611587 829444096 6014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 202501 6014 1418 9 0 199828 0
[pid=18311/tid=18313] ppid=18309 vsize=810004 CPUtime=0.79
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 3880 0 1 0 76 3 0 0 25 0 12 0 21611588 829444096 6014 996147200 134512640 134550932 4294956016 18446744073709551615 4109161866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21611589 829444096 6014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21611589 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21611590 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21611591 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21611591 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=810004 CPUtime=0.04
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 280 0 0 0 4 0 0 0 18 0 12 0 21611595 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=810004 CPUtime=0.63
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 2624 0 0 0 62 1 0 0 16 0 12 0 21611595 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18322] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21611595 829444096 6015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810004

[startup+3.10225 s]
/proc/loadavg: 1.99 2.05 2.02 4/97 18323
/proc/meminfo: memFree=1275024/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=810004 CPUtime=3.08
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 10682 0 1 0 301 7 0 0 18 0 12 0 21611587 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 202501 9165 1425 9 0 199828 0
[pid=18311/tid=18313] ppid=18309 vsize=810004 CPUtime=1.36
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 6948 0 1 0 131 5 0 0 25 0 12 0 21611588 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4109804323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21611589 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21611589 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21611590 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21611591 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21611591 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=810004 CPUtime=0.04
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 280 0 0 0 4 0 0 0 18 0 12 0 21611595 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=810004 CPUtime=1.66
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 2710 0 0 0 165 1 0 0 18 0 12 0 21611595 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18322] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=810004 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21611595 829444096 9165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810004

[startup+6.30279 s]
/proc/loadavg: 2.07 2.06 2.02 3/97 18323
/proc/meminfo: memFree=1204688/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=815464 CPUtime=6.29
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 30759 0 1 0 612 17 0 0 18 0 12 0 21611587 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 203866 26920 1446 9 0 201193 0
[pid=18311/tid=18313] ppid=18309 vsize=815464 CPUtime=3.5
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 17238 0 1 0 340 10 0 0 25 0 12 0 21611588 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4109948784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=815464 CPUtime=0.09
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 2811 0 0 0 9 0 0 0 16 0 12 0 21611589 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=815464 CPUtime=0.07
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 3211 0 0 0 6 1 0 0 16 0 12 0 21611589 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=815464 CPUtime=0
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611590 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=815464 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=815464 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=815464 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=815464 CPUtime=0.05
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 281 0 0 0 5 0 0 0 17 0 12 0 21611595 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=815464 CPUtime=2.51
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 6465 0 0 0 249 2 0 0 20 0 12 0 21611595 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18322] ppid=18309 vsize=815464 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=815464 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21611595 835035136 26920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 815464

[startup+12.7029 s]
/proc/loadavg: 2.06 2.06 2.02 3/97 18323
/proc/meminfo: memFree=1190224/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=809684 CPUtime=12.69
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 33152 0 1 0 1251 18 0 0 18 0 12 0 21611587 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 202421 27820 1446 9 0 199748 0
[pid=18311/tid=18313] ppid=18309 vsize=809684 CPUtime=9.71
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 17257 0 1 0 960 11 0 0 25 0 12 0 21611588 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4109749366 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=809684 CPUtime=0.19
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 3658 0 0 0 18 1 0 0 16 0 12 0 21611589 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=809684 CPUtime=0.16
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 4738 0 0 0 15 1 0 0 16 0 12 0 21611589 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=809684 CPUtime=0.01
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 21611590 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=809684 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=809684 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=809684 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=809684 CPUtime=0.05
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 281 0 0 0 5 0 0 0 17 0 12 0 21611595 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=809684 CPUtime=2.51
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 6465 0 0 0 249 2 0 0 20 0 12 0 21611595 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18322] ppid=18309 vsize=809684 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=809684 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21611595 829116416 27820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 809684

[startup+25.5011 s]
/proc/loadavg: 2.05 2.06 2.02 3/97 18323
/proc/meminfo: memFree=1132752/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=819432 CPUtime=25.46
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 50241 0 1 0 2521 25 0 0 18 0 12 0 21611587 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 204858 42176 1449 9 0 202185 0
[pid=18311/tid=18313] ppid=18309 vsize=819432 CPUtime=20.8
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 17279 0 1 0 2069 11 0 0 25 0 12 0 21611588 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4110298814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18314] ppid=18309 vsize=819432 CPUtime=0.52
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 10247 0 0 0 49 3 0 0 16 0 12 0 21611589 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18315] ppid=18309 vsize=819432 CPUtime=0.47
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 10199 0 0 0 43 4 0 0 16 0 12 0 21611589 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18316] ppid=18309 vsize=819432 CPUtime=0.01
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 21611590 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18317] ppid=18309 vsize=819432 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=819432 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=819432 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 839098368 42176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=819432 CPUtime=0.06

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

/proc/meminfo: memFree=214032/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=830976 CPUtime=1599.64
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 128119 0 1 0 159864 100 0 0 18 0 12 0 21611587 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 207744 115716 1449 9 0 205071 0
[pid=18311/tid=18313] ppid=18309 vsize=830976 CPUtime=1483.81
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 19724 0 1 0 148357 24 0 0 25 0 12 0 21611588 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4109749458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=830976 CPUtime=52.87
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 44970 0 0 0 5264 23 0 0 16 0 12 0 21611589 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=830976 CPUtime=52.68
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 46864 0 0 0 5244 24 0 0 16 0 12 0 21611589 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=830976 CPUtime=0.66
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 17 0 0 0 46 20 0 0 15 0 12 0 21611590 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=830976 CPUtime=0.06
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 387 0 0 0 6 0 0 0 16 0 12 0 21611595 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=830976 CPUtime=9.5
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 15414 0 0 0 944 6 0 0 25 0 12 0 21611595 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18322] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21611595 850919424 115716 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.64
Current children cumulated vsize (KiB) 830976

[startup+1662.3 s]
/proc/loadavg: 2.39 2.47 2.33 3/95 18550
/proc/meminfo: memFree=685224/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=830976 CPUtime=1659.36
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 128321 0 1 0 165833 103 0 0 18 0 12 0 21611587 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 207744 115829 1449 9 0 205071 0
[pid=18311/tid=18313] ppid=18309 vsize=830976 CPUtime=1539.54
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 19813 0 1 0 153930 24 0 0 25 0 12 0 21611588 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4109945684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18314] ppid=18309 vsize=830976 CPUtime=54.87
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 45024 0 0 0 5464 23 0 0 16 0 12 0 21611589 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18315] ppid=18309 vsize=830976 CPUtime=54.64
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 46923 0 0 0 5439 25 0 0 16 0 12 0 21611589 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18316] ppid=18309 vsize=830976 CPUtime=0.68
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 17 0 0 0 47 21 0 0 15 0 12 0 21611590 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18317] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=830976 CPUtime=0.06
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 387 0 0 0 6 0 0 0 16 0 12 0 21611595 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=830976 CPUtime=9.5
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 15414 0 0 0 944 6 0 0 25 0 12 0 21611595 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18322] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21611595 850919424 115829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.36
Current children cumulated vsize (KiB) 830976

[startup+1722.3 s]
/proc/loadavg: 2.45 2.48 2.34 3/95 18550
/proc/meminfo: memFree=664424/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=830976 CPUtime=1718.87
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 128513 0 1 0 171782 105 0 0 18 0 12 0 21611587 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 207744 115934 1449 9 0 205071 0
[pid=18311/tid=18313] ppid=18309 vsize=830976 CPUtime=1595.1
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 19900 0 1 0 159485 25 0 0 25 0 12 0 21611588 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4109650722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=830976 CPUtime=56.84
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 45074 0 0 0 5660 24 0 0 16 0 12 0 21611589 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=830976 CPUtime=56.6
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 46978 0 0 0 5635 25 0 0 16 0 12 0 21611589 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=830976 CPUtime=0.71
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 17 0 0 0 49 22 0 0 15 0 12 0 21611590 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=830976 CPUtime=0.06
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 387 0 0 0 6 0 0 0 16 0 12 0 21611595 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=830976 CPUtime=9.5
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 15414 0 0 0 944 6 0 0 25 0 12 0 21611595 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18322] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21611595 850919424 115934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.87
Current children cumulated vsize (KiB) 830976

[startup+1782.3 s]
/proc/loadavg: 2.41 2.46 2.34 3/95 18550
/proc/meminfo: memFree=658728/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=830976 CPUtime=1778.85
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 128723 0 1 0 177778 107 0 0 18 0 12 0 21611587 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 207744 116050 1449 9 0 205071 0
[pid=18311/tid=18313] ppid=18309 vsize=830976 CPUtime=1651.13
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 19994 0 1 0 165088 25 0 0 25 0 12 0 21611588 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4110467021 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18314] ppid=18309 vsize=830976 CPUtime=58.8
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 45132 0 0 0 5856 24 0 0 16 0 12 0 21611589 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18315] ppid=18309 vsize=830976 CPUtime=58.56
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 47036 0 0 0 5831 25 0 0 16 0 12 0 21611589 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18316] ppid=18309 vsize=830976 CPUtime=0.73
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 17 0 0 0 50 23 0 0 15 0 12 0 21611590 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18317] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=830976 CPUtime=0.06
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 387 0 0 0 6 0 0 0 16 0 12 0 21611595 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=830976 CPUtime=9.5
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 15414 0 0 0 944 6 0 0 25 0 12 0 21611595 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18322] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21611595 850919424 116050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.85
Current children cumulated vsize (KiB) 830976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.49 2.47 2.35 3/96 18717
/proc/meminfo: memFree=898648/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=830976 CPUtime=1800.06
/proc/18311/stat : 18311 (java) S 18309 18311 16661 0 -1 0 128794 0 1 0 179895 111 0 0 18 0 12 0 21611587 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18311/statm: 207744 116089 1449 9 0 205071 0
[pid=18311/tid=18313] ppid=18309 vsize=830976 CPUtime=1670.94
/proc/18311/task/18313/stat : 18313 (java) R 18309 18311 16661 0 -1 64 20026 0 1 0 167067 27 0 0 19 0 12 0 21611588 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4109948784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18314] ppid=18309 vsize=830976 CPUtime=59.48
/proc/18311/task/18314/stat : 18314 (java) S 18309 18311 16661 0 -1 64 45150 0 0 0 5924 24 0 0 16 0 12 0 21611589 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18315] ppid=18309 vsize=830976 CPUtime=59.27
/proc/18311/task/18315/stat : 18315 (java) S 18309 18311 16661 0 -1 64 47057 0 0 0 5901 26 0 0 16 0 12 0 21611589 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18316] ppid=18309 vsize=830976 CPUtime=0.74
/proc/18311/task/18316/stat : 18316 (java) S 18309 18311 16661 0 -1 64 17 0 0 0 51 23 0 0 16 0 12 0 21611590 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18317] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18317/stat : 18317 (java) S 18309 18311 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18318] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18318/stat : 18318 (java) S 18309 18311 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21611591 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18319] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18319/stat : 18319 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18320] ppid=18309 vsize=830976 CPUtime=0.06
/proc/18311/task/18320/stat : 18320 (java) S 18309 18311 16661 0 -1 64 387 0 0 0 6 0 0 0 16 0 12 0 21611595 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18321] ppid=18309 vsize=830976 CPUtime=9.5
/proc/18311/task/18321/stat : 18321 (java) S 18309 18311 16661 0 -1 64 15414 0 0 0 944 6 0 0 25 0 12 0 21611595 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18311/tid=18322] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18322/stat : 18322 (java) S 18309 18311 16661 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21611595 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18311/tid=18323] ppid=18309 vsize=830976 CPUtime=0
/proc/18311/task/18323/stat : 18323 (java) S 18309 18311 16661 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21611595 850919424 116089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 830976

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

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

[startup+1803.51 s]
/proc/loadavg: 2.49 2.47 2.35 3/96 18717
/proc/meminfo: memFree=898648/2055920 swapFree=4192952/4192956
[pid=18311] ppid=18309 vsize=0 CPUtime=1800.16
/proc/18311/stat : 18311 (java) Z 18309 18311 16661 0 -1 1036 128816 0 1 0 179899 117 0 0 16 0 2 0 21611587 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1803.52
CPU time (s): 1800.18
CPU user time (s): 1799
CPU system time (s): 1.18282
CPU usage (%): 99.8149
Max. virtual memory (cumulated for all children) (KiB): 833736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.18282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128816
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= 81846
involuntary context switches= 97602

runsolver used 2.37964 second user time and 5.8961 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 22:51:29
IDJOB=2067962
IDBENCH=54761
IDSOLVER=731
FILE ID=node68/2067962-1247345489
PBS_JOBID= 9506733
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= 0baa4ee04c786b4ddfb73e2ce079a304
RANDOM SEED=422223399

node68.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.258
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.258
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:       1297232 kB
Buffers:         57780 kB
Cached:         530416 kB
SwapCached:          4 kB
Active:         181200 kB
Inactive:       503248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297232 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5984 kB
Writeback:           0 kB
Mapped:         116948 kB
Slab:            58836 kB
Committed_AS:   294204 kB
PageTables:       2176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node68 at 2009-07-11 23:21:34