Trace number 1855307

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.42 1795.29

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit1d.opb
MD5SUMcffbae99cf8c83f8877355cc201cf8bf
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53992329
Best CPU time to get the best result obtained on this benchmark1800.45
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -251
Optimality of the best value was proved NO
Number of variables11514
Total number of constraints1050
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514
Number of terms in the objective function 11514
Biggest coefficient in the objective function 2949120
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 462466666
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 3870720
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 580921206
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c MiniSAT restarts strategy
0.23/0.20	c Memory based learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-1855307-1244871925.opb
0.23/0.20	c reading problem ... 
2.54/1.93	c ... done. Wall clock time 1.728s.
2.54/1.93	c #vars     11514
2.54/1.93	c #constraints  1053
2.54/1.93	c constraints type 
2.54/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1051
1322.70/1318.18	c cleaning 49747 clauses out of 99501
1800.07/1795.01	c starts		: 16
1800.07/1795.01	c conflicts		: 112162
1800.07/1795.01	c decisions		: 180955
1800.07/1795.01	c propagations		: 10950998
1800.07/1795.01	c inspects		: 103626547
1800.07/1795.01	c learnt literals	: 0
1800.07/1795.01	c learnt binary clauses	: 0
1800.07/1795.01	c learnt ternary clauses	: 0
1800.07/1795.01	c learnt clauses	: 112162
1800.07/1795.01	c ignored clauses	: 0
1800.07/1795.01	c root simplifications	: 0
1800.07/1795.01	c removed literals (reason simplification)	: 33881916
1800.07/1795.01	c reason swapping (by a shorter reason)	: 0
1800.07/1795.01	c Calls to reduceDB	: 1
1800.07/1795.01	c speed (assignments/second)	: 6107.363805650721
1800.07/1795.01	c non guided choices	16786
1800.07/1795.07	c learnt constraints type 
1800.07/1795.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 62416
1800.07/1795.07	c constraints type 
1800.07/1795.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1051
1800.07/1795.07	s UNKNOWN
1800.07/1795.08	c Total wall clock time (in seconds): 1794.872

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-1855307-1244871925/watcher-1855307-1244871925 -o /tmp/evaluation-result-1855307-1244871925/solver-1855307-1244871925 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855307-1244871925.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 11702
/proc/meminfo: memFree=1313960/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=0 CPUtime=0
/proc/11702/stat : 11702 (runsolver) R 11700 11702 10494 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154793170 0 0 1992294400 0 0 0 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11702/statm: 0 0 0 0 0 0 0

[startup+0.091572 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 11702
/proc/meminfo: memFree=1313960/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1470220 CPUtime=0.07
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 3509 0 1 0 5 2 0 0 18 0 7 0 154793170 1505505280 3254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 367555 3254 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101567 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 11702
/proc/meminfo: memFree=1313960/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1472584 CPUtime=0.08
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 154793170 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.30159 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 11702
/proc/meminfo: memFree=1313960/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1475112 CPUtime=0.38
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 5093 0 1 0 35 3 0 0 18 0 12 0 154793170 1510514688 4829 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 368778 4829 1361 9 0 366121 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1475112

[startup+0.701637 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 11702
/proc/meminfo: memFree=1313960/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479384 CPUtime=1.03
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 8762 0 1 0 98 5 0 0 18 0 12 0 154793170 1514889216 7869 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369846 7869 1398 9 0 367189 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1479384

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.01 3/76 11714
/proc/meminfo: memFree=1274824/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479416 CPUtime=2.14
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 22325 0 1 0 203 11 0 0 18 0 12 0 154793170 1514921984 20200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369854 20202 1408 9 0 367197 0
[pid=11702/tid=11704] ppid=11700 vsize=1479416 CPUtime=1.23
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 17902 0 1 0 114 9 0 0 20 0 12 0 154793172 1514921984 20203 1992294400 134512640 134550932 4294956016 18446744073709551615 4109543873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 154793173 1514921984 20203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 154793173 1514921984 20204 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 154793175 1514921984 20206 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 154793175 1514921984 20207 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 154793176 1514921984 20208 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154793180 1514921984 20209 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479416 CPUtime=0.44
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 954 0 0 0 44 0 0 0 16 0 12 0 154793180 1514921984 20210 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479416 CPUtime=0.43
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 2727 0 0 0 43 0 0 0 16 0 12 0 154793180 1514921984 20211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154793180 1514921984 20213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479416 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 154793180 1514921984 20214 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1479416

[startup+3.1029 s]
/proc/loadavg: 1.00 1.00 1.01 4/76 11714
/proc/meminfo: memFree=1201096/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479740 CPUtime=4.58
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 36740 0 1 0 441 17 0 0 18 0 13 0 154793170 1515253760 33357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369935 33358 1423 9 0 367278 0
[pid=11702/tid=11704] ppid=11700 vsize=1479740 CPUtime=2.66
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 30961 0 1 0 252 14 0 0 17 0 13 0 154793172 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 103833537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154793173 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154793173 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154793175 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154793175 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 154793176 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1515253760 33358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479740 CPUtime=0.76
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1066 0 0 0 76 0 0 0 16 0 13 0 154793180 1515253760 33359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479740 CPUtime=1.12
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 3964 0 0 0 111 1 0 0 16 0 13 0 154793180 1515253760 33359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1515253760 33359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479740 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1515253760 33359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1479740

[startup+6.30225 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 11715
/proc/meminfo: memFree=1170056/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479708 CPUtime=8.05
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 40598 0 1 0 786 19 0 0 18 0 13 0 154793170 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369927 37115 1432 9 0 367270 0
[pid=11702/tid=11704] ppid=11700 vsize=1479708 CPUtime=5.78
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 30969 0 1 0 564 14 0 0 25 0 13 0 154793172 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4109745107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479708 CPUtime=0.06
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 1862 0 0 0 6 0 0 0 16 0 13 0 154793173 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479708 CPUtime=0.07
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 1944 0 0 0 6 1 0 0 16 0 13 0 154793173 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 154793175 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479708 CPUtime=0.88
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 88 0 0 0 16 0 13 0 154793180 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479708 CPUtime=1.21
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 3970 0 0 0 120 1 0 0 16 0 13 0 154793180 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479708 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1515220992 37115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 1479708

[startup+12.703 s]
/proc/loadavg: 1.07 1.02 1.01 2/77 11715
/proc/meminfo: memFree=1152648/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479380 CPUtime=14.57
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 45079 0 1 0 1435 22 0 0 18 0 13 0 154793170 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369845 41408 1432 9 0 367188 0
[pid=11702/tid=11704] ppid=11700 vsize=1479380 CPUtime=12.12
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 30971 0 1 0 1198 14 0 0 25 0 13 0 154793172 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4109886448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479380 CPUtime=0.12
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 4133 0 0 0 11 1 0 0 16 0 13 0 154793173 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479380 CPUtime=0.12
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 4127 0 0 0 9 3 0 0 16 0 13 0 154793173 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479380 CPUtime=0.88
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 88 0 0 0 16 0 13 0 154793180 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479380 CPUtime=1.27
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 3991 0 0 0 126 1 0 0 15 0 13 0 154793180 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1514885120 41408 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.57
Current children cumulated vsize (KiB) 1479380

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 1.01 2/77 11715
/proc/meminfo: memFree=1135432/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479380 CPUtime=27.53
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 50451 0 1 0 2728 25 0 0 18 0 13 0 154793170 1514885120 45792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369845 45792 1432 9 0 367188 0
[pid=11702/tid=11704] ppid=11700 vsize=1479380 CPUtime=24.76
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 30976 0 1 0 2462 14 0 0 25 0 13 0 154793172 1514885120 45792 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479380 CPUtime=0.28
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 6647 0 0 0 25 3 0 0 16 0 13 0 154793173 1514885120 45792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479380 CPUtime=0.28
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 6977 0 0 0 24 4 0 0 17 0 13 0 154793173 1514885120 45792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 45792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 45792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0

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

[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=1.02
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 17 0 0 0 102 0 0 0 16 0 13 0 154793175 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479380 CPUtime=0.91
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 91 0 0 0 16 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479380 CPUtime=1.45
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 4005 0 0 0 144 1 0 0 16 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.21
Current children cumulated vsize (KiB) 1479380

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 11722
/proc/meminfo: memFree=52616/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479380 CPUtime=1667.27
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 341439 0 1 0 166527 200 0 0 18 0 13 0 154793170 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369845 315833 1438 9 0 367188 0
[pid=11702/tid=11704] ppid=11700 vsize=1479380 CPUtime=1656.53
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 31117 0 1 0 165633 20 0 0 20 0 13 0 154793172 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4109861696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479380 CPUtime=3.66
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 152404 0 0 0 282 84 0 0 17 0 13 0 154793173 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479380 CPUtime=3.63
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 152051 0 0 0 272 91 0 0 16 0 13 0 154793173 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=1.02
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 17 0 0 0 102 0 0 0 15 0 13 0 154793175 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479380 CPUtime=0.91
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 91 0 0 0 16 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479380 CPUtime=1.45
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 4005 0 0 0 144 1 0 0 16 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.27
Current children cumulated vsize (KiB) 1479380

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11722
/proc/meminfo: memFree=52616/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479380 CPUtime=1727.31
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 341441 0 1 0 172530 201 0 0 18 0 13 0 154793170 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369845 315833 1438 9 0 367188 0
[pid=11702/tid=11704] ppid=11700 vsize=1479380 CPUtime=1716.45
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 31119 0 1 0 171625 20 0 0 25 0 13 0 154793172 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4109886260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479380 CPUtime=3.71
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 152404 0 0 0 287 84 0 0 17 0 13 0 154793173 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479380 CPUtime=3.68
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 152051 0 0 0 277 91 0 0 16 0 13 0 154793173 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=1.02
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 17 0 0 0 102 0 0 0 16 0 13 0 154793175 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479380 CPUtime=0.91
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 91 0 0 0 16 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479380 CPUtime=1.45
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 4005 0 0 0 144 1 0 0 16 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1514885120 315833 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.31
Current children cumulated vsize (KiB) 1479380

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11722
/proc/meminfo: memFree=46472/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479380 CPUtime=1787.37
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 342968 0 1 0 178535 202 0 0 18 0 13 0 154793170 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369845 317340 1438 9 0 367188 0
[pid=11702/tid=11704] ppid=11700 vsize=1479380 CPUtime=1776.34
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 31122 0 1 0 177614 20 0 0 25 0 13 0 154793172 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109741670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479380 CPUtime=3.8
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 153188 0 0 0 295 85 0 0 16 0 13 0 154793173 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479380 CPUtime=3.77
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 152791 0 0 0 286 91 0 0 17 0 13 0 154793173 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=1.02
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 17 0 0 0 102 0 0 0 16 0 13 0 154793175 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479380 CPUtime=0.91
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 91 0 0 0 16 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479380 CPUtime=1.45
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 4005 0 0 0 144 1 0 0 16 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.37
Current children cumulated vsize (KiB) 1479380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11722
/proc/meminfo: memFree=46408/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=1479380 CPUtime=1800.07
/proc/11702/stat : 11702 (java) S 11700 11702 10494 0 -1 0 342968 0 1 0 179805 202 0 0 18 0 13 0 154793170 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 369845 317340 1438 9 0 367188 0
[pid=11702/tid=11704] ppid=11700 vsize=1479380 CPUtime=1789.05
/proc/11702/task/11704/stat : 11704 (java) R 11700 11702 10494 0 -1 64 31122 0 1 0 178885 20 0 0 25 0 13 0 154793172 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109861120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=1479380 CPUtime=3.8
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 10494 0 -1 64 153188 0 0 0 295 85 0 0 16 0 13 0 154793173 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11706] ppid=11700 vsize=1479380 CPUtime=3.77
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 10494 0 -1 64 152791 0 0 0 286 91 0 0 17 0 13 0 154793173 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11707] ppid=11700 vsize=1479380 CPUtime=1.02
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 10494 0 -1 64 17 0 0 0 102 0 0 0 16 0 13 0 154793175 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11708] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 10494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154793175 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11709] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 10494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793176 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11710] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11711] ppid=11700 vsize=1479380 CPUtime=0.91
/proc/11702/task/11711/stat : 11711 (java) S 11700 11702 10494 0 -1 64 1098 0 0 0 91 0 0 0 16 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11712] ppid=11700 vsize=1479380 CPUtime=1.45
/proc/11702/task/11712/stat : 11712 (java) S 11700 11702 10494 0 -1 64 4005 0 0 0 144 1 0 0 16 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11713] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11713/stat : 11713 (java) S 11700 11702 10494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11702/tid=11714] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11714/stat : 11714 (java) S 11700 11702 10494 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 154793180 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11702/tid=11715] ppid=11700 vsize=1479380 CPUtime=0
/proc/11702/task/11715/stat : 11715 (java) S 11700 11702 10494 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 154793397 1514885120 317340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1479380

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

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

[startup+1795.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11725
/proc/meminfo: memFree=193344/2055920 swapFree=4191900/4192956
[pid=11702] ppid=11700 vsize=0 CPUtime=1800.32
/proc/11702/stat : 11702 (java) Z 11700 11702 10494 0 -1 1036 342995 0 1 0 179819 213 0 0 15 0 2 0 154793170 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11702/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.29
CPU time (s): 1800.42
CPU user time (s): 1798.2
CPU system time (s): 2.22266
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 1480472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 2.22266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342995
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= 38252
involuntary context switches= 36672

runsolver used 2.09368 second user time and 4.45332 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-13 07:45:25
IDJOB=1855307
IDBENCH=1507
IDSOLVER=682
FILE ID=node9/1855307-1244871925
PBS_JOBID= 9354331
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-fit1d.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855307-1244871925/watcher-1855307-1244871925 -o /tmp/evaluation-result-1855307-1244871925/solver-1855307-1244871925 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855307-1244871925.opb

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

MD5SUM BENCH= cffbae99cf8c83f8877355cc201cf8bf
RANDOM SEED=1554919997

node9.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:       1314376 kB
Buffers:         58064 kB
Cached:         599372 kB
SwapCached:        260 kB
Active:          43844 kB
Inactive:       626404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314376 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          22000 kB
Slab:            57240 kB
Committed_AS:   129420 kB
PageTables:       1392 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= 66200 MiB
End job on node9 at 2009-06-13 08:15:22