Trace number 1855277

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.48 1784.1

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
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 benchmark306.9
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855277-1244871257.opb
0.22/0.22	c reading problem ... 
6.68/5.60	c ... done. Wall clock time 5.383s.
6.68/5.60	c #vars     109757
6.68/5.60	c #constraints  313451
6.68/5.60	c constraints type 
6.68/5.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
6.68/5.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
6.68/5.60	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 97686
1800.02/1783.81	c starts		: 20
1800.02/1783.81	c conflicts		: 516343
1800.02/1783.81	c decisions		: 1232652
1800.02/1783.81	c propagations		: 892367168
1800.02/1783.81	c inspects		: 3163436417
1800.02/1783.81	c learnt literals	: 8
1800.02/1783.81	c learnt binary clauses	: 262
1800.02/1783.81	c learnt ternary clauses	: 577
1800.02/1783.81	c learnt clauses	: 516335
1800.02/1783.81	c ignored clauses	: 0
1800.02/1783.81	c root simplifications	: 0
1800.02/1783.81	c removed literals (reason simplification)	: 15173105
1800.02/1783.81	c reason swapping (by a shorter reason)	: 0
1800.02/1783.81	c Calls to reduceDB	: 0
1800.02/1783.81	c speed (assignments/second)	: 501834.5330416542
1800.02/1783.81	c non guided choices	12871
1800.22/1783.97	c learnt constraints type 
1800.22/1783.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 516088
1800.22/1783.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 262
1800.22/1783.97	c constraints type 
1800.22/1783.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
1800.22/1783.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.22/1783.97	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 97686
1800.22/1783.97	s UNKNOWN
1800.22/1783.97	c Total wall clock time (in seconds): 1783.75

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-1855277-1244871257/watcher-1855277-1244871257 -o /tmp/evaluation-result-1855277-1244871257/solver-1855277-1244871257 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855277-1244871257.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 9459
/proc/meminfo: memFree=1156512/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=0 CPUtime=0
/proc/9459/stat : 9459 (runsolver) R 9457 9459 8733 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154726812 0 0 1992294400 0 0 0 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9459/statm: 0 0 0 0 0 0 0

[startup+0.034048 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9459
/proc/meminfo: memFree=1156512/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1468600 CPUtime=0.01
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 2692 0 1 0 0 1 0 0 18 0 4 0 154726812 1503846400 2439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 367150 2446 741 9 0 364501 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1468600

[startup+0.10105 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9459
/proc/meminfo: memFree=1156512/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1472584 CPUtime=0.08
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 3601 0 1 0 5 3 0 0 18 0 12 0 154726812 1507926016 3344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.30108 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9459
/proc/meminfo: memFree=1156512/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1475004 CPUtime=0.33
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 5581 0 1 0 29 4 0 0 18 0 12 0 154726812 1510404096 5318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 368751 5319 1352 9 0 366094 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475004

[startup+0.701128 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9459
/proc/meminfo: memFree=1156512/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1476080 CPUtime=0.99
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 7344 0 1 0 94 5 0 0 18 0 12 0 154726812 1511505920 6957 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369020 6957 1396 9 0 366363 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1476080

[startup+1.50222 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 9471
/proc/meminfo: memFree=1124544/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1477836 CPUtime=1.99
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 21464 0 1 0 186 13 0 0 18 0 12 0 154726812 1513304064 20795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369459 20796 1400 9 0 366802 0
[pid=9459/tid=9461] ppid=9457 vsize=1477836 CPUtime=1.21
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 18926 0 1 0 110 11 0 0 23 0 12 0 154726813 1513304064 20797 1992294400 134512640 134550932 4294956016 18446744073709551615 4109476084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154726815 1513304064 20798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 154726815 1513304064 20799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 154726816 1513304064 20800 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 154726817 1513304064 20802 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 154726817 1513304064 20803 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 154726821 1513304064 20804 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1477836 CPUtime=0.43
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 772 0 0 0 43 0 0 0 16 0 12 0 154726821 1513304064 20805 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1477836 CPUtime=0.31
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1028 0 0 0 31 0 0 0 16 0 12 0 154726821 1513304064 20806 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 154726821 1513304064 20807 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154726821 1513304064 20809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1477836

[startup+3.10241 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9471
/proc/meminfo: memFree=1019840/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1477836 CPUtime=3.73
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 40722 0 1 0 351 22 0 0 18 0 12 0 154726812 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369459 40012 1410 9 0 366802 0
[pid=9459/tid=9461] ppid=9457 vsize=1477836 CPUtime=2.67
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 30917 0 1 0 250 17 0 0 25 0 12 0 154726813 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4109519041 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1477836 CPUtime=0.13
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 3329 0 0 0 12 1 0 0 16 0 12 0 154726815 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1477836 CPUtime=0.13
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 3926 0 0 0 12 1 0 0 16 0 12 0 154726815 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 154726816 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 154726817 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154726817 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 154726821 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1477836 CPUtime=0.43
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 772 0 0 0 43 0 0 0 16 0 12 0 154726821 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1477836 CPUtime=0.31
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1028 0 0 0 31 0 0 0 16 0 12 0 154726821 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 154726821 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1477836 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154726821 1513304064 40012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1477836

[startup+6.30279 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 9471
/proc/meminfo: memFree=973824/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478972 CPUtime=7.9
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 48762 0 1 0 764 26 0 0 18 0 13 0 154726812 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369743 47153 1427 9 0 367086 0
[pid=9459/tid=9461] ppid=9457 vsize=1478972 CPUtime=5.33
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 30961 0 1 0 515 18 0 0 20 0 13 0 154726813 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478972 CPUtime=0.41
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 6040 0 0 0 39 2 0 0 17 0 13 0 154726815 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478972 CPUtime=0.41
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 8618 0 0 0 37 4 0 0 18 0 13 0 154726815 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478972 CPUtime=0
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 154726816 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478972 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478972 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478972 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154726821 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478972 CPUtime=0.99
/proc/9459/task/9468/stat : 9468 (java) R 9457 9459 8733 0 -1 64 1259 0 0 0 99 0 0 0 16 0 13 0 154726821 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 105717616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478972 CPUtime=0.71
/proc/9459/task/9469/stat : 9469 (java) R 9457 9459 8733 0 -1 64 1125 0 0 0 71 0 0 0 16 0 13 0 154726821 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 106823793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478972 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154726821 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478972 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154726821 1514467328 47153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1478972

[startup+12.7015 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 9472
/proc/meminfo: memFree=935296/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478544 CPUtime=15.23
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 59602 0 1 0 1491 32 0 0 18 0 13 0 154726812 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369636 56515 1431 9 0 366979 0
[pid=9459/tid=9461] ppid=9457 vsize=1478544 CPUtime=11.07
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 30973 0 1 0 1089 18 0 0 25 0 13 0 154726813 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4109834732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478544 CPUtime=1.02
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 12012 0 0 0 97 5 0 0 16 0 13 0 154726815 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478544 CPUtime=1.02
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 13451 0 0 0 96 6 0 0 16 0 13 0 154726815 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 154726816 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154726821 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478544 CPUtime=1.02
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 1262 0 0 0 102 0 0 0 16 0 13 0 154726821 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478544 CPUtime=1.05
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1145 0 0 0 105 0 0 0 16 0 13 0 154726821 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154726821 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154726821 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9472] ppid=9457 vsize=1478544 CPUtime=0
/proc/9459/task/9472/stat : 9472 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154727383 1514029056 56515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 1478544

[startup+25.5021 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 9472
/proc/meminfo: memFree=934528/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478128 CPUtime=28.21
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 60004 0 1 0 2788 33 0 0 18 0 13 0 154726812 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369532 56794 1431 9 0 366875 0
[pid=9459/tid=9461] ppid=9457 vsize=1478128 CPUtime=23.7
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 30984 0 1 0 2352 18 0 0 24 0 13 0 154726813 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4109797142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478128 CPUtime=1.18
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 12224 0 0 0 113 5 0 0 16 0 13 0 154726815 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478128 CPUtime=1.18
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 13630 0 0 0 112 6 0 0 16 0 13 0 154726815 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 154726816 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 56794 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478128 CPUtime=0

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

[pid=9459] ppid=9457 vsize=1478128 CPUtime=1677.38
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 128327 0 1 0 167628 110 0 0 18 0 13 0 154726812 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369532 122529 1431 9 0 366875 0
[pid=9459/tid=9461] ppid=9457 vsize=1478128 CPUtime=1644.77
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 31686 0 1 0 164455 22 0 0 25 0 13 0 154726813 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4109732225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478128 CPUtime=14.99
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 46637 0 0 0 1451 48 0 0 16 0 13 0 154726815 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478128 CPUtime=15.24
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 46836 0 0 0 1491 33 0 0 17 0 13 0 154726815 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478128 CPUtime=0.14
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 18 0 0 0 10 4 0 0 16 0 13 0 154726816 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154726821 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478128 CPUtime=1.05
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 1262 0 0 0 105 0 0 0 16 0 13 0 154726821 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478128 CPUtime=1.12
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1145 0 0 0 112 0 0 0 16 0 13 0 154726821 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154726821 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154726821 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9472] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9472/stat : 9472 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154727383 1513603072 122529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.38
Current children cumulated vsize (KiB) 1478128

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9480
/proc/meminfo: memFree=662912/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478128 CPUtime=1738.03
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 130381 0 1 0 173691 112 0 0 18 0 13 0 154726812 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369532 124541 1431 9 0 366875 0
[pid=9459/tid=9461] ppid=9457 vsize=1478128 CPUtime=1703.95
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 31711 0 1 0 170373 22 0 0 25 0 13 0 154726813 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4109797695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478128 CPUtime=15.72
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 47857 0 0 0 1523 49 0 0 16 0 13 0 154726815 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478128 CPUtime=15.98
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 47645 0 0 0 1564 34 0 0 17 0 13 0 154726815 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478128 CPUtime=0.14
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 18 0 0 0 10 4 0 0 16 0 13 0 154726816 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154726821 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478128 CPUtime=1.05
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 1262 0 0 0 105 0 0 0 16 0 13 0 154726821 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478128 CPUtime=1.12
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1145 0 0 0 112 0 0 0 16 0 13 0 154726821 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154726821 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154726821 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9472] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9472/stat : 9472 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154727383 1513603072 124541 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.03
Current children cumulated vsize (KiB) 1478128

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9480
/proc/meminfo: memFree=654848/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478128 CPUtime=1798.49
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 132267 0 1 0 179735 114 0 0 18 0 13 0 154726812 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369532 126401 1431 9 0 366875 0
[pid=9459/tid=9461] ppid=9457 vsize=1478128 CPUtime=1763.39
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 31727 0 1 0 176317 22 0 0 25 0 13 0 154726813 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4109834755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478128 CPUtime=16.24
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 48734 0 0 0 1574 50 0 0 16 0 13 0 154726815 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478128 CPUtime=16.48
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 48638 0 0 0 1613 35 0 0 17 0 13 0 154726815 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478128 CPUtime=0.15
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 18 0 0 0 11 4 0 0 16 0 13 0 154726816 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154726821 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478128 CPUtime=1.05
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 1262 0 0 0 105 0 0 0 16 0 13 0 154726821 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478128 CPUtime=1.12
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1145 0 0 0 112 0 0 0 16 0 13 0 154726821 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154726821 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154726821 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9472] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9472/stat : 9472 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154727383 1513603072 126401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (KiB) 1478128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9480
/proc/meminfo: memFree=654592/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478128 CPUtime=1800.02
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 132383 0 1 0 179888 114 0 0 18 0 13 0 154726812 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369532 126491 1431 9 0 366875 0
[pid=9459/tid=9461] ppid=9457 vsize=1478128 CPUtime=1764.86
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 31728 0 1 0 176464 22 0 0 17 0 13 0 154726813 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4109945300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478128 CPUtime=16.28
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 48774 0 0 0 1578 50 0 0 16 0 13 0 154726815 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478128 CPUtime=16.51
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 48713 0 0 0 1616 35 0 0 16 0 13 0 154726815 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478128 CPUtime=0.15
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 18 0 0 0 11 4 0 0 16 0 13 0 154726816 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154726817 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154726821 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478128 CPUtime=1.05
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 1262 0 0 0 105 0 0 0 16 0 13 0 154726821 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478128 CPUtime=1.12
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1145 0 0 0 112 0 0 0 16 0 13 0 154726821 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154726821 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154726821 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9472] ppid=9457 vsize=1478128 CPUtime=0
/proc/9459/task/9472/stat : 9472 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154727383 1513603072 126491 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1478128

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

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

[startup+1784 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9480
/proc/meminfo: memFree=654592/2055920 swapFree=4192040/4192956
[pid=9459] ppid=9457 vsize=1478776 CPUtime=1800.37
/proc/9459/stat : 9459 (java) S 9457 9459 8733 0 -1 0 132405 0 1 0 179923 114 0 0 16 0 14 0 154726812 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9459/statm: 369694 126513 1432 9 0 367037 0
[pid=9459/tid=9461] ppid=9457 vsize=1478776 CPUtime=1765.05
/proc/9459/task/9461/stat : 9461 (java) R 9457 9459 8733 0 -1 64 31728 0 1 0 176483 22 0 0 18 0 14 0 154726813 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4109870541 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9462] ppid=9457 vsize=1478776 CPUtime=16.28
/proc/9459/task/9462/stat : 9462 (java) S 9457 9459 8733 0 -1 64 48774 0 0 0 1578 50 0 0 16 0 14 0 154726815 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9463] ppid=9457 vsize=1478776 CPUtime=16.51
/proc/9459/task/9463/stat : 9463 (java) S 9457 9459 8733 0 -1 64 48713 0 0 0 1616 35 0 0 16 0 14 0 154726815 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9464] ppid=9457 vsize=1478776 CPUtime=0.15
/proc/9459/task/9464/stat : 9464 (java) S 9457 9459 8733 0 -1 64 18 0 0 0 11 4 0 0 16 0 14 0 154726816 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9465] ppid=9457 vsize=1478776 CPUtime=0
/proc/9459/task/9465/stat : 9465 (java) S 9457 9459 8733 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 154726817 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9466] ppid=9457 vsize=1478776 CPUtime=0
/proc/9459/task/9466/stat : 9466 (java) S 9457 9459 8733 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 154726817 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9467] ppid=9457 vsize=1478776 CPUtime=0
/proc/9459/task/9467/stat : 9467 (java) S 9457 9459 8733 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 154726821 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9468] ppid=9457 vsize=1478776 CPUtime=1.09
/proc/9459/task/9468/stat : 9468 (java) S 9457 9459 8733 0 -1 64 1262 0 0 0 109 0 0 0 16 0 14 0 154726821 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9469] ppid=9457 vsize=1478776 CPUtime=1.12
/proc/9459/task/9469/stat : 9469 (java) S 9457 9459 8733 0 -1 64 1145 0 0 0 112 0 0 0 16 0 14 0 154726821 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9459/tid=9470] ppid=9457 vsize=1478776 CPUtime=0
/proc/9459/task/9470/stat : 9470 (java) S 9457 9459 8733 0 -1 64 0 0 0 0 0 0 0 0 23 0 14 0 154726821 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9471] ppid=9457 vsize=1478776 CPUtime=0
/proc/9459/task/9471/stat : 9471 (java) S 9457 9459 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 154726821 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9459/tid=9472] ppid=9457 vsize=1478776 CPUtime=0
/proc/9459/task/9472/stat : 9472 (java) S 9457 9459 8733 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 154727383 1514266624 126513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1478776

Child status: 143
Real time (s): 1784.1
CPU time (s): 1800.48
CPU user time (s): 1799.25
CPU system time (s): 1.22781
CPU usage (%): 100.918
Max. virtual memory (cumulated for all children) (KiB): 1478972

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

runsolver used 2.11268 second user time and 5.20921 second system time

The end

Launcher Data

Begin job on node1 at 2009-06-13 07:34:17
IDJOB=1855277
IDBENCH=1489
IDSOLVER=682
FILE ID=node1/1855277-1244871257
PBS_JOBID= 9354340
Free space on /tmp= 66304 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.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-1855277-1244871257/watcher-1855277-1244871257 -o /tmp/evaluation-result-1855277-1244871257/solver-1855277-1244871257 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855277-1244871257.opb

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=2094810431

node1.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.245
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.245
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:       1156992 kB
Buffers:         73112 kB
Cached:         726012 kB
SwapCached:        420 kB
Active:          89948 kB
Inactive:       722652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1156992 kB
SwapTotal:     4192956 kB
SwapFree:      4192040 kB
Dirty:           11552 kB
Writeback:           0 kB
Mapped:          22552 kB
Slab:            72260 kB
Committed_AS:   109232 kB
PageTables:       1436 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= 66300 MiB
End job on node1 at 2009-06-13 08:04:03