Trace number 1856904

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.18 1789.81

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136-max.opb
MD5SUM14ad76473b11124898801a98a6be0f15
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397772411513099461947533223824223812108544718420760849241103931105427591146783146989758993585507676769708326131434170738798141111110216594893389039561
Number of bits of the biggest sum of numbers721
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.1.1.v20090612
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1342000320
0.08/0.14	c Max memory 1344274432
0.08/0.14	c Total memory 1344274432
0.08/0.14	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856904-1244928138.opb
0.22/0.21	c reading problem ... 
10.37/9.13	c ... done. Wall clock time 8.923s.
10.37/9.13	c #vars     116401
10.37/9.13	c #constraints  376444
10.37/9.13	c constraints type 
10.37/9.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
10.37/9.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
10.37/9.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1789.72	c starts		: 1
1800.08/1789.72	c conflicts		: 3
1800.08/1789.72	c decisions		: 487
1800.08/1789.72	c propagations		: 147518
1800.08/1789.72	c inspects		: 673749
1800.08/1789.72	c learnt literals	: 0
1800.08/1789.72	c learnt binary clauses	: 0
1800.08/1789.72	c learnt ternary clauses	: 0
1800.08/1789.72	c learnt clauses	: 2
1800.08/1789.72	c ignored clauses	: 0
1800.08/1789.72	c root simplifications	: 0
1800.08/1789.72	c removed literals (reason simplification)	: 0
1800.08/1789.72	c reason swapping (by a shorter reason)	: 0
1800.08/1789.72	c Calls to reduceDB	: 0
1800.08/1789.72	c speed (assignments/second)	: 82.8481458039305
1800.08/1789.72	c non guided choices	2
1800.08/1789.72	c learnt constraints type 
1800.08/1789.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1789.72	c constraints type 
1800.08/1789.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
1800.08/1789.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
1800.08/1789.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1789.72	s UNKNOWN
1800.08/1789.72	c Total wall clock time (in seconds): 1789.511

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-1856904-1244928138/watcher-1856904-1244928138 -o /tmp/evaluation-result-1856904-1244928138/solver-1856904-1244928138 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856904-1244928138.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.00 2/64 21323
/proc/meminfo: memFree=1357512/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=152 CPUtime=0
/proc/21323/stat : 21323 (java) R 21321 21323 21072 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 45516821 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 7618859 0 0 4096 0 0 0 0 17 0 0 0
/proc/21323/statm: 38 26 19 9 0 4 0

[startup+0.099413 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 21323
/proc/meminfo: memFree=1357512/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1472584 CPUtime=0.08
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 3640 0 1 0 6 2 0 0 18 0 12 0 45516821 1507926016 3383 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 368146 3384 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.101412 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 21323
/proc/meminfo: memFree=1357512/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1472584 CPUtime=0.08
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 3656 0 1 0 6 2 0 0 18 0 12 0 45516821 1507926016 3399 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 368146 3399 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301442 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 21323
/proc/meminfo: memFree=1357512/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1474780 CPUtime=0.37
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 5643 0 1 0 33 4 0 0 18 0 12 0 45516821 1510174720 5380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 368695 5380 1360 9 0 366038 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1474780

[startup+0.70149 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 21323
/proc/meminfo: memFree=1357512/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1476284 CPUtime=0.98
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 7777 0 1 0 93 5 0 0 18 0 12 0 45516821 1511714816 7296 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369071 7296 1398 9 0 366414 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476284

[startup+1.50257 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 21335
/proc/meminfo: memFree=1320744/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1476464 CPUtime=1.98
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 23593 0 1 0 184 14 0 0 18 0 12 0 45516821 1511899136 22805 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369116 22806 1402 9 0 366459 0
[pid=21323/tid=21325] ppid=21321 vsize=1476464 CPUtime=1.29
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 21124 0 1 0 117 12 0 0 21 0 12 0 45516822 1511899136 22807 1992294400 134512640 134550932 4294956000 18446744073709551615 4109511271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 45516823 1511899136 22808 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 45516823 1511899136 22809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 45516825 1511899136 22811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 45516825 1511899136 22812 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 45516825 1511899136 22813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 45516829 1511899136 22814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1476464 CPUtime=0.35
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 626 0 0 0 35 0 0 0 17 0 12 0 45516829 1511899136 22815 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1476464 CPUtime=0.31
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1105 0 0 0 31 0 0 0 16 0 12 0 45516829 1511899136 22816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 45516829 1511899136 22818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 45516829 1511899136 22819 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1476464

[startup+3.10176 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 21335
/proc/meminfo: memFree=1221480/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1476464 CPUtime=3.73
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 40658 0 1 0 352 21 0 0 18 0 12 0 45516821 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369116 39814 1412 9 0 366459 0
[pid=21323/tid=21325] ppid=21321 vsize=1476464 CPUtime=2.74
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 30930 0 1 0 258 16 0 0 18 0 12 0 45516822 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1476464 CPUtime=0.13
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 3691 0 0 0 12 1 0 0 17 0 12 0 45516823 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1476464 CPUtime=0.14
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 3552 0 0 0 13 1 0 0 17 0 12 0 45516823 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 45516825 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 45516825 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 45516825 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 45516829 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1476464 CPUtime=0.35
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 626 0 0 0 35 0 0 0 17 0 12 0 45516829 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1476464 CPUtime=0.31
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1105 0 0 0 31 0 0 0 16 0 12 0 45516829 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 45516829 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 45516829 1511899136 39814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1476464

[startup+6.30213 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 21335
/proc/meminfo: memFree=1179112/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1476464 CPUtime=7.21
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 46981 0 1 0 696 25 0 0 18 0 12 0 45516821 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369116 45841 1414 9 0 366459 0
[pid=21323/tid=21325] ppid=21321 vsize=1476464 CPUtime=5.68
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 30933 0 1 0 551 17 0 0 25 0 12 0 45516822 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4109437067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1476464 CPUtime=0.4
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 7252 0 0 0 38 2 0 0 16 0 12 0 45516823 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1476464 CPUtime=0.4
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 6306 0 0 0 38 2 0 0 17 0 12 0 45516823 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 45516825 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 45516825 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 45516825 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 45516829 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1476464 CPUtime=0.36
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 628 0 0 0 36 0 0 0 16 0 12 0 45516829 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1476464 CPUtime=0.31
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1105 0 0 0 31 0 0 0 16 0 12 0 45516829 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 45516829 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1476464 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 45516829 1511899136 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 1476464

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 21336
/proc/meminfo: memFree=1166816/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1477812 CPUtime=14.26
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 50337 0 1 0 1398 28 0 0 18 0 13 0 45516821 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 48898 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=11.74
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 30981 0 1 0 1156 18 0 0 25 0 13 0 45516822 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109627604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=0.55
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 8577 0 0 0 52 3 0 0 18 0 13 0 45516823 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=0.55
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 7981 0 0 0 51 4 0 0 18 0 13 0 45516823 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1477812 CPUtime=0.71
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 892 0 0 0 71 0 0 0 16 0 13 0 45516829 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1477812 CPUtime=0.66
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1144 0 0 0 66 0 0 0 16 0 13 0 45516829 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 45516829 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21336] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21336/stat : 21336 (java) S 21321 21323 21072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 45517765 1513279488 48898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 1477812

[startup+25.5023 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 21336
/proc/meminfo: memFree=1142688/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1477812 CPUtime=27.67
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 56807 0 1 0 2736 31 0 0 18 0 13 0 45516821 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 54947 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=24.15
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 30994 0 1 0 2397 18 0 0 25 0 13 0 45516822 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4109798336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=0.82
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 12307 0 0 0 77 5 0 0 16 0 13 0 45516823 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=0.81
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 10664 0 0 0 76 5 0 0 16 0 13 0 45516823 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 54947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0

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

[pid=21323] ppid=21321 vsize=1477812 CPUtime=1672.13
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 66131 0 1 0 166987 226 0 0 18 0 13 0 45516821 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 59860 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=1640.26
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 33997 0 1 0 164003 23 0 0 22 0 13 0 45516822 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4109981096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=14.77
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 15766 0 0 0 1384 93 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=14.62
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 13511 0 0 0 1370 92 0 0 15 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0.38
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 24 14 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1477812 CPUtime=1.04
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 932 0 0 0 104 0 0 0 17 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1477812 CPUtime=0.99
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1163 0 0 0 99 0 0 0 16 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21336] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21336/stat : 21336 (java) S 21321 21323 21072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 45517765 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.13
Current children cumulated vsize (KiB) 1477812

[startup+1722.3 s]
/proc/loadavg: 1.06 1.08 1.03 2/77 21336
/proc/meminfo: memFree=1122528/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1477812 CPUtime=1732.39
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 66234 0 1 0 173006 233 0 0 18 0 13 0 45516821 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 59860 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=1699.56
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 34100 0 1 0 169933 23 0 0 20 0 13 0 45516822 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4109980858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=15.26
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 15766 0 0 0 1430 96 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=15.07
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 13511 0 0 0 1413 94 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0.4
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 25 15 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1477812 CPUtime=1.04
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 932 0 0 0 104 0 0 0 17 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1477812 CPUtime=0.99
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1163 0 0 0 99 0 0 0 16 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21336] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21336/stat : 21336 (java) S 21321 21323 21072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 45517765 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.39
Current children cumulated vsize (KiB) 1477812

[startup+1782.3 s]
/proc/loadavg: 1.13 1.09 1.03 2/77 21336
/proc/meminfo: memFree=1122464/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1477812 CPUtime=1792.63
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 66339 0 1 0 179023 240 0 0 18 0 13 0 45516821 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 59860 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=1758.84
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 34205 0 1 0 175860 24 0 0 25 0 13 0 45516822 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4109640795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=15.75
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 15766 0 0 0 1476 99 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=15.53
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 13511 0 0 0 1455 98 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0.4
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 25 15 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1477812 CPUtime=1.04
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 932 0 0 0 104 0 0 0 17 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1477812 CPUtime=0.99
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1163 0 0 0 99 0 0 0 16 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21336] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21336/stat : 21336 (java) S 21321 21323 21072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 45517765 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.63
Current children cumulated vsize (KiB) 1477812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.71 s]
/proc/loadavg: 1.12 1.09 1.03 2/77 21336
/proc/meminfo: memFree=1122464/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1477812 CPUtime=1800.08
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 66352 0 1 0 179767 241 0 0 18 0 13 0 45516821 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 59860 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=1766.16
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 34218 0 1 0 176592 24 0 0 25 0 13 0 45516822 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4109640777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=15.81
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 15766 0 0 0 1482 99 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=15.59
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 13511 0 0 0 1461 98 0 0 15 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0.4
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 25 15 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1477812 CPUtime=1.04
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 932 0 0 0 104 0 0 0 17 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1477812 CPUtime=0.99
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1163 0 0 0 99 0 0 0 16 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) R 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21336] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21336/stat : 21336 (java) S 21321 21323 21072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 45517765 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1477812

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

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

[startup+1789.71 s]
/proc/loadavg: 1.12 1.09 1.03 2/77 21336
/proc/meminfo: memFree=1122464/2055920 swapFree=4192956/4192956
[pid=21323] ppid=21321 vsize=1477812 CPUtime=1800.08
/proc/21323/stat : 21323 (java) S 21321 21323 21072 0 -1 0 66352 0 1 0 179767 241 0 0 18 0 13 0 45516821 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21323/statm: 369453 59860 1429 9 0 366796 0
[pid=21323/tid=21325] ppid=21321 vsize=1477812 CPUtime=1766.16
/proc/21323/task/21325/stat : 21325 (java) R 21321 21323 21072 0 -1 64 34218 0 1 0 176592 24 0 0 25 0 13 0 45516822 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4109640777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21326] ppid=21321 vsize=1477812 CPUtime=15.81
/proc/21323/task/21326/stat : 21326 (java) S 21321 21323 21072 0 -1 64 15766 0 0 0 1482 99 0 0 16 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21327] ppid=21321 vsize=1477812 CPUtime=15.59
/proc/21323/task/21327/stat : 21327 (java) S 21321 21323 21072 0 -1 64 13511 0 0 0 1461 98 0 0 15 0 13 0 45516823 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21328] ppid=21321 vsize=1477812 CPUtime=0.4
/proc/21323/task/21328/stat : 21328 (java) S 21321 21323 21072 0 -1 64 18 0 0 0 25 15 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21329] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21329/stat : 21329 (java) S 21321 21323 21072 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21330] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21330/stat : 21330 (java) S 21321 21323 21072 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 45516825 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21331] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21331/stat : 21331 (java) S 21321 21323 21072 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21332] ppid=21321 vsize=1477812 CPUtime=1.04
/proc/21323/task/21332/stat : 21332 (java) S 21321 21323 21072 0 -1 64 932 0 0 0 104 0 0 0 17 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21333] ppid=21321 vsize=1477812 CPUtime=0.99
/proc/21323/task/21333/stat : 21333 (java) S 21321 21323 21072 0 -1 64 1163 0 0 0 99 0 0 0 16 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21334] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21334/stat : 21334 (java) S 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21323/tid=21335] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21335/stat : 21335 (java) R 21321 21323 21072 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 45516829 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21323/tid=21336] ppid=21321 vsize=1477812 CPUtime=0
/proc/21323/task/21336/stat : 21336 (java) S 21321 21323 21072 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 45517765 1513279488 59860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1477812

Child status: 143
Real time (s): 1789.81
CPU time (s): 1800.18
CPU user time (s): 1797.73
CPU system time (s): 2.45363
CPU usage (%): 100.58
Max. virtual memory (cumulated for all children) (KiB): 1477812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.73
system time used= 2.45363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66375
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= 74092
involuntary context switches= 35430

runsolver used 2.17467 second user time and 5.83311 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-13 23:22:20
IDJOB=1856904
IDBENCH=3014
IDSOLVER=681
FILE ID=node20/1856904-1244928138
PBS_JOBID= 9354666
Free space on /tmp= 66336 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856904-1244928138/watcher-1856904-1244928138 -o /tmp/evaluation-result-1856904-1244928138/solver-1856904-1244928138 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856904-1244928138.opb

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

MD5SUM BENCH= 14ad76473b11124898801a98a6be0f15
RANDOM SEED=546435879

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1358064 kB
Buffers:         73312 kB
Cached:         559088 kB
SwapCached:          0 kB
Active:          71500 kB
Inactive:       574340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23172 kB
Writeback:           0 kB
Mapped:          23236 kB
Slab:            38148 kB
Committed_AS:   105352 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node20 at 2009-06-13 23:52:12