Trace number 2658880

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.11 1797.78

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
Number of bits of the biggest sum of numbers631
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-2010 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.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658880-1276625706.opb
0.23/0.21	c reading problem ... 
9.44/7.79	c ... done. Wall clock time 7.584s.
9.44/7.79	c #vars     89251
9.44/7.79	c #constraints  288017
9.44/7.79	c constraints type 
9.44/7.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
9.44/7.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
9.44/7.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1797.71	c starts		: 6
1800.02/1797.71	c conflicts		: 780
1800.02/1797.71	c decisions		: 11460
1800.02/1797.71	c propagations		: 955694
1800.02/1797.71	c inspects		: 3509085
1800.02/1797.71	c learnt literals	: 0
1800.02/1797.71	c learnt binary clauses	: 0
1800.02/1797.71	c learnt ternary clauses	: 0
1800.02/1797.71	c learnt clauses	: 780
1800.02/1797.71	c ignored clauses	: 0
1800.02/1797.71	c root simplifications	: 0
1800.02/1797.71	c removed literals (reason simplification)	: 14266646
1800.02/1797.71	c reason swapping (by a shorter reason)	: 0
1800.02/1797.71	c Calls to reduceDB	: 0
1800.02/1797.71	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.71	c number of learned constraints concerned by reduction	: 0
1800.02/1797.71	c number of learning phase by resolution	: 0
1800.02/1797.71	c number of learning phase by cutting planes	: 0
1800.02/1797.71	c speed (assignments/second)	: 533.9308271147162
1800.02/1797.72	c non guided choices	146
1800.02/1797.72	c learnt constraints type 
1800.02/1797.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 780
1800.02/1797.72	c constraints type 
1800.02/1797.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
1800.02/1797.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
1800.02/1797.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1797.72	s UNKNOWN
1800.02/1797.72	c Total wall clock time (in seconds): 1797.509

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-2658880-1276625706/watcher-2658880-1276625706 -o /tmp/evaluation-result-2658880-1276625706/solver-2658880-1276625706 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658880-1276625706.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.85 1.97 1.63 3/105 12462
/proc/meminfo: memFree=1816608/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1832 CPUtime=0
/proc/12462/stat : 12462 (java6) S 12460 12462 11847 0 -1 4194304 251 0 0 0 0 0 0 0 22 0 1 0 3864264 1875968 153 1992294400 134512640 134550932 4288320464 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699334334 0 0 17 1 0 0 0
/proc/12462/statm: 458 153 116 10 0 63 0

[startup+0.01484 s]
/proc/loadavg: 1.85 1.97 1.63 3/105 12462
/proc/meminfo: memFree=1816608/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=13164 CPUtime=0
/proc/12462/stat : 12462 (java) R 12460 12462 11847 0 -1 4194304 890 0 0 0 0 0 0 0 22 0 1 0 3864264 13479936 403 1992294400 134512640 134550932 4291773888 18446744073709551615 1685125 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12462/statm: 3291 411 144 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.100841 s]
/proc/loadavg: 1.85 1.97 1.63 3/105 12462
/proc/meminfo: memFree=1816608/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1524184 CPUtime=0.08
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 3963 0 1 0 6 2 0 0 22 0 12 0 3864264 1560764416 3402 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300872 s]
/proc/loadavg: 1.85 1.97 1.63 3/105 12462
/proc/meminfo: memFree=1816608/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1526584 CPUtime=0.36
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 5873 0 1 0 33 3 0 0 22 0 12 0 3864264 1563222016 5310 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 381646 5311 1357 10 0 378948 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526584

[startup+0.704792 s]
/proc/loadavg: 1.85 1.97 1.63 3/105 12462
/proc/meminfo: memFree=1816608/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1528480 CPUtime=0.99
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 8041 0 1 0 95 4 0 0 22 0 12 0 3864264 1565163520 7398 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 382120 7398 1403 10 0 379422 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1528480

[startup+1.50201 s]
/proc/loadavg: 1.85 1.97 1.63 6/117 12474
/proc/meminfo: memFree=1777640/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1528264 CPUtime=1.97
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 24523 0 1 0 187 10 0 0 22 0 12 0 3864264 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 382066 23577 1407 10 0 379368 0
[pid=12462/tid=12464] ppid=12460 vsize=1528264 CPUtime=1.26
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 21898 0 1 0 117 9 0 0 25 0 12 0 3864265 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4108946537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 3864266 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864267 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3864268 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 3864269 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 3864269 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864273 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1528264 CPUtime=0.29
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 421 0 0 0 29 0 0 0 19 0 12 0 3864273 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1528264 CPUtime=0.4
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1137 0 0 0 40 0 0 0 15 0 12 0 3864273 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864273 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3864273 1564942336 23577 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1528264

[startup+3.10217 s]
/proc/loadavg: 1.86 1.97 1.63 2/117 12474
/proc/meminfo: memFree=1676332/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1528264 CPUtime=3.69
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 41446 0 1 0 350 19 0 0 22 0 12 0 3864264 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 382066 40460 1417 10 0 379368 0
[pid=12462/tid=12464] ppid=12460 vsize=1528264 CPUtime=2.72
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32013 0 1 0 258 14 0 0 25 0 12 0 3864265 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4108939654 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1528264 CPUtime=0.12
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 3151 0 0 0 11 1 0 0 18 0 12 0 3864266 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1528264 CPUtime=0.12
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 3652 0 0 0 10 2 0 0 18 0 12 0 3864267 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 3864268 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3864269 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 3864269 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864273 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1528264 CPUtime=0.29
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 421 0 0 0 29 0 0 0 19 0 12 0 3864273 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1528264 CPUtime=0.4
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1137 0 0 0 40 0 0 0 15 0 12 0 3864273 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864273 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3864273 1564942336 40460 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1528264

[startup+6.30153 s]
/proc/loadavg: 1.86 1.97 1.63 2/117 12476
/proc/meminfo: memFree=1643844/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1528264 CPUtime=7.15
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 49287 0 1 0 691 24 0 0 22 0 12 0 3864264 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 382066 47799 1419 10 0 379368 0
[pid=12462/tid=12464] ppid=12460 vsize=1528264 CPUtime=5.66
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32017 0 1 0 550 16 0 0 24 0 12 0 3864265 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4109014212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1528264 CPUtime=0.38
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 6400 0 0 0 36 2 0 0 18 0 12 0 3864266 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1528264 CPUtime=0.37
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 8237 0 0 0 33 4 0 0 18 0 12 0 3864267 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 3864268 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3864269 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 3864269 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864273 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1528264 CPUtime=0.3
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 423 0 0 0 30 0 0 0 18 0 12 0 3864273 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1528264 CPUtime=0.4
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1137 0 0 0 40 0 0 0 15 0 12 0 3864273 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3864273 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1528264 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3864273 1564942336 47799 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1528264

[startup+12.7022 s]
/proc/loadavg: 1.87 1.97 1.63 2/118 12477
/proc/meminfo: memFree=1617424/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1540428 CPUtime=14.96
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 54971 0 1 0 1469 27 0 0 22 0 13 0 3864264 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 50810 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=11.97
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32067 0 1 0 1181 16 0 0 25 0 13 0 3864265 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.38
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 6400 0 0 0 36 2 0 0 18 0 13 0 3864266 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.37
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 8237 0 0 0 33 4 0 0 18 0 13 0 3864267 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 3864268 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540428 CPUtime=1.3
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 5861 0 0 0 128 2 0 0 15 0 13 0 3864273 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540428 CPUtime=0.89
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1329 0 0 0 89 0 0 0 15 0 13 0 3864273 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3864273 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 11847 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3865058 1577398272 50810 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1540428

[startup+25.5016 s]
/proc/loadavg: 1.68 1.92 1.62 2/118 12477
/proc/meminfo: memFree=1617424/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1540428 CPUtime=27.78
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 54976 0 1 0 2751 27 0 0 22 0 13 0 3864264 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 50814 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=24.74
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32068 0 1 0 2458 16 0 0 25 0 13 0 3864265 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.38
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 6400 0 0 0 36 2 0 0 18 0 13 0 3864266 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.37
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 8237 0 0 0 33 4 0 0 18 0 13 0 3864267 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 3864268 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 50814 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0

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

[pid=12462] ppid=12460 vsize=1540428 CPUtime=1664.67
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 68319 0 1 0 166429 38 0 0 22 0 13 0 3864264 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 63494 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=1660.27
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32079 0 1 0 166007 20 0 0 25 0 13 0 3864265 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.83
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 14577 0 0 0 77 6 0 0 18 0 13 0 3864266 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.81
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 13202 0 0 0 75 6 0 0 18 0 13 0 3864267 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 3864268 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540428 CPUtime=1.7
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 5935 0 0 0 168 2 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540428 CPUtime=1
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1343 0 0 0 100 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 11847 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3865058 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.67
Current children cumulated vsize (KiB) 1540428

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/118 12524
/proc/meminfo: memFree=1565592/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1540428 CPUtime=1724.65
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 68323 0 1 0 172427 38 0 0 22 0 13 0 3864264 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 63494 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=1720.25
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32079 0 1 0 172005 20 0 0 25 0 13 0 3864265 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.83
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 14577 0 0 0 77 6 0 0 18 0 13 0 3864266 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.81
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 13202 0 0 0 75 6 0 0 18 0 13 0 3864267 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 3864268 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540428 CPUtime=1.7
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 5935 0 0 0 168 2 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540428 CPUtime=1
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1343 0 0 0 100 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 11847 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3865058 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.65
Current children cumulated vsize (KiB) 1540428

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/118 12526
/proc/meminfo: memFree=1565468/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1540428 CPUtime=1784.61
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 68325 0 1 0 178423 38 0 0 22 0 13 0 3864264 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 63494 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=1780.22
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32079 0 1 0 178001 21 0 0 25 0 13 0 3864265 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.83
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 14577 0 0 0 77 6 0 0 18 0 13 0 3864266 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.81
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 13202 0 0 0 75 6 0 0 18 0 13 0 3864267 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 3864268 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540428 CPUtime=1.7
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 5935 0 0 0 168 2 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540428 CPUtime=1
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1343 0 0 0 100 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 11847 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3865058 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (KiB) 1540428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/118 12526
/proc/meminfo: memFree=1565468/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1540428 CPUtime=1800.02
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 68327 0 1 0 179964 38 0 0 22 0 13 0 3864264 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 63494 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=1795.63
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32079 0 1 0 179542 21 0 0 25 0 13 0 3864265 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.83
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 14577 0 0 0 77 6 0 0 18 0 13 0 3864266 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.81
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 13202 0 0 0 75 6 0 0 18 0 13 0 3864267 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 3864268 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540428 CPUtime=1.7
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 5935 0 0 0 168 2 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540428 CPUtime=1
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1343 0 0 0 100 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 11847 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3865058 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1540428

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

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

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/118 12526
/proc/meminfo: memFree=1565468/2059040 swapFree=4164960/4192956
[pid=12462] ppid=12460 vsize=1540428 CPUtime=1800.02
/proc/12462/stat : 12462 (java) S 12460 12462 11847 0 -1 4202496 68327 0 1 0 179964 38 0 0 22 0 13 0 3864264 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12462/statm: 385107 63494 1436 10 0 382409 0
[pid=12462/tid=12464] ppid=12460 vsize=1540428 CPUtime=1795.63
/proc/12462/task/12464/stat : 12464 (java) R 12460 12462 11847 0 -1 4202560 32079 0 1 0 179542 21 0 0 25 0 13 0 3864265 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4109130196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12462/tid=12465] ppid=12460 vsize=1540428 CPUtime=0.83
/proc/12462/task/12465/stat : 12465 (java) S 12460 12462 11847 0 -1 4202560 14577 0 0 0 77 6 0 0 18 0 13 0 3864266 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12466] ppid=12460 vsize=1540428 CPUtime=0.81
/proc/12462/task/12466/stat : 12466 (java) S 12460 12462 11847 0 -1 4202560 13202 0 0 0 75 6 0 0 18 0 13 0 3864267 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12467] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12460 12462 11847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 3864268 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=12462/tid=12468] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12468/stat : 12468 (java) S 12460 12462 11847 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12469] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12460 12462 11847 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 3864269 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12470] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12471] ppid=12460 vsize=1540428 CPUtime=1.7
/proc/12462/task/12471/stat : 12471 (java) S 12460 12462 11847 0 -1 4202560 5935 0 0 0 168 2 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12472] ppid=12460 vsize=1540428 CPUtime=1
/proc/12462/task/12472/stat : 12472 (java) S 12460 12462 11847 0 -1 4202560 1343 0 0 0 100 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12473] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12473/stat : 12473 (java) S 12460 12462 11847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12474] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12474/stat : 12474 (java) S 12460 12462 11847 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 3864273 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=12462/tid=12477] ppid=12460 vsize=1540428 CPUtime=0
/proc/12462/task/12477/stat : 12477 (java) S 12460 12462 11847 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3865058 1577398272 63494 1992294400 134512640 134550932 4291773888 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1540428

Child status: 143
Real time (s): 1797.78
CPU time (s): 1800.11
CPU user time (s): 1799.69
CPU system time (s): 0.416936
CPU usage (%): 100.129
Max. virtual memory (cumulated for all children) (KiB): 1542284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68349
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= 36802
involuntary context switches= 31794

runsolver used 3.62845 second user time and 9.46156 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-15 20:15:07
IDJOB=2658880
IDBENCH=2988
IDSOLVER=1164
FILE ID=node087/2658880-1276625706
PBS_JOBID= 11172302
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658880-1276625706/watcher-2658880-1276625706 -o /tmp/evaluation-result-2658880-1276625706/solver-2658880-1276625706 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658880-1276625706.opb

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

MD5SUM BENCH= 9af4cec1a3de729e6d2b359a17678fc7
RANDOM SEED=1658201372

node087.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816880 kB
Buffers:          9904 kB
Cached:         102008 kB
SwapCached:      22512 kB
Active:          86444 kB
Inactive:        80036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816880 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:           16576 kB
Writeback:           0 kB
AnonPages:       32064 kB
Mapped:          14584 kB
Slab:            53768 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node087 at 2010-06-15 20:45:07