Trace number 2064200

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.17 1809.58

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-3.xml
MD5SUM645b4d5985800c441d40903d8a951448
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark78.0751
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints36304
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36104
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

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

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-2064200-1247334643/watcher-2064200-1247334643 -o /tmp/evaluation-result-2064200-1247334643/solver-2064200-1247334643 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064200-1247334643.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 1.98 1.99 3/72 16510
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=1612 CPUtime=0
/proc/16510/stat : 16510 (java6) R 16508 16510 16373 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 20528217 1650688 148 996147200 134512640 134550932 4294956176 18446744073709551615 2787936 0 0 4096 0 0 0 0 17 0 0 0
/proc/16510/statm: 403 150 114 9 0 45 0

[startup+0.0586061 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 16510
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=12928 CPUtime=0.02
/proc/16510/stat : 16510 (java) R 16508 16510 16373 0 -1 0 393 0 23 0 0 2 0 0 18 0 1 0 20528217 13238272 223 996147200 134512640 134550932 4294956016 18446744073709551615 1950506 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/16510/statm: 3232 223 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.102568 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 16510
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=800696 CPUtime=0.05
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 2372 0 28 0 1 4 0 0 18 0 4 0 20528217 819912704 2146 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 200174 2146 938 9 0 197525 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800696

[startup+0.30259 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 16510
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=805352 CPUtime=0.21
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 3736 0 28 0 15 6 0 0 18 0 12 0 20528217 824680448 3501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 201338 3501 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805352

[startup+0.702623 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 16510
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=807180 CPUtime=0.55
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 5314 0 28 0 46 9 0 0 18 0 12 0 20528217 826552320 4866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 201795 4866 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807180

[startup+1.50169 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 16522
/proc/meminfo: memFree=1806408/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=807424 CPUtime=1.34
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 8468 0 28 0 123 11 0 0 18 0 12 0 20528217 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 201856 7039 1404 9 0 199183 0
[pid=16510/tid=16512] ppid=16508 vsize=807424 CPUtime=0.79
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 5787 0 1 0 72 7 0 0 25 0 12 0 20528224 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16513] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20528225 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16514] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20528225 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16515] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20528228 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16516] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20528229 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20528229 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=807424 CPUtime=0.5
/proc/16510/task/16520/stat : 16520 (java) R 16508 16510 16373 0 -1 64 1950 0 0 0 50 0 0 0 16 0 12 0 20528236 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 103673169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=807424 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 826802176 7039 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 807424

[startup+3.10184 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16524
/proc/meminfo: memFree=1774152/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=810648 CPUtime=2.94
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 22920 0 28 0 276 18 0 0 18 0 12 0 20528217 830103552 20622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202662 20624 1427 9 0 199989 0
[pid=16510/tid=16512] ppid=16508 vsize=810648 CPUtime=2.1
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 17425 0 1 0 197 13 0 0 25 0 12 0 20528224 830103552 20625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16513] ppid=16508 vsize=810648 CPUtime=0.02
/proc/16510/task/16513/stat : 16513 (java) R 16508 16510 16373 0 -1 64 923 0 0 0 2 0 0 0 16 0 12 0 20528225 830103552 20626 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16514] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16514/stat : 16514 (java) R 16508 16510 16373 0 -1 64 200 0 0 0 0 0 0 0 16 0 12 0 20528225 830103552 20628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16515] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20528228 830103552 20629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16516] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 830103552 20631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 830103552 20632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 830103552 20634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 830103552 20635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=810648 CPUtime=0.76
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 3637 0 0 0 75 1 0 0 16 0 12 0 20528236 830103552 20637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830103552 20638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=810648 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830103552 20640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 810648

[startup+6.30213 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16524
/proc/meminfo: memFree=1739912/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=809720 CPUtime=6.14
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 25073 0 28 0 594 20 0 0 18 0 12 0 20528217 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202430 22539 1430 9 0 199757 0
[pid=16510/tid=16512] ppid=16508 vsize=809720 CPUtime=5.04
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 17431 0 1 0 491 13 0 0 25 0 12 0 20528224 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4109684129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16513] ppid=16508 vsize=809720 CPUtime=0.1
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 1879 0 0 0 9 1 0 0 16 0 12 0 20528225 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16514] ppid=16508 vsize=809720 CPUtime=0.07
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 1303 0 0 0 7 0 0 0 16 0 12 0 20528225 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16515] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20528228 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16516] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=809720 CPUtime=0.86
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 3686 0 0 0 85 1 0 0 16 0 12 0 20528236 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=809720 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 829153280 22539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 809720

[startup+12.7027 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16524
/proc/meminfo: memFree=1727048/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=809208 CPUtime=12.54
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 27560 0 28 0 1233 21 0 0 18 0 12 0 20528217 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202302 24889 1431 9 0 199629 0
[pid=16510/tid=16512] ppid=16508 vsize=809208 CPUtime=11.33
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 18672 0 1 0 1120 13 0 0 25 0 12 0 20528224 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4109597022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16513] ppid=16508 vsize=809208 CPUtime=0.12
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 2468 0 0 0 11 1 0 0 16 0 12 0 20528225 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16514] ppid=16508 vsize=809208 CPUtime=0.1
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 1955 0 0 0 10 0 0 0 16 0 12 0 20528225 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16515] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20528228 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16516] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=809208 CPUtime=0.9
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 3691 0 0 0 89 1 0 0 16 0 12 0 20528236 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 828628992 24889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 809208

[startup+25.5029 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16524
/proc/meminfo: memFree=1725640/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=809208 CPUtime=25.33
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 27949 0 28 0 2512 21 0 0 18 0 12 0 20528217 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202302 25261 1431 9 0 199629 0
[pid=16510/tid=16512] ppid=16508 vsize=809208 CPUtime=24.06
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 18689 0 1 0 2392 14 0 0 25 0 12 0 20528224 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4109609817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16513] ppid=16508 vsize=809208 CPUtime=0.14
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 2608 0 0 0 13 1 0 0 16 0 12 0 20528225 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16514] ppid=16508 vsize=809208 CPUtime=0.12
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 2184 0 0 0 12 0 0 0 16 0 12 0 20528225 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16515] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 48 0 0 0 0 0 0 0 15 0 12 0 20528228 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16516] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=809208 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 828628992 25261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=809208 CPUtime=0

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

[pid=16510/tid=16521] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830771200 74456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830771200 74456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.81
Current children cumulated vsize (KiB) 811300

[startup+1662.3 s]
/proc/loadavg: 2.08 2.11 2.09 3/93 16830
/proc/meminfo: memFree=1418864/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=811300 CPUtime=1653.53
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 83577 0 28 0 165273 80 0 0 18 0 12 0 20528217 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202825 76273 1442 9 0 200152 0
[pid=16510/tid=16512] ppid=16508 vsize=811300 CPUtime=1614.77
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 20693 0 1 0 161449 28 0 0 25 0 12 0 20528224 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4109626092 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16513] ppid=16508 vsize=811300 CPUtime=17.97
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 25833 0 0 0 1782 15 0 0 17 0 12 0 20528225 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16514] ppid=16508 vsize=811300 CPUtime=17.91
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 29273 0 0 0 1776 15 0 0 16 0 12 0 20528225 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16515] ppid=16508 vsize=811300 CPUtime=0.49
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 61 0 0 0 36 13 0 0 16 0 12 0 20528228 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16516] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=811300 CPUtime=2.29
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 6990 0 0 0 227 2 0 0 16 0 12 0 20528236 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830771200 76273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.53
Current children cumulated vsize (KiB) 811300

[startup+1722.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/93 16830
/proc/meminfo: memFree=1413616/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=811300 CPUtime=1713.26
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 84943 0 28 0 171243 83 0 0 18 0 12 0 20528217 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202825 77569 1442 9 0 200152 0
[pid=16510/tid=16512] ppid=16508 vsize=811300 CPUtime=1672.26
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 20762 0 1 0 167197 29 0 0 25 0 12 0 20528224 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4109596371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16513] ppid=16508 vsize=811300 CPUtime=19.07
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 26502 0 0 0 1891 16 0 0 16 0 12 0 20528225 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16514] ppid=16508 vsize=811300 CPUtime=19.03
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 29900 0 0 0 1887 16 0 0 17 0 12 0 20528225 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16515] ppid=16508 vsize=811300 CPUtime=0.51
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 62 0 0 0 37 14 0 0 16 0 12 0 20528228 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16516] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=811300 CPUtime=2.29
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 6990 0 0 0 227 2 0 0 16 0 12 0 20528236 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830771200 77569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.26
Current children cumulated vsize (KiB) 811300

[startup+1782.3 s]
/proc/loadavg: 2.18 2.13 2.09 3/93 16830
/proc/meminfo: memFree=1407664/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=811300 CPUtime=1773
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 86439 0 28 0 177215 85 0 0 18 0 12 0 20528217 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202825 78998 1442 9 0 200152 0
[pid=16510/tid=16512] ppid=16508 vsize=811300 CPUtime=1729.71
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 20828 0 1 0 172942 29 0 0 25 0 12 0 20528224 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4109626092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16513] ppid=16508 vsize=811300 CPUtime=20.22
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 27202 0 0 0 2005 17 0 0 17 0 12 0 20528225 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16514] ppid=16508 vsize=811300 CPUtime=20.15
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 30630 0 0 0 1999 16 0 0 16 0 12 0 20528225 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16515] ppid=16508 vsize=811300 CPUtime=0.54
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 62 0 0 0 39 15 0 0 16 0 12 0 20528228 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16516] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=811300 CPUtime=2.29
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 6990 0 0 0 227 2 0 0 16 0 12 0 20528236 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830771200 78998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773
Current children cumulated vsize (KiB) 811300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.11 2.11 2.09 3/93 16830
/proc/meminfo: memFree=1404336/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=811300 CPUtime=1800.08
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 87287 0 28 0 179922 86 0 0 18 0 12 0 20528217 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202825 79816 1442 9 0 200152 0
[pid=16510/tid=16512] ppid=16508 vsize=811300 CPUtime=1755.65
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 20858 0 1 0 175536 29 0 0 25 0 12 0 20528224 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4109684129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16513] ppid=16508 vsize=811300 CPUtime=20.8
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 27650 0 0 0 2063 17 0 0 16 0 12 0 20528225 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16514] ppid=16508 vsize=811300 CPUtime=20.71
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 31000 0 0 0 2054 17 0 0 17 0 12 0 20528225 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16515] ppid=16508 vsize=811300 CPUtime=0.54
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 62 0 0 0 39 15 0 0 16 0 12 0 20528228 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16516] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=811300 CPUtime=2.29
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 6990 0 0 0 227 2 0 0 16 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830771200 79816 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) 811300

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

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

[startup+1809.51 s]
/proc/loadavg: 2.11 2.11 2.09 3/93 16830
/proc/meminfo: memFree=1404336/2055920 swapFree=4192812/4192956
[pid=16510] ppid=16508 vsize=811300 CPUtime=1800.08
/proc/16510/stat : 16510 (java) S 16508 16510 16373 0 -1 0 87287 0 28 0 179922 86 0 0 18 0 12 0 20528217 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16510/statm: 202825 79816 1442 9 0 200152 0
[pid=16510/tid=16512] ppid=16508 vsize=811300 CPUtime=1755.65
/proc/16510/task/16512/stat : 16512 (java) R 16508 16510 16373 0 -1 64 20858 0 1 0 175536 29 0 0 25 0 12 0 20528224 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4109684129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16513] ppid=16508 vsize=811300 CPUtime=20.8
/proc/16510/task/16513/stat : 16513 (java) S 16508 16510 16373 0 -1 64 27650 0 0 0 2063 17 0 0 16 0 12 0 20528225 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16514] ppid=16508 vsize=811300 CPUtime=20.71
/proc/16510/task/16514/stat : 16514 (java) S 16508 16510 16373 0 -1 64 31000 0 0 0 2054 17 0 0 17 0 12 0 20528225 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16515] ppid=16508 vsize=811300 CPUtime=0.54
/proc/16510/task/16515/stat : 16515 (java) S 16508 16510 16373 0 -1 64 62 0 0 0 39 15 0 0 16 0 12 0 20528228 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16510/tid=16516] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16516/stat : 16516 (java) S 16508 16510 16373 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20528229 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16517] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16517/stat : 16517 (java) S 16508 16510 16373 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20528229 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16518] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16518/stat : 16518 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16519] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16519/stat : 16519 (java) S 16508 16510 16373 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16520] ppid=16508 vsize=811300 CPUtime=2.29
/proc/16510/task/16520/stat : 16520 (java) S 16508 16510 16373 0 -1 64 6990 0 0 0 227 2 0 0 16 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16521] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16521/stat : 16521 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 20528236 830771200 79816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16510/tid=16522] ppid=16508 vsize=811300 CPUtime=0
/proc/16510/task/16522/stat : 16522 (java) S 16508 16510 16373 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20528236 830771200 79816 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) 811300

Child status: 143
Real time (s): 1809.58
CPU time (s): 1800.17
CPU user time (s): 1799.24
CPU system time (s): 0.923859
CPU usage (%): 99.4796
Max. virtual memory (cumulated for all children) (KiB): 812776

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

runsolver used 2.24066 second user time and 6.02408 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 19:50:43
IDJOB=2064200
IDBENCH=54132
IDSOLVER=731
FILE ID=node43/2064200-1247334643
PBS_JOBID= 9506643
Free space on /tmp= 66180 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064200-1247334643/watcher-2064200-1247334643 -o /tmp/evaluation-result-2064200-1247334643/solver-2064200-1247334643 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064200-1247334643.xml

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

MD5SUM BENCH= 645b4d5985800c441d40903d8a951448
RANDOM SEED=252787896

node43.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.213
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	: 5931.00
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.213
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:       1831560 kB
Buffers:          7896 kB
Cached:          62008 kB
SwapCached:          0 kB
Active:         147240 kB
Inactive:        28720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6448 kB
Writeback:           0 kB
Mapped:         117688 kB
Slab:            33680 kB
Committed_AS:   246872 kB
PageTables:       1968 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= 66184 MiB
End job on node43 at 2009-07-11 20:20:55