Trace number 1856112

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.12 1796

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ar98.opb
MD5SUM523aad2a62a776290fed26e3ef5d80ef
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20024
Total number of constraints1258
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)912
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint2
Maximum length of a constraint15837
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 572975239517507
Number of bits of the biggest sum of numbers50
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856112-1244902729.opb
0.22/0.22	c reading problem ... 
2.89/2.39	c ... done. Wall clock time 2.168s.
2.89/2.39	c #vars     20024
2.89/2.39	c #constraints  2053
2.89/2.39	c constraints type 
2.89/2.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
2.89/2.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
2.89/2.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
1800.01/1795.91	c starts		: 1
1800.01/1795.91	c conflicts		: 100
1800.01/1795.91	c decisions		: 35886
1800.01/1795.91	c propagations		: 64896
1800.01/1795.91	c inspects		: 2035684
1800.01/1795.91	c learnt literals	: 0
1800.01/1795.91	c learnt binary clauses	: 0
1800.01/1795.91	c learnt ternary clauses	: 0
1800.01/1795.91	c learnt clauses	: 100
1800.01/1795.91	c ignored clauses	: 0
1800.01/1795.91	c root simplifications	: 0
1800.01/1795.91	c removed literals (reason simplification)	: 0
1800.01/1795.91	c reason swapping (by a shorter reason)	: 0
1800.01/1795.91	c Calls to reduceDB	: 0
1800.01/1795.91	c speed (assignments/second)	: 36.18351357439321
1800.01/1795.91	c non guided choices	0
1800.01/1795.91	c learnt constraints type 
1800.01/1795.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 100
1800.01/1795.91	c constraints type 
1800.01/1795.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
1800.01/1795.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
1800.01/1795.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
1800.01/1795.91	s UNKNOWN
1800.01/1795.91	c Total wall clock time (in seconds): 1795.695

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-1856112-1244902729/watcher-1856112-1244902729 -o /tmp/evaluation-result-1856112-1244902729/solver-1856112-1244902729 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856112-1244902729.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: 0.92 0.98 0.99 3/64 8969
/proc/meminfo: memFree=1311600/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=308 CPUtime=0
/proc/8969/stat : 8969 (java6) R 8967 8969 8932 0 -1 0 55 0 0 0 0 0 0 0 20 0 1 0 157872234 315392 39 1992294400 134512640 134550932 4294956160 18446744073709551615 1463076 0 0 4096 0 0 0 0 17 1 0 0
/proc/8969/statm: 81 41 31 9 0 6 0

[startup+0.0787609 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8969
/proc/meminfo: memFree=1311600/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1470220 CPUtime=0.06
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 3424 0 1 0 4 2 0 0 18 0 7 0 157872234 1505505280 3169 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 367555 3169 1036 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101763 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8969
/proc/meminfo: memFree=1311600/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1472584 CPUtime=0.08
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 3603 0 1 0 6 2 0 0 18 0 12 0 157872234 1507926016 3346 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 368146 3346 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301782 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8969
/proc/meminfo: memFree=1311600/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1474872 CPUtime=0.33
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 5119 0 1 0 29 4 0 0 18 0 12 0 157872234 1510268928 4856 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 368718 4856 1353 9 0 366061 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474872

[startup+0.701826 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8969
/proc/meminfo: memFree=1311600/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1477944 CPUtime=1.11
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 7877 0 1 0 106 5 0 0 18 0 12 0 157872234 1513414656 7000 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 369486 7000 1401 9 0 366829 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1477944

[startup+1.50191 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 8981
/proc/meminfo: memFree=1266640/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1477944 CPUtime=1.98
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 24687 0 1 0 185 13 0 0 18 0 12 0 157872234 1513414656 23810 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 369486 23811 1401 9 0 366829 0
[pid=8969/tid=8971] ppid=8967 vsize=1477944 CPUtime=1.25
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 21850 0 1 0 114 11 0 0 24 0 12 0 157872236 1513414656 23812 1992294400 134512640 134550932 4294956000 18446744073709551615 4109552797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 157872237 1513414656 23812 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 157872237 1513414656 23813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157872239 1513414656 23814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 157872239 1513414656 23815 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 157872239 1513414656 23815 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157872244 1513414656 23816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1477944 CPUtime=0.34
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 693 0 0 0 34 0 0 0 15 0 12 0 157872244 1513414656 23817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1477944 CPUtime=0.35
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 1406 0 0 0 35 0 0 0 16 0 12 0 157872244 1513414656 23817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157872244 1513414656 23818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1477944 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157872244 1513414656 23819 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1477944

[startup+3.10208 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 8981
/proc/meminfo: memFree=1162448/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1478280 CPUtime=4.04
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 40760 0 1 0 384 20 0 0 18 0 13 0 157872234 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 369570 38760 1426 9 0 366913 0
[pid=8969/tid=8971] ppid=8967 vsize=1478280 CPUtime=2.62
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 30952 0 1 0 247 15 0 0 17 0 13 0 157872236 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4109685146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1478280 CPUtime=0.1
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 2956 0 0 0 9 1 0 0 16 0 13 0 157872237 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1478280 CPUtime=0.1
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 2993 0 0 0 10 0 0 0 16 0 13 0 157872237 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1478280 CPUtime=0
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1478280 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1478280 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1478280 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1478280 CPUtime=0.67
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 1670 0 0 0 66 1 0 0 16 0 13 0 157872244 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1478280 CPUtime=0.49
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 1433 0 0 0 49 0 0 0 16 0 13 0 157872244 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1478280 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1478280 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1513758720 38760 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1478280

[startup+6.30242 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 8982
/proc/meminfo: memFree=1160720/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1479324 CPUtime=7.62
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 41231 0 1 0 742 20 0 0 18 0 13 0 157872234 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 369831 38862 1426 9 0 367174 0
[pid=8969/tid=8971] ppid=8967 vsize=1479324 CPUtime=5.64
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 30964 0 1 0 549 15 0 0 25 0 13 0 157872236 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4109708632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1479324 CPUtime=0.1
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 2956 0 0 0 9 1 0 0 16 0 13 0 157872237 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1479324 CPUtime=0.1
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 2993 0 0 0 10 0 0 0 16 0 13 0 157872237 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1479324 CPUtime=0.96
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 1811 0 0 0 95 1 0 0 15 0 13 0 157872244 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1479324 CPUtime=0.76
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 1751 0 0 0 76 0 0 0 16 0 13 0 157872244 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1514827776 38862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1479324

[startup+12.7021 s]
/proc/loadavg: 1.02 1.00 1.00 2/77 8982
/proc/meminfo: memFree=1134232/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1479324 CPUtime=14.27
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 48336 0 1 0 1404 23 0 0 18 0 13 0 157872234 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 369831 45493 1426 9 0 367174 0
[pid=8969/tid=8971] ppid=8967 vsize=1479324 CPUtime=11.88
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 30968 0 1 0 1173 15 0 0 25 0 13 0 157872236 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4109902810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1479324 CPUtime=0.2
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 6199 0 0 0 18 2 0 0 16 0 13 0 157872237 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1479324 CPUtime=0.2
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 6838 0 0 0 18 2 0 0 16 0 13 0 157872237 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1479324 CPUtime=1.04
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 1813 0 0 0 103 1 0 0 16 0 13 0 157872244 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1479324 CPUtime=0.89
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 1762 0 0 0 89 0 0 0 16 0 13 0 157872244 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1514827776 45493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 1479324

[startup+25.5015 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 8982
/proc/meminfo: memFree=1134104/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1479324 CPUtime=27.16
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 48429 0 1 0 2693 23 0 0 18 0 13 0 157872234 1514827776 45504 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 369831 45504 1426 9 0 367174 0
[pid=8969/tid=8971] ppid=8967 vsize=1479324 CPUtime=24.65
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 30970 0 1 0 2450 15 0 0 25 0 13 0 157872236 1514827776 45504 1992294400 134512640 134550932 4294956000 18446744073709551615 4109902671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1479324 CPUtime=0.2
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 6199 0 0 0 18 2 0 0 16 0 13 0 157872237 1514827776 45504 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1479324 CPUtime=0.2
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 6838 0 0 0 18 2 0 0 16 0 13 0 157872237 1514827776 45504 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 45504 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1479324 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1514827776 45504 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1479324 CPUtime=0

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

[pid=8969] ppid=8967 vsize=1481304 CPUtime=1666.29
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 112282 0 1 0 166569 60 0 0 18 0 13 0 157872234 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 370326 89453 1427 9 0 367669 0
[pid=8969/tid=8971] ppid=8967 vsize=1481304 CPUtime=1658.94
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 31184 0 1 0 165877 17 0 0 25 0 13 0 157872236 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4109769235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1481304 CPUtime=1.88
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 31273 0 0 0 174 14 0 0 17 0 13 0 157872237 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1481304 CPUtime=1.85
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 35655 0 0 0 167 18 0 0 16 0 13 0 157872237 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1481304 CPUtime=0.05
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 3 2 0 0 16 0 13 0 157872239 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1481304 CPUtime=2.05
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 8238 0 0 0 201 4 0 0 17 0 13 0 157872244 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1481304 CPUtime=1.46
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 5176 0 0 0 144 2 0 0 18 0 13 0 157872244 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1516855296 89453 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.29
Current children cumulated vsize (KiB) 1481304

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8982
/proc/meminfo: memFree=944600/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1481304 CPUtime=1726.32
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 116355 0 1 0 172570 62 0 0 18 0 13 0 157872234 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 370326 92701 1427 9 0 367669 0
[pid=8969/tid=8971] ppid=8967 vsize=1481304 CPUtime=1718.87
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 31185 0 1 0 171870 17 0 0 25 0 13 0 157872236 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4109902794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1481304 CPUtime=1.93
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 33949 0 0 0 178 15 0 0 16 0 13 0 157872237 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1481304 CPUtime=1.9
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 37051 0 0 0 171 19 0 0 16 0 13 0 157872237 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1481304 CPUtime=0.05
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 3 2 0 0 16 0 13 0 157872239 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1481304 CPUtime=2.05
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 8238 0 0 0 201 4 0 0 17 0 13 0 157872244 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1481304 CPUtime=1.46
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 5176 0 0 0 144 2 0 0 18 0 13 0 157872244 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1516855296 92701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.32
Current children cumulated vsize (KiB) 1481304

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8982
/proc/meminfo: memFree=925528/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1481304 CPUtime=1786.4
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 123963 0 1 0 178574 66 0 0 18 0 13 0 157872234 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 370326 97441 1427 9 0 367669 0
[pid=8969/tid=8971] ppid=8967 vsize=1481304 CPUtime=1778.75
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 31187 0 1 0 177858 17 0 0 25 0 13 0 157872236 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109902744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1481304 CPUtime=2.03
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 37604 0 0 0 186 17 0 0 17 0 13 0 157872237 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1481304 CPUtime=2
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 41002 0 0 0 179 21 0 0 17 0 13 0 157872237 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1481304 CPUtime=0.05
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 3 2 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1481304 CPUtime=2.05
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 8238 0 0 0 201 4 0 0 17 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1481304 CPUtime=1.46
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 5176 0 0 0 144 2 0 0 18 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.4
Current children cumulated vsize (KiB) 1481304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8982
/proc/meminfo: memFree=925528/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1481304 CPUtime=1800.01
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 123963 0 1 0 179935 66 0 0 18 0 13 0 157872234 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 370326 97441 1427 9 0 367669 0
[pid=8969/tid=8971] ppid=8967 vsize=1481304 CPUtime=1792.35
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 31187 0 1 0 179218 17 0 0 25 0 13 0 157872236 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109542845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1481304 CPUtime=2.03
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 37604 0 0 0 186 17 0 0 17 0 13 0 157872237 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1481304 CPUtime=2
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 41002 0 0 0 179 21 0 0 17 0 13 0 157872237 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1481304 CPUtime=0.05
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 3 2 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1481304 CPUtime=2.05
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 8238 0 0 0 201 4 0 0 17 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1481304 CPUtime=1.46
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 5176 0 0 0 144 2 0 0 18 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1481304

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

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

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8982
/proc/meminfo: memFree=925528/2055920 swapFree=4192952/4192956
[pid=8969] ppid=8967 vsize=1481304 CPUtime=1800.01
/proc/8969/stat : 8969 (java) S 8967 8969 8932 0 -1 0 123963 0 1 0 179935 66 0 0 18 0 13 0 157872234 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8969/statm: 370326 97441 1427 9 0 367669 0
[pid=8969/tid=8971] ppid=8967 vsize=1481304 CPUtime=1792.35
/proc/8969/task/8971/stat : 8971 (java) R 8967 8969 8932 0 -1 64 31187 0 1 0 179218 17 0 0 25 0 13 0 157872236 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4109542845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8972] ppid=8967 vsize=1481304 CPUtime=2.03
/proc/8969/task/8972/stat : 8972 (java) S 8967 8969 8932 0 -1 64 37604 0 0 0 186 17 0 0 17 0 13 0 157872237 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8973] ppid=8967 vsize=1481304 CPUtime=2
/proc/8969/task/8973/stat : 8973 (java) S 8967 8969 8932 0 -1 64 41002 0 0 0 179 21 0 0 17 0 13 0 157872237 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8974] ppid=8967 vsize=1481304 CPUtime=0.05
/proc/8969/task/8974/stat : 8974 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 3 2 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8975] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8975/stat : 8975 (java) S 8967 8969 8932 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8976] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8976/stat : 8976 (java) S 8967 8969 8932 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157872239 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8977] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8977/stat : 8977 (java) S 8967 8969 8932 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8978] ppid=8967 vsize=1481304 CPUtime=2.05
/proc/8969/task/8978/stat : 8978 (java) S 8967 8969 8932 0 -1 64 8238 0 0 0 201 4 0 0 17 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8979] ppid=8967 vsize=1481304 CPUtime=1.46
/proc/8969/task/8979/stat : 8979 (java) S 8967 8969 8932 0 -1 64 5176 0 0 0 144 2 0 0 18 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8980] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8980/stat : 8980 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8969/tid=8981] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8981/stat : 8981 (java) S 8967 8969 8932 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157872244 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8969/tid=8982] ppid=8967 vsize=1481304 CPUtime=0
/proc/8969/task/8982/stat : 8982 (java) S 8967 8969 8932 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 157872480 1516855296 97441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1481304

Child status: 143
Real time (s): 1796
CPU time (s): 1800.12
CPU user time (s): 1799.39
CPU system time (s): 0.727889
CPU usage (%): 100.229
Max. virtual memory (cumulated for all children) (KiB): 1487528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.727889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123985
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= 38806
involuntary context switches= 39109

runsolver used 2.24066 second user time and 4.30835 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-13 16:18:50
IDJOB=1856112
IDBENCH=2352
IDSOLVER=681
FILE ID=node35/1856112-1244902729
PBS_JOBID= 9354512
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ar98.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856112-1244902729/watcher-1856112-1244902729 -o /tmp/evaluation-result-1856112-1244902729/solver-1856112-1244902729 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856112-1244902729.opb

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

MD5SUM BENCH= 523aad2a62a776290fed26e3ef5d80ef
RANDOM SEED=904655303

node35.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.232
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.232
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:       1312016 kB
Buffers:         61692 kB
Cached:         598448 kB
SwapCached:          4 kB
Active:          48904 kB
Inactive:       625084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312016 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:          23600 kB
Slab:            55880 kB
Committed_AS:   129576 kB
PageTables:       1400 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 node35 at 2009-06-13 16:48:47