Trace number 2658869

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.15 1797.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
MD5SUM0d68396ddd3adb481a49ce1422ebcaec
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183456110041724762364928147817377348326880268577133927465386787427201119947336445574431204393880301774478140662910839812661887447658656553291795701871486491
Number of bits of the biggest sum of numbers751
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.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658869-1276624302.opb
0.25/0.20	c reading problem ... 
11.89/9.99	c ... done. Wall clock time 9.771s.
11.89/9.99	c #vars     126251
11.89/9.99	c #constraints  409132
11.89/9.99	c constraints type 
11.89/9.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
11.89/9.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
11.89/9.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1797.52	c starts		: 3
1800.08/1797.52	c conflicts		: 291
1800.08/1797.52	c decisions		: 1653
1800.08/1797.52	c propagations		: 602800
1800.08/1797.52	c inspects		: 2180349
1800.08/1797.52	c learnt literals	: 0
1800.08/1797.52	c learnt binary clauses	: 0
1800.08/1797.52	c learnt ternary clauses	: 0
1800.08/1797.52	c learnt clauses	: 291
1800.08/1797.52	c ignored clauses	: 0
1800.08/1797.52	c root simplifications	: 0
1800.08/1797.52	c removed literals (reason simplification)	: 12182499
1800.08/1797.52	c reason swapping (by a shorter reason)	: 0
1800.08/1797.52	c Calls to reduceDB	: 0
1800.08/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.52	c number of learned constraints concerned by reduction	: 0
1800.08/1797.52	c number of learning phase by resolution	: 0
1800.08/1797.52	c number of learning phase by cutting planes	: 0
1800.08/1797.52	c speed (assignments/second)	: 337.2236002815045
1800.08/1797.52	c non guided choices	210
1800.08/1797.52	c learnt constraints type 
1800.08/1797.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 291
1800.08/1797.52	c constraints type 
1800.08/1797.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
1800.08/1797.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
1800.08/1797.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1797.52	s UNKNOWN
1800.08/1797.52	c Total wall clock time (in seconds): 1797.313

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-2658869-1276624302/watcher-2658869-1276624302 -o /tmp/evaluation-result-2658869-1276624302/solver-2658869-1276624302 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658869-1276624302.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: 0.85 0.97 0.99 3/106 10455
/proc/meminfo: memFree=1439204/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1832 CPUtime=0
/proc/10455/stat : 10455 (java6) S 10453 10455 10021 0 -1 4194304 244 0 0 0 0 0 0 0 20 0 1 0 3723168 1875968 148 1992294400 134512640 134550932 4287854400 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/10455/statm: 458 148 111 10 0 63 0

[startup+0.0941611 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10455
/proc/meminfo: memFree=1439204/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1521796 CPUtime=0.07
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 3865 0 1 0 5 2 0 0 18 0 7 0 3723168 1558319104 3307 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 380449 3307 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101159 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10455
/proc/meminfo: memFree=1439204/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1524184 CPUtime=0.08
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 3958 0 1 0 6 2 0 0 18 0 12 0 3723168 1560764416 3398 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300551 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10455
/proc/meminfo: memFree=1439204/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1526448 CPUtime=0.39
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 6062 0 1 0 36 3 0 0 18 0 12 0 3723168 1563082752 5500 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 381612 5500 1364 10 0 378914 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526448

[startup+0.700539 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10455
/proc/meminfo: memFree=1439204/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1528468 CPUtime=1.13
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 8326 0 1 0 108 5 0 0 18 0 12 0 3723168 1565151232 7714 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 382117 7715 1405 10 0 379419 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528468

[startup+1.50152 s]
/proc/loadavg: 0.85 0.97 0.99 5/118 10467
/proc/meminfo: memFree=1394532/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1532696 CPUtime=2.5
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 26520 0 1 0 237 13 0 0 18 0 12 0 3723168 1569480704 25255 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383174 25264 1409 10 0 380476 0
[pid=10455/tid=10457] ppid=10453 vsize=1532696 CPUtime=1.47
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 22521 0 1 0 136 11 0 0 18 0 12 0 3723170 1569480704 25270 1992294400 134512640 134550932 4289131696 18446744073709551615 4109317509 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 3723171 1569480704 25272 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 3723171 1569480704 25274 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3723173 1569480704 25275 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 3723173 1569480704 25277 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3723173 1569480704 25278 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3723178 1569480704 25280 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1532696 CPUtime=0.37
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 322 0 0 0 37 0 0 0 25 0 12 0 3723178 1569480704 25281 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1532696 CPUtime=0.63
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2627 0 0 0 63 0 0 0 25 0 12 0 3723178 1569480704 25283 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3723178 1569480704 25284 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3723178 1569480704 25285 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1532696

[startup+3.10147 s]
/proc/loadavg: 0.85 0.97 0.99 2/118 10467
/proc/meminfo: memFree=1294464/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1532696 CPUtime=4.23
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 43199 0 1 0 403 20 0 0 18 0 12 0 3723168 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383174 41905 1419 10 0 380476 0
[pid=10455/tid=10457] ppid=10453 vsize=1532696 CPUtime=2.92
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32010 0 1 0 278 14 0 0 20 0 12 0 3723170 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4109513359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1532696 CPUtime=0.12
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 3731 0 0 0 11 1 0 0 18 0 12 0 3723171 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1532696 CPUtime=0.12
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 3437 0 0 0 11 1 0 0 18 0 12 0 3723171 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 3723173 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3723173 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3723173 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3723178 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1532696 CPUtime=0.37
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 322 0 0 0 37 0 0 0 25 0 12 0 3723178 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1532696 CPUtime=0.63
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2627 0 0 0 63 0 0 0 25 0 12 0 3723178 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3723178 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3723178 1569480704 41905 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1532696

[startup+6.30037 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 10467
/proc/meminfo: memFree=1251560/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1532696 CPUtime=7.82
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 52086 0 1 0 757 25 0 0 18 0 12 0 3723168 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383174 50179 1419 10 0 380476 0
[pid=10455/tid=10457] ppid=10453 vsize=1532696 CPUtime=5.7
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32014 0 1 0 555 15 0 0 25 0 12 0 3723170 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4109474809 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1532696 CPUtime=0.53
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 8020 0 0 0 49 4 0 0 16 0 12 0 3723171 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1532696 CPUtime=0.53
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 8029 0 0 0 50 3 0 0 16 0 12 0 3723171 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 3723173 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3723173 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3723173 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3723178 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1532696 CPUtime=0.37
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 322 0 0 0 37 0 0 0 18 0 12 0 3723178 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1532696 CPUtime=0.63
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2627 0 0 0 63 0 0 0 25 0 12 0 3723178 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3723178 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1532696 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3723178 1569480704 50179 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1532696

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.99 2/119 10468
/proc/meminfo: memFree=1214352/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1533020 CPUtime=15.11
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 60396 0 1 0 1481 30 0 0 18 0 13 0 3723168 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 57407 1431 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=11.56
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32062 0 1 0 1140 16 0 0 25 0 13 0 3723170 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4109596948 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=0.85
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 12131 0 0 0 80 5 0 0 16 0 13 0 3723171 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=0.87
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 12124 0 0 0 82 5 0 0 16 0 13 0 3723171 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 3723173 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1533020 CPUtime=0.66
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 342 0 0 0 66 0 0 0 15 0 13 0 3723178 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1533020 CPUtime=1.1
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2658 0 0 0 110 0 0 0 16 0 13 0 3723178 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3723178 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10468] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10468/stat : 10468 (java) S 10453 10455 10021 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3724205 1569812480 57407 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 1533020

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/119 10468
/proc/meminfo: memFree=1214228/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1533020 CPUtime=28.19
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 60443 0 1 0 2789 30 0 0 18 0 13 0 3723168 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 57451 1436 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=24.23
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32069 0 1 0 2407 16 0 0 25 0 13 0 3723170 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4109596948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=0.85
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 12131 0 0 0 80 5 0 0 16 0 13 0 3723171 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=0.87
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 12124 0 0 0 82 5 0 0 16 0 13 0 3723171 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 3723173 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 57451 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0

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

[pid=10455] ppid=10453 vsize=1533020 CPUtime=1664.91
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 67840 0 1 0 166456 35 0 0 18 0 13 0 3723168 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 64613 1436 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=1660.27
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32078 0 1 0 166011 16 0 0 25 0 13 0 3723170 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4109945216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=1.07
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 16391 0 0 0 100 7 0 0 16 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=1.08
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 15136 0 0 0 101 7 0 0 15 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1533020 CPUtime=0.83
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 356 0 0 0 83 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1533020 CPUtime=1.58
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2698 0 0 0 158 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10468] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10468/stat : 10468 (java) S 10453 10455 10021 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3724205 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.91
Current children cumulated vsize (KiB) 1533020

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10523
/proc/meminfo: memFree=1183972/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1533020 CPUtime=1724.89
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 67844 0 1 0 172454 35 0 0 18 0 13 0 3723168 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 64613 1436 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=1720.25
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32078 0 1 0 172009 16 0 0 25 0 13 0 3723170 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4109596948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=1.07
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 16391 0 0 0 100 7 0 0 16 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=1.08
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 15136 0 0 0 101 7 0 0 15 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1533020 CPUtime=0.83
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 356 0 0 0 83 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1533020 CPUtime=1.58
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2698 0 0 0 158 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10468] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10468/stat : 10468 (java) S 10453 10455 10021 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3724205 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.89
Current children cumulated vsize (KiB) 1533020

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10525
/proc/meminfo: memFree=1183972/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1533020 CPUtime=1784.87
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 67848 0 1 0 178452 35 0 0 18 0 13 0 3723168 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 64613 1436 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=1780.24
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32078 0 1 0 178008 16 0 0 25 0 13 0 3723170 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4109596948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=1.07
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 16391 0 0 0 100 7 0 0 16 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=1.08
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 15136 0 0 0 101 7 0 0 15 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1533020 CPUtime=0.83
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 356 0 0 0 83 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1533020 CPUtime=1.58
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2698 0 0 0 158 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10468] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10468/stat : 10468 (java) S 10453 10455 10021 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3724205 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 1533020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10525
/proc/meminfo: memFree=1183972/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1533020 CPUtime=1800.08
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 67848 0 1 0 179973 35 0 0 18 0 13 0 3723168 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 64613 1436 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=1795.44
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32078 0 1 0 179528 16 0 0 25 0 13 0 3723170 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4109596948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=1.07
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 16391 0 0 0 100 7 0 0 16 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=1.08
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 15136 0 0 0 101 7 0 0 15 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1533020 CPUtime=0.83
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 356 0 0 0 83 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1533020 CPUtime=1.58
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2698 0 0 0 158 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10468] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10468/stat : 10468 (java) S 10453 10455 10021 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3724205 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1533020

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

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

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10525
/proc/meminfo: memFree=1183972/2059040 swapFree=4192956/4192956
[pid=10455] ppid=10453 vsize=1533020 CPUtime=1800.08
/proc/10455/stat : 10455 (java) S 10453 10455 10021 0 -1 4202496 67848 0 1 0 179973 35 0 0 18 0 13 0 3723168 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10455/statm: 383255 64613 1436 10 0 380557 0
[pid=10455/tid=10457] ppid=10453 vsize=1533020 CPUtime=1795.44
/proc/10455/task/10457/stat : 10457 (java) R 10453 10455 10021 0 -1 4202560 32078 0 1 0 179528 16 0 0 25 0 13 0 3723170 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4109596948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10455/tid=10458] ppid=10453 vsize=1533020 CPUtime=1.07
/proc/10455/task/10458/stat : 10458 (java) S 10453 10455 10021 0 -1 4202560 16391 0 0 0 100 7 0 0 16 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10459] ppid=10453 vsize=1533020 CPUtime=1.08
/proc/10455/task/10459/stat : 10459 (java) S 10453 10455 10021 0 -1 4202560 15136 0 0 0 101 7 0 0 15 0 13 0 3723171 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10460] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10460/stat : 10460 (java) S 10453 10455 10021 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10461] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10461/stat : 10461 (java) S 10453 10455 10021 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10462] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10462/stat : 10462 (java) S 10453 10455 10021 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3723173 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10463] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10463/stat : 10463 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10464] ppid=10453 vsize=1533020 CPUtime=0.83
/proc/10455/task/10464/stat : 10464 (java) S 10453 10455 10021 0 -1 4202560 356 0 0 0 83 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10465] ppid=10453 vsize=1533020 CPUtime=1.58
/proc/10455/task/10465/stat : 10465 (java) S 10453 10455 10021 0 -1 4202560 2698 0 0 0 158 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=10455/tid=10466] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10466/stat : 10466 (java) S 10453 10455 10021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10467] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10467/stat : 10467 (java) S 10453 10455 10021 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3723178 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=10455/tid=10468] ppid=10453 vsize=1533020 CPUtime=0
/proc/10455/task/10468/stat : 10468 (java) S 10453 10455 10021 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3724205 1569812480 64613 1992294400 134512640 134550932 4289131696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1533020

Child status: 143
Real time (s): 1797.57
CPU time (s): 1800.15
CPU user time (s): 1799.77
CPU system time (s): 0.376942
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 1533020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67869
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= 36807
involuntary context switches= 11728

runsolver used 3.52246 second user time and 9.61254 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-15 19:51:45
IDJOB=2658869
IDBENCH=2965
IDSOLVER=1164
FILE ID=node041/2658869-1276624302
PBS_JOBID= 11172299
Free space on /tmp= 62060 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=500-sizeP=251-sizeQ=500-280035866-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658869-1276624302/watcher-2658869-1276624302 -o /tmp/evaluation-result-2658869-1276624302/solver-2658869-1276624302 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658869-1276624302.opb

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

MD5SUM BENCH= 0d68396ddd3adb481a49ce1422ebcaec
RANDOM SEED=1143985958

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1439352 kB
Buffers:         84316 kB
Cached:         393888 kB
SwapCached:          0 kB
Active:         226224 kB
Inactive:       311444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1439352 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           25608 kB
Writeback:           0 kB
AnonPages:       59368 kB
Mapped:          15316 kB
Slab:            59756 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180584 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= 62060 MiB
End job on node041 at 2010-06-15 20:21:45