Trace number 1855045

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.6 1796.07

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1466.35
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1855045-1244866165.opb
0.21/0.22	c reading problem ... 
9.69/8.41	c ... done. Wall clock time 8.192s.
9.69/8.41	c #vars     3750
9.69/8.41	c #constraints  468375
9.69/8.41	c constraints type 
9.69/8.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
9.69/8.41	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 467625
1800.08/1795.71	c starts		: 21
1800.08/1795.71	c conflicts		: 731496
1800.08/1795.71	c decisions		: 913474
1800.08/1795.71	c propagations		: 136453162
1800.08/1795.71	c inspects		: 3260049162
1800.08/1795.71	c learnt literals	: 0
1800.08/1795.71	c learnt binary clauses	: 0
1800.08/1795.71	c learnt ternary clauses	: 0
1800.08/1795.71	c learnt clauses	: 731496
1800.08/1795.71	c ignored clauses	: 0
1800.08/1795.71	c root simplifications	: 0
1800.08/1795.71	c removed literals (reason simplification)	: 24247612
1800.08/1795.71	c reason swapping (by a shorter reason)	: 0
1800.08/1795.71	c Calls to reduceDB	: 0
1800.08/1795.71	c speed (assignments/second)	: 76345.89621675576
1800.08/1795.71	c non guided choices	937
1800.28/1795.86	c learnt constraints type 
1800.28/1795.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 731543
1800.28/1795.86	c constraints type 
1800.28/1795.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
1800.28/1795.86	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 467625
1800.28/1795.86	s UNKNOWN
1800.28/1795.86	c Total wall clock time (in seconds): 1795.64

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-1855045-1244866165/watcher-1855045-1244866165 -o /tmp/evaluation-result-1855045-1244866165/solver-1855045-1244866165 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855045-1244866165.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 13450
/proc/meminfo: memFree=858912/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=18576 CPUtime=0
/proc/13450/stat : 13450 (runsolver) D 13448 13450 13063 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 154217629 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 259913215271 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/13450/statm: 4644 284 249 26 0 2626 0

[startup+0.026957 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13450
/proc/meminfo: memFree=858912/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1465492 CPUtime=0.01
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 1575 0 1 0 0 1 0 0 18 0 2 0 154217629 1500663808 1325 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 366373 1335 406 9 0 364125 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1465492

[startup+0.102961 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13450
/proc/meminfo: memFree=858912/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1472584 CPUtime=0.08
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 154217629 1507926016 3341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302001 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13450
/proc/meminfo: memFree=858912/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1475016 CPUtime=0.32
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 5009 0 1 0 29 3 0 0 18 0 12 0 154217629 1510416384 4746 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 368754 4746 1352 9 0 366097 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475016

[startup+0.701074 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13450
/proc/meminfo: memFree=858912/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1476536 CPUtime=0.98
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 7440 0 1 0 94 4 0 0 18 0 12 0 154217629 1511972864 6777 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 369134 6777 1394 9 0 366477 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476536

[startup+1.50122 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 13462
/proc/meminfo: memFree=821504/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1477628 CPUtime=2.09
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 21818 0 1 0 197 12 0 0 18 0 12 0 154217629 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 369407 20752 1404 9 0 366750 0
[pid=13450/tid=13452] ppid=13448 vsize=1477628 CPUtime=1.25
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 18903 0 1 0 114 11 0 0 19 0 12 0 154217631 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4109479561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 154217632 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 154217632 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 154217634 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 154217634 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 154217634 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 154217638 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1477628 CPUtime=0.37
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 874 0 0 0 37 0 0 0 16 0 12 0 154217638 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1477628 CPUtime=0.45
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 1300 0 0 0 45 0 0 0 17 0 12 0 154217638 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 154217638 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154217638 1513091072 20752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1477628

[startup+3.10249 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 13462
/proc/meminfo: memFree=728768/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1477628 CPUtime=3.75
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 36909 0 1 0 356 19 0 0 18 0 12 0 154217629 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 369407 35815 1414 9 0 366750 0
[pid=13450/tid=13452] ppid=13448 vsize=1477628 CPUtime=2.78
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30919 0 1 0 262 16 0 0 25 0 12 0 154217631 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4109507480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1477628 CPUtime=0.05
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 1467 0 0 0 5 0 0 0 16 0 12 0 154217632 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1477628 CPUtime=0.05
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 1597 0 0 0 5 0 0 0 16 0 12 0 154217632 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154217634 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154217634 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154217634 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 154217638 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1477628 CPUtime=0.37
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 874 0 0 0 37 0 0 0 16 0 12 0 154217638 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1477628 CPUtime=0.45
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 1300 0 0 0 45 0 0 0 17 0 12 0 154217638 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 154217638 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1477628 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154217638 1513091072 35815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1477628

[startup+6.30105 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 13462
/proc/meminfo: memFree=699968/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1476572 CPUtime=7.24
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 44137 0 1 0 701 23 0 0 18 0 12 0 154217629 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 369143 42852 1414 9 0 366486 0
[pid=13450/tid=13452] ppid=13448 vsize=1476572 CPUtime=5.68
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30924 0 1 0 551 17 0 0 19 0 12 0 154217631 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4109478761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1476572 CPUtime=0.35
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 4851 0 0 0 33 2 0 0 16 0 12 0 154217632 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1476572 CPUtime=0.35
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 5424 0 0 0 33 2 0 0 16 0 12 0 154217632 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1476572 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 15 0 12 0 154217634 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1476572 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 154217634 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1476572 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 154217634 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1476572 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 154217638 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1476572 CPUtime=0.37
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 874 0 0 0 37 0 0 0 16 0 12 0 154217638 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1476572 CPUtime=0.45
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 1300 0 0 0 45 0 0 0 17 0 12 0 154217638 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1476572 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 154217638 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1476572 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154217638 1512009728 42852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 1476572

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=660216/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1485404 CPUtime=15.02
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 56464 0 1 0 1473 29 0 0 18 0 13 0 154217629 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 371351 50880 1431 9 0 368694 0
[pid=13450/tid=13452] ppid=13448 vsize=1485404 CPUtime=11.65
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30967 0 1 0 1148 17 0 0 25 0 13 0 154217631 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4109725691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1485404 CPUtime=0.69
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 8409 0 0 0 65 4 0 0 16 0 13 0 154217632 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1485404 CPUtime=0.68
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 8230 0 0 0 65 3 0 0 16 0 13 0 154217632 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154217638 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1485404 CPUtime=1.08
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 4041 0 0 0 107 1 0 0 16 0 13 0 154217638 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1485404 CPUtime=0.87
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 4049 0 0 0 86 1 0 0 16 0 13 0 154217638 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154217638 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154217638 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13463] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13463/stat : 13463 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154218472 1521053696 50880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.02
Current children cumulated vsize (KiB) 1485404

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=660472/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1485404 CPUtime=27.89
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 56470 0 1 0 2760 29 0 0 18 0 13 0 154217629 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 371351 50828 1431 9 0 368694 0
[pid=13450/tid=13452] ppid=13448 vsize=1485404 CPUtime=24.44
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30969 0 1 0 2427 17 0 0 25 0 13 0 154217631 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4109725496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1485404 CPUtime=0.69
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 8409 0 0 0 65 4 0 0 16 0 13 0 154217632 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1485404 CPUtime=0.68
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 8230 0 0 0 65 3 0 0 16 0 13 0 154217632 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 50828 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1485404 CPUtime=0

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

[pid=13450/tid=13455] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1485404 CPUtime=1.22
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 4052 0 0 0 121 1 0 0 16 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1485404 CPUtime=0.92
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 4051 0 0 0 91 1 0 0 17 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13463] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13463/stat : 13463 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154218472 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 1485404

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=15608/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1485404 CPUtime=1726.53
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 321260 0 1 0 172497 156 0 0 18 0 13 0 154217629 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 371351 254885 1431 9 0 368694 0
[pid=13450/tid=13452] ppid=13448 vsize=1485404 CPUtime=1718.05
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30984 0 1 0 171787 18 0 0 25 0 13 0 154217631 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4109967392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1485404 CPUtime=3.13
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 146772 0 0 0 248 65 0 0 16 0 13 0 154217632 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1485404 CPUtime=3.14
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 134633 0 0 0 247 67 0 0 16 0 13 0 154217632 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1485404 CPUtime=1.22
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 4052 0 0 0 121 1 0 0 16 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1485404 CPUtime=0.92
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 4051 0 0 0 91 1 0 0 17 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154217638 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13463] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13463/stat : 13463 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154218472 1521053696 254885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.53
Current children cumulated vsize (KiB) 1485404

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=16568/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1485404 CPUtime=1786.68
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 337911 0 1 0 178503 165 0 0 18 0 13 0 154217629 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 371351 269093 1431 9 0 368694 0
[pid=13450/tid=13452] ppid=13448 vsize=1485404 CPUtime=1777.84
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30985 0 1 0 177766 18 0 0 25 0 13 0 154217631 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4109848095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1485404 CPUtime=3.31
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 155329 0 0 0 261 70 0 0 16 0 13 0 154217632 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1485404 CPUtime=3.32
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 142726 0 0 0 261 71 0 0 18 0 13 0 154217632 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1485404 CPUtime=1.22
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 4052 0 0 0 121 1 0 0 16 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1485404 CPUtime=0.92
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 4051 0 0 0 91 1 0 0 17 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13463] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13463/stat : 13463 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154218472 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.68
Current children cumulated vsize (KiB) 1485404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=16568/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1485404 CPUtime=1800.08
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 337911 0 1 0 179843 165 0 0 18 0 13 0 154217629 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13450/statm: 371351 269093 1431 9 0 368694 0
[pid=13450/tid=13452] ppid=13448 vsize=1485404 CPUtime=1791.24
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30985 0 1 0 179106 18 0 0 25 0 13 0 154217631 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4109848095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1485404 CPUtime=3.31
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 155329 0 0 0 261 70 0 0 16 0 13 0 154217632 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1485404 CPUtime=3.32
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 142726 0 0 0 261 71 0 0 18 0 13 0 154217632 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154217634 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1485404 CPUtime=1.22
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 4052 0 0 0 121 1 0 0 16 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1485404 CPUtime=0.92
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 4051 0 0 0 91 1 0 0 17 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154217638 1521053696 269093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13463] ppid=13448 vsize=1485404 CPUtime=0
/proc/13450/task/13463/stat : 13463 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154218472 1521053696 269093 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) 1485404

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

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

[startup+1795.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=16568/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=1486052 CPUtime=1800.28
/proc/13450/stat : 13450 (java) S 13448 13450 13063 0 -1 0 337931 0 1 0 179863 165 0 0 16 0 15 0 154217629 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 371513 269113 1431 9 0 368856 0
[pid=13450/tid=13452] ppid=13448 vsize=1486052 CPUtime=1791.34
/proc/13450/task/13452/stat : 13452 (java) R 13448 13450 13063 0 -1 64 30985 0 1 0 179116 18 0 0 25 0 15 0 154217631 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4109848095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13453] ppid=13448 vsize=1486052 CPUtime=3.31
/proc/13450/task/13453/stat : 13453 (java) S 13448 13450 13063 0 -1 64 155329 0 0 0 261 70 0 0 16 0 15 0 154217632 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13454] ppid=13448 vsize=1486052 CPUtime=3.32
/proc/13450/task/13454/stat : 13454 (java) S 13448 13450 13063 0 -1 64 142726 0 0 0 261 71 0 0 18 0 15 0 154217632 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13455] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13455/stat : 13455 (java) S 13448 13450 13063 0 -1 64 23 0 0 0 0 0 0 0 16 0 15 0 154217634 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13456] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13456/stat : 13456 (java) S 13448 13450 13063 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 154217634 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13457] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13457/stat : 13457 (java) S 13448 13450 13063 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 154217634 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13458] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13458/stat : 13458 (java) S 13448 13450 13063 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 154217638 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13459] ppid=13448 vsize=1486052 CPUtime=1.26
/proc/13450/task/13459/stat : 13459 (java) S 13448 13450 13063 0 -1 64 4052 0 0 0 125 1 0 0 17 0 15 0 154217638 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13460] ppid=13448 vsize=1486052 CPUtime=0.92
/proc/13450/task/13460/stat : 13460 (java) S 13448 13450 13063 0 -1 64 4051 0 0 0 91 1 0 0 17 0 15 0 154217638 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13461] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13461/stat : 13461 (java) S 13448 13450 13063 0 -1 64 0 0 0 0 0 0 0 0 23 0 15 0 154217638 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13450/tid=13462] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13462/stat : 13462 (java) S 13448 13450 13063 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 154217638 1521717248 269113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13450/tid=13463] ppid=13448 vsize=1486052 CPUtime=0
/proc/13450/task/13463/stat : 13463 (java) S 13448 13450 13063 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 154218472 1521717248 269113 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) 1486052

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13463
/proc/meminfo: memFree=16568/2055920 swapFree=4191900/4192956
[pid=13450] ppid=13448 vsize=0 CPUtime=1800.52
/proc/13450/stat : 13450 (java) Z 13448 13450 13063 0 -1 1036 337934 0 1 0 179877 175 0 0 15 0 2 0 154217629 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13450/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.07
CPU time (s): 1800.6
CPU user time (s): 1798.78
CPU system time (s): 1.81972
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 1486052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.81972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337934
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= 36931
involuntary context switches= 5789

runsolver used 1.83072 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-13 06:09:27
IDJOB=1855045
IDBENCH=1373
IDSOLVER=682
FILE ID=node4/1855045-1244866165
PBS_JOBID= 9354339
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855045-1244866165/watcher-1855045-1244866165 -o /tmp/evaluation-result-1855045-1244866165/solver-1855045-1244866165 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855045-1244866165.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=1978577897

node4.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.259
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.259
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:        859392 kB
Buffers:         61876 kB
Cached:        1049264 kB
SwapCached:        524 kB
Active:          97332 kB
Inactive:      1027416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859392 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           19956 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            57700 kB
Committed_AS:   114008 kB
PageTables:       1472 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= 66460 MiB
End job on node4 at 2009-06-13 06:39:25