Trace number 2062550

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.37 1805.1

General information on the benchmark

Namecsp/pigeons_glb/
normalized-pigeons-15_ext.xml
MD5SUM65cb16d2262e2106dc1cad4d69836df9
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints1
Maximum constraint arity15
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1)

Solver Data

0.05/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.17	c See www.sat4j.org for details.
0.05/0.17	c That software uses the Rhino library from the Mozilla project.
0.05/0.19	c version 2.1.1.v20090622
0.05/0.19	c sun.arch.data.model	32
0.05/0.19	c java.version	1.6.0_12
0.05/0.19	c os.name	Linux
0.05/0.19	c os.version	2.6.9-22.EL.rootsmp
0.05/0.19	c os.arch	i386
0.05/0.19	c Free memory 671000808
0.05/0.19	c Max memory 672137216
0.05/0.19	c Total memory 672137216
0.05/0.19	c Number of processors 2
0.14/0.27	c c --- Begin Solver configuration ---
0.14/0.27	c Stops conflict analysis at the first Unique Implication Point
0.14/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.14/0.27	c Learn all clauses as in MiniSAT
0.14/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.14/0.27	c Expensive reason simplification
0.14/0.27	c MiniSAT restarts strategy
0.14/0.27	c Memory based learned constraints deletion strategy
0.14/0.27	c timeout=2147483s
0.14/0.27	c DB Simplification allowed=false
0.14/0.27	c --- End Solver configuration ---
0.14/0.27	c solving HOME/instance-2062550-1247328889.xml
0.14/0.27	c reading problem ... 
0.35/0.49	c reading problem named null
0.35/0.49	c reading domains done.
0.44/0.50	c reading variables done.
0.44/0.51	c reading constraints
0.44/0.58	c done with constraints.
0.44/0.58	c ... done. Wall clock time 0.309s.
0.44/0.58	c #vars     210
0.44/0.58	c #constraints  1500
0.44/0.58	c constraints type 
0.44/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.44/0.58	c org.sat4j.minisat.constraints.card.AtLeast => 15
0.44/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1470
1800.08/1804.91	c starts		: 19
1800.08/1804.91	c conflicts		: 378508
1800.08/1804.91	c decisions		: 396624
1800.08/1804.91	c propagations		: 5384151
1800.08/1804.91	c inspects		: 3783432580
1800.08/1804.91	c learnt literals	: 0
1800.08/1804.91	c learnt binary clauses	: 0
1800.08/1804.91	c learnt ternary clauses	: 0
1800.08/1804.91	c learnt clauses	: 378508
1800.08/1804.91	c ignored clauses	: 0
1800.08/1804.91	c root simplifications	: 0
1800.08/1804.91	c removed literals (reason simplification)	: 1840801
1800.08/1804.91	c reason swapping (by a shorter reason)	: 0
1800.08/1804.91	c Calls to reduceDB	: 0
1800.08/1804.91	c speed (assignments/second)	: 2984.0233971022976
1800.08/1804.91	c non guided choices	129
1800.25/1805.04	c learnt constraints type 
1800.25/1805.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 378519
1800.25/1805.04	c constraints type 
1800.25/1805.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
1800.25/1805.04	c org.sat4j.minisat.constraints.card.AtLeast => 15
1800.25/1805.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1470
1800.25/1805.04	s UNKNOWN
1800.25/1805.04	c Total wall clock time (in seconds) : 1804.636

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-2062550-1247328889/watcher-2062550-1247328889 -o /tmp/evaluation-result-2062550-1247328889/solver-2062550-1247328889 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2062550-1247328889.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: 0.97 0.98 1.06 3/85 17843
/proc/meminfo: memFree=534520/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=18576 CPUtime=0
/proc/17843/stat : 17843 (runsolver) R 17841 17843 15950 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 19953967 19021824 285 996147200 4194304 4302564 548682068448 18446744073709551615 251279240487 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17843/statm: 4644 285 249 26 0 2626 0

[startup+0.012846 s]
/proc/loadavg: 0.97 0.98 1.06 3/85 17843
/proc/meminfo: memFree=534520/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=1616 CPUtime=0
/proc/17843/stat : 17843 (java) D 17841 17843 15950 0 -1 0 335 0 0 0 0 0 0 0 21 0 1 0 19953967 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17843/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.104479 s]
/proc/loadavg: 0.97 0.98 1.06 3/85 17843
/proc/meminfo: memFree=534520/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=802164 CPUtime=0.05
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 2720 0 1 0 3 2 0 0 21 0 7 0 19953967 821415936 2465 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 200541 2465 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.3015 s]
/proc/loadavg: 0.97 0.98 1.06 3/85 17843
/proc/meminfo: memFree=534520/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=805928 CPUtime=0.24
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 4201 0 1 0 21 3 0 0 21 0 12 0 19953967 825270272 3938 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201482 3938 1358 9 0 198809 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805928

[startup+0.701555 s]
/proc/loadavg: 0.97 0.98 1.06 3/85 17843
/proc/meminfo: memFree=534520/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=808452 CPUtime=0.64
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 6039 0 1 0 60 4 0 0 21 0 13 0 19953967 827854848 5141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 202113 5141 1398 9 0 199440 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 808452

[startup+1.50265 s]
/proc/loadavg: 0.97 0.98 1.06 4/98 17856
/proc/meminfo: memFree=519056/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=808012 CPUtime=1.44
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 6649 0 1 0 139 5 0 0 21 0 13 0 19953967 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 202003 5507 1422 9 0 199330 0
[pid=17843/tid=17845] ppid=17841 vsize=808012 CPUtime=0.8
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 3930 0 1 0 77 3 0 0 25 0 13 0 19953968 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4109501613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17846] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19953969 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17847] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953969 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17848] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 19953971 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17849] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19953972 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19953972 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=808012 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=808012 CPUtime=0.56
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 1706 0 0 0 56 0 0 0 16 0 13 0 19953980 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19953980 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827404288 5507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 808012

[startup+3.10285 s]
/proc/loadavg: 1.05 1.00 1.06 3/98 17856
/proc/meminfo: memFree=515984/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=808012 CPUtime=3.02
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 7828 0 1 0 296 6 0 0 21 0 13 0 19953967 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 202003 6351 1426 9 0 199330 0
[pid=17843/tid=17845] ppid=17841 vsize=808012 CPUtime=2.21
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 4757 0 1 0 218 3 0 0 25 0 13 0 19953968 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4109546431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17846] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19953969 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17847] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953969 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17848] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 19953971 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17849] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19953972 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19953972 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=808012 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=808012 CPUtime=0.74
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2058 0 0 0 73 1 0 0 16 0 13 0 19953980 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19953980 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=808012 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827404288 6351 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 808012

[startup+6.30225 s]
/proc/loadavg: 1.05 1.00 1.06 3/98 17856
/proc/meminfo: memFree=509904/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=807852 CPUtime=6.19
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 9130 0 1 0 613 6 0 0 21 0 13 0 19953967 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201963 7608 1426 9 0 199290 0
[pid=17843/tid=17845] ppid=17841 vsize=807852 CPUtime=5.35
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 6052 0 1 0 531 4 0 0 25 0 13 0 19953968 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4109501592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19953969 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953969 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19953971 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17849] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19953972 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19953972 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=807852 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=807852 CPUtime=0.78
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2064 0 0 0 77 1 0 0 16 0 13 0 19953980 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19953980 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827240448 7608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 807852

[startup+12.7021 s]
/proc/loadavg: 1.20 1.03 1.07 3/98 17856
/proc/meminfo: memFree=503440/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=807852 CPUtime=12.52
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 10580 0 1 0 1245 7 0 0 21 0 13 0 19953967 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201963 9058 1426 9 0 199290 0
[pid=17843/tid=17845] ppid=17841 vsize=807852 CPUtime=11.69
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 7502 0 1 0 1164 5 0 0 25 0 13 0 19953968 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4109501821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19953969 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953969 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19953971 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17849] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 19953972 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19953972 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=807852 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=807852 CPUtime=0.78
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2064 0 0 0 77 1 0 0 16 0 13 0 19953980 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19953980 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827240448 9058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 807852

[startup+25.5017 s]
/proc/loadavg: 1.32 1.06 1.08 3/98 17856
/proc/meminfo: memFree=494608/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=807852 CPUtime=25.19
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 12689 0 1 0 2509 10 0 0 21 0 13 0 19953967 827240448 11167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201963 11167 1426 9 0 199290 0
[pid=17843/tid=17845] ppid=17841 vsize=807852 CPUtime=24.35
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 9611 0 1 0 2427 8 0 0 25 0 13 0 19953968 827240448 11167 996147200 134512640 134550932 4294956016 18446744073709551615 4109501530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19953969 827240448 11167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953969 827240448 11167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0

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

/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 16929 0 1 0 165557 19 0 0 25 0 13 0 19953968 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4109546431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 20184 0 0 0 36 9 0 0 18 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 21361 0 0 0 38 7 0 0 19 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 19953971 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17849] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=807852 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=807852 CPUtime=0.8
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2065 0 0 0 79 1 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.54
Current children cumulated vsize (KiB) 807852

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/98 17856
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=807852 CPUtime=1717.52
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 61561 0 1 0 171714 38 0 0 21 0 13 0 19953967 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201963 55265 1435 9 0 199290 0
[pid=17843/tid=17845] ppid=17841 vsize=807852 CPUtime=1715.74
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 16929 0 1 0 171555 19 0 0 25 0 13 0 19953968 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4109546431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 20184 0 0 0 36 9 0 0 18 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 21361 0 0 0 38 7 0 0 19 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 19953971 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17849] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=807852 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=807852 CPUtime=0.8
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2065 0 0 0 79 1 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.52
Current children cumulated vsize (KiB) 807852

[startup+1782.3 s]
/proc/loadavg: 1.94 1.96 1.82 3/95 17900
/proc/meminfo: memFree=574624/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=807852 CPUtime=1777.48
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 61561 0 1 0 177709 39 0 0 21 0 13 0 19953967 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201963 55265 1435 9 0 199290 0
[pid=17843/tid=17845] ppid=17841 vsize=807852 CPUtime=1775.69
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 16929 0 1 0 177550 19 0 0 25 0 13 0 19953968 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4109501318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 20184 0 0 0 36 9 0 0 18 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 21361 0 0 0 38 7 0 0 19 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 19953971 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17849] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=807852 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=807852 CPUtime=0.8
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2065 0 0 0 79 1 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.48
Current children cumulated vsize (KiB) 807852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 1.96 1.96 1.82 4/95 17900
/proc/meminfo: memFree=574112/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=807852 CPUtime=1800.08
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 61561 0 1 0 179969 39 0 0 21 0 13 0 19953967 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 201963 55265 1435 9 0 199290 0
[pid=17843/tid=17845] ppid=17841 vsize=807852 CPUtime=1798.28
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 16929 0 1 0 179809 19 0 0 25 0 13 0 19953968 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4109501530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17846] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 20184 0 0 0 36 9 0 0 18 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17847] ppid=17841 vsize=807852 CPUtime=0.45
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 21361 0 0 0 38 7 0 0 19 0 13 0 19953969 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17848] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 19953971 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17849] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19953972 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=807852 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=807852 CPUtime=0.8
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2065 0 0 0 79 1 0 0 17 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) S 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19953980 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=807852 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19954026 827240448 55265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 807852

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

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

[startup+1805.01 s]
/proc/loadavg: 1.96 1.96 1.82 4/98 17903
/proc/meminfo: memFree=573960/2055920 swapFree=4192956/4192956
[pid=17843] ppid=17841 vsize=808500 CPUtime=1800.25
/proc/17843/stat : 17843 (java) S 17841 17843 15950 0 -1 0 61584 0 1 0 179986 39 0 0 16 0 15 0 19953967 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17843/statm: 202125 55288 1437 9 0 199452 0
[pid=17843/tid=17845] ppid=17841 vsize=808500 CPUtime=1798.39
/proc/17843/task/17845/stat : 17845 (java) R 17841 17843 15950 0 -1 64 16929 0 1 0 179820 19 0 0 25 0 15 0 19953968 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4109501592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17846] ppid=17841 vsize=808500 CPUtime=0.45
/proc/17843/task/17846/stat : 17846 (java) S 17841 17843 15950 0 -1 64 20184 0 0 0 36 9 0 0 18 0 15 0 19953969 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17847] ppid=17841 vsize=808500 CPUtime=0.45
/proc/17843/task/17847/stat : 17847 (java) S 17841 17843 15950 0 -1 64 21361 0 0 0 38 7 0 0 19 0 15 0 19953969 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17848] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17848/stat : 17848 (java) S 17841 17843 15950 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 19953971 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17843/tid=17849] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17849/stat : 17849 (java) S 17841 17843 15950 0 -1 64 10 0 0 0 0 0 0 0 17 0 15 0 19953972 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17850] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17850/stat : 17850 (java) S 17841 17843 15950 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 19953972 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17851] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17851/stat : 17851 (java) S 17841 17843 15950 0 -1 64 5 0 0 0 0 0 0 0 17 0 15 0 19953980 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17852] ppid=17841 vsize=808500 CPUtime=0.04
/proc/17843/task/17852/stat : 17852 (java) S 17841 17843 15950 0 -1 64 269 0 0 0 4 0 0 0 17 0 15 0 19953980 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17853] ppid=17841 vsize=808500 CPUtime=0.82
/proc/17843/task/17853/stat : 17853 (java) S 17841 17843 15950 0 -1 64 2070 0 0 0 81 1 0 0 16 0 15 0 19953980 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17854] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17854/stat : 17854 (java) S 17841 17843 15950 0 -1 64 0 0 0 0 0 0 0 0 24 0 15 0 19953980 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17855] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17855/stat : 17855 (java) R 17841 17843 15950 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 19953980 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17856] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17856/stat : 17856 (java) S 17841 17843 15950 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 19954026 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17902] ppid=17841 vsize=808500 CPUtime=0
/proc/17843/task/17902/stat : 17902 (java) S 17841 17843 15950 0 -1 64 7 0 0 0 0 0 0 0 18 0 15 0 20134458 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17843/tid=17903] ppid=17841 vsize=808500 CPUtime=0.03
/proc/17843/task/17903/stat : 17903 (java) R 17841 17843 15950 0 -1 64 7 0 0 0 3 0 0 0 19 0 15 0 20134458 827904000 55288 996147200 134512640 134550932 4294956016 18446744073709551615 4109698818 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 808500

Child status: 143
Real time (s): 1805.1
CPU time (s): 1800.37
CPU user time (s): 1799.95
CPU system time (s): 0.424935
CPU usage (%): 99.738
Max. virtual memory (cumulated for all children) (KiB): 808548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61587
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= 36999
involuntary context switches= 39365

runsolver used 2.31465 second user time and 5.9451 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-11 18:14:49
IDJOB=2062550
IDBENCH=53910
IDSOLVER=731
FILE ID=node92/2062550-1247328889
PBS_JOBID= 9506452
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pigeons_glb/normalized-pigeons-15_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062550-1247328889/watcher-2062550-1247328889 -o /tmp/evaluation-result-2062550-1247328889/solver-2062550-1247328889 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2062550-1247328889.xml

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

MD5SUM BENCH= 65cb16d2262e2106dc1cad4d69836df9
RANDOM SEED=1664227250

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        534936 kB
Buffers:         74504 kB
Cached:        1226404 kB
SwapCached:          0 kB
Active:         634616 kB
Inactive:       805020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        534936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         150092 kB
Slab:            66320 kB
Committed_AS:   831380 kB
PageTables:       2112 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= 66272 MiB
End job on node92 at 2009-07-11 18:44:56