Trace number 2659053

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.21 1796.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
MD5SUM64d4edb5594d01918b916e348b224fe7
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 variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/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-2659053-1276626683.opb
0.22/0.21	c reading problem ... 
2.13/1.47	c ... done. Wall clock time 1.262s.
2.13/1.47	c #vars     10151
2.13/1.47	c #constraints  32520
2.13/1.47	c constraints type 
2.13/1.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
2.13/1.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
2.13/1.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
171.74/170.02	c cleaning 2499 clauses out of 5002 with flag 5002/5002
412.31/410.46	c cleaning 4250 clauses out of 8501 with flag 11000/11000
610.51/608.19	c cleaning 5623 clauses out of 11251 with flag 18000/18000
838.22/835.39	c cleaning 6813 clauses out of 13629 with flag 26001/26001
1075.41/1072.32	c cleaning 7904 clauses out of 15815 with flag 35000/35000
1298.74/1295.35	c cleaning 8956 clauses out of 17911 with flag 45000/45000
1549.69/1546.03	c cleaning 9972 clauses out of 19955 with flag 56000/56000
1800.02/1796.22	c starts		: 77
1800.02/1796.22	c conflicts		: 63805
1800.02/1796.22	c decisions		: 195653
1800.02/1796.22	c propagations		: 13806373
1800.02/1796.22	c inspects		: 155557465
1800.02/1796.22	c learnt literals	: 0
1800.02/1796.22	c learnt binary clauses	: 12
1800.02/1796.22	c learnt ternary clauses	: 27
1800.02/1796.22	c learnt clauses	: 63805
1800.02/1796.22	c ignored clauses	: 0
1800.02/1796.22	c root simplifications	: 0
1800.02/1796.22	c removed literals (reason simplification)	: 141932676
1800.02/1796.22	c reason swapping (by a shorter reason)	: 0
1800.02/1796.22	c Calls to reduceDB	: 7
1800.02/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.22	c number of learned constraints concerned by reduction	: 0
1800.02/1796.22	c number of learning phase by resolution	: 0
1800.02/1796.22	c number of learning phase by cutting planes	: 0
1800.02/1796.22	c speed (assignments/second)	: 7692.653787606951
1800.02/1796.22	c non guided choices	85
1800.02/1796.27	c learnt constraints type 
1800.02/1796.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17777
1800.02/1796.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.02/1796.27	c constraints type 
1800.02/1796.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
1800.02/1796.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
1800.02/1796.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1796.27	s UNKNOWN
1800.02/1796.28	c Total wall clock time (in seconds): 1796.064

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-2659053-1276626683/watcher-2659053-1276626683 -o /tmp/evaluation-result-2659053-1276626683/solver-2659053-1276626683 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659053-1276626683.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.01 1.16 3/106 12765
/proc/meminfo: memFree=1845084/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=428 CPUtime=0
/proc/12765/stat : 12765 (java6) R 12763 12765 11923 0 -1 4194304 123 0 0 0 0 0 0 0 16 0 1 0 3959309 438272 42 1992294400 134512640 134550932 4291124512 18446744073709551615 3899988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 107 45 36 10 0 25 0

[startup+0.0403221 s]
/proc/loadavg: 1.00 1.01 1.16 3/106 12765
/proc/meminfo: memFree=1845084/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1520328 CPUtime=0.02
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 3310 0 1 0 1 1 0 0 15 0 4 0 3959309 1556815872 2753 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 380082 2753 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101326 s]
/proc/loadavg: 1.00 1.01 1.16 3/106 12765
/proc/meminfo: memFree=1845084/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1524184 CPUtime=0.07
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 3949 0 1 0 6 1 0 0 15 0 12 0 3959309 1560764416 3388 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 381046 3388 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524184

[startup+0.301343 s]
/proc/loadavg: 1.00 1.01 1.16 3/106 12765
/proc/meminfo: memFree=1845084/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1525780 CPUtime=0.33
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 5321 0 1 0 31 2 0 0 15 0 12 0 3959309 1562398720 4757 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 381445 4757 1361 10 0 378747 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1525780

[startup+0.701388 s]
/proc/loadavg: 1.00 1.01 1.16 3/106 12765
/proc/meminfo: memFree=1845084/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1527988 CPUtime=1.14
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 7426 0 1 0 110 4 0 0 15 0 12 0 3959309 1564659712 6861 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 381997 6862 1403 10 0 379299 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1527988

[startup+1.51946 s]
/proc/loadavg: 1.00 1.01 1.16 2/118 12777
/proc/meminfo: memFree=1801588/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1530516 CPUtime=2.35
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 20062 0 1 0 225 10 0 0 15 0 12 0 3959309 1567248384 19383 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 382629 19383 1418 10 0 379931 0
[pid=12765/tid=12767] ppid=12763 vsize=1530516 CPUtime=1.48
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 17174 0 1 0 140 8 0 0 25 0 12 0 3959310 1567248384 19383 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 3959312 1567248384 19384 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3959312 1567248384 19384 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3959313 1567248384 19385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 3959314 1567248384 19385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 3959314 1567248384 19385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 3959318 1567248384 19385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1530516 CPUtime=0.12
/proc/12765/task/12774/stat : 12774 (java) R 12763 12765 11923 0 -1 4202560 93 0 0 0 12 0 0 0 18 0 12 0 3959318 1567248384 19385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1530516 CPUtime=0.72
/proc/12765/task/12775/stat : 12775 (java) R 12763 12765 11923 0 -1 4202560 1729 0 0 0 72 0 0 0 15 0 12 0 3959318 1567248384 19385 1992294400 134512640 134550932 4288531600 18446744073709551615 105543007 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 3959318 1567248384 19386 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1530516 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3959318 1567248384 19386 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1530516

[startup+3.10261 s]
/proc/loadavg: 1.00 1.01 1.16 2/119 12778
/proc/meminfo: memFree=1771076/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1531260 CPUtime=4.49
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 20985 0 1 0 439 10 0 0 15 0 13 0 3959309 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 382815 20305 1424 10 0 380117 0
[pid=12765/tid=12767] ppid=12763 vsize=1531260 CPUtime=2.98
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 17929 0 1 0 290 8 0 0 25 0 13 0 3959310 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4109716979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 3959312 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3959312 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 3959313 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 3959314 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3959314 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1531260 CPUtime=0.33
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 110 0 0 0 33 0 0 0 16 0 13 0 3959318 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1531260 CPUtime=1.14
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 1876 0 0 0 114 0 0 0 15 0 13 0 3959318 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3959318 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1568010240 20305 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 1531260

[startup+6.30192 s]
/proc/loadavg: 1.00 1.01 1.16 2/119 12778
/proc/meminfo: memFree=1766240/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1531260 CPUtime=7.75
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 21902 0 1 0 764 11 0 0 15 0 13 0 3959309 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 382815 21025 1424 10 0 380117 0
[pid=12765/tid=12767] ppid=12763 vsize=1531260 CPUtime=6.18
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 18842 0 1 0 609 9 0 0 25 0 13 0 3959310 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4109658142 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 3959312 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3959312 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 3959313 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 3959314 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3959314 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1531260 CPUtime=0.38
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 113 0 0 0 38 0 0 0 15 0 13 0 3959318 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1531260 CPUtime=1.16
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 1877 0 0 0 116 0 0 0 15 0 13 0 3959318 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3959318 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1568010240 21025 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 1531260

[startup+12.7015 s]
/proc/loadavg: 1.00 1.01 1.16 2/119 12778
/proc/meminfo: memFree=1754956/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1531260 CPUtime=14.14
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 24693 0 1 0 1402 12 0 0 15 0 13 0 3959309 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 382815 23816 1424 10 0 380117 0
[pid=12765/tid=12767] ppid=12763 vsize=1531260 CPUtime=12.56
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 21632 0 1 0 1246 10 0 0 25 0 13 0 3959310 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4109651282 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 3959312 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3959312 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 3959313 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 3959314 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3959314 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1531260 CPUtime=0.38
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 113 0 0 0 38 0 0 0 15 0 13 0 3959318 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1531260 CPUtime=1.17
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 1878 0 0 0 117 0 0 0 15 0 13 0 3959318 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3959318 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1531260 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1568010240 23816 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 1531260

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.16 2/119 12778
/proc/meminfo: memFree=1736480/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1534068 CPUtime=27
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 29264 0 1 0 2686 14 0 0 15 0 13 0 3959309 1570885632 28385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 383517 28385 1425 10 0 380819 0
[pid=12765/tid=12767] ppid=12763 vsize=1534068 CPUtime=25.34
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 25607 0 1 0 2522 12 0 0 25 0 13 0 3959310 1570885632 28385 1992294400 134512640 134550932 4288531600 18446744073709551615 4109658254 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1534068 CPUtime=0
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 3959312 1570885632 28385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1534068 CPUtime=0
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3959312 1570885632 28385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1534068 CPUtime=0
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 3959313 1570885632 28385 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1534068 CPUtime=0

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

[pid=12765/tid=12771] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1533940 CPUtime=1.18
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 4816 0 0 0 116 2 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1533940 CPUtime=1.45
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 2894 0 0 0 145 0 0 0 16 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.05
Current children cumulated vsize (KiB) 1533940

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/119 12825
/proc/meminfo: memFree=1353472/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1533940 CPUtime=1666.06
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 121364 0 1 0 166545 61 0 0 15 0 13 0 3959309 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 383485 112874 1442 10 0 380787 0
[pid=12765/tid=12767] ppid=12763 vsize=1533940 CPUtime=1658.91
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 32109 0 1 0 165876 15 0 0 25 0 13 0 3959310 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4109647903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1533940 CPUtime=1.91
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 39861 0 0 0 172 19 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1533940 CPUtime=1.89
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 38557 0 0 0 169 20 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1533940 CPUtime=0.66
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 1959 0 0 0 65 1 0 0 15 0 13 0 3959313 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1533940 CPUtime=1.18
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 4816 0 0 0 116 2 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1533940 CPUtime=1.45
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 2894 0 0 0 145 0 0 0 16 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.06
Current children cumulated vsize (KiB) 1533940

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/119 12827
/proc/meminfo: memFree=1353348/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1533940 CPUtime=1726.07
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 121370 0 1 0 172546 61 0 0 15 0 13 0 3959309 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 383485 112874 1442 10 0 380787 0
[pid=12765/tid=12767] ppid=12763 vsize=1533940 CPUtime=1718.85
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 32111 0 1 0 171870 15 0 0 25 0 13 0 3959310 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4109651472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1533940 CPUtime=1.95
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 39861 0 0 0 176 19 0 0 15 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1533940 CPUtime=1.93
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 38557 0 0 0 173 20 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1533940 CPUtime=0.66
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 1961 0 0 0 65 1 0 0 15 0 13 0 3959313 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1533940 CPUtime=1.18
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 4816 0 0 0 116 2 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1533940 CPUtime=1.45
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 2894 0 0 0 145 0 0 0 16 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.07
Current children cumulated vsize (KiB) 1533940

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/119 12838
/proc/meminfo: memFree=1352064/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1533940 CPUtime=1786.11
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 121380 0 1 0 178550 61 0 0 15 0 13 0 3959309 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 383485 112874 1442 10 0 380787 0
[pid=12765/tid=12767] ppid=12763 vsize=1533940 CPUtime=1778.76
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 32113 0 1 0 177861 15 0 0 25 0 13 0 3959310 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4109658142 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1533940 CPUtime=2
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 39861 0 0 0 181 19 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1533940 CPUtime=1.99
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 38557 0 0 0 179 20 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1533940 CPUtime=0.66
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 1965 0 0 0 65 1 0 0 15 0 13 0 3959313 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1533940 CPUtime=1.18
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 4816 0 0 0 116 2 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1533940 CPUtime=1.45
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 2894 0 0 0 145 0 0 0 16 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.11
Current children cumulated vsize (KiB) 1533940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.02 2/119 12838
/proc/meminfo: memFree=1352064/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=1533940 CPUtime=1800.02
/proc/12765/stat : 12765 (java) S 12763 12765 11923 0 -1 4202496 121380 0 1 0 179941 61 0 0 15 0 13 0 3959309 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 383485 112874 1442 10 0 380787 0
[pid=12765/tid=12767] ppid=12763 vsize=1533940 CPUtime=1792.67
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4202560 32113 0 1 0 179252 15 0 0 25 0 13 0 3959310 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4109736098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12765/tid=12768] ppid=12763 vsize=1533940 CPUtime=2
/proc/12765/task/12768/stat : 12768 (java) S 12763 12765 11923 0 -1 4202560 39861 0 0 0 181 19 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12769] ppid=12763 vsize=1533940 CPUtime=1.99
/proc/12765/task/12769/stat : 12769 (java) S 12763 12765 11923 0 -1 4202560 38557 0 0 0 179 20 0 0 16 0 13 0 3959312 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12770] ppid=12763 vsize=1533940 CPUtime=0.66
/proc/12765/task/12770/stat : 12770 (java) S 12763 12765 11923 0 -1 4202560 1965 0 0 0 65 1 0 0 15 0 13 0 3959313 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 0 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12771] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12771/stat : 12771 (java) S 12763 12765 11923 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12772] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12772/stat : 12772 (java) S 12763 12765 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3959314 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12773] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12773/stat : 12773 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12774] ppid=12763 vsize=1533940 CPUtime=1.18
/proc/12765/task/12774/stat : 12774 (java) S 12763 12765 11923 0 -1 4202560 4816 0 0 0 116 2 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12775] ppid=12763 vsize=1533940 CPUtime=1.45
/proc/12765/task/12775/stat : 12775 (java) S 12763 12765 11923 0 -1 4202560 2894 0 0 0 145 0 0 0 16 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
[pid=12765/tid=12776] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12776/stat : 12776 (java) S 12763 12765 11923 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12777] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12777/stat : 12777 (java) S 12763 12765 11923 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 3959318 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 0 0 0 0
[pid=12765/tid=12778] ppid=12763 vsize=1533940 CPUtime=0
/proc/12765/task/12778/stat : 12778 (java) S 12763 12765 11923 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3959461 1570754560 112874 1992294400 134512640 134550932 4288531600 18446744073709551615 4294960144 0 4 0 16800975 18446604437828000768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1533940

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

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

[startup+1796.32 s]
/proc/loadavg: 1.00 1.00 1.02 2/119 12838
/proc/meminfo: memFree=1352064/2059040 swapFree=4192956/4192956
[pid=12765] ppid=12763 vsize=0 CPUtime=1800.18
/proc/12765/stat : 12765 (java) Z 12763 12765 11923 0 -1 4203548 121404 0 1 0 179954 64 0 0 15 0 2 0 3959309 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12765/statm: 0 0 0 0 0 0 0
[pid=12765/tid=12767] ppid=12763 vsize=0 CPUtime=1792.78
/proc/12765/task/12767/stat : 12767 (java) R 12763 12765 11923 0 -1 4203588 32113 0 1 0 179260 18 0 0 25 0 2 0 3959310 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.34
CPU time (s): 1800.21
CPU user time (s): 1799.55
CPU system time (s): 0.663899
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 1541520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121404
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= 37259
involuntary context switches= 20857

runsolver used 3.79142 second user time and 9.35858 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-15 20:31:24
IDJOB=2659053
IDBENCH=3003
IDSOLVER=1164
FILE ID=node056/2659053-1276626683
PBS_JOBID= 11172325
Free space on /tmp= 98636 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=140-sizeP=71-sizeQ=140-217105354-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659053-1276626683/watcher-2659053-1276626683 -o /tmp/evaluation-result-2659053-1276626683/solver-2659053-1276626683 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659053-1276626683.opb

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

MD5SUM BENCH= 64d4edb5594d01918b916e348b224fe7
RANDOM SEED=996650357

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1845480 kB
Buffers:          2964 kB
Cached:          75268 kB
SwapCached:          0 kB
Active:          59272 kB
Inactive:        78228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1845480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1384 kB
Writeback:           0 kB
AnonPages:       59236 kB
Mapped:          15460 kB
Slab:            53920 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179692 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= 98636 MiB
End job on node056 at 2010-06-15 21:01:22