Trace number 2086992

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.41 1812.14

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-18.xml
MD5SUM81993d44842a595e55b82def5237b8fc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark88.0466
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.17	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2086992-1247384840.xml
0.18/0.26	c reading problem ... 
0.48/0.52	c reading problem named null
0.48/0.52	c reading domains done.
0.48/0.52	c reading variables done.
0.48/0.53	c reading relations done.
18.28/18.46	c reading constraints
24.62/24.47	c done with constraints.
24.62/24.47	c ... done. Wall clock time 24.213s.
24.62/24.47	c #vars     125
24.62/24.47	c #constraints  2140425
24.62/24.47	c constraints type 
24.62/24.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2140400
24.62/24.47	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.07/1811.91	c starts		: 20
1800.07/1811.91	c conflicts		: 546327
1800.07/1811.91	c decisions		: 676799
1800.07/1811.91	c propagations		: 8690347
1800.07/1811.91	c inspects		: 6815641810
1800.07/1811.91	c learnt literals	: 0
1800.07/1811.91	c learnt binary clauses	: 0
1800.07/1811.91	c learnt ternary clauses	: 0
1800.07/1811.91	c learnt clauses	: 546327
1800.07/1811.91	c ignored clauses	: 0
1800.07/1811.91	c root simplifications	: 0
1800.07/1811.91	c removed literals (reason simplification)	: 1067194
1800.07/1811.91	c reason swapping (by a shorter reason)	: 0
1800.07/1811.91	c Calls to reduceDB	: 0
1800.07/1811.91	c speed (assignments/second)	: 4861.897462292441
1800.07/1811.91	c non guided choices	63
1800.25/1812.02	c learnt constraints type 
1800.25/1812.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 546369
1800.25/1812.02	c constraints type 
1800.25/1812.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2140400
1800.25/1812.02	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.25/1812.02	s UNKNOWN
1800.25/1812.02	c Total wall clock time (in seconds) : 1811.653

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-2086992-1247384840/watcher-2086992-1247384840 -o /tmp/evaluation-result-2086992-1247384840/solver-2086992-1247384840 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086992-1247384840.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.92 1.98 1.91 3/72 30390
/proc/meminfo: memFree=1829232/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=13208 CPUtime=0
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 25551683 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 3302 521 219 9 0 1186 0
[pid=30390/tid=30391] ppid=30388 vsize=13208 CPUtime=0
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 25551684 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 8740824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0865691 s]
/proc/loadavg: 1.92 1.98 1.91 3/72 30390
/proc/meminfo: memFree=1829232/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=802164 CPUtime=0.07
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 2832 0 1 0 5 2 0 0 18 0 7 0 25551683 821415936 2577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 200541 2577 1039 9 0 197892 0
[pid=30390/tid=30391] ppid=30388 vsize=802164 CPUtime=0.06
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 2091 0 1 0 4 2 0 0 17 0 7 0 25551684 821415936 2577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102022 s]
/proc/loadavg: 1.92 1.98 1.91 3/72 30390
/proc/meminfo: memFree=1829232/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=804428 CPUtime=0.08
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 2972 0 1 0 6 2 0 0 18 0 12 0 25551683 823734272 2715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201107 2715 1077 9 0 198441 0
[pid=30390/tid=30391] ppid=30388 vsize=804428 CPUtime=0.08
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 2215 0 1 0 6 2 0 0 21 0 12 0 25551684 823734272 2715 996147200 134512640 134550932 4294956016 18446744073709551615 4109136381 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301073 s]
/proc/loadavg: 1.92 1.98 1.91 3/72 30390
/proc/meminfo: memFree=1829232/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=805628 CPUtime=0.28
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 4240 0 1 0 24 4 0 0 18 0 12 0 25551683 824963072 3977 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201407 3977 1358 9 0 198734 0
[pid=30390/tid=30391] ppid=30388 vsize=805628 CPUtime=0.21
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 3001 0 1 0 18 3 0 0 18 0 12 0 25551684 824963072 3977 996147200 134512640 134550932 4294956016 18446744073709551615 4109170788 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701137 s]
/proc/loadavg: 1.92 1.98 1.91 3/72 30390
/proc/meminfo: memFree=1829232/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=807192 CPUtime=0.68
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 7725 0 1 0 62 6 0 0 18 0 12 0 25551683 826564608 7214 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201798 7214 1387 9 0 199125 0
[pid=30390/tid=30391] ppid=30388 vsize=807192 CPUtime=0.39
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 5806 0 1 0 34 5 0 0 20 0 12 0 25551684 826564608 7214 996147200 134512640 134550932 4294956016 18446744073709551615 4109478377 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807192

[startup+1.5013 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 30402
/proc/meminfo: memFree=1802584/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=807364 CPUtime=1.47
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 11122 0 1 0 140 7 0 0 18 0 12 0 25551683 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201841 10086 1407 9 0 199168 0
[pid=30390/tid=30391] ppid=30388 vsize=807364 CPUtime=0.77
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 8595 0 1 0 71 6 0 0 23 0 12 0 25551684 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4109557068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25551686 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25551686 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25551688 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25551688 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25551688 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25551693 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25551693 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=807364 CPUtime=0.67
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 1770 0 0 0 67 0 0 0 16 0 12 0 25551693 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25551693 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25551693 826740736 10086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807364

[startup+3.1026 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 30402
/proc/meminfo: memFree=1757656/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=807364 CPUtime=3.06
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 26070 0 1 0 291 15 0 0 18 0 12 0 25551683 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201841 25000 1417 9 0 199168 0
[pid=30390/tid=30391] ppid=30388 vsize=807364 CPUtime=1.99
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 16902 0 1 0 188 11 0 0 25 0 12 0 25551684 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4109655494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=807364 CPUtime=0.08
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 3273 0 0 0 7 1 0 0 16 0 12 0 25551686 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=807364 CPUtime=0.07
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 3313 0 0 0 7 0 0 0 16 0 12 0 25551686 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25551688 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25551688 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25551688 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25551693 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25551693 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=807364 CPUtime=0.86
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 1816 0 0 0 86 0 0 0 16 0 12 0 25551693 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25551693 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=807364 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25551693 826740736 25000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 807364

[startup+6.30122 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 30402
/proc/meminfo: memFree=1719448/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=807528 CPUtime=6.23
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 31325 0 1 0 604 19 0 0 18 0 12 0 25551683 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201882 30244 1420 9 0 199209 0
[pid=30390/tid=30391] ppid=30388 vsize=807528 CPUtime=4.74
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 16916 0 1 0 462 12 0 0 25 0 12 0 25551684 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4109613496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=807528 CPUtime=0.28
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 6692 0 0 0 25 3 0 0 16 0 12 0 25551686 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=807528 CPUtime=0.29
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 5135 0 0 0 28 1 0 0 16 0 12 0 25551686 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25551688 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25551688 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25551688 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25551693 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25551693 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=807528 CPUtime=0.86
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 1816 0 0 0 86 0 0 0 16 0 12 0 25551693 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25551693 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25551693 826908672 30244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 807528

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 30402
/proc/meminfo: memFree=1680920/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=807528 CPUtime=12.6
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 40824 0 1 0 1235 25 0 0 18 0 12 0 25551683 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 201882 39640 1420 9 0 199209 0
[pid=30390/tid=30391] ppid=30388 vsize=807528 CPUtime=10.29
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 16938 0 1 0 1015 14 0 0 25 0 12 0 25551684 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4109656262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=807528 CPUtime=0.68
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 11286 0 0 0 64 4 0 0 16 0 12 0 25551686 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=807528 CPUtime=0.7
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 10018 0 0 0 66 4 0 0 16 0 12 0 25551686 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25551688 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25551688 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25551688 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25551693 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25551693 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=807528 CPUtime=0.86
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 1816 0 0 0 86 0 0 0 17 0 12 0 25551693 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25551693 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=807528 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25551693 826908672 39640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 807528

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 30403
/proc/meminfo: memFree=1446352/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=811136 CPUtime=25.73
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 100195 0 1 0 2520 53 0 0 18 0 13 0 25551683 830603264 97253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 202784 97253 1427 9 0 200111 0
[pid=30390/tid=30391] ppid=30388 vsize=811136 CPUtime=18.89
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 16985 0 1 0 1873 16 0 0 19 0 13 0 25551684 830603264 97253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=811136 CPUtime=2.84
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 44278 0 0 0 265 19 0 0 16 0 13 0 25551686 830603264 97253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=811136 CPUtime=2.59

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

[pid=30390/tid=30395] ppid=30388 vsize=811104 CPUtime=0.02
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 2 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=811104 CPUtime=2.04
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 3382 0 0 0 203 1 0 0 17 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30403] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30403/stat : 30403 (java) S 30388 30390 29514 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 25554133 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.2
Current children cumulated vsize (KiB) 811104

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/95 30452
/proc/meminfo: memFree=1288000/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=811104 CPUtime=1710.9
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 126608 0 1 0 171022 68 0 0 18 0 13 0 25551683 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 202776 123239 1445 9 0 200103 0
[pid=30390/tid=30391] ppid=30388 vsize=811104 CPUtime=1701.76
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 17002 0 1 0 170156 20 0 0 25 0 13 0 25551684 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4109764447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=811104 CPUtime=3.65
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 57767 0 0 0 341 24 0 0 17 0 13 0 25551686 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=811104 CPUtime=3.38
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 47685 0 0 0 318 20 0 0 17 0 13 0 25551686 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=811104 CPUtime=0.02
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 2 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=811104 CPUtime=2.04
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 3382 0 0 0 203 1 0 0 17 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30403] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30403/stat : 30403 (java) S 30388 30390 29514 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 25554133 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.9
Current children cumulated vsize (KiB) 811104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 30452
/proc/meminfo: memFree=1287808/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=811104 CPUtime=1770.61
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 126608 0 1 0 176993 68 0 0 18 0 13 0 25551683 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 202776 123239 1445 9 0 200103 0
[pid=30390/tid=30391] ppid=30388 vsize=811104 CPUtime=1761.47
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 17002 0 1 0 176127 20 0 0 25 0 13 0 25551684 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4109764447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=811104 CPUtime=3.65
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 57767 0 0 0 341 24 0 0 17 0 13 0 25551686 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=811104 CPUtime=3.38
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 47685 0 0 0 318 20 0 0 17 0 13 0 25551686 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=811104 CPUtime=0.02
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 2 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=811104 CPUtime=2.04
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 3382 0 0 0 203 1 0 0 17 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30403] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30403/stat : 30403 (java) S 30388 30390 29514 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 25554133 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.61
Current children cumulated vsize (KiB) 811104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 30452
/proc/meminfo: memFree=1287808/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=811104 CPUtime=1800.07
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 126608 0 1 0 179939 68 0 0 18 0 13 0 25551683 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 202776 123239 1445 9 0 200103 0
[pid=30390/tid=30391] ppid=30388 vsize=811104 CPUtime=1790.93
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 17002 0 1 0 179073 20 0 0 25 0 13 0 25551684 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4109764447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=811104 CPUtime=3.65
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 57767 0 0 0 341 24 0 0 17 0 13 0 25551686 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=811104 CPUtime=3.38
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 47685 0 0 0 318 20 0 0 17 0 13 0 25551686 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=811104 CPUtime=0.02
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 2 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25551688 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30399] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=811104 CPUtime=2.04
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 3382 0 0 0 203 1 0 0 17 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30401] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25551693 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30403] ppid=30388 vsize=811104 CPUtime=0
/proc/30390/task/30403/stat : 30403 (java) S 30388 30390 29514 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 25554133 830570496 123239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 811104

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

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

[startup+1812.01 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 30452
/proc/meminfo: memFree=1287808/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=811752 CPUtime=1800.25
/proc/30390/stat : 30390 (java) S 30388 30390 29514 0 -1 0 126626 0 1 0 179957 68 0 0 16 0 15 0 25551683 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30390/statm: 202938 123257 1445 9 0 200265 0
[pid=30390/tid=30391] ppid=30388 vsize=811752 CPUtime=1791.03
/proc/30390/task/30391/stat : 30391 (java) R 30388 30390 29514 0 -1 64 17002 0 1 0 179083 20 0 0 25 0 15 0 25551684 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4109756346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30393] ppid=30388 vsize=811752 CPUtime=3.65
/proc/30390/task/30393/stat : 30393 (java) S 30388 30390 29514 0 -1 64 57767 0 0 0 341 24 0 0 17 0 15 0 25551686 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30394] ppid=30388 vsize=811752 CPUtime=3.38
/proc/30390/task/30394/stat : 30394 (java) S 30388 30390 29514 0 -1 64 47685 0 0 0 318 20 0 0 17 0 15 0 25551686 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30395] ppid=30388 vsize=811752 CPUtime=0.02
/proc/30390/task/30395/stat : 30395 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 2 0 0 0 16 0 15 0 25551688 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30396] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30396/stat : 30396 (java) S 30388 30390 29514 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25551688 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30397] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30397/stat : 30397 (java) S 30388 30390 29514 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25551688 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30398] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30398/stat : 30398 (java) S 30388 30390 29514 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25551693 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30399] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30399/stat : 30399 (java) S 30388 30390 29514 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 25551693 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30400] ppid=30388 vsize=811752 CPUtime=2.06
/proc/30390/task/30400/stat : 30400 (java) S 30388 30390 29514 0 -1 64 3382 0 0 0 205 1 0 0 16 0 15 0 25551693 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30401] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30401/stat : 30401 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 25551693 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30390/tid=30402] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30402/stat : 30402 (java) S 30388 30390 29514 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25551693 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30390/tid=30403] ppid=30388 vsize=811752 CPUtime=0
/proc/30390/task/30403/stat : 30403 (java) S 30388 30390 29514 0 -1 64 6 0 0 0 0 0 0 0 25 0 15 0 25554133 831234048 123257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 811752

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/95 30452
/proc/meminfo: memFree=1287808/2055920 swapFree=4192812/4192956
[pid=30390] ppid=30388 vsize=0 CPUtime=1800.36
/proc/30390/stat : 30390 (java) Z 30388 30390 29514 0 -1 1036 126628 0 1 0 179964 72 0 0 16 0 2 0 25551683 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30390/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1812.14
CPU time (s): 1800.41
CPU user time (s): 1799.64
CPU system time (s): 0.766883
CPU usage (%): 99.3524
Max. virtual memory (cumulated for all children) (KiB): 811752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.766883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126628
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= 38692
involuntary context switches= 54634

runsolver used 2.12868 second user time and 6.15506 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 09:47:22
IDJOB=2086992
IDBENCH=58675
IDSOLVER=731
FILE ID=node5/2086992-1247384840
PBS_JOBID= 9507229
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-18.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086992-1247384840/watcher-2086992-1247384840 -o /tmp/evaluation-result-2086992-1247384840/solver-2086992-1247384840 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086992-1247384840.xml

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

MD5SUM BENCH= 81993d44842a595e55b82def5237b8fc
RANDOM SEED=1184138530

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829712 kB
Buffers:         30392 kB
Cached:         111660 kB
SwapCached:          0 kB
Active:         122240 kB
Inactive:        51484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           31784 kB
Writeback:           0 kB
Mapped:          43220 kB
Slab:            37888 kB
Committed_AS:   216984 kB
PageTables:       1752 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= 66404 MiB
End job on node5 at 2009-07-12 10:17:36