Trace number 2660125

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.17 1795.6

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
MD5SUM813576a353dee8860ef5bb1ebdae9d95
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660125-1276682694.opb
0.24/0.21	c reading problem ... 
1.08/0.70	c ... done. Wall clock time 0.489s.
1.08/0.70	c #vars     1452
1.08/0.70	c #constraints  2807
1.08/0.70	c constraints type 
1.08/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.08/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
1.08/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1.08/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.07/1795.52	c starts		: 15
1800.07/1795.52	c conflicts		: 2948
1800.07/1795.52	c decisions		: 9913
1800.07/1795.52	c propagations		: 255734
1800.07/1795.52	c inspects		: 31264930
1800.07/1795.52	c learnt literals	: 0
1800.07/1795.52	c learnt binary clauses	: 0
1800.07/1795.52	c learnt ternary clauses	: 0
1800.07/1795.52	c learnt clauses	: 2947
1800.07/1795.52	c ignored clauses	: 0
1800.07/1795.52	c root simplifications	: 0
1800.07/1795.52	c removed literals (reason simplification)	: 0
1800.07/1795.52	c reason swapping (by a shorter reason)	: 0
1800.07/1795.52	c Calls to reduceDB	: 0
1800.07/1795.52	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.52	c number of learned constraints concerned by reduction	: 0
1800.07/1795.52	c number of learning phase by resolution	: 0
1800.07/1795.52	c number of learning phase by cutting planes	: 0
1800.07/1795.52	c speed (assignments/second)	: 142.4848006703751
1800.07/1795.52	c non guided choices	1335
1800.07/1795.52	c learnt constraints type 
1800.07/1795.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/1795.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2946
1800.07/1795.52	c constraints type 
1800.07/1795.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.07/1795.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
1800.07/1795.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.07/1795.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.07/1795.52	s UNKNOWN
1800.07/1795.52	c Total wall clock time (in seconds): 1795.313

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-2660125-1276682694/watcher-2660125-1276682694 -o /tmp/evaluation-result-2660125-1276682694/solver-2660125-1276682694 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660125-1276682694.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8567
/proc/meminfo: memFree=1743104/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1832 CPUtime=0
/proc/8567/stat : 8567 (java6) R 8565 8567 8033 0 -1 4194304 209 0 0 0 0 0 0 0 19 0 1 0 43873230 1875968 113 1992294400 134512640 134550932 4293220832 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8567/statm: 458 124 90 10 0 63 0

[startup+0.0556759 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8567
/proc/meminfo: memFree=1743104/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1521664 CPUtime=0.04
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 3542 0 1 0 2 2 0 0 18 0 7 0 43873230 1558183936 2984 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 380416 2984 1010 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101678 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8567
/proc/meminfo: memFree=1743104/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1524184 CPUtime=0.08
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 3948 0 1 0 6 2 0 0 18 0 12 0 43873230 1560764416 3388 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 381046 3388 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301686 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8567
/proc/meminfo: memFree=1743104/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1526260 CPUtime=0.38
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 5304 0 1 0 34 4 0 0 18 0 12 0 43873230 1562890240 4742 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 381565 4742 1358 10 0 378867 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526260

[startup+0.700677 s]
/proc/loadavg: 1.00 1.00 1.06 3/106 8567
/proc/meminfo: memFree=1743104/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1529404 CPUtime=1.08
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 7187 0 1 0 104 4 0 0 18 0 12 0 43873230 1566109696 6371 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 382351 6373 1405 10 0 379653 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529404

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.06 4/119 8580
/proc/meminfo: memFree=1720124/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1538264 CPUtime=2.67
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 12689 0 1 0 260 7 0 0 18 0 13 0 43873230 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 384566 11028 1423 10 0 381868 0
[pid=8567/tid=8569] ppid=8565 vsize=1538264 CPUtime=1.46
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 7311 0 1 0 142 4 0 0 18 0 13 0 43873232 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4109892656 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 43873234 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 43873234 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 43873235 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 43873236 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 43873236 1575182336 11028 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1575182336 11029 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1538264 CPUtime=0.51
/proc/8567/task/8576/stat : 8576 (java) R 8565 8567 8033 0 -1 4202560 2089 0 0 0 51 0 0 0 25 0 13 0 43873240 1575182336 11029 1992294400 134512640 134550932 4293585504 18446744073709551615 105634497 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1538264 CPUtime=0.67
/proc/8567/task/8577/stat : 8577 (java) R 8565 8567 8033 0 -1 4202560 2221 0 0 0 66 1 0 0 25 0 13 0 43873240 1575182336 11029 1992294400 134512640 134550932 4293585504 18446744073709551615 106106761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1575182336 11029 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43873240 1575182336 11029 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1538264 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1575182336 11029 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1538264

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 1.06 4/119 8580
/proc/meminfo: memFree=1681560/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1543876 CPUtime=5.56
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 30204 0 1 0 542 14 0 0 18 0 13 0 43873230 1580929024 23222 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 385969 23224 1425 10 0 383271 0
[pid=8567/tid=8569] ppid=8565 vsize=1543876 CPUtime=2.6
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 17728 0 1 0 252 8 0 0 18 0 13 0 43873232 1580929024 23225 1992294400 134512640 134550932 4293585504 18446744073709551615 4109892644 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 43873234 1580929024 23226 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 43873234 1580929024 23228 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 43873235 1580929024 23229 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 43873236 1580929024 23230 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 43873236 1580929024 23232 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1580929024 23233 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1543876 CPUtime=1.32
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4961 0 0 0 131 1 0 0 15 0 13 0 43873240 1580929024 23235 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1543876 CPUtime=1.6
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 6450 0 0 0 157 3 0 0 18 0 13 0 43873240 1580929024 23236 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1580929024 23237 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43873240 1580929024 23238 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1543876 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1580929024 23240 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 1543876

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 8580
/proc/meminfo: memFree=1588932/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1543188 CPUtime=8.78
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 46674 0 1 0 857 21 0 0 18 0 13 0 43873230 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 385797 39532 1434 10 0 383099 0
[pid=8567/tid=8569] ppid=8565 vsize=1543188 CPUtime=5.77
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32086 0 1 0 563 14 0 0 25 0 13 0 43873232 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4110218045 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1543188 CPUtime=0.01
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 1316 0 0 0 1 0 0 0 18 0 13 0 43873234 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1543188 CPUtime=0.01
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 788 0 0 0 1 0 0 0 18 0 13 0 43873234 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 43873235 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1543188 CPUtime=1.33
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4961 0 0 0 132 1 0 0 15 0 13 0 43873240 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1543188 CPUtime=1.6
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 6450 0 0 0 157 3 0 0 18 0 13 0 43873240 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43873240 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1543188 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1580224512 39532 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1543188

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 8580
/proc/meminfo: memFree=1575416/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1541384 CPUtime=15.21
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 50495 0 1 0 1498 23 0 0 18 0 13 0 43873230 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 385346 42857 1434 10 0 382648 0
[pid=8567/tid=8569] ppid=8565 vsize=1541384 CPUtime=12.14
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32088 0 1 0 1200 14 0 0 25 0 13 0 43873232 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4109905782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1541384 CPUtime=0.04
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 2963 0 0 0 3 1 0 0 18 0 13 0 43873234 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1541384 CPUtime=0.04
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 2956 0 0 0 3 1 0 0 18 0 13 0 43873234 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 43873235 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1541384 CPUtime=1.33
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4961 0 0 0 132 1 0 0 15 0 13 0 43873240 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1541384 CPUtime=1.6
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 6450 0 0 0 157 3 0 0 18 0 13 0 43873240 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43873240 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1541384 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1578377216 42857 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 1541384

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 8580
/proc/meminfo: memFree=1534992/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1544456 CPUtime=28.56
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 63481 0 1 0 2826 30 0 0 18 0 13 0 43873230 1581522944 53133 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 386114 53133 1434 10 0 383416 0
[pid=8567/tid=8569] ppid=8565 vsize=1544456 CPUtime=24.69
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32104 0 1 0 2454 15 0 0 25 0 13 0 43873232 1581522944 53133 1992294400 134512640 134550932 4293585504 18446744073709551615 4110091866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1544456 CPUtime=0.24
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 8380 0 0 0 20 4 0 0 16 0 13 0 43873234 1581522944 53133 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1544456 CPUtime=0.24
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 9622 0 0 0 20 4 0 0 15 0 13 0 43873234 1581522944 53133 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1544456 CPUtime=0

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

[pid=8567] ppid=8565 vsize=1544456 CPUtime=1666.91
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 128328 0 1 0 166605 86 0 0 18 0 13 0 43873230 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 386114 104478 1442 10 0 383416 0
[pid=8567/tid=8569] ppid=8565 vsize=1544456 CPUtime=1658.62
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32415 0 1 0 165827 35 0 0 25 0 13 0 43873232 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4110301758 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1544456 CPUtime=2.27
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 38376 0 0 0 209 18 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1544456 CPUtime=2.26
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 43948 0 0 0 204 22 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1544456 CPUtime=0.07
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 115 0 0 0 5 2 0 0 15 0 13 0 43873235 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1544456 CPUtime=1.78
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4993 0 0 0 177 1 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1544456 CPUtime=1.83
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 7317 0 0 0 180 3 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.91
Current children cumulated vsize (KiB) 1544456

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8627
/proc/meminfo: memFree=1327416/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1544456 CPUtime=1726.89
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 128335 0 1 0 172603 86 0 0 18 0 13 0 43873230 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 386114 104478 1442 10 0 383416 0
[pid=8567/tid=8569] ppid=8565 vsize=1544456 CPUtime=1718.59
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32416 0 1 0 171824 35 0 0 25 0 13 0 43873232 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4110234688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1544456 CPUtime=2.27
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 38376 0 0 0 209 18 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1544456 CPUtime=2.26
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 43948 0 0 0 204 22 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1544456 CPUtime=0.07
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 117 0 0 0 5 2 0 0 15 0 13 0 43873235 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1544456 CPUtime=1.78
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4993 0 0 0 177 1 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1544456 CPUtime=1.83
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 7317 0 0 0 180 3 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.89
Current children cumulated vsize (KiB) 1544456

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8629
/proc/meminfo: memFree=1327168/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1544456 CPUtime=1786.86
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 128342 0 1 0 178600 86 0 0 18 0 13 0 43873230 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 386114 104478 1442 10 0 383416 0
[pid=8567/tid=8569] ppid=8565 vsize=1544456 CPUtime=1778.56
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32417 0 1 0 177821 35 0 0 25 0 13 0 43873232 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4110234818 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1544456 CPUtime=2.28
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 38376 0 0 0 210 18 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1544456 CPUtime=2.26
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 43948 0 0 0 204 22 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1544456 CPUtime=0.07
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 119 0 0 0 5 2 0 0 15 0 13 0 43873235 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1544456 CPUtime=1.78
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4993 0 0 0 177 1 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1544456 CPUtime=1.83
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 7317 0 0 0 180 3 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.86
Current children cumulated vsize (KiB) 1544456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8629
/proc/meminfo: memFree=1327168/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1544456 CPUtime=1800.07
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 128345 0 1 0 179921 86 0 0 18 0 13 0 43873230 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 386114 104478 1442 10 0 383416 0
[pid=8567/tid=8569] ppid=8565 vsize=1544456 CPUtime=1791.77
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32418 0 1 0 179141 36 0 0 25 0 13 0 43873232 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4110301771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1544456 CPUtime=2.28
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 38376 0 0 0 210 18 0 0 15 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1544456 CPUtime=2.26
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 43948 0 0 0 204 22 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1544456 CPUtime=0.07
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 121 0 0 0 5 2 0 0 15 0 13 0 43873235 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1544456 CPUtime=1.78
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4993 0 0 0 177 1 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1544456 CPUtime=1.83
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 7317 0 0 0 180 3 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1544456

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

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

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 8629
/proc/meminfo: memFree=1327168/2059040 swapFree=4140408/4192956
[pid=8567] ppid=8565 vsize=1544456 CPUtime=1800.07
/proc/8567/stat : 8567 (java) S 8565 8567 8033 0 -1 4202496 128345 0 1 0 179921 86 0 0 18 0 13 0 43873230 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8567/statm: 386114 104478 1442 10 0 383416 0
[pid=8567/tid=8569] ppid=8565 vsize=1544456 CPUtime=1791.77
/proc/8567/task/8569/stat : 8569 (java) R 8565 8567 8033 0 -1 4202560 32418 0 1 0 179141 36 0 0 25 0 13 0 43873232 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4110301771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8567/tid=8570] ppid=8565 vsize=1544456 CPUtime=2.28
/proc/8567/task/8570/stat : 8570 (java) S 8565 8567 8033 0 -1 4202560 38376 0 0 0 210 18 0 0 15 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8571] ppid=8565 vsize=1544456 CPUtime=2.26
/proc/8567/task/8571/stat : 8571 (java) S 8565 8567 8033 0 -1 4202560 43948 0 0 0 204 22 0 0 16 0 13 0 43873234 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8572] ppid=8565 vsize=1544456 CPUtime=0.07
/proc/8567/task/8572/stat : 8572 (java) S 8565 8567 8033 0 -1 4202560 121 0 0 0 5 2 0 0 15 0 13 0 43873235 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 0 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8573] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8573/stat : 8573 (java) S 8565 8567 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8574] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8565 8567 8033 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 43873236 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8575] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8576] ppid=8565 vsize=1544456 CPUtime=1.78
/proc/8567/task/8576/stat : 8576 (java) S 8565 8567 8033 0 -1 4202560 4993 0 0 0 177 1 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
[pid=8567/tid=8577] ppid=8565 vsize=1544456 CPUtime=1.83
/proc/8567/task/8577/stat : 8577 (java) S 8565 8567 8033 0 -1 4202560 7317 0 0 0 180 3 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8578] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8578/stat : 8578 (java) S 8565 8567 8033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8579] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8579/stat : 8579 (java) S 8565 8567 8033 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 43873240 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 0 0 0 0
[pid=8567/tid=8580] ppid=8565 vsize=1544456 CPUtime=0
/proc/8567/task/8580/stat : 8580 (java) S 8565 8567 8033 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43873302 1581522944 104478 1992294400 134512640 134550932 4293585504 18446744073709551615 4294960144 0 4 0 16800975 18446604437833029696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1544456

Child status: 143
Real time (s): 1795.6
CPU time (s): 1800.17
CPU user time (s): 1799.27
CPU system time (s): 0.908861
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 1546396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.908861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128365
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= 40084
involuntary context switches= 51605

runsolver used 3.85641 second user time and 9.47856 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-16 12:04:54
IDJOB=2660125
IDBENCH=48362
IDSOLVER=1165
FILE ID=node004/2660125-1276682694
PBS_JOBID= 11172548
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660125-1276682694/watcher-2660125-1276682694 -o /tmp/evaluation-result-2660125-1276682694/solver-2660125-1276682694 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660125-1276682694.opb

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

MD5SUM BENCH= 813576a353dee8860ef5bb1ebdae9d95
RANDOM SEED=243322204

node004.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1743376 kB
Buffers:        107456 kB
Cached:         114420 kB
SwapCached:       6480 kB
Active:          94576 kB
Inactive:       141224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1743376 kB
SwapTotal:     4192956 kB
SwapFree:      4140408 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       12264 kB
Mapped:          13176 kB
Slab:            57940 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62564 MiB
End job on node004 at 2010-06-16 12:34:51