Trace number 1856857

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.17 1797.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
MD5SUM2191fd085de8ae061d8b0a530b1c363f
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
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.22	c solving HOME/instance-1856857-1244927156.opb
0.22/0.22	c reading problem ... 
7.67/6.35	c ... done. Wall clock time 6.136s.
7.67/6.35	c #vars     73151
7.67/6.35	c #constraints  236651
7.67/6.35	c constraints type 
7.67/6.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
7.67/6.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
7.67/6.35	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 72580
1800.01/1797.21	c starts		: 8
1800.01/1797.21	c conflicts		: 3286
1800.01/1797.21	c decisions		: 6974
1800.01/1797.21	c propagations		: 1926769
1800.01/1797.21	c inspects		: 8947437
1800.01/1797.21	c learnt literals	: 0
1800.01/1797.21	c learnt binary clauses	: 0
1800.01/1797.21	c learnt ternary clauses	: 0
1800.01/1797.21	c learnt clauses	: 3285
1800.01/1797.21	c ignored clauses	: 0
1800.01/1797.21	c root simplifications	: 0
1800.01/1797.21	c removed literals (reason simplification)	: 48192466
1800.01/1797.21	c reason swapping (by a shorter reason)	: 0
1800.01/1797.21	c Calls to reduceDB	: 0
1800.01/1797.21	c speed (assignments/second)	: 1075.890354354891
1800.01/1797.21	c non guided choices	264
1800.01/1797.22	c learnt constraints type 
1800.01/1797.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 3285
1800.01/1797.22	c constraints type 
1800.01/1797.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
1800.01/1797.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1797.22	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 72580
1800.01/1797.22	s UNKNOWN
1800.01/1797.22	c Total wall clock time (in seconds): 1797.003

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-1856857-1244927156/watcher-1856857-1244927156 -o /tmp/evaluation-result-1856857-1244927156/solver-1856857-1244927156 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856857-1244927156.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/65 10576
/proc/meminfo: memFree=1295192/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=152 CPUtime=0
/proc/10576/stat : 10576 (java6) R 10574 10576 10397 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 149242222 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 3306276 0 0 4096 0 0 0 0 17 1 0 0
/proc/10576/statm: 38 26 19 9 0 4 0

[startup+0.0555551 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10576
/proc/meminfo: memFree=1295192/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1470088 CPUtime=0.03
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 3227 0 1 0 2 1 0 0 20 0 7 0 149242222 1505370112 2972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 367522 2972 1010 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101561 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10576
/proc/meminfo: memFree=1295192/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1472584 CPUtime=0.08
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 3605 0 1 0 6 2 0 0 20 0 12 0 149242222 1507926016 3348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 368146 3348 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301579 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10576
/proc/meminfo: memFree=1295192/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1475148 CPUtime=0.34
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 5380 0 1 0 31 3 0 0 20 0 12 0 149242222 1510551552 5117 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 368787 5117 1351 9 0 366130 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475148

[startup+0.701616 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 10576
/proc/meminfo: memFree=1295192/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1477584 CPUtime=1.02
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 8044 0 1 0 97 5 0 0 20 0 12 0 149242222 1513046016 7352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 369396 7352 1397 9 0 366739 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1477584

[startup+1.50268 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10588
/proc/meminfo: memFree=1260408/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1477020 CPUtime=1.95
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 24044 0 1 0 183 12 0 0 20 0 12 0 149242222 1512468480 22873 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 369255 22874 1401 9 0 366598 0
[pid=10576/tid=10578] ppid=10574 vsize=1477020 CPUtime=1.27
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 21188 0 1 0 117 10 0 0 21 0 12 0 149242224 1512468480 22875 1992294400 134512640 134550932 4294956016 18446744073709551615 4109514943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 149242225 1512468480 22876 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 149242225 1512468480 22877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 149242227 1512468480 22878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 149242227 1512468480 22879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 149242227 1512468480 22880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149242231 1512468480 22881 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1477020 CPUtime=0.32
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 914 0 0 0 32 0 0 0 15 0 12 0 149242231 1512468480 22883 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1477020 CPUtime=0.32
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1203 0 0 0 32 0 0 0 15 0 12 0 149242232 1512468480 22884 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 149242232 1512468480 22885 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 149242232 1512468480 22886 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) 1477020

[startup+3.10283 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10588
/proc/meminfo: memFree=1159928/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1477020 CPUtime=3.68
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 40448 0 1 0 350 18 0 0 20 0 12 0 149242222 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 369255 39240 1411 9 0 366598 0
[pid=10576/tid=10578] ppid=10574 vsize=1477020 CPUtime=2.72
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30916 0 1 0 258 14 0 0 18 0 12 0 149242224 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1477020 CPUtime=0.14
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 3514 0 0 0 13 1 0 0 17 0 12 0 149242225 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1477020 CPUtime=0.13
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 3147 0 0 0 12 1 0 0 17 0 12 0 149242225 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 149242227 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 149242227 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 149242227 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149242231 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1477020 CPUtime=0.32
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 914 0 0 0 32 0 0 0 15 0 12 0 149242231 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1477020 CPUtime=0.32
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1203 0 0 0 32 0 0 0 15 0 12 0 149242232 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 149242232 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1477020 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 149242232 1512468480 39240 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1477020

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10588
/proc/meminfo: memFree=1125112/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1487892 CPUtime=7.67
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 50855 0 1 0 744 23 0 0 20 0 12 0 149242222 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 371973 46418 1423 9 0 369316 0
[pid=10576/tid=10578] ppid=10574 vsize=1487892 CPUtime=5.68
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30931 0 1 0 553 15 0 0 18 0 12 0 149242224 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4109721596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1487892 CPUtime=0.26
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 5611 0 0 0 24 2 0 0 18 0 12 0 149242225 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1487892 CPUtime=0.26
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 5657 0 0 0 24 2 0 0 18 0 12 0 149242225 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1487892 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 149242227 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1487892 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 149242227 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1487892 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 149242227 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1487892 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 149242231 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1487892 CPUtime=0.97
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6343 0 0 0 95 2 0 0 18 0 12 0 149242231 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1487892 CPUtime=0.45
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1556 0 0 0 45 0 0 0 17 0 12 0 149242232 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1487892 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 149242232 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1487892 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 149242232 1523601408 46418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1487892

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10589
/proc/meminfo: memFree=1113776/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1488184 CPUtime=14.55
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 50966 0 1 0 1431 24 0 0 20 0 13 0 149242222 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 372046 46518 1428 9 0 369389 0
[pid=10576/tid=10578] ppid=10574 vsize=1488184 CPUtime=11.89
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30967 0 1 0 1174 15 0 0 25 0 13 0 149242224 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4109909187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1488184 CPUtime=0.26
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 5611 0 0 0 24 2 0 0 18 0 13 0 149242225 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1488184 CPUtime=0.26
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 5657 0 0 0 24 2 0 0 18 0 13 0 149242225 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149242231 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1488184 CPUtime=1.33
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6377 0 0 0 131 2 0 0 16 0 13 0 149242231 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1488184 CPUtime=0.76
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1591 0 0 0 76 0 0 0 15 0 13 0 149242232 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149242232 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149242232 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10589] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10589/stat : 10589 (java) S 10574 10576 10397 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 149242880 1523900416 46518 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.55
Current children cumulated vsize (KiB) 1488184

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10589
/proc/meminfo: memFree=1113776/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1488184 CPUtime=27.48
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 50992 0 1 0 2724 24 0 0 20 0 13 0 149242222 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 372046 46543 1428 9 0 369389 0
[pid=10576/tid=10578] ppid=10574 vsize=1488184 CPUtime=24.59
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30969 0 1 0 2444 15 0 0 25 0 13 0 149242224 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4109909094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1488184 CPUtime=0.26
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 5611 0 0 0 24 2 0 0 18 0 13 0 149242225 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1488184 CPUtime=0.26
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 5657 0 0 0 24 2 0 0 18 0 13 0 149242225 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 46543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0

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

[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149242231 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1488184 CPUtime=1.54
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6392 0 0 0 152 2 0 0 16 0 13 0 149242231 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1488184 CPUtime=1.12
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1622 0 0 0 112 0 0 0 16 0 13 0 149242232 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149242232 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149242232 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10589] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10589/stat : 10589 (java) S 10574 10576 10397 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 149242880 1523900416 111028 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.09
Current children cumulated vsize (KiB) 1488184

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10589
/proc/meminfo: memFree=822640/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1488184 CPUtime=1665.13
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 124355 0 1 0 166448 65 0 0 20 0 13 0 149242222 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 372046 119127 1428 9 0 369389 0
[pid=10576/tid=10578] ppid=10574 vsize=1488184 CPUtime=1659.95
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30989 0 1 0 165980 15 0 0 25 0 13 0 149242224 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4109593940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1488184 CPUtime=1.24
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 43777 0 0 0 102 22 0 0 17 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1488184 CPUtime=1.23
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 40812 0 0 0 101 22 0 0 16 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1488184 CPUtime=1.54
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6392 0 0 0 152 2 0 0 16 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1488184 CPUtime=1.12
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1622 0 0 0 112 0 0 0 16 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10589] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10589/stat : 10589 (java) S 10574 10576 10397 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 149242880 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.13
Current children cumulated vsize (KiB) 1488184

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10589
/proc/meminfo: memFree=822640/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1488184 CPUtime=1725.12
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 124355 0 1 0 172447 65 0 0 20 0 13 0 149242222 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 372046 119127 1428 9 0 369389 0
[pid=10576/tid=10578] ppid=10574 vsize=1488184 CPUtime=1719.93
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30989 0 1 0 171978 15 0 0 25 0 13 0 149242224 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4110072172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1488184 CPUtime=1.24
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 43777 0 0 0 102 22 0 0 17 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1488184 CPUtime=1.23
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 40812 0 0 0 101 22 0 0 16 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1488184 CPUtime=1.54
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6392 0 0 0 152 2 0 0 16 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1488184 CPUtime=1.12
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1622 0 0 0 112 0 0 0 16 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10589] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10589/stat : 10589 (java) S 10574 10576 10397 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 149242880 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.12
Current children cumulated vsize (KiB) 1488184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10589
/proc/meminfo: memFree=822512/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1488184 CPUtime=1785.1
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 124355 0 1 0 178445 65 0 0 20 0 13 0 149242222 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 372046 119127 1428 9 0 369389 0
[pid=10576/tid=10578] ppid=10574 vsize=1488184 CPUtime=1779.92
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30989 0 1 0 177977 15 0 0 25 0 13 0 149242224 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4109593940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1488184 CPUtime=1.24
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 43777 0 0 0 102 22 0 0 17 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1488184 CPUtime=1.23
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 40812 0 0 0 101 22 0 0 16 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1488184 CPUtime=1.54
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6392 0 0 0 152 2 0 0 16 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1488184 CPUtime=1.12
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1622 0 0 0 112 0 0 0 16 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10589] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10589/stat : 10589 (java) S 10574 10576 10397 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 149242880 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 1488184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10589
/proc/meminfo: memFree=822448/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=1488184 CPUtime=1800.01
/proc/10576/stat : 10576 (java) S 10574 10576 10397 0 -1 0 124355 0 1 0 179936 65 0 0 20 0 13 0 149242222 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10576/statm: 372046 119127 1428 9 0 369389 0
[pid=10576/tid=10578] ppid=10574 vsize=1488184 CPUtime=1794.82
/proc/10576/task/10578/stat : 10578 (java) R 10574 10576 10397 0 -1 64 30989 0 1 0 179467 15 0 0 25 0 13 0 149242224 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4109837522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10579] ppid=10574 vsize=1488184 CPUtime=1.24
/proc/10576/task/10579/stat : 10579 (java) S 10574 10576 10397 0 -1 64 43777 0 0 0 102 22 0 0 17 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10580] ppid=10574 vsize=1488184 CPUtime=1.23
/proc/10576/task/10580/stat : 10580 (java) S 10574 10576 10397 0 -1 64 40812 0 0 0 101 22 0 0 16 0 13 0 149242225 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10581] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10581/stat : 10581 (java) S 10574 10576 10397 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10582] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10582/stat : 10582 (java) S 10574 10576 10397 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10583] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10583/stat : 10583 (java) S 10574 10576 10397 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149242227 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10584] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10584/stat : 10584 (java) S 10574 10576 10397 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10585] ppid=10574 vsize=1488184 CPUtime=1.54
/proc/10576/task/10585/stat : 10585 (java) S 10574 10576 10397 0 -1 64 6392 0 0 0 152 2 0 0 16 0 13 0 149242231 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10586] ppid=10574 vsize=1488184 CPUtime=1.13
/proc/10576/task/10586/stat : 10586 (java) S 10574 10576 10397 0 -1 64 1622 0 0 0 113 0 0 0 16 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10587] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10587/stat : 10587 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10576/tid=10588] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10588/stat : 10588 (java) S 10574 10576 10397 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149242232 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10576/tid=10589] ppid=10574 vsize=1488184 CPUtime=0
/proc/10576/task/10589/stat : 10589 (java) S 10574 10576 10397 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 149242880 1523900416 119127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1488184

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

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

[startup+1797.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 10592
/proc/meminfo: memFree=1092128/2055920 swapFree=4192812/4192956
[pid=10576] ppid=10574 vsize=0 CPUtime=1800.14
/proc/10576/stat : 10576 (java) Z 10574 10576 10397 0 -1 1036 124377 0 1 0 179944 70 0 0 15 0 2 0 149242222 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10576/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.35
CPU time (s): 1800.17
CPU user time (s): 1799.44
CPU system time (s): 0.730888
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 1491140

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

runsolver used 2.02869 second user time and 4.53031 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-13 23:05:58
IDJOB=1856857
IDBENCH=2990
IDSOLVER=682
FILE ID=node8/1856857-1244927156
PBS_JOBID= 9354653
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 2191fd085de8ae061d8b0a530b1c363f
RANDOM SEED=1345862627

node8.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1295608 kB
Buffers:         69932 kB
Cached:         600816 kB
SwapCached:        140 kB
Active:          74364 kB
Inactive:       611424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12956 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            60288 kB
Committed_AS:   132896 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node8 at 2009-06-13 23:35:57