Trace number 1856879

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.31 1798.2

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
MD5SUM7144dfb48272235c3b7a545be98e4888
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables13201
Total number of constraints38881
Number of constraints which are clauses38880
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 constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594049428614927482833788414325188820087345754616777
Number of bits of the biggest sum of numbers241
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.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	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-1856879-1244927638.opb
0.21/0.22	c reading problem ... 
2.36/1.75	c ... done. Wall clock time 1.527s.
2.36/1.75	c #vars     13201
2.36/1.75	c #constraints  42203
2.36/1.75	c constraints type 
2.36/1.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
2.36/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.36/1.75	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 12960
1800.05/1798.01	c starts		: 13
1800.05/1798.01	c conflicts		: 36481
1800.05/1798.01	c decisions		: 44885
1800.05/1798.01	c propagations		: 7077417
1800.05/1798.01	c inspects		: 53318430
1800.05/1798.01	c learnt literals	: 0
1800.05/1798.01	c learnt binary clauses	: 0
1800.05/1798.01	c learnt ternary clauses	: 0
1800.05/1798.01	c learnt clauses	: 36480
1800.05/1798.01	c ignored clauses	: 0
1800.05/1798.01	c root simplifications	: 0
1800.05/1798.01	c removed literals (reason simplification)	: 161125567
1800.05/1798.01	c reason swapping (by a shorter reason)	: 0
1800.05/1798.01	c Calls to reduceDB	: 0
1800.05/1798.01	c speed (assignments/second)	: 3940.084954293922
1800.05/1798.01	c non guided choices	66
1800.05/1798.06	c learnt constraints type 
1800.05/1798.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 36481
1800.05/1798.07	c constraints type 
1800.05/1798.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
1800.05/1798.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1798.07	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 12960
1800.05/1798.07	s UNKNOWN
1800.05/1798.07	c Total wall clock time (in seconds): 1797.844

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-1856879-1244927638/watcher-1856879-1244927638 -o /tmp/evaluation-result-1856879-1244927638/solver-1856879-1244927638 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856879-1244927638.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.10 1.03 1.01 3/64 14539
/proc/meminfo: memFree=1426560/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=152 CPUtime=0
/proc/14539/stat : 14539 (java6) R 14537 14539 14317 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 160364757 155648 24 1992294400 134512640 134550932 4294956176 18446744073709551615 6901786 0 0 4096 0 0 0 0 17 1 0 0
/proc/14539/statm: 38 26 19 9 0 4 0

[startup+0.07581 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 14539
/proc/meminfo: memFree=1426560/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1470220 CPUtime=0.06
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 3367 0 1 0 4 2 0 0 18 0 7 0 160364757 1505505280 3112 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 367555 3112 1031 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.10181 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 14539
/proc/meminfo: memFree=1426560/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1472584 CPUtime=0.08
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 3592 0 1 0 6 2 0 0 18 0 12 0 160364757 1507926016 3335 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 368146 3335 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301829 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 14539
/proc/meminfo: memFree=1426560/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1475016 CPUtime=0.32
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 5037 0 1 0 29 3 0 0 18 0 12 0 160364757 1510416384 4775 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 368754 4775 1352 9 0 366097 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475016

[startup+0.701869 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 14539
/proc/meminfo: memFree=1426560/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1476568 CPUtime=1.03
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 6987 0 1 0 99 4 0 0 18 0 12 0 160364757 1512005632 6575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369142 6575 1397 9 0 366485 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476568

[startup+1.50194 s]
/proc/loadavg: 1.10 1.03 1.01 4/76 14551
/proc/meminfo: memFree=1393632/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1477240 CPUtime=2.06
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 20408 0 1 0 195 11 0 0 18 0 12 0 160364757 1512693760 19840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369310 19840 1403 9 0 366653 0
[pid=14539/tid=14541] ppid=14537 vsize=1477240 CPUtime=1.27
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 17968 0 1 0 118 9 0 0 20 0 12 0 160364759 1512693760 19841 1992294400 134512640 134550932 4294956016 18446744073709551615 4109542779 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 160364760 1512693760 19841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 160364760 1512693760 19841 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160364762 1512693760 19842 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 160364763 1512693760 19842 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 160364763 1512693760 19843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160364767 1512693760 19843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1477240 CPUtime=0.33
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 597 0 0 0 33 0 0 0 16 0 12 0 160364767 1512693760 19843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1477240 CPUtime=0.43
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 1104 0 0 0 43 0 0 0 15 0 12 0 160364767 1512693760 19844 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160364767 1512693760 19844 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1477240 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160364767 1512693760 19844 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1477240

[startup+3.10209 s]
/proc/loadavg: 1.10 1.03 1.01 4/77 14552
/proc/meminfo: memFree=1342360/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1479544 CPUtime=4.5
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 24195 0 1 0 437 13 0 0 18 0 13 0 160364757 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369886 22886 1418 9 0 367229 0
[pid=14539/tid=14541] ppid=14537 vsize=1479544 CPUtime=2.6
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 20590 0 1 0 249 11 0 0 24 0 13 0 160364759 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4109800691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 160364760 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 160364760 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160364762 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 160364763 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364763 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1479544 CPUtime=0.9
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 90 0 0 0 16 0 13 0 160364767 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1479544 CPUtime=0.96
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 1881 0 0 0 96 0 0 0 17 0 13 0 160364767 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1479544 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1515053056 22886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1479544

[startup+6.30238 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 14552
/proc/meminfo: memFree=1337368/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1478952 CPUtime=7.68
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 25183 0 1 0 755 13 0 0 18 0 13 0 160364757 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 23734 1418 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=5.78
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 21577 0 1 0 567 11 0 0 25 0 13 0 160364759 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4109740130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 160364760 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 160364760 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 160364763 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364763 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1478952 CPUtime=0.9
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 90 0 0 0 16 0 13 0 160364767 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1478952 CPUtime=0.97
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 1882 0 0 0 97 0 0 0 16 0 13 0 160364767 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1514446848 23734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1478952

[startup+12.703 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 14552
/proc/meminfo: memFree=1324312/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1478952 CPUtime=14.1
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 28496 0 1 0 1395 15 0 0 18 0 13 0 160364757 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 27047 1418 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=12.16
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 24890 0 1 0 1203 13 0 0 25 0 13 0 160364759 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4109765383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 160364760 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 160364760 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 160364763 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364763 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1478952 CPUtime=0.9
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 90 0 0 0 16 0 13 0 160364767 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1478952 CPUtime=1
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 1882 0 0 0 100 0 0 0 16 0 13 0 160364767 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1514446848 27047 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 1478952

[startup+25.5012 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 14552
/proc/meminfo: memFree=1299160/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1478952 CPUtime=26.95
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 39885 0 1 0 2674 21 0 0 18 0 13 0 160364757 1514446848 38373 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 38373 1427 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=24.9
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 30954 0 1 0 2474 16 0 0 17 0 13 0 160364759 1514446848 38373 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0.04
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 2351 0 0 0 4 0 0 0 17 0 13 0 160364760 1514446848 38373 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0.04
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 2967 0 0 0 3 1 0 0 16 0 13 0 160364760 1514446848 38373 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 38373 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0

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

[pid=14539] ppid=14537 vsize=1478952 CPUtime=1664.34
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 126952 0 1 0 166358 76 0 0 18 0 13 0 160364757 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 121371 1431 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=1660.3
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 31005 0 1 0 166010 20 0 0 25 0 13 0 160364759 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4109729520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0.91
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 43658 0 0 0 66 25 0 0 17 0 13 0 160364760 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0.92
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 48127 0 0 0 64 28 0 0 16 0 13 0 160364760 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1478952 CPUtime=0.93
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 93 0 0 0 16 0 13 0 160364767 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1478952 CPUtime=1.21
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 2431 0 0 0 121 0 0 0 17 0 13 0 160364767 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1514446848 121371 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.34
Current children cumulated vsize (KiB) 1478952

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14552
/proc/meminfo: memFree=925912/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1478952 CPUtime=1724.36
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 131854 0 1 0 172358 78 0 0 18 0 13 0 160364757 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 126035 1431 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=1720.24
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 31006 0 1 0 172004 20 0 0 25 0 13 0 160364759 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4109839859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0.95
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 46623 0 0 0 69 26 0 0 17 0 13 0 160364760 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0.97
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 50063 0 0 0 68 29 0 0 16 0 13 0 160364760 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1478952 CPUtime=0.93
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 93 0 0 0 16 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1478952 CPUtime=1.21
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 2431 0 0 0 121 0 0 0 17 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.36
Current children cumulated vsize (KiB) 1478952

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14552
/proc/meminfo: memFree=925848/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1478952 CPUtime=1784.35
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 131854 0 1 0 178357 78 0 0 18 0 13 0 160364757 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 126035 1431 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=1780.22
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 31006 0 1 0 178002 20 0 0 25 0 13 0 160364759 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4109839852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0.95
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 46623 0 0 0 69 26 0 0 17 0 13 0 160364760 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0.97
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 50063 0 0 0 68 29 0 0 16 0 13 0 160364760 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1478952 CPUtime=0.93
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 93 0 0 0 16 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1478952 CPUtime=1.21
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 2431 0 0 0 121 0 0 0 17 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 1478952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14552
/proc/meminfo: memFree=925848/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1478952 CPUtime=1800.05
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 131854 0 1 0 179927 78 0 0 18 0 13 0 160364757 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369738 126035 1431 9 0 367081 0
[pid=14539/tid=14541] ppid=14537 vsize=1478952 CPUtime=1795.92
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 31006 0 1 0 179572 20 0 0 25 0 13 0 160364759 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4109839852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1478952 CPUtime=0.95
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 46623 0 0 0 69 26 0 0 17 0 13 0 160364760 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1478952 CPUtime=0.97
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 50063 0 0 0 68 29 0 0 16 0 13 0 160364760 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160364762 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160364763 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1478952 CPUtime=0.93
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 979 0 0 0 93 0 0 0 16 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1478952 CPUtime=1.21
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 2431 0 0 0 121 0 0 0 17 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160364767 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1478952 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 160364938 1514446848 126035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1478952

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

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

[startup+1798.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14552
/proc/meminfo: memFree=925848/2055920 swapFree=4192812/4192956
[pid=14539] ppid=14537 vsize=1479600 CPUtime=1800.22
/proc/14539/stat : 14539 (java) S 14537 14539 14317 0 -1 0 131995 0 1 0 179943 79 0 0 16 0 14 0 160364757 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14539/statm: 369900 126155 1432 9 0 367243 0
[pid=14539/tid=14541] ppid=14537 vsize=1479600 CPUtime=1796.02
/proc/14539/task/14541/stat : 14541 (java) R 14537 14539 14317 0 -1 64 31006 0 1 0 179582 20 0 0 25 0 14 0 160364759 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4109833260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14542] ppid=14537 vsize=1479600 CPUtime=0.95
/proc/14539/task/14542/stat : 14542 (java) S 14537 14539 14317 0 -1 64 46623 0 0 0 69 26 0 0 17 0 14 0 160364760 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14543] ppid=14537 vsize=1479600 CPUtime=0.97
/proc/14539/task/14543/stat : 14543 (java) S 14537 14539 14317 0 -1 64 50063 0 0 0 68 29 0 0 16 0 14 0 160364760 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14544] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14544/stat : 14544 (java) S 14537 14539 14317 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 160364762 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14545] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14545/stat : 14545 (java) S 14537 14539 14317 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 160364763 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14546] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14546/stat : 14546 (java) S 14537 14539 14317 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 160364763 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14547] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14547/stat : 14547 (java) S 14537 14539 14317 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 160364767 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14548] ppid=14537 vsize=1479600 CPUtime=0.97
/proc/14539/task/14548/stat : 14548 (java) S 14537 14539 14317 0 -1 64 1098 0 0 0 97 0 0 0 16 0 14 0 160364767 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14549] ppid=14537 vsize=1479600 CPUtime=1.21
/proc/14539/task/14549/stat : 14549 (java) S 14537 14539 14317 0 -1 64 2431 0 0 0 121 0 0 0 17 0 14 0 160364767 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14550] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14550/stat : 14550 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 160364767 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14539/tid=14551] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14551/stat : 14551 (java) S 14537 14539 14317 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 160364767 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14539/tid=14552] ppid=14537 vsize=1479600 CPUtime=0
/proc/14539/task/14552/stat : 14552 (java) S 14537 14539 14317 0 -1 64 4 0 0 0 0 0 0 0 24 0 14 0 160364938 1515110400 126155 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1479600

Child status: 143
Real time (s): 1798.2
CPU time (s): 1800.31
CPU user time (s): 1799.44
CPU system time (s): 0.866868
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 1480112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.866868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131995
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= 37103
involuntary context switches= 36902

runsolver used 2.18667 second user time and 4.36834 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-13 23:13:58
IDJOB=1856879
IDBENCH=3001
IDSOLVER=682
FILE ID=node14/1856879-1244927638
PBS_JOBID= 9354643
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-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-1856879-1244927638/watcher-1856879-1244927638 -o /tmp/evaluation-result-1856879-1244927638/solver-1856879-1244927638 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856879-1244927638.opb

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

MD5SUM BENCH= 7144dfb48272235c3b7a545be98e4888
RANDOM SEED=720932730

node14.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.234
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.234
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:       1427040 kB
Buffers:         67092 kB
Cached:         477044 kB
SwapCached:          0 kB
Active:          99120 kB
Inactive:       459000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          23740 kB
Slab:            56728 kB
Committed_AS:   139288 kB
PageTables:       1452 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= 66408 MiB
End job on node14 at 2009-06-13 23:43:58