Trace number 1856298

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.17 1789.73

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
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 variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856298-1244907406.opb
0.22/0.21	c reading problem ... 
1.84/1.18	c ... done. Wall clock time 0.968s.
1.84/1.18	c #vars     10740
1.84/1.18	c #constraints  2393
1.84/1.18	c constraints type 
1.84/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.01/1789.61	c starts		: 10
1800.01/1789.61	c conflicts		: 10398
1800.01/1789.61	c decisions		: 122400
1800.01/1789.61	c propagations		: 783140
1800.01/1789.61	c inspects		: 355387002
1800.01/1789.61	c learnt literals	: 0
1800.01/1789.61	c learnt binary clauses	: 0
1800.01/1789.61	c learnt ternary clauses	: 0
1800.01/1789.61	c learnt clauses	: 10398
1800.01/1789.61	c ignored clauses	: 0
1800.01/1789.61	c root simplifications	: 0
1800.01/1789.61	c removed literals (reason simplification)	: 0
1800.01/1789.62	c reason swapping (by a shorter reason)	: 0
1800.01/1789.62	c Calls to reduceDB	: 0
1800.01/1789.62	c speed (assignments/second)	: 437.89220830996555
1800.01/1789.62	c non guided choices	0
1800.01/1789.64	c learnt constraints type 
1800.01/1789.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.01/1789.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10397
1800.01/1789.64	c constraints type 
1800.01/1789.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.01/1789.64	s UNKNOWN
1800.01/1789.64	c Total wall clock time (in seconds): 1789.428

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-1856298-1244907406/watcher-1856298-1244907406 -o /tmp/evaluation-result-1856298-1244907406/solver-1856298-1244907406 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856298-1244907406.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.06 1.02 1.00 3/65 9996
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=18576 CPUtime=0
/proc/9996/stat : 9996 (runsolver) R 9994 9996 9959 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 147267095 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9996/statm: 4644 284 249 26 0 2626 0

[startup+0.0793031 s]
/proc/loadavg: 1.06 1.02 1.00 3/65 9996
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1470220 CPUtime=0.07
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 3443 0 1 0 5 2 0 0 18 0 7 0 147267095 1505505280 3188 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 367555 3188 1038 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101309 s]
/proc/loadavg: 1.06 1.02 1.00 3/65 9996
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1472584 CPUtime=0.09
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 3622 0 1 0 7 2 0 0 18 0 12 0 147267095 1507926016 3365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 368146 3365 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301321 s]
/proc/loadavg: 1.06 1.02 1.00 3/65 9996
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1475180 CPUtime=0.36
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 5047 0 1 0 32 4 0 0 18 0 12 0 147267095 1510584320 4784 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 368795 4784 1359 9 0 366138 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475180

[startup+0.701362 s]
/proc/loadavg: 1.06 1.02 1.00 3/65 9996
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1479796 CPUtime=1.04
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 8332 0 1 0 98 6 0 0 18 0 12 0 147267095 1515311104 7461 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 369949 7461 1400 9 0 367292 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1479796

[startup+1.50144 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 10008
/proc/meminfo: memFree=1269552/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487008 CPUtime=2.54
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 21052 0 1 0 242 12 0 0 18 0 12 0 147267095 1522696192 17598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371752 17599 1422 9 0 369095 0
[pid=9996/tid=9998] ppid=9994 vsize=1487008 CPUtime=1.11
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 13354 0 1 0 104 7 0 0 19 0 12 0 147267096 1522696192 17600 1992294400 134512640 134550932 4294956000 18446744073709551615 4109723918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 147267097 1522696192 17601 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 147267097 1522696192 17602 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 147267099 1522696192 17603 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 147267099 1522696192 17604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 147267099 1522696192 17605 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 147267104 1522696192 17606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487008 CPUtime=0.44
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1092 0 0 0 44 0 0 0 16 0 12 0 147267104 1522696192 17606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487008 CPUtime=0.94
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 5866 0 0 0 92 2 0 0 17 0 12 0 147267104 1522696192 17607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 147267104 1522696192 17608 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487008 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147267104 1522696192 17609 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1487008

[startup+3.10259 s]
/proc/loadavg: 1.06 1.02 1.00 3/78 10009
/proc/meminfo: memFree=1233128/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487332 CPUtime=4.75
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 41465 0 1 0 453 22 0 0 18 0 13 0 147267095 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371833 37248 1434 9 0 369176 0
[pid=9996/tid=9998] ppid=9994 vsize=1487332 CPUtime=2.42
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 30982 0 1 0 226 16 0 0 24 0 13 0 147267096 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4109739147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487332 CPUtime=0.03
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 980 0 0 0 3 0 0 0 17 0 13 0 147267097 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487332 CPUtime=0.02
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 992 0 0 0 2 0 0 0 17 0 13 0 147267097 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487332 CPUtime=0.79
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1402 0 0 0 79 0 0 0 16 0 13 0 147267104 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487332 CPUtime=1.43
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 6354 0 0 0 140 3 0 0 16 0 13 0 147267104 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487332 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1523027968 37248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 1487332

[startup+6.30288 s]
/proc/loadavg: 1.14 1.03 1.01 2/78 10009
/proc/meminfo: memFree=1160888/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=8.57
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 52004 0 1 0 829 28 0 0 18 0 13 0 147267095 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 46039 1434 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=5.34
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 31972 0 1 0 517 17 0 0 21 0 13 0 147267096 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4109532612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=0.2
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 5451 0 0 0 18 2 0 0 16 0 13 0 147267097 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=0.2
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 4934 0 0 0 18 2 0 0 16 0 13 0 147267097 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.89
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 89 0 0 0 16 0 13 0 147267104 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=1.87
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7441 0 0 0 184 3 0 0 16 0 13 0 147267104 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 46039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 1487204

[startup+12.7025 s]
/proc/loadavg: 1.12 1.03 1.01 2/78 10009
/proc/meminfo: memFree=1128656/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=15.2
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 54526 0 1 0 1492 28 0 0 18 0 13 0 147267095 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 48230 1438 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=11.65
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 31983 0 1 0 1148 17 0 0 19 0 13 0 147267096 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4109943933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=0.27
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 6554 0 0 0 25 2 0 0 16 0 13 0 147267097 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=0.26
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 6326 0 0 0 24 2 0 0 16 0 13 0 147267097 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.9
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 90 0 0 0 17 0 13 0 147267104 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=2.05
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7457 0 0 0 202 3 0 0 16 0 13 0 147267104 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 48230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.2
Current children cumulated vsize (KiB) 1487204

[startup+25.5017 s]
/proc/loadavg: 1.10 1.03 1.01 2/78 10009
/proc/meminfo: memFree=1116048/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=28.18
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 58006 0 1 0 2788 30 0 0 18 0 13 0 147267095 1522896896 51391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 51391 1438 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=24.36
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 32260 0 1 0 2419 17 0 0 22 0 13 0 147267096 1522896896 51391 1992294400 134512640 134550932 4294956000 18446744073709551615 4109792876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=0.35
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 7730 0 0 0 32 3 0 0 16 0 13 0 147267097 1522896896 51391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=0.35
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 8347 0 0 0 32 3 0 0 16 0 13 0 147267097 1522896896 51391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 147267099 1522896896 51391 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0

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

[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0.18
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 37 0 0 0 13 5 0 0 16 0 13 0 147267099 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.91
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 91 0 0 0 17 0 13 0 147267104 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=2.19
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7465 0 0 0 216 3 0 0 16 0 13 0 147267104 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 86881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.26
Current children cumulated vsize (KiB) 1487204

[startup+1662.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 10015
/proc/meminfo: memFree=970056/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=1671.72
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 98276 0 1 0 167105 67 0 0 18 0 13 0 147267095 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 87708 1438 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=1653.09
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 32983 0 1 0 165288 21 0 0 25 0 13 0 147267096 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4109739103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=7.66
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 27463 0 0 0 747 19 0 0 16 0 13 0 147267097 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=7.64
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 28154 0 0 0 748 16 0 0 16 0 13 0 147267097 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0.18
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 37 0 0 0 13 5 0 0 16 0 13 0 147267099 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.91
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 91 0 0 0 17 0 13 0 147267104 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=2.19
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7465 0 0 0 216 3 0 0 16 0 13 0 147267104 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 87708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.72
Current children cumulated vsize (KiB) 1487204

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 10015
/proc/meminfo: memFree=968200/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=1732.2
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 98877 0 1 0 173151 69 0 0 18 0 13 0 147267095 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 88255 1438 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=1712.56
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 33023 0 1 0 171235 21 0 0 25 0 13 0 147267096 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4109720001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=8.14
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 27702 0 0 0 795 19 0 0 16 0 13 0 147267097 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=8.13
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 28476 0 0 0 797 16 0 0 16 0 13 0 147267097 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0.2
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 37 0 0 0 14 6 0 0 16 0 13 0 147267099 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.91
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 91 0 0 0 17 0 13 0 147267104 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=2.19
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7465 0 0 0 216 3 0 0 16 0 13 0 147267104 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 88255 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.2
Current children cumulated vsize (KiB) 1487204

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10015
/proc/meminfo: memFree=966096/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=1792.65
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 99340 0 1 0 179194 71 0 0 18 0 13 0 147267095 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 88669 1438 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=1772.06
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 33062 0 1 0 177184 22 0 0 25 0 13 0 147267096 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4109523877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=8.62
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 27913 0 0 0 842 20 0 0 16 0 13 0 147267097 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=8.6
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 28689 0 0 0 844 16 0 0 16 0 13 0 147267097 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0.2
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 37 0 0 0 14 6 0 0 16 0 13 0 147267099 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.91
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 91 0 0 0 17 0 13 0 147267104 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=2.19
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7465 0 0 0 216 3 0 0 16 0 13 0 147267104 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 88669 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (KiB) 1487204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10015
/proc/meminfo: memFree=965584/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=1487204 CPUtime=1800.01
/proc/9996/stat : 9996 (java) S 9994 9996 9959 0 -1 0 99491 0 1 0 179930 71 0 0 18 0 13 0 147267095 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9996/statm: 371801 88813 1438 9 0 369144 0
[pid=9996/tid=9998] ppid=9994 vsize=1487204 CPUtime=1779.3
/proc/9996/task/9998/stat : 9998 (java) R 9994 9996 9959 0 -1 64 33066 0 1 0 177908 22 0 0 25 0 13 0 147267096 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4109739119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=9999] ppid=9994 vsize=1487204 CPUtime=8.68
/proc/9996/task/9999/stat : 9999 (java) S 9994 9996 9959 0 -1 64 27981 0 0 0 848 20 0 0 16 0 13 0 147267097 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10000] ppid=9994 vsize=1487204 CPUtime=8.66
/proc/9996/task/10000/stat : 10000 (java) S 9994 9996 9959 0 -1 64 28768 0 0 0 850 16 0 0 16 0 13 0 147267097 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10001] ppid=9994 vsize=1487204 CPUtime=0.2
/proc/9996/task/10001/stat : 10001 (java) S 9994 9996 9959 0 -1 64 37 0 0 0 14 6 0 0 16 0 13 0 147267099 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10002] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10002/stat : 10002 (java) S 9994 9996 9959 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 147267099 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10003] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10003/stat : 10003 (java) S 9994 9996 9959 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 147267099 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10004] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10004/stat : 10004 (java) S 9994 9996 9959 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10005] ppid=9994 vsize=1487204 CPUtime=0.91
/proc/9996/task/10005/stat : 10005 (java) S 9994 9996 9959 0 -1 64 1429 0 0 0 91 0 0 0 17 0 13 0 147267104 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10006] ppid=9994 vsize=1487204 CPUtime=2.19
/proc/9996/task/10006/stat : 10006 (java) S 9994 9996 9959 0 -1 64 7465 0 0 0 216 3 0 0 16 0 13 0 147267104 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10007] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10007/stat : 10007 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147267104 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9996/tid=10008] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10008/stat : 10008 (java) S 9994 9996 9959 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147267104 1522896896 88813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9996/tid=10009] ppid=9994 vsize=1487204 CPUtime=0
/proc/9996/task/10009/stat : 10009 (java) S 9994 9996 9959 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 147267250 1522896896 88813 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) 1487204

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

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

[startup+1789.72 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10015
/proc/meminfo: memFree=965584/2055920 swapFree=4192812/4192956
[pid=9996] ppid=9994 vsize=0 CPUtime=1800.14
/proc/9996/stat : 9996 (java) Z 9994 9996 9959 0 -1 1036 99517 0 1 0 179939 75 0 0 15 0 2 0 147267095 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9996/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.73
CPU time (s): 1800.17
CPU user time (s): 1799.4
CPU system time (s): 0.767883
CPU usage (%): 100.583
Max. virtual memory (cumulated for all children) (KiB): 1488712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.767883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99517
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= 45869
involuntary context switches= 39228

runsolver used 1.81672 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node8 at 2009-06-13 17:36:46
IDJOB=1856298
IDBENCH=2446
IDSOLVER=681
FILE ID=node8/1856298-1244907406
PBS_JOBID= 9354589
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.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-1856298-1244907406/watcher-1856298-1244907406 -o /tmp/evaluation-result-1856298-1244907406/solver-1856298-1244907406 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856298-1244907406.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=136692926

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1317296 kB
Buffers:         66796 kB
Cached:         582464 kB
SwapCached:        140 kB
Active:          57180 kB
Inactive:       606928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          24508 kB
Slab:            60316 kB
Committed_AS:   132224 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node8 at 2009-06-13 18:06:38