Trace number 1856823

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.29 1798.07

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
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.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856823-1244926595.opb
0.22/0.21	c reading problem ... 
3.46/2.82	c ... done. Wall clock time 2.609s.
3.46/2.82	c #vars     29401
3.46/2.82	c #constraints  94503
3.46/2.82	c constraints type 
3.46/2.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
3.46/2.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.46/2.82	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 29040
1800.09/1797.91	c starts		: 11
1800.09/1797.91	c conflicts		: 14145
1800.09/1797.91	c decisions		: 19165
1800.09/1797.91	c propagations		: 5124616
1800.09/1797.91	c inspects		: 30463497
1800.09/1797.91	c learnt literals	: 0
1800.09/1797.91	c learnt binary clauses	: 0
1800.09/1797.91	c learnt ternary clauses	: 0
1800.09/1797.91	c learnt clauses	: 14145
1800.09/1797.91	c ignored clauses	: 0
1800.09/1797.91	c root simplifications	: 0
1800.09/1797.91	c removed literals (reason simplification)	: 128858472
1800.09/1797.91	c reason swapping (by a shorter reason)	: 0
1800.09/1797.91	c Calls to reduceDB	: 0
1800.09/1797.91	c speed (assignments/second)	: 2854.7962192445957
1800.09/1797.91	c non guided choices	169
1800.09/1797.94	c learnt constraints type 
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14145
1800.09/1797.94	c constraints type 
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
1800.09/1797.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 29040
1800.09/1797.94	s UNKNOWN
1800.09/1797.94	c Total wall clock time (in seconds): 1797.727

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-1856823-1244926595/watcher-1856823-1244926595 -o /tmp/evaluation-result-1856823-1244926595/solver-1856823-1244926595 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856823-1244926595.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 9347
/proc/meminfo: memFree=1693924/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=152 CPUtime=0
/proc/9347/stat : 9347 (java6) D 9345 9347 9134 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 160256762 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 1979172 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9347/statm: 38 26 19 9 0 4 0

[startup+0.0305411 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9347
/proc/meminfo: memFree=1693924/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1466796 CPUtime=0.01
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 2414 0 1 0 0 1 0 0 18 0 4 0 160256762 1501999104 2162 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 366698 2163 497 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466796

[startup+0.10249 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9347
/proc/meminfo: memFree=1693924/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1472584 CPUtime=0.08
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 3612 0 1 0 6 2 0 0 18 0 12 0 160256762 1507926016 3355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302531 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9347
/proc/meminfo: memFree=1693924/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1475164 CPUtime=0.36
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 5167 0 1 0 32 4 0 0 18 0 12 0 160256762 1510567936 4904 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 368791 4905 1353 9 0 366134 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475164

[startup+0.702599 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9347
/proc/meminfo: memFree=1693924/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1476848 CPUtime=1
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 7633 0 1 0 95 5 0 0 18 0 12 0 160256762 1512292352 6946 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 369212 6946 1397 9 0 366555 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476848

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9359
/proc/meminfo: memFree=1660932/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1477052 CPUtime=1.95
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 23760 0 1 0 183 12 0 0 18 0 12 0 160256762 1512501248 22843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 369263 22844 1401 9 0 366606 0
[pid=9347/tid=9349] ppid=9345 vsize=1477052 CPUtime=1.25
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 20969 0 1 0 115 10 0 0 24 0 12 0 160256764 1512501248 22845 1992294400 134512640 134550932 4294956016 18446744073709551615 4109549493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 160256765 1512501248 22846 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 160256765 1512501248 22848 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160256767 1512501248 22849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 160256767 1512501248 22849 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160256767 1512501248 22850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160256772 1512501248 22851 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1477052 CPUtime=0.32
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 1007 0 0 0 32 0 0 0 16 0 12 0 160256772 1512501248 22852 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1477052 CPUtime=0.34
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 1046 0 0 0 34 0 0 0 15 0 12 0 160256772 1512501248 22853 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160256772 1512501248 22855 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1477052 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) R 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160256772 1512501248 22856 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1477052

[startup+3.10301 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9359
/proc/meminfo: memFree=1559044/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1481756 CPUtime=4.01
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 37414 0 1 0 383 18 0 0 18 0 13 0 160256762 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370439 35808 1424 9 0 367782 0
[pid=9347/tid=9349] ppid=9345 vsize=1481756 CPUtime=2.75
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 30958 0 1 0 260 15 0 0 25 0 13 0 160256764 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4109149627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1481756 CPUtime=0.05
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 968 0 0 0 5 0 0 0 17 0 13 0 160256765 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1481756 CPUtime=0.04
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 1203 0 0 0 4 0 0 0 16 0 13 0 160256765 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1481756 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481756 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481756 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1481756 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1481756 CPUtime=0.5
/proc/9347/task/9356/stat : 9356 (java) R 9345 9347 9134 0 -1 64 1139 0 0 0 50 0 0 0 17 0 13 0 160256772 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 106115988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1481756 CPUtime=0.62
/proc/9347/task/9357/stat : 9357 (java) R 9345 9347 9134 0 -1 64 2395 0 0 0 61 1 0 0 17 0 13 0 160256772 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 103148909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1481756 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1481756 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517318144 35808 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 1481756

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 9360
/proc/meminfo: memFree=1553852/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1482468 CPUtime=7.94
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 39701 0 1 0 774 20 0 0 18 0 13 0 160256762 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370617 36183 1427 9 0 367960 0
[pid=9347/tid=9349] ppid=9345 vsize=1482468 CPUtime=5.74
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 30963 0 1 0 559 15 0 0 25 0 13 0 160256764 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4109805576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1482468 CPUtime=0.05
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 968 0 0 0 5 0 0 0 17 0 13 0 160256765 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1482468 CPUtime=0.04
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 1203 0 0 0 4 0 0 0 16 0 13 0 160256765 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 160256767 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1482468 CPUtime=1.03
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3197 0 0 0 101 2 0 0 16 0 13 0 160256772 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1482468 CPUtime=1.04
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2619 0 0 0 103 1 0 0 17 0 13 0 160256772 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1482468 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1518047232 36183 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1482468

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9360
/proc/meminfo: memFree=1554116/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1482004 CPUtime=14.38
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 39704 0 1 0 1418 20 0 0 18 0 13 0 160256762 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370501 36069 1427 9 0 367844 0
[pid=9347/tid=9349] ppid=9345 vsize=1482004 CPUtime=12.13
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 30964 0 1 0 1198 15 0 0 25 0 13 0 160256764 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4109656340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1482004 CPUtime=0.05
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 968 0 0 0 5 0 0 0 17 0 13 0 160256765 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1482004 CPUtime=0.04
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 1203 0 0 0 4 0 0 0 16 0 13 0 160256765 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1482004 CPUtime=1.05
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3198 0 0 0 103 2 0 0 16 0 13 0 160256772 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1482004 CPUtime=1.06
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2620 0 0 0 105 1 0 0 16 0 13 0 160256772 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1482004 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1517572096 36069 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 1482004

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9360
/proc/meminfo: memFree=1554692/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1481516 CPUtime=27.32
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 39716 0 1 0 2712 20 0 0 18 0 13 0 160256762 1517072384 35956 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370379 35956 1427 9 0 367722 0
[pid=9347/tid=9349] ppid=9345 vsize=1481516 CPUtime=24.93
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 30966 0 1 0 2477 16 0 0 25 0 13 0 160256764 1517072384 35956 1992294400 134512640 134550932 4294956016 18446744073709551615 4109805529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1481516 CPUtime=0.05
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 968 0 0 0 5 0 0 0 17 0 13 0 160256765 1517072384 35956 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1481516 CPUtime=0.04
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 1203 0 0 0 4 0 0 0 16 0 13 0 160256765 1517072384 35956 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 35956 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 35956 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481516 CPUtime=0

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

[pid=9347/tid=9352] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1481516 CPUtime=1.41
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3914 0 0 0 139 2 0 0 16 0 13 0 160256772 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1481516 CPUtime=1.11
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2620 0 0 0 110 1 0 0 17 0 13 0 160256772 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1517072384 124263 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.53
Current children cumulated vsize (KiB) 1481516

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9366
/proc/meminfo: memFree=1195652/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1481516 CPUtime=1664.5
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 131180 0 1 0 166376 74 0 0 18 0 13 0 160256762 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370379 125439 1431 9 0 367722 0
[pid=9347/tid=9349] ppid=9345 vsize=1481516 CPUtime=1659.9
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 30998 0 1 0 165972 18 0 0 25 0 13 0 160256764 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1481516 CPUtime=1.01
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 44470 0 0 0 73 28 0 0 16 0 13 0 160256765 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1481516 CPUtime=1.01
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 48424 0 0 0 78 23 0 0 17 0 13 0 160256765 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1481516 CPUtime=1.41
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3914 0 0 0 139 2 0 0 16 0 13 0 160256772 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1481516 CPUtime=1.11
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2620 0 0 0 110 1 0 0 17 0 13 0 160256772 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1517072384 125439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.5
Current children cumulated vsize (KiB) 1481516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9366
/proc/meminfo: memFree=1190596/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1481516 CPUtime=1724.48
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 132479 0 1 0 172373 75 0 0 18 0 13 0 160256762 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370379 126695 1431 9 0 367722 0
[pid=9347/tid=9349] ppid=9345 vsize=1481516 CPUtime=1719.86
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 30999 0 1 0 171968 18 0 0 25 0 13 0 160256764 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4109656297 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1481516 CPUtime=1.02
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 45104 0 0 0 74 28 0 0 16 0 13 0 160256765 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1481516 CPUtime=1.03
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 49088 0 0 0 79 24 0 0 16 0 13 0 160256765 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1481516 CPUtime=1.41
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3914 0 0 0 139 2 0 0 16 0 13 0 160256772 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1481516 CPUtime=1.11
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2620 0 0 0 110 1 0 0 17 0 13 0 160256772 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1517072384 126695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.48
Current children cumulated vsize (KiB) 1481516

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9366
/proc/meminfo: memFree=1185348/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1481516 CPUtime=1784.47
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 133810 0 1 0 178371 76 0 0 18 0 13 0 160256762 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370379 127976 1431 9 0 367722 0
[pid=9347/tid=9349] ppid=9345 vsize=1481516 CPUtime=1779.81
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 31000 0 1 0 177963 18 0 0 25 0 13 0 160256764 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4109656308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1481516 CPUtime=1.05
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 45859 0 0 0 76 29 0 0 16 0 13 0 160256765 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1481516 CPUtime=1.05
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 49663 0 0 0 81 24 0 0 16 0 13 0 160256765 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1481516 CPUtime=1.41
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3914 0 0 0 139 2 0 0 16 0 13 0 160256772 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1481516 CPUtime=1.11
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2620 0 0 0 110 1 0 0 17 0 13 0 160256772 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1517072384 127976 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.47
Current children cumulated vsize (KiB) 1481516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9366
/proc/meminfo: memFree=1179844/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=1481516 CPUtime=1800.09
/proc/9347/stat : 9347 (java) S 9345 9347 9134 0 -1 0 135235 0 1 0 179932 77 0 0 18 0 13 0 160256762 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 370379 129372 1431 9 0 367722 0
[pid=9347/tid=9349] ppid=9345 vsize=1481516 CPUtime=1795.39
/proc/9347/task/9349/stat : 9349 (java) R 9345 9347 9134 0 -1 64 31001 0 1 0 179521 18 0 0 25 0 13 0 160256764 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4109810055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9350] ppid=9345 vsize=1481516 CPUtime=1.06
/proc/9347/task/9350/stat : 9350 (java) S 9345 9347 9134 0 -1 64 46444 0 0 0 77 29 0 0 16 0 13 0 160256765 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9351] ppid=9345 vsize=1481516 CPUtime=1.06
/proc/9347/task/9351/stat : 9351 (java) S 9345 9347 9134 0 -1 64 50502 0 0 0 82 24 0 0 16 0 13 0 160256765 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9352] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9352/stat : 9352 (java) S 9345 9347 9134 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9353] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9353/stat : 9353 (java) S 9345 9347 9134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9354] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9354/stat : 9354 (java) S 9345 9347 9134 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160256767 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9355] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9355/stat : 9355 (java) S 9345 9347 9134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160256772 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9356] ppid=9345 vsize=1481516 CPUtime=1.41
/proc/9347/task/9356/stat : 9356 (java) S 9345 9347 9134 0 -1 64 3914 0 0 0 139 2 0 0 16 0 13 0 160256772 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9357] ppid=9345 vsize=1481516 CPUtime=1.11
/proc/9347/task/9357/stat : 9357 (java) S 9345 9347 9134 0 -1 64 2620 0 0 0 110 1 0 0 17 0 13 0 160256772 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9347/tid=9358] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9358/stat : 9358 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160256772 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9359] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9359/stat : 9359 (java) S 9345 9347 9134 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160256772 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9347/tid=9360] ppid=9345 vsize=1481516 CPUtime=0
/proc/9347/task/9360/stat : 9360 (java) S 9345 9347 9134 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160257055 1517072384 129372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1481516

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

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

[startup+1798.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9366
/proc/meminfo: memFree=1179844/2055920 swapFree=4181368/4192956
[pid=9347] ppid=9345 vsize=0 CPUtime=1800.23
/proc/9347/stat : 9347 (java) Z 9345 9347 9134 0 -1 1036 135257 0 1 0 179943 80 0 0 15 0 2 0 160256762 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.07
CPU time (s): 1800.29
CPU user time (s): 1799.43
CPU system time (s): 0.860869
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 1484416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.860869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135257
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= 37262
involuntary context switches= 29403

runsolver used 1.77773 second user time and 4.88326 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-13 22:56:36
IDJOB=1856823
IDBENCH=2973
IDSOLVER=682
FILE ID=node43/1856823-1244926595
PBS_JOBID= 9354646
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856823-1244926595/watcher-1856823-1244926595 -o /tmp/evaluation-result-1856823-1244926595/solver-1856823-1244926595 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856823-1244926595.opb

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

MD5SUM BENCH= 7371465ba0e0d5bc10bb1d033f8bcd56
RANDOM SEED=773455559

node43.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.281
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.281
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:       1694404 kB
Buffers:         55056 kB
Cached:         236728 kB
SwapCached:       5308 kB
Active:          40568 kB
Inactive:       259088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694404 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            4376 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            47804 kB
Committed_AS:   126904 kB
PageTables:       1448 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= 66200 MiB
End job on node43 at 2009-06-13 23:26:36