Trace number 1859687

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 Resolution 2.1.1? (TO) 1800.46 1787.91

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__256.opb
MD5SUM67e5d33b6c1c80f60eda5657eafffc90
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1280998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint256
Maximum length of a constraint10497
Number of terms in the objective function 1280000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 43962832128
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 43962832128
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.43/2.67	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.43/2.67	c This is free software under the dual EPL/GNU LGPL licenses.
0.43/2.67	c See www.sat4j.org for details.
1.31/4.66	c version 2.1.1.v20090612
1.31/4.66	c sun.arch.data.model	32
1.31/4.66	c java.version	1.6.0_12
1.31/4.66	c os.name	Linux
1.31/4.66	c os.version	2.6.9-22.EL.rootsmp
1.31/4.66	c os.arch	i386
1.31/4.66	c Free memory 1342000320
1.31/4.66	c Max memory 1344274432
1.31/4.66	c Total memory 1344274432
1.31/4.66	c Number of processors 2
1.40/4.76	c Pseudo Boolean Optimization
1.40/4.76	c --- Begin Solver configuration ---
1.40/4.76	c Stops conflict analysis at the first Unique Implication Point
1.40/4.76	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
1.40/4.76	c Learn all clauses as in MiniSAT
1.40/4.76	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.40/4.76	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
1.40/4.76	c Expensive reason simplification
1.40/4.76	c MiniSAT restarts strategy
1.40/4.76	c Memory based learned constraints deletion strategy
1.40/4.76	c timeout=2147483s
1.40/4.76	c DB Simplification allowed=false
1.40/4.76	c --- End Solver configuration ---
1.40/4.76	c solving HOME/instance-1859687-1244975662.opb
1.40/4.76	c reading problem ... 
90.05/83.86	c ... done. Wall clock time 79.101s.
90.05/83.86	c #vars     1280998
90.05/83.86	c #constraints  7000
90.05/83.86	c constraints type 
90.05/83.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
90.05/83.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
90.05/83.86	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
826.82/815.07	c cleaning 11781 clauses out of 23586
1800.10/1787.61	c starts		: 13
1800.10/1787.61	c conflicts		: 35501
1800.10/1787.61	c decisions		: 19597529
1800.10/1787.61	c propagations		: 26862027
1800.10/1787.61	c inspects		: 80098539
1800.10/1787.61	c learnt literals	: 0
1800.10/1787.61	c learnt binary clauses	: 0
1800.10/1787.61	c learnt ternary clauses	: 0
1800.10/1787.61	c learnt clauses	: 35500
1800.10/1787.61	c ignored clauses	: 0
1800.10/1787.61	c root simplifications	: 0
1800.10/1787.61	c removed literals (reason simplification)	: 59114
1800.10/1787.61	c reason swapping (by a shorter reason)	: 0
1800.10/1787.61	c Calls to reduceDB	: 1
1800.10/1787.61	c speed (assignments/second)	: 15766.63559750805
1800.10/1787.61	c non guided choices	9463815
1800.10/1787.66	c learnt constraints type 
1800.10/1787.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 23720
1800.10/1787.66	c constraints type 
1800.10/1787.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.10/1787.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.10/1787.67	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.10/1787.67	s UNKNOWN
1800.10/1787.67	c Total wall clock time (in seconds): 1782.903

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-1859687-1244975662/watcher-1859687-1244975662 -o /tmp/evaluation-result-1859687-1244975662/solver-1859687-1244975662 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859687-1244975662.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.09 1.04 1.01 3/64 19250
/proc/meminfo: memFree=1413200/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=18576 CPUtime=0
/proc/19250/stat : 19250 (runsolver) D 19248 19250 18559 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 165166603 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 217871609127 0 2147483391 4096 24578 18446744072099937270 0 0 17 1 0 0
/proc/19250/statm: 4644 284 249 26 0 2626 0

[startup+0.023231 s]
/proc/loadavg: 1.09 1.04 1.01 3/64 19250
/proc/meminfo: memFree=1413200/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=18576 CPUtime=0
/proc/19250/stat : 19250 (runsolver) D 19248 19250 18559 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 165166603 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 217871609127 0 2147483391 4096 24578 18446744072099937270 0 0 17 1 0 0
/proc/19250/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101239 s]
/proc/loadavg: 1.09 1.04 1.01 3/64 19250
/proc/meminfo: memFree=1413200/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=152 CPUtime=0.01
/proc/19250/stat : 19250 (java6) D 19248 19250 18559 0 -1 0 41 0 0 0 0 1 0 0 18 0 1 0 165166603 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 12591908 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/19250/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 152

[startup+0.302497 s]
/proc/loadavg: 1.09 1.04 1.01 3/64 19250
/proc/meminfo: memFree=1413200/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1612 CPUtime=0.04
/proc/19250/stat : 19250 (java6) R 19248 19250 18559 0 -1 0 179 0 0 0 0 4 0 0 18 0 1 0 165166603 1650688 150 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19250/statm: 403 150 114 9 0 45 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1612

[startup+0.701307 s]
/proc/loadavg: 1.09 1.04 1.01 3/64 19250
/proc/meminfo: memFree=1413200/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=13412 CPUtime=0.06
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 824 0 0 0 0 6 0 0 18 0 2 0 165166603 13733888 597 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 3353 597 277 9 0 1200 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13412

[startup+1.5014 s]
/proc/loadavg: 1.09 1.04 1.01 1/66 19252
/proc/meminfo: memFree=1411840/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=13412 CPUtime=0.1
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 827 0 0 0 1 9 0 0 18 0 2 0 165166603 13733888 600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 3353 600 280 9 0 1200 0
[pid=19250/tid=19252] ppid=19248 vsize=13412 CPUtime=0.03
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 106 0 0 0 0 3 0 0 18 0 2 0 165166638 13733888 600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13412

[startup+3.10158 s]
/proc/loadavg: 1.09 1.04 1.01 2/66 19252
/proc/meminfo: memFree=1411648/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1472724 CPUtime=0.66
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 3904 0 1 0 29 37 0 0 18 0 12 0 165166603 1508069376 3647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 368181 3647 1086 9 0 365524 0
[pid=19250/tid=19252] ppid=19248 vsize=1472724 CPUtime=0.54
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 3150 0 1 0 27 27 0 0 19 0 12 0 165166638 1508069376 3647 1992294400 134512640 134550932 4294956016 18446744073709551615 4109170888 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1472724
heavy processes:

[startup+6.30195 s]
/proc/loadavg: 1.16 1.05 1.01 2/76 19262
/proc/meminfo: memFree=1371440/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1473672 CPUtime=2.18
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 11981 0 1 0 164 54 0 0 18 0 12 0 165166603 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 368418 11718 1349 9 0 365761 0
[pid=19250/tid=19252] ppid=19248 vsize=1473672 CPUtime=2
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 10719 0 1 0 156 44 0 0 25 0 12 0 165166638 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4109137732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165166827 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1473672 CPUtime=0.02
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 2 0 0 19 0 12 0 165166827 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165166831 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 165166832 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 165166832 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 165166859 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 165166859 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1473672 CPUtime=0.06
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 508 0 0 0 6 0 0 0 16 0 12 0 165166859 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 165166859 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1473672 CPUtime=0
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165166859 1509040128 11718 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1473672
heavy processes:

[startup+12.7025 s]
/proc/loadavg: 1.23 1.07 1.02 4/76 19262
/proc/meminfo: memFree=1210608/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1475076 CPUtime=7.2
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 52525 0 1 0 615 105 0 0 18 0 12 0 165166603 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 368769 52057 1401 9 0 366112 0
[pid=19250/tid=19252] ppid=19248 vsize=1475076 CPUtime=5.94
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 30891 0 1 0 534 60 0 0 25 0 12 0 165166638 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4109452070 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1475076 CPUtime=0.13
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 7994 0 0 0 9 4 0 0 17 0 12 0 165166827 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1475076 CPUtime=0.32
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 11764 0 0 0 25 7 0 0 19 0 12 0 165166827 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1475076 CPUtime=0.05
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 10 0 0 0 1 4 0 0 16 0 12 0 165166831 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1475076 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165166832 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1475076 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165166832 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1475076 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 165166859 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1475076 CPUtime=0
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 165166859 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1475076 CPUtime=0.36
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 1112 0 0 0 35 1 0 0 16 0 12 0 165166859 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1475076 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 165166859 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1475076 CPUtime=0.28
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 8 20 0 0 15 0 12 0 165166859 1510477824 52057 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1475076
heavy processes:

[startup+25.502 s]
/proc/loadavg: 1.39 1.11 1.03 2/76 19262
/proc/meminfo: memFree=947952/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1476976 CPUtime=23.89
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 132061 0 1 0 2216 173 0 0 18 0 12 0 165166603 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 369244 124810 1417 9 0 366587 0
[pid=19250/tid=19252] ppid=19248 vsize=1476976 CPUtime=14.15
/proc/19250/task/19252/stat : 19252 (java) S 19248 19250 18559 0 -1 64 30930 0 1 0 1351 64 0 0 18 0 12 0 165166638 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1476976 CPUtime=4.08
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 42778 0 0 0 386 22 0 0 18 0 12 0 165166827 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1476976 CPUtime=4.18
/proc/19250/task/19254/stat : 19254 (java) R 19248 19250 18559 0 -1 64 56448 0 0 0 390 28 0 0 17 0 12 0 165166827 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1476976 CPUtime=0.07
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 10 0 0 0 2 5 0 0 16 0 12 0 165166831 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1476976 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165166832 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1476976 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165166832 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1476976 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 165166859 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1476976 CPUtime=0
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 165166859 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1476976 CPUtime=0.66
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 1141 0 0 0 65 1 0 0 16 0 12 0 165166859 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1476976 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 165166859 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1476976 CPUtime=0.64
/proc/19250/task/19262/stat : 19262 (java) R 19248 19250 18559 0 -1 64 1 0 0 0 19 45 0 0 15 0 12 0 165166859 1512423424 124810 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 1476976

[startup+51.1021 s]
/proc/loadavg: 1.32 1.12 1.04 3/76 19262
/proc/meminfo: memFree=658736/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1477040 CPUtime=54.21
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 206063 0 1 0 5195 226 0 0 18 0 12 0 165166603 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 369260 190313 1417 9 0 366603 0
[pid=19250/tid=19252] ppid=19248 vsize=1477040 CPUtime=32.29
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 31069 0 1 0 3162 67 0 0 17 0 12 0 165166638 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 106834684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1477040 CPUtime=10.96
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 75138 0 0 0 1056 40 0 0 16 0 12 0 165166827 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1477040 CPUtime=9.37
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 97892 0 0 0 878 59 0 0 16 0 12 0 165166827 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1477040 CPUtime=0.08
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 10 0 0 0 3 5 0 0 16 0 12 0 165166831 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1477040 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165166832 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1477040 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165166832 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1477040 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 165166859 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1477040 CPUtime=0
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 13 0 0 0 0 0 0 0 20 0 12 0 165166859 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1477040 CPUtime=0.75
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 1200 0 0 0 74 1 0 0 16 0 12 0 165166859 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1477040 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 165166859 1512488960 190313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1477040 CPUtime=0.64

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

/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 1339 0 0 0 86 0 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1480232 CPUtime=1.41
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 2692 0 0 0 140 1 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1480232 CPUtime=0.66
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 20 46 0 0 15 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19263] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18559 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 165175262 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.87
Current children cumulated vsize (KiB) 1480232

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19271
/proc/meminfo: memFree=142504/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1480232 CPUtime=1674.84
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 346152 0 1 0 167129 355 0 0 18 0 13 0 165166603 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 370058 319016 1438 9 0 367401 0
[pid=19250/tid=19252] ppid=19248 vsize=1480232 CPUtime=1625.15
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 31466 0 1 0 162442 73 0 0 25 0 13 0 165166638 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4109812830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1480232 CPUtime=23.36
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 134368 0 0 0 2244 92 0 0 17 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1480232 CPUtime=20.82
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 167768 0 0 0 1958 124 0 0 16 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1480232 CPUtime=2.47
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 7774 0 0 0 237 10 0 0 16 0 13 0 165166831 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1480232 CPUtime=0.86
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 1339 0 0 0 86 0 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1480232 CPUtime=1.41
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 2692 0 0 0 140 1 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1480232 CPUtime=0.66
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 20 46 0 0 15 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19263] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18559 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 165175262 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.84
Current children cumulated vsize (KiB) 1480232

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19271
/proc/meminfo: memFree=142440/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1480232 CPUtime=1734.82
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 346152 0 1 0 173127 355 0 0 18 0 13 0 165166603 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 370058 319016 1438 9 0 367401 0
[pid=19250/tid=19252] ppid=19248 vsize=1480232 CPUtime=1685.13
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 31466 0 1 0 168440 73 0 0 25 0 13 0 165166638 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4109432324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1480232 CPUtime=23.36
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 134368 0 0 0 2244 92 0 0 17 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1480232 CPUtime=20.82
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 167768 0 0 0 1958 124 0 0 16 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1480232 CPUtime=2.47
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 7774 0 0 0 237 10 0 0 16 0 13 0 165166831 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1480232 CPUtime=0.86
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 1339 0 0 0 86 0 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1480232 CPUtime=1.41
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 2692 0 0 0 140 1 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1480232 CPUtime=0.66
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 20 46 0 0 15 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19263] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18559 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 165175262 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.82
Current children cumulated vsize (KiB) 1480232

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19271
/proc/meminfo: memFree=142440/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1480232 CPUtime=1794.8
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 346152 0 1 0 179125 355 0 0 18 0 13 0 165166603 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 370058 319016 1438 9 0 367401 0
[pid=19250/tid=19252] ppid=19248 vsize=1480232 CPUtime=1745.11
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 31466 0 1 0 174438 73 0 0 25 0 13 0 165166638 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4109808428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1480232 CPUtime=23.36
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 134368 0 0 0 2244 92 0 0 17 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1480232 CPUtime=20.82
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 167768 0 0 0 1958 124 0 0 16 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1480232 CPUtime=2.47
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 7774 0 0 0 237 10 0 0 16 0 13 0 165166831 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1480232 CPUtime=0.86
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 1339 0 0 0 86 0 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1480232 CPUtime=1.41
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 2692 0 0 0 140 1 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1480232 CPUtime=0.66
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 20 46 0 0 15 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19263] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18559 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 165175262 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 1480232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19271
/proc/meminfo: memFree=142440/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=1480232 CPUtime=1800.1
/proc/19250/stat : 19250 (java) S 19248 19250 18559 0 -1 0 346152 0 1 0 179655 355 0 0 18 0 13 0 165166603 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19250/statm: 370058 319016 1438 9 0 367401 0
[pid=19250/tid=19252] ppid=19248 vsize=1480232 CPUtime=1750.41
/proc/19250/task/19252/stat : 19252 (java) R 19248 19250 18559 0 -1 64 31466 0 1 0 174968 73 0 0 25 0 13 0 165166638 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4109834977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19253] ppid=19248 vsize=1480232 CPUtime=23.36
/proc/19250/task/19253/stat : 19253 (java) S 19248 19250 18559 0 -1 64 134368 0 0 0 2244 92 0 0 17 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19254] ppid=19248 vsize=1480232 CPUtime=20.82
/proc/19250/task/19254/stat : 19254 (java) S 19248 19250 18559 0 -1 64 167768 0 0 0 1958 124 0 0 16 0 13 0 165166827 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19255] ppid=19248 vsize=1480232 CPUtime=2.47
/proc/19250/task/19255/stat : 19255 (java) S 19248 19250 18559 0 -1 64 7774 0 0 0 237 10 0 0 16 0 13 0 165166831 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19256] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19256/stat : 19256 (java) S 19248 19250 18559 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19257] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19257/stat : 19257 (java) S 19248 19250 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165166832 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19258] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19258/stat : 19258 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19259] ppid=19248 vsize=1480232 CPUtime=0.86
/proc/19250/task/19259/stat : 19259 (java) S 19248 19250 18559 0 -1 64 1339 0 0 0 86 0 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19250/tid=19260] ppid=19248 vsize=1480232 CPUtime=1.41
/proc/19250/task/19260/stat : 19260 (java) S 19248 19250 18559 0 -1 64 2692 0 0 0 140 1 0 0 16 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19261] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19261/stat : 19261 (java) S 19248 19250 18559 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19262] ppid=19248 vsize=1480232 CPUtime=0.66
/proc/19250/task/19262/stat : 19262 (java) S 19248 19250 18559 0 -1 64 1 0 0 0 20 46 0 0 15 0 13 0 165166859 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19250/tid=19263] ppid=19248 vsize=1480232 CPUtime=0
/proc/19250/task/19263/stat : 19263 (java) S 19248 19250 18559 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 165175262 1515757568 319016 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1480232

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

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

[startup+1787.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19274
/proc/meminfo: memFree=757408/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=0 CPUtime=1800.35
/proc/19250/stat : 19250 (java) Z 19248 19250 18559 0 -1 1036 346178 0 1 0 179671 364 0 0 15 0 2 0 165166603 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

[startup+1787.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19274
/proc/meminfo: memFree=757408/2055920 swapFree=4191900/4192956
[pid=19250] ppid=19248 vsize=0 CPUtime=1800.45
/proc/19250/stat : 19250 (java) Z 19248 19250 18559 0 -1 1036 346178 0 1 0 179671 374 0 0 15 0 2 0 165166603 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.91
CPU time (s): 1800.46
CPU user time (s): 1796.72
CPU system time (s): 3.74643
CPU usage (%): 100.702
Max. virtual memory (cumulated for all children) (KiB): 1496236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.72
system time used= 3.74643
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346178
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= 45259
involuntary context switches= 40715

runsolver used 2.24366 second user time and 4.50232 second system time

The end

Launcher Data

Begin job on node28 at 2009-06-14 12:34:25
IDJOB=1859687
IDBENCH=71892
IDSOLVER=682
FILE ID=node28/1859687-1244975662
PBS_JOBID= 9355019
Free space on /tmp= 66284 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__256.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859687-1244975662/watcher-1859687-1244975662 -o /tmp/evaluation-result-1859687-1244975662/solver-1859687-1244975662 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859687-1244975662.opb

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

MD5SUM BENCH= 67e5d33b6c1c80f60eda5657eafffc90
RANDOM SEED=931621096

node28.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.231
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.231
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:       1413680 kB
Buffers:         70768 kB
Cached:         487128 kB
SwapCached:        384 kB
Active:          91244 kB
Inactive:       481900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413680 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           60916 kB
Writeback:           0 kB
Mapped:          22624 kB
Slab:            54960 kB
Committed_AS:   130036 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node28 at 2009-06-14 13:04:15