Trace number 1855261

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 Pseudo Resolution 2.1.1? (TO) 1800.5 1783.96

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark324.171
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1855261-1244870794.opb
0.23/0.21	c reading problem ... 
5.43/4.58	c ... done. Wall clock time 4.365s.
5.43/4.58	c #vars     77106
5.43/4.58	c #constraints  218779
5.43/4.58	c constraints type 
5.43/4.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
5.43/4.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
5.43/4.58	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 67732
1800.08/1783.71	c starts		: 20
1800.08/1783.71	c conflicts		: 570959
1800.08/1783.71	c decisions		: 1693715
1800.08/1783.71	c propagations		: 846977479
1800.08/1783.71	c inspects		: 3150981478
1800.08/1783.71	c learnt literals	: 20
1800.08/1783.71	c learnt binary clauses	: 306
1800.08/1783.71	c learnt ternary clauses	: 650
1800.08/1783.71	c learnt clauses	: 570939
1800.08/1783.71	c ignored clauses	: 0
1800.08/1783.71	c root simplifications	: 0
1800.08/1783.71	c removed literals (reason simplification)	: 16513918
1800.08/1783.71	c reason swapping (by a shorter reason)	: 0
1800.08/1783.71	c Calls to reduceDB	: 0
1800.08/1783.71	c speed (assignments/second)	: 476062.7199458612
1800.08/1783.71	c non guided choices	17943
1800.28/1783.86	c learnt constraints type 
1800.28/1783.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 570671
1800.28/1783.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 306
1800.28/1783.86	c constraints type 
1800.28/1783.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
1800.28/1783.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
1800.28/1783.86	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 67732
1800.28/1783.86	s UNKNOWN
1800.28/1783.86	c Total wall clock time (in seconds): 1783.649

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1855261-1244870794/watcher-1855261-1244870794 -o /tmp/evaluation-result-1855261-1244870794/solver-1855261-1244870794 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855261-1244870794.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9419
/proc/meminfo: memFree=1449384/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1520 CPUtime=0
/proc/9419/stat : 9419 (java6) R 9417 9419 8817 0 -1 0 78 0 0 0 0 0 0 0 20 0 1 0 154679892 1556480 62 1992294400 134512640 134550932 4294956176 18446744073709551615 7476390 0 0 4096 0 0 0 0 17 1 0 0
/proc/9419/statm: 380 71 55 9 0 10 0

[startup+0.091275 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9419
/proc/meminfo: memFree=1449384/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1470220 CPUtime=0.08
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 3512 0 1 0 5 3 0 0 18 0 7 0 154679892 1505505280 3257 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 367555 3257 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1470220

[startup+0.102276 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9419
/proc/meminfo: memFree=1449384/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1472584 CPUtime=0.09
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 3614 0 1 0 6 3 0 0 18 0 12 0 154679892 1507926016 3357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301311 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9419
/proc/meminfo: memFree=1449384/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1475008 CPUtime=0.32
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 5395 0 1 0 28 4 0 0 18 0 12 0 154679892 1510408192 5133 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 368752 5133 1352 9 0 366095 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475008

[startup+0.702377 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9419
/proc/meminfo: memFree=1449384/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1476448 CPUtime=0.97
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 7747 0 1 0 91 6 0 0 18 0 12 0 154679892 1511882752 6986 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369112 6986 1396 9 0 366455 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1476448

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 9431
/proc/meminfo: memFree=1418120/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1477012 CPUtime=1.95
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 21712 0 1 0 183 12 0 0 18 0 12 0 154679892 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369253 20547 1400 9 0 366596 0
[pid=9419/tid=9421] ppid=9417 vsize=1477012 CPUtime=1.21
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 18672 0 1 0 110 11 0 0 22 0 12 0 154679893 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4109505908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154679894 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 154679894 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 154679896 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 154679896 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 154679896 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154679901 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1477012 CPUtime=0.37
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 1352 0 0 0 37 0 0 0 16 0 12 0 154679901 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1477012 CPUtime=0.34
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 947 0 0 0 34 0 0 0 15 0 12 0 154679901 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154679901 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154679901 1512460288 20547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1477012

[startup+3.10278 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9431
/proc/meminfo: memFree=1313416/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1477012 CPUtime=3.68
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 40852 0 1 0 348 20 0 0 18 0 12 0 154679892 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369253 39647 1410 9 0 366596 0
[pid=9419/tid=9421] ppid=9417 vsize=1477012 CPUtime=2.66
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 30908 0 1 0 250 16 0 0 17 0 12 0 154679893 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4109464518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1477012 CPUtime=0.13
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 3153 0 0 0 12 1 0 0 16 0 12 0 154679894 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1477012 CPUtime=0.12
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 3741 0 0 0 12 0 0 0 17 0 12 0 154679894 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 154679896 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 154679896 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154679896 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 154679901 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1477012 CPUtime=0.37
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 1352 0 0 0 37 0 0 0 16 0 12 0 154679901 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1477012 CPUtime=0.34
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 947 0 0 0 34 0 0 0 15 0 12 0 154679901 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 154679901 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1477012 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154679901 1512460288 39647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1477012

[startup+6.30231 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9432
/proc/meminfo: memFree=1273672/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1478848 CPUtime=8.01
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 50609 0 1 0 775 26 0 0 18 0 13 0 154679892 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369712 47587 1429 9 0 367055 0
[pid=9419/tid=9421] ppid=9417 vsize=1478848 CPUtime=5.22
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 30951 0 1 0 506 16 0 0 17 0 13 0 154679893 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4109906837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1478848 CPUtime=0.39
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 6842 0 0 0 36 3 0 0 17 0 13 0 154679894 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1478848 CPUtime=0.39
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 8044 0 0 0 36 3 0 0 16 0 13 0 154679894 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 16 0 0 0 0 0 0 0 15 0 13 0 154679896 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154679896 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154679901 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1478848 CPUtime=0.99
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2039 0 0 0 99 0 0 0 16 0 13 0 154679901 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1478848 CPUtime=0.96
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1972 0 0 0 95 1 0 0 16 0 13 0 154679901 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154679901 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154679901 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1478848 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 154680361 1514340352 47587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1478848

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9432
/proc/meminfo: memFree=1245064/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1478816 CPUtime=14.86
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 55929 0 1 0 1457 29 0 0 18 0 13 0 154679892 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369704 52283 1429 9 0 367047 0
[pid=9419/tid=9421] ppid=9417 vsize=1478816 CPUtime=11.24
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 30957 0 1 0 1108 16 0 0 24 0 13 0 154679893 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4109817208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1478816 CPUtime=0.77
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 9870 0 0 0 72 5 0 0 16 0 13 0 154679894 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1478816 CPUtime=0.73
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 10278 0 0 0 69 4 0 0 16 0 13 0 154679894 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 16 0 0 0 0 0 0 0 15 0 13 0 154679896 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154679901 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1478816 CPUtime=1.04
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2087 0 0 0 104 0 0 0 17 0 13 0 154679901 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1478816 CPUtime=1.01
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1976 0 0 0 100 1 0 0 16 0 13 0 154679901 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154679901 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154679901 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 154680361 1514307584 52283 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.86
Current children cumulated vsize (KiB) 1478816

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9432
/proc/meminfo: memFree=1241864/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1478816 CPUtime=27.87
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 56761 0 1 0 2757 30 0 0 18 0 13 0 154679892 1514307584 53076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369704 53076 1431 9 0 367047 0
[pid=9419/tid=9421] ppid=9417 vsize=1478816 CPUtime=23.82
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 30969 0 1 0 2366 16 0 0 23 0 13 0 154679893 1514307584 53076 1992294400 134512640 134550932 4294956016 18446744073709551615 4109906607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1478816 CPUtime=0.96
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 10295 0 0 0 91 5 0 0 16 0 13 0 154679894 1514307584 53076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1478816 CPUtime=0.94
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 10670 0 0 0 90 4 0 0 16 0 13 0 154679894 1514307584 53076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 53076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 53076 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478816 CPUtime=0

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

[pid=9419/tid=9424] ppid=9417 vsize=1478816 CPUtime=0.12
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 18 0 0 0 8 4 0 0 16 0 13 0 154679896 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154679901 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1478816 CPUtime=1.11
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2087 0 0 0 111 0 0 0 16 0 13 0 154679901 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1478816 CPUtime=1.06
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1978 0 0 0 105 1 0 0 17 0 13 0 154679901 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154679901 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154679901 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 154680361 1514307584 125463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.39
Current children cumulated vsize (KiB) 1478816

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 9434
/proc/meminfo: memFree=943752/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1478816 CPUtime=1738.06
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 134614 0 1 0 173697 109 0 0 18 0 13 0 154679892 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369704 127439 1431 9 0 367047 0
[pid=9419/tid=9421] ppid=9417 vsize=1478816 CPUtime=1703.3
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 31620 0 1 0 170310 20 0 0 25 0 13 0 154679893 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4109820819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1478816 CPUtime=15.83
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 51222 0 0 0 1536 47 0 0 16 0 13 0 154679894 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1478816 CPUtime=16.57
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 46943 0 0 0 1624 33 0 0 17 0 13 0 154679894 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1478816 CPUtime=0.12
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 19 0 0 0 8 4 0 0 16 0 13 0 154679896 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154679901 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1478816 CPUtime=1.11
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2087 0 0 0 111 0 0 0 16 0 13 0 154679901 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1478816 CPUtime=1.06
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1978 0 0 0 105 1 0 0 17 0 13 0 154679901 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154679901 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154679901 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 154680361 1514307584 127439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.06
Current children cumulated vsize (KiB) 1478816

[startup+1782.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 9434
/proc/meminfo: memFree=932296/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1478816 CPUtime=1798.65
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 137417 0 1 0 179753 112 0 0 18 0 13 0 154679892 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369704 130196 1431 9 0 367047 0
[pid=9419/tid=9421] ppid=9417 vsize=1478816 CPUtime=1762.53
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 31641 0 1 0 176233 20 0 0 25 0 13 0 154679893 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4109880689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1478816 CPUtime=16.47
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 52769 0 0 0 1597 50 0 0 16 0 13 0 154679894 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1478816 CPUtime=17.29
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 48178 0 0 0 1695 34 0 0 17 0 13 0 154679894 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1478816 CPUtime=0.12
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 19 0 0 0 8 4 0 0 16 0 13 0 154679896 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154679901 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1478816 CPUtime=1.11
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2087 0 0 0 111 0 0 0 16 0 13 0 154679901 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1478816 CPUtime=1.06
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1978 0 0 0 105 1 0 0 17 0 13 0 154679901 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154679901 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154679901 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 154680361 1514307584 130196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 1478816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 9434
/proc/meminfo: memFree=931784/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1478816 CPUtime=1800.08
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 137558 0 1 0 179896 112 0 0 18 0 13 0 154679892 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9419/statm: 369704 130336 1431 9 0 367047 0
[pid=9419/tid=9421] ppid=9417 vsize=1478816 CPUtime=1763.89
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 31642 0 1 0 176369 20 0 0 25 0 13 0 154679893 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4109777247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1478816 CPUtime=16.5
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 52874 0 0 0 1600 50 0 0 16 0 13 0 154679894 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1478816 CPUtime=17.33
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 48213 0 0 0 1699 34 0 0 17 0 13 0 154679894 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1478816 CPUtime=0.12
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 19 0 0 0 8 4 0 0 16 0 13 0 154679896 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154679896 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154679901 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1478816 CPUtime=1.11
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2087 0 0 0 111 0 0 0 16 0 13 0 154679901 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1478816 CPUtime=1.06
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1978 0 0 0 105 1 0 0 17 0 13 0 154679901 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154679901 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154679901 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1478816 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 154680361 1514307584 130336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1478816

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

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

[startup+1783.81 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 9434
/proc/meminfo: memFree=931784/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=1479464 CPUtime=1800.28
/proc/9419/stat : 9419 (java) S 9417 9419 8817 0 -1 0 137577 0 1 0 179916 112 0 0 16 0 15 0 154679892 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 369866 130355 1431 9 0 367209 0
[pid=9419/tid=9421] ppid=9417 vsize=1479464 CPUtime=1764
/proc/9419/task/9421/stat : 9421 (java) R 9417 9419 8817 0 -1 64 31642 0 1 0 176380 20 0 0 25 0 15 0 154679893 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4109870891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9422] ppid=9417 vsize=1479464 CPUtime=16.5
/proc/9419/task/9422/stat : 9422 (java) S 9417 9419 8817 0 -1 64 52874 0 0 0 1600 50 0 0 16 0 15 0 154679894 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9423] ppid=9417 vsize=1479464 CPUtime=17.33
/proc/9419/task/9423/stat : 9423 (java) S 9417 9419 8817 0 -1 64 48213 0 0 0 1699 34 0 0 17 0 15 0 154679894 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9417 vsize=1479464 CPUtime=0.12
/proc/9419/task/9424/stat : 9424 (java) S 9417 9419 8817 0 -1 64 19 0 0 0 8 4 0 0 16 0 15 0 154679896 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9425] ppid=9417 vsize=1479464 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9417 9419 8817 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 154679896 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9417 vsize=1479464 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9417 9419 8817 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 154679896 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9427] ppid=9417 vsize=1479464 CPUtime=0
/proc/9419/task/9427/stat : 9427 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 154679901 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9428] ppid=9417 vsize=1479464 CPUtime=1.14
/proc/9419/task/9428/stat : 9428 (java) S 9417 9419 8817 0 -1 64 2087 0 0 0 114 0 0 0 17 0 15 0 154679901 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9429] ppid=9417 vsize=1479464 CPUtime=1.06
/proc/9419/task/9429/stat : 9429 (java) S 9417 9419 8817 0 -1 64 1978 0 0 0 105 1 0 0 17 0 15 0 154679901 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9430] ppid=9417 vsize=1479464 CPUtime=0
/proc/9419/task/9430/stat : 9430 (java) S 9417 9419 8817 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 154679901 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9419/tid=9431] ppid=9417 vsize=1479464 CPUtime=0
/proc/9419/task/9431/stat : 9431 (java) S 9417 9419 8817 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 154679901 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9419/tid=9432] ppid=9417 vsize=1479464 CPUtime=0
/proc/9419/task/9432/stat : 9432 (java) S 9417 9419 8817 0 -1 64 6 0 0 0 0 0 0 0 20 0 15 0 154680361 1514971136 130355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1479464

[startup+1783.9 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 9434
/proc/meminfo: memFree=931784/2055920 swapFree=4192812/4192956
[pid=9419] ppid=9417 vsize=0 CPUtime=1800.43
/proc/9419/stat : 9419 (java) Z 9417 9419 8817 0 -1 1036 137580 0 1 0 179928 115 0 0 15 0 2 0 154679892 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.96
CPU time (s): 1800.5
CPU user time (s): 1799.29
CPU system time (s): 1.21381
CPU usage (%): 100.927
Max. virtual memory (cumulated for all children) (KiB): 1479512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 1.21381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137580
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= 45852
involuntary context switches= 43206

runsolver used 2.15967 second user time and 4.35634 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-13 07:26:35
IDJOB=1855261
IDBENCH=1481
IDSOLVER=682
FILE ID=node15/1855261-1244870794
PBS_JOBID= 9354344
Free space on /tmp= 66340 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855261-1244870794/watcher-1855261-1244870794 -o /tmp/evaluation-result-1855261-1244870794/solver-1855261-1244870794 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855261-1244870794.opb

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=1106744758

node15.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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1449800 kB
Buffers:         59304 kB
Cached:         462120 kB
SwapCached:          0 kB
Active:          65204 kB
Inactive:       469692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8056 kB
Writeback:           0 kB
Mapped:          23252 kB
Slab:            57104 kB
Committed_AS:   143060 kB
PageTables:       1460 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= 66340 MiB
End job on node15 at 2009-06-13 07:56:21