Trace number 2658882

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.2 1797.81

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658882-1276625911.opb
0.22/0.21	c reading problem ... 
2.85/1.97	c ... done. Wall clock time 1.758s.
2.85/1.97	c #vars     16651
2.85/1.97	c #constraints  53237
2.85/1.97	c constraints type 
2.85/1.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
2.85/1.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
2.85/1.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
405.61/403.64	c cleaning 2497 clauses out of 5000 with flag 5000/5000
874.97/872.81	c cleaning 4248 clauses out of 8503 with flag 11000/11000
1362.64/1360.43	c cleaning 5620 clauses out of 11258 with flag 18003/18003
1800.07/1797.71	c starts		: 51
1800.07/1797.71	c conflicts		: 23269
1800.07/1797.71	c decisions		: 164315
1800.07/1797.71	c propagations		: 11279641
1800.07/1797.71	c inspects		: 103306241
1800.07/1797.72	c learnt literals	: 0
1800.07/1797.72	c learnt binary clauses	: 13
1800.07/1797.72	c learnt ternary clauses	: 9
1800.07/1797.72	c learnt clauses	: 23268
1800.07/1797.72	c ignored clauses	: 0
1800.07/1797.72	c root simplifications	: 0
1800.07/1797.72	c removed literals (reason simplification)	: 90426615
1800.07/1797.72	c reason swapping (by a shorter reason)	: 0
1800.07/1797.72	c Calls to reduceDB	: 3
1800.07/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.72	c number of learned constraints concerned by reduction	: 0
1800.07/1797.72	c number of learning phase by resolution	: 0
1800.07/1797.72	c number of learning phase by cutting planes	: 0
1800.07/1797.72	c speed (assignments/second)	: 6281.315554268563
1800.07/1797.72	c non guided choices	79
1800.07/1797.74	c learnt constraints type 
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10891
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.07/1797.74	c constraints type 
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1800.07/1797.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.07/1797.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1797.74	s UNKNOWN
1800.07/1797.74	c Total wall clock time (in seconds): 1797.525

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-2658882-1276625911/watcher-2658882-1276625911 -o /tmp/evaluation-result-2658882-1276625911/solver-2658882-1276625911 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658882-1276625911.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13579
/proc/meminfo: memFree=1889444/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=444 CPUtime=0
/proc/13579/stat : 13579 (java6) R 13577 13579 13072 0 -1 4194304 130 0 0 0 0 0 0 0 19 0 1 0 3882492 454656 49 1992294400 134512640 134550932 4292473104 18446744073709551615 7242324 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13579/statm: 436 51 40 10 0 25 0

[startup+0.0967939 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13579
/proc/meminfo: memFree=1889444/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1522636 CPUtime=0.08
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 3891 0 1 0 6 2 0 0 15 0 9 0 3882492 1559179264 3331 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 380659 3331 1061 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522636

[startup+0.101785 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13579
/proc/meminfo: memFree=1889444/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1524184 CPUtime=0.08
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 3882492 1560764416 3395 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301814 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13579
/proc/meminfo: memFree=1889444/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1526244 CPUtime=0.34
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 5368 0 1 0 31 3 0 0 15 0 12 0 3882492 1562873856 4804 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 381561 4804 1361 10 0 378863 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526244

[startup+0.70187 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 13579
/proc/meminfo: memFree=1889444/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1527516 CPUtime=1.11
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 7294 0 1 0 107 4 0 0 15 0 12 0 3882492 1564176384 6730 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 381879 6731 1403 10 0 379181 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527516

[startup+1.50196 s]
/proc/loadavg: 1.16 1.03 1.01 4/117 13591
/proc/meminfo: memFree=1850728/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1528296 CPUtime=2.28
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 23955 0 2 0 215 13 0 0 15 0 12 0 3882492 1564975104 23391 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382074 23391 1407 10 0 379376 0
[pid=13579/tid=13581] ppid=13577 vsize=1528296 CPUtime=1.47
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 21761 0 1 0 135 12 0 0 25 0 12 0 3882494 1564975104 23391 1992294400 134512640 134550932 4287720320 18446744073709551615 4108843847 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 3882495 1564975104 23392 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3882495 1564975104 23392 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3882497 1564975104 23392 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 3882497 1564975104 23392 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 3882497 1564975104 23392 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 3882501 1564975104 23393 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1528296 CPUtime=0.56
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 574 0 0 0 56 0 0 0 16 0 12 0 3882501 1564975104 23393 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1528296 CPUtime=0.23
/proc/13579/task/13589/stat : 13589 (java) R 13577 13579 13072 0 -1 4202560 554 0 1 0 23 0 0 0 18 0 12 0 3882502 1564975104 23393 1992294400 134512640 134550932 4287720320 18446744073709551615 105724369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 3882502 1564975104 23393 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1528296 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3882502 1564975104 23394 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1528296

[startup+3.10217 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 13592
/proc/meminfo: memFree=1782644/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1529868 CPUtime=4.47
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 29836 0 2 0 432 15 0 0 15 0 13 0 3882492 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382467 28889 1424 10 0 379769 0
[pid=13579/tid=13581] ppid=13577 vsize=1529868 CPUtime=2.88
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 26688 0 1 0 275 13 0 0 19 0 13 0 3882494 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4109152469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 3882495 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3882495 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 3882497 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 3882497 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 3882497 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1529868 CPUtime=0.97
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1259 0 0 0 97 0 0 0 15 0 13 0 3882501 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1529868 CPUtime=0.58
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 819 0 1 0 58 0 0 0 15 0 13 0 3882502 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3882502 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1529868 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1566584832 28889 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1529868

[startup+6.30157 s]
/proc/loadavg: 1.15 1.03 1.01 2/118 13592
/proc/meminfo: memFree=1775764/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1530348 CPUtime=7.9
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 30923 0 3 0 775 15 0 0 15 0 13 0 3882492 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382587 29650 1426 10 0 379889 0
[pid=13579/tid=13581] ppid=13577 vsize=1530348 CPUtime=5.99
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 27493 0 1 0 585 14 0 0 25 0 13 0 3882494 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4109152328 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 3882495 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3882495 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 3882497 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 3882497 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 3882497 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1530348 CPUtime=1.11
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1264 0 1 0 111 0 0 0 15 0 13 0 3882501 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1530348 CPUtime=0.77
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1096 0 1 0 77 0 0 0 15 0 13 0 3882502 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3882502 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1567076352 29650 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1530348

[startup+12.7014 s]
/proc/loadavg: 1.13 1.03 1.01 2/118 13592
/proc/meminfo: memFree=1770432/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1530348 CPUtime=14.31
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 32168 0 3 0 1415 16 0 0 15 0 13 0 3882492 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382587 30892 1426 10 0 379889 0
[pid=13579/tid=13581] ppid=13577 vsize=1530348 CPUtime=12.38
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 28737 0 1 0 1224 14 0 0 25 0 13 0 3882494 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4109152288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 3882495 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3882495 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 3882497 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 3882497 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 3882497 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1530348 CPUtime=1.11
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1264 0 1 0 111 0 0 0 15 0 13 0 3882501 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1530348 CPUtime=0.79
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1097 0 1 0 79 0 0 0 15 0 13 0 3882502 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3882502 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1567076352 30892 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 1530348

[startup+25.502 s]
/proc/loadavg: 1.11 1.03 1.01 2/118 13594
/proc/meminfo: memFree=1757288/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1530348 CPUtime=27.17
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 38298 0 3 0 2697 20 0 0 15 0 13 0 3882492 1567076352 37001 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382587 37001 1435 10 0 379889 0
[pid=13579/tid=13581] ppid=13577 vsize=1530348 CPUtime=25.13
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 32062 0 1 0 2497 16 0 0 25 0 13 0 3882494 1567076352 37001 1992294400 134512640 134550932 4287720320 18446744073709551615 4109080100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1530348 CPUtime=0.04
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 959 0 0 0 4 0 0 0 16 0 13 0 3882495 1567076352 37001 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1530348 CPUtime=0.03
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 1840 0 0 0 2 1 0 0 18 0 13 0 3882495 1567076352 37001 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1530348 CPUtime=0
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 3882497 1567076352 37001 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1530348 CPUtime=0

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

[pid=13579] ppid=13577 vsize=1529356 CPUtime=1664.65
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 103212 0 3 0 166401 64 0 0 15 0 13 0 3882492 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382339 99937 1444 10 0 379641 0
[pid=13579/tid=13581] ppid=13577 vsize=1529356 CPUtime=1659.6
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 32104 0 1 0 165938 22 0 0 25 0 13 0 3882494 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4109080080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1529356 CPUtime=1.19
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 36989 0 0 0 99 20 0 0 15 0 13 0 3882495 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1529356 CPUtime=1.19
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 30495 0 0 0 101 18 0 0 16 0 13 0 3882495 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1529356 CPUtime=0.36
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 68 0 0 0 36 0 0 0 15 0 13 0 3882497 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1529356 CPUtime=1.33
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1281 0 1 0 133 0 0 0 15 0 13 0 3882501 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1529356 CPUtime=0.91
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1104 0 1 0 91 0 0 0 15 0 13 0 3882502 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3882502 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1566060544 99937 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.65
Current children cumulated vsize (KiB) 1529356

[startup+1722.3 s]
/proc/loadavg: 1.14 1.17 1.08 2/118 13641
/proc/meminfo: memFree=1484244/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1529356 CPUtime=1724.67
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 104984 0 3 0 172402 65 0 0 15 0 13 0 3882492 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382339 101684 1444 10 0 379641 0
[pid=13579/tid=13581] ppid=13577 vsize=1529356 CPUtime=1719.51
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 32107 0 1 0 171929 22 0 0 25 0 13 0 3882494 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4109152446 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1529356 CPUtime=1.25
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 38129 0 0 0 104 21 0 0 15 0 13 0 3882495 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1529356 CPUtime=1.24
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 31116 0 0 0 106 18 0 0 15 0 13 0 3882495 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1529356 CPUtime=0.36
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 72 0 0 0 36 0 0 0 15 0 13 0 3882497 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1529356 CPUtime=1.33
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1281 0 1 0 133 0 0 0 15 0 13 0 3882501 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1529356 CPUtime=0.91
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1104 0 1 0 91 0 0 0 15 0 13 0 3882502 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 3882502 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1566060544 101684 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.67
Current children cumulated vsize (KiB) 1529356

[startup+1782.3 s]
/proc/loadavg: 1.11 1.15 1.08 2/118 13643
/proc/meminfo: memFree=1473332/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1529356 CPUtime=1784.66
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 107700 0 3 0 178400 66 0 0 15 0 13 0 3882492 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382339 104379 1444 10 0 379641 0
[pid=13579/tid=13581] ppid=13577 vsize=1529356 CPUtime=1779.44
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 32109 0 1 0 177922 22 0 0 25 0 13 0 3882494 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4109080100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1529356 CPUtime=1.28
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 39129 0 0 0 107 21 0 0 15 0 13 0 3882495 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1529356 CPUtime=1.27
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 32824 0 0 0 108 19 0 0 16 0 13 0 3882495 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1529356 CPUtime=0.37
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 74 0 0 0 37 0 0 0 15 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1529356 CPUtime=1.33
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1281 0 1 0 133 0 0 0 15 0 13 0 3882501 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1529356 CPUtime=0.91
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1104 0 1 0 91 0 0 0 15 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 1529356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.09 1.14 1.08 2/118 13643
/proc/meminfo: memFree=1473332/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1529356 CPUtime=1800.07
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 107700 0 3 0 179941 66 0 0 15 0 13 0 3882492 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382339 104379 1444 10 0 379641 0
[pid=13579/tid=13581] ppid=13577 vsize=1529356 CPUtime=1794.84
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 32109 0 1 0 179462 22 0 0 25 0 13 0 3882494 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4109160116 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1529356 CPUtime=1.28
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 39129 0 0 0 107 21 0 0 15 0 13 0 3882495 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1529356 CPUtime=1.27
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 32824 0 0 0 108 19 0 0 16 0 13 0 3882495 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1529356 CPUtime=0.37
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 74 0 0 0 37 0 0 0 15 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1529356 CPUtime=1.33
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1281 0 1 0 133 0 0 0 15 0 13 0 3882501 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1529356 CPUtime=0.91
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1104 0 1 0 91 0 0 0 15 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1529356

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.09 1.14 1.08 2/118 13643
/proc/meminfo: memFree=1473332/2059040 swapFree=4140536/4192956
[pid=13579] ppid=13577 vsize=1529356 CPUtime=1800.07
/proc/13579/stat : 13579 (java) S 13577 13579 13072 0 -1 4202496 107700 0 3 0 179941 66 0 0 15 0 13 0 3882492 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13579/statm: 382339 104379 1444 10 0 379641 0
[pid=13579/tid=13581] ppid=13577 vsize=1529356 CPUtime=1794.84
/proc/13579/task/13581/stat : 13581 (java) R 13577 13579 13072 0 -1 4202560 32109 0 1 0 179462 22 0 0 25 0 13 0 3882494 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4109160116 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13579/tid=13582] ppid=13577 vsize=1529356 CPUtime=1.28
/proc/13579/task/13582/stat : 13582 (java) S 13577 13579 13072 0 -1 4202560 39129 0 0 0 107 21 0 0 15 0 13 0 3882495 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13583] ppid=13577 vsize=1529356 CPUtime=1.27
/proc/13579/task/13583/stat : 13583 (java) S 13577 13579 13072 0 -1 4202560 32824 0 0 0 108 19 0 0 16 0 13 0 3882495 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13584] ppid=13577 vsize=1529356 CPUtime=0.37
/proc/13579/task/13584/stat : 13584 (java) S 13577 13579 13072 0 -1 4202560 74 0 0 0 37 0 0 0 15 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 0 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13585] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13585/stat : 13585 (java) S 13577 13579 13072 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13586] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13586/stat : 13586 (java) S 13577 13579 13072 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3882497 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13587] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13587/stat : 13587 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3882501 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13588] ppid=13577 vsize=1529356 CPUtime=1.33
/proc/13579/task/13588/stat : 13588 (java) S 13577 13579 13072 0 -1 4202560 1281 0 1 0 133 0 0 0 15 0 13 0 3882501 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13589] ppid=13577 vsize=1529356 CPUtime=0.91
/proc/13579/task/13589/stat : 13589 (java) S 13577 13579 13072 0 -1 4202560 1104 0 1 0 91 0 0 0 15 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13590] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13590/stat : 13590 (java) S 13577 13579 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 0 0 0 0
[pid=13579/tid=13591] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13591/stat : 13591 (java) S 13577 13579 13072 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 3882502 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
[pid=13579/tid=13592] ppid=13577 vsize=1529356 CPUtime=0
/proc/13579/task/13592/stat : 13592 (java) S 13577 13579 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3882698 1566060544 104379 1992294400 134512640 134550932 4287720320 18446744073709551615 4294960144 0 4 0 16800975 18446604437869278400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1529356

Child status: 143
Real time (s): 1797.81
CPU time (s): 1800.2
CPU user time (s): 1799.5
CPU system time (s): 0.706892
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 1530892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107724
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37163
involuntary context switches= 36315

runsolver used 3.21951 second user time and 9.58454 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-15 20:18:31
IDJOB=2658882
IDBENCH=2991
IDSOLVER=1164
FILE ID=node054/2658882-1276625911
PBS_JOBID= 11172332
Free space on /tmp= 62480 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=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658882-1276625911/watcher-2658882-1276625911 -o /tmp/evaluation-result-2658882-1276625911/solver-2658882-1276625911 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658882-1276625911.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=1580571846

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1889840 kB
Buffers:         13592 kB
Cached:          77256 kB
SwapCached:       6504 kB
Active:          30444 kB
Inactive:        73972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1889840 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:            2396 kB
Writeback:           0 kB
AnonPages:       11028 kB
Mapped:          12868 kB
Slab:            43116 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62476 MiB
End job on node054 at 2010-06-15 20:48:31