Trace number 2064013

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 1810.79

General information on the benchmark

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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.17/0.25	c c --- Begin Solver configuration ---
0.17/0.25	c Stops conflict analysis at the first Unique Implication Point
0.17/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.25	c Learn all clauses as in MiniSAT
0.17/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.25	c Expensive reason simplification
0.17/0.25	c MiniSAT restarts strategy
0.17/0.25	c Memory based learned constraints deletion strategy
0.17/0.25	c timeout=2147483s
0.17/0.25	c DB Simplification allowed=false
0.17/0.25	c --- End Solver configuration ---
0.17/0.25	c solving HOME/instance-2064013-1247333655.xml
0.17/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.53	c reading variables done.
0.98/1.04	c reading predicates  done.
1.16/1.27	c reading constraints
382.33/385.51	c done with constraints.
382.33/385.51	c ... done. Wall clock time 385.259s.
382.33/385.51	c #vars     18700
382.33/385.51	c #constraints  2312350
382.33/385.51	c constraints type 
382.33/385.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 866894
382.33/385.51	c org.sat4j.minisat.constraints.cnf.UnitClauses => 226
382.33/385.51	c org.sat4j.minisat.constraints.card.AtLeast => 574
382.33/385.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1444430
902.38/910.01	c cleaning 84488 clauses out of 169001
1242.14/1252.30	c cleaning 79751 clauses out of 159512
1616.73/1627.00	c cleaning 74116 clauses out of 148261
1800.04/1810.59	c starts		: 19
1800.04/1810.59	c conflicts		: 358664
1800.04/1810.59	c decisions		: 529654
1800.04/1810.59	c propagations		: 24233015
1800.04/1810.60	c inspects		: 1347369968
1800.04/1810.60	c learnt literals	: 0
1800.04/1810.60	c learnt binary clauses	: 0
1800.04/1810.60	c learnt ternary clauses	: 106
1800.04/1810.60	c learnt clauses	: 358664
1800.04/1810.60	c ignored clauses	: 0
1800.04/1810.60	c root simplifications	: 0
1800.04/1810.60	c removed literals (reason simplification)	: 2611413
1800.04/1810.60	c reason swapping (by a shorter reason)	: 0
1800.04/1810.60	c Calls to reduceDB	: 3
1800.04/1810.60	c speed (assignments/second)	: 17004.6579808446
1800.04/1810.60	c non guided choices	122196
1800.16/1810.65	c learnt constraints type 
1800.16/1810.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120312
1800.16/1810.65	c constraints type 
1800.16/1810.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 866894
1800.16/1810.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 226
1800.16/1810.65	c org.sat4j.minisat.constraints.card.AtLeast => 574
1800.16/1810.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1444430
1800.16/1810.65	s UNKNOWN
1800.16/1810.65	c Total wall clock time (in seconds) : 1810.341

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-2064013-1247333655/watcher-2064013-1247333655 -o /tmp/evaluation-result-2064013-1247333655/solver-2064013-1247333655 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064013-1247333655.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.85 2.04 2.01 4/73 15711
/proc/meminfo: memFree=937184/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=1612 CPUtime=0
/proc/15711/stat : 15711 (java6) D 15709 15711 15674 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 20432948 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15711/statm: 403 150 114 9 0 45 0

[startup+0.0139871 s]
/proc/loadavg: 1.85 2.04 2.01 4/73 15711
/proc/meminfo: memFree=937184/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=13296 CPUtime=0
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 794 0 0 0 0 0 0 0 18 0 2 0 20432948 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 3324 575 258 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.102031 s]
/proc/loadavg: 1.85 2.04 2.01 4/73 15711
/proc/meminfo: memFree=937184/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=804360 CPUtime=0.08
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 2943 0 1 0 7 1 0 0 18 0 12 0 20432948 823664640 2686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 201090 2686 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301054 s]
/proc/loadavg: 1.85 2.04 2.01 4/73 15711
/proc/meminfo: memFree=937184/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=805628 CPUtime=0.28
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 4273 0 1 0 25 3 0 0 18 0 12 0 20432948 824963072 4010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 201407 4010 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701092 s]
/proc/loadavg: 1.85 2.04 2.01 4/73 15711
/proc/meminfo: memFree=937184/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=807184 CPUtime=0.67
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 5431 0 1 0 63 4 0 0 18 0 12 0 20432948 826556416 4924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 201796 4924 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50218 s]
/proc/loadavg: 1.85 2.04 2.01 4/85 15723
/proc/meminfo: memFree=920064/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=809292 CPUtime=1.46
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 9164 0 1 0 139 7 0 0 18 0 12 0 20432948 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202323 7454 1404 9 0 199650 0
[pid=15711/tid=15713] ppid=15709 vsize=809292 CPUtime=0.82
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 5684 0 1 0 77 5 0 0 19 0 12 0 20432949 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20432950 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15715] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20432950 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15716] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20432952 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15717] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20432952 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15718] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20432952 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20432957 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20432958 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=809292 CPUtime=0.62
/proc/15711/task/15721/stat : 15721 (java) R 15709 15711 15674 0 -1 64 2723 0 0 0 61 1 0 0 16 0 12 0 20432958 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 103975952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15722] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20432958 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20432958 828715008 7454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 809292

[startup+3.10234 s]
/proc/loadavg: 1.85 2.04 2.01 3/85 15723
/proc/meminfo: memFree=887616/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=810668 CPUtime=3.05
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 22656 0 1 0 290 15 0 0 18 0 12 0 20432948 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202667 20508 1429 9 0 199994 0
[pid=15711/tid=15713] ppid=15709 vsize=810668 CPUtime=2.13
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 17338 0 1 0 201 12 0 0 25 0 12 0 20432949 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=810668 CPUtime=0.01
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 569 0 0 0 1 0 0 0 17 0 12 0 20432950 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15715] ppid=15709 vsize=810668 CPUtime=0.01
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 428 0 0 0 1 0 0 0 17 0 12 0 20432950 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15716] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 20432952 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15717] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20432952 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15718] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20432952 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20432957 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20432958 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=810668 CPUtime=0.86
/proc/15711/task/15721/stat : 15721 (java) R 15709 15711 15674 0 -1 64 3554 0 0 0 85 1 0 0 16 0 12 0 20432958 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 105582331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15722] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20432958 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=810668 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20432958 830124032 20508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810668

[startup+6.30267 s]
/proc/loadavg: 1.87 2.04 2.01 3/85 15723
/proc/meminfo: memFree=854912/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=809644 CPUtime=6.21
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 25044 0 1 0 605 16 0 0 18 0 12 0 20432948 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202411 22646 1431 9 0 199738 0
[pid=15711/tid=15713] ppid=15709 vsize=809644 CPUtime=5.01
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 17345 0 1 0 489 12 0 0 25 0 12 0 20432949 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4109596499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=809644 CPUtime=0.09
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 1635 0 0 0 9 0 0 0 16 0 12 0 20432950 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15715] ppid=15709 vsize=809644 CPUtime=0.09
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 1668 0 0 0 9 0 0 0 16 0 12 0 20432950 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15716] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 20432952 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15717] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20432952 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15718] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20432952 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20432957 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20432958 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=809644 CPUtime=0.97
/proc/15711/task/15721/stat : 15721 (java) S 15709 15711 15674 0 -1 64 3599 0 0 0 96 1 0 0 16 0 12 0 20432958 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15722] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20432958 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=809644 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20432958 829075456 22646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 809644

[startup+12.7023 s]
/proc/loadavg: 1.88 2.04 2.01 3/85 15723
/proc/meminfo: memFree=841408/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=809292 CPUtime=12.56
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 27563 0 1 0 1238 18 0 0 18 0 12 0 20432948 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202323 25070 1431 9 0 199650 0
[pid=15711/tid=15713] ppid=15709 vsize=809292 CPUtime=11.2
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 18482 0 1 0 1107 13 0 0 25 0 12 0 20432949 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4109626284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=809292 CPUtime=0.14
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 2371 0 0 0 13 1 0 0 16 0 12 0 20432950 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15715] ppid=15709 vsize=809292 CPUtime=0.12
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 2309 0 0 0 12 0 0 0 16 0 12 0 20432950 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15716] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 20432952 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15717] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20432952 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15718] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20432952 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20432957 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20432958 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=809292 CPUtime=1.05
/proc/15711/task/15721/stat : 15721 (java) S 15709 15711 15674 0 -1 64 3604 0 0 0 104 1 0 0 17 0 12 0 20432958 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15722] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20432958 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=809292 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20432958 828715008 25070 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 809292

[startup+25.5017 s]
/proc/loadavg: 1.90 2.04 2.01 3/85 15723
/proc/meminfo: memFree=838336/2055920 swapFree=4192952/4192956
[pid=15711] ppid=15709 vsize=809484 CPUtime=25.24
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 28808 0 1 0 2504 20 0 0 18 0 12 0 20432948 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202371 25861 1431 9 0 199698 0
[pid=15711/tid=15713] ppid=15709 vsize=809484 CPUtime=23.22
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 18506 0 1 0 2309 13 0 0 25 0 12 0 20432949 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4109126827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=809484 CPUtime=0.17
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 2660 0 0 0 16 1 0 0 17 0 12 0 20432950 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15715] ppid=15709 vsize=809484 CPUtime=0.16
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 2723 0 0 0 15 1 0 0 17 0 12 0 20432950 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15716] ppid=15709 vsize=809484 CPUtime=0
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 20432952 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15717] ppid=15709 vsize=809484 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20432952 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15718] ppid=15709 vsize=809484 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20432952 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=809484 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20432957 828911616 25861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=809484 CPUtime=0

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

[pid=15711/tid=15716] ppid=15709 vsize=811816 CPUtime=5.48
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 46 0 0 0 544 4 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15717] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15718] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20432957 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=811816 CPUtime=4.28
/proc/15711/task/15721/stat : 15721 (java) S 15709 15711 15674 0 -1 64 6305 0 0 0 425 3 0 0 16 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15722] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15724] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15724/stat : 15724 (java) S 15709 15711 15674 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20471512 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.02
Current children cumulated vsize (KiB) 811816

[startup+1722.3 s]
/proc/loadavg: 2.18 2.07 2.03 3/95 15784
/proc/meminfo: memFree=28784/2055920 swapFree=4192812/4192956
[pid=15711] ppid=15709 vsize=811816 CPUtime=1712
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 176562 0 1 0 171099 101 0 0 18 0 13 0 20432948 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202954 166341 1460 9 0 200281 0
[pid=15711/tid=15713] ppid=15709 vsize=811816 CPUtime=1692.4
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 18997 0 1 0 169220 20 0 0 25 0 13 0 20432949 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4110257865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15714] ppid=15709 vsize=811816 CPUtime=4.96
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 75768 0 0 0 459 37 0 0 16 0 13 0 20432950 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15715] ppid=15709 vsize=811816 CPUtime=4.82
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 74686 0 0 0 449 33 0 0 17 0 13 0 20432950 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15716] ppid=15709 vsize=811816 CPUtime=5.48
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 46 0 0 0 544 4 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15717] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15718] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20432957 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=811816 CPUtime=4.28
/proc/15711/task/15721/stat : 15721 (java) S 15709 15711 15674 0 -1 64 6305 0 0 0 425 3 0 0 16 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15722] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15724] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15724/stat : 15724 (java) S 15709 15711 15674 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20471512 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 811816

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.02 3/95 15784
/proc/meminfo: memFree=28336/2055920 swapFree=4192812/4192956
[pid=15711] ppid=15709 vsize=811816 CPUtime=1771.98
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 176563 0 1 0 177097 101 0 0 18 0 13 0 20432948 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202954 166341 1460 9 0 200281 0
[pid=15711/tid=15713] ppid=15709 vsize=811816 CPUtime=1752.27
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 18998 0 1 0 175207 20 0 0 25 0 13 0 20432949 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4110257336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15714] ppid=15709 vsize=811816 CPUtime=5.03
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 75768 0 0 0 466 37 0 0 17 0 13 0 20432950 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15715] ppid=15709 vsize=811816 CPUtime=4.86
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 74686 0 0 0 453 33 0 0 17 0 13 0 20432950 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15716] ppid=15709 vsize=811816 CPUtime=5.49
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 46 0 0 0 545 4 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15717] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15718] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20432957 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=811816 CPUtime=4.28
/proc/15711/task/15721/stat : 15721 (java) S 15709 15711 15674 0 -1 64 6305 0 0 0 425 3 0 0 16 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15722] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15724] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15724/stat : 15724 (java) S 15709 15711 15674 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20471512 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.98
Current children cumulated vsize (KiB) 811816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.12 2.06 2.02 3/96 15822
/proc/meminfo: memFree=633896/2055920 swapFree=4192812/4192956
[pid=15711] ppid=15709 vsize=811816 CPUtime=1800.04
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 176563 0 1 0 179903 101 0 0 18 0 13 0 20432948 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 202954 166341 1460 9 0 200281 0
[pid=15711/tid=15713] ppid=15709 vsize=811816 CPUtime=1780.34
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 18998 0 1 0 178013 21 0 0 25 0 13 0 20432949 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4110257576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=811816 CPUtime=5.03
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 75768 0 0 0 466 37 0 0 17 0 13 0 20432950 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15715] ppid=15709 vsize=811816 CPUtime=4.86
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 74686 0 0 0 453 33 0 0 17 0 13 0 20432950 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15716] ppid=15709 vsize=811816 CPUtime=5.49
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 46 0 0 0 545 4 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15717] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15718] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20432952 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20432957 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=811816 CPUtime=4.28
/proc/15711/task/15721/stat : 15721 (java) S 15709 15711 15674 0 -1 64 6305 0 0 0 425 3 0 0 16 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15722] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20432958 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15724] ppid=15709 vsize=811816 CPUtime=0
/proc/15711/task/15724/stat : 15724 (java) S 15709 15711 15674 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20471512 831299584 166341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 811816

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

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

[startup+1810.62 s]
/proc/loadavg: 2.12 2.06 2.02 3/96 15822
/proc/meminfo: memFree=633896/2055920 swapFree=4192812/4192956
[pid=15711] ppid=15709 vsize=812464 CPUtime=1800.16
/proc/15711/stat : 15711 (java) S 15709 15711 15674 0 -1 0 176582 0 1 0 179915 101 0 0 16 0 15 0 20432948 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 203116 166359 1460 9 0 200443 0
[pid=15711/tid=15713] ppid=15709 vsize=812464 CPUtime=1780.34
/proc/15711/task/15713/stat : 15713 (java) R 15709 15711 15674 0 -1 64 18998 0 1 0 178013 21 0 0 25 0 15 0 20432949 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15714] ppid=15709 vsize=812464 CPUtime=5.08
/proc/15711/task/15714/stat : 15714 (java) S 15709 15711 15674 0 -1 64 75768 0 0 0 471 37 0 0 16 0 15 0 20432950 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15715] ppid=15709 vsize=812464 CPUtime=4.9
/proc/15711/task/15715/stat : 15715 (java) S 15709 15711 15674 0 -1 64 74686 0 0 0 457 33 0 0 17 0 15 0 20432950 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15716] ppid=15709 vsize=812464 CPUtime=5.49
/proc/15711/task/15716/stat : 15716 (java) S 15709 15711 15674 0 -1 64 46 0 0 0 545 4 0 0 16 0 15 0 20432952 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15717] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15717/stat : 15717 (java) S 15709 15711 15674 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 20432952 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15711/tid=15718] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15718/stat : 15718 (java) S 15709 15711 15674 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 20432952 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15719] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15719/stat : 15719 (java) S 15709 15711 15674 0 -1 64 5 0 0 0 0 0 0 0 17 0 15 0 20432957 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15720] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15720/stat : 15720 (java) S 15709 15711 15674 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 20432958 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15721] ppid=15709 vsize=812464 CPUtime=4.28
/proc/15711/task/15721/stat : 15721 (java) R 15709 15711 15674 0 -1 64 6305 0 0 0 425 3 0 0 16 0 15 0 20432958 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 105493985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15722] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15722/stat : 15722 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 20432958 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15723] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15723/stat : 15723 (java) S 15709 15711 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 20432958 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15711/tid=15724] ppid=15709 vsize=812464 CPUtime=0
/proc/15711/task/15724/stat : 15724 (java) S 15709 15711 15674 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 20471512 831963136 166359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 812464

[startup+1810.7 s]
/proc/loadavg: 2.12 2.06 2.02 3/96 15822
/proc/meminfo: memFree=633896/2055920 swapFree=4192812/4192956
[pid=15711] ppid=15709 vsize=0 CPUtime=1800.27
/proc/15711/stat : 15711 (java) Z 15709 15711 15674 0 -1 1036 176585 0 1 0 179924 103 0 0 15 0 2 0 20432948 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15711/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1810.79
CPU time (s): 1800.37
CPU user time (s): 1799.25
CPU system time (s): 1.12083
CPU usage (%): 99.4243
Max. virtual memory (cumulated for all children) (KiB): 812464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.12083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176585
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= 45585
involuntary context switches= 58250

runsolver used 2.36164 second user time and 6.03508 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-11 19:34:16
IDJOB=2064013
IDBENCH=54115
IDSOLVER=731
FILE ID=node7/2064013-1247333655
PBS_JOBID= 9506711
Free space on /tmp= 66080 MiB

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

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

MD5SUM BENCH= 7009ab8b0625ac3b74cd8e0d86a590c4
RANDOM SEED=1331267433

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        937664 kB
Buffers:         49628 kB
Cached:         922292 kB
SwapCached:          4 kB
Active:         404616 kB
Inactive:       656112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        937664 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          99468 kB
Slab:            42872 kB
Committed_AS:   225828 kB
PageTables:       1948 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= 66088 MiB
End job on node7 at 2009-07-11 20:04:28