Trace number 1855968

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) 1801.81 1716.96

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.16	c version 2.1.1.v20090612
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1342000320
0.07/0.16	c Max memory 1344274432
0.07/0.16	c Total memory 1344274432
0.07/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1855968-1244897425.opb
0.21/0.22	c reading problem ... 
46.99/37.97	c ... done. Wall clock time 37.741s.
46.99/37.97	c #vars     1466812
46.99/37.97	c #constraints  473312
46.99/37.97	c constraints type 
46.99/37.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48620
869.77/821.52	c cleaning 2245 clauses out of 4501
917.17/866.48	c cleaning 1372 clauses out of 2756
953.33/900.45	c cleaning 935 clauses out of 1883
986.83/932.05	c cleaning 709 clauses out of 1448
1022.84/966.17	c cleaning 604 clauses out of 1240
1148.51/1084.88	c cleaning 1052 clauses out of 2135
1390.01/1313.26	c cleaning 1776 clauses out of 3583
1438.75/1359.04	c cleaning 1138 clauses out of 2307
1801.54/1716.72	c starts		: 11
1801.54/1716.72	c conflicts		: 12174
1801.54/1716.72	c decisions		: 6199583
1801.54/1716.72	c propagations		: 11687500
1801.54/1716.72	c inspects		: 77121040
1801.54/1716.72	c learnt literals	: 0
1801.54/1716.72	c learnt binary clauses	: 0
1801.54/1716.72	c learnt ternary clauses	: 0
1801.54/1716.72	c learnt clauses	: 12173
1801.54/1716.72	c ignored clauses	: 0
1801.54/1716.72	c root simplifications	: 0
1801.54/1716.72	c removed literals (reason simplification)	: 0
1801.54/1716.72	c reason swapping (by a shorter reason)	: 0
1801.54/1716.72	c Calls to reduceDB	: 8
1801.54/1716.72	c speed (assignments/second)	: 6962.099965926664
1801.54/1716.72	c non guided choices	0
1801.54/1716.73	c learnt constraints type 
1801.54/1716.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1801.54/1716.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2341
1801.54/1716.73	c constraints type 
1801.54/1716.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48620
1801.54/1716.73	s UNKNOWN
1801.54/1716.73	c Total wall clock time (in seconds): 1716.504

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-1855968-1244897425/watcher-1855968-1244897425 -o /tmp/evaluation-result-1855968-1244897425/solver-1855968-1244897425 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855968-1244897425.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.13 1.07 1.02 2/64 8266
/proc/meminfo: memFree=1641292/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=152 CPUtime=0
/proc/8266/stat : 8266 (java6) D 8264 8266 7718 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 157340538 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 1979172 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8266/statm: 38 26 19 9 0 4 0

[startup+0.0903451 s]
/proc/loadavg: 1.13 1.07 1.02 2/64 8266
/proc/meminfo: memFree=1641292/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1470220 CPUtime=0.06
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 3454 0 1 0 4 2 0 0 18 0 7 0 157340538 1505505280 3199 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 367555 3199 1039 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101345 s]
/proc/loadavg: 1.13 1.07 1.02 2/64 8266
/proc/meminfo: memFree=1641292/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1472416 CPUtime=0.07
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 3547 0 1 0 5 2 0 0 18 0 12 0 157340538 1507753984 3290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 368104 3290 1056 9 0 365455 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1472416

[startup+0.301384 s]
/proc/loadavg: 1.13 1.07 1.02 2/64 8266
/proc/meminfo: memFree=1641292/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1475004 CPUtime=0.31
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 13114 0 1 0 25 6 0 0 18 0 12 0 157340538 1510404096 12852 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 368751 12852 1344 9 0 366094 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1475004

[startup+0.701448 s]
/proc/loadavg: 1.13 1.07 1.02 2/64 8266
/proc/meminfo: memFree=1641292/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1476660 CPUtime=0.92
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 16189 0 1 0 84 8 0 0 18 0 12 0 157340538 1512099840 15758 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 369165 15759 1395 9 0 366508 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1476660

[startup+1.50258 s]
/proc/loadavg: 1.13 1.07 1.02 2/76 8278
/proc/meminfo: memFree=1564204/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1476660 CPUtime=1.72
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 28841 0 1 0 159 13 0 0 18 0 12 0 157340538 1512099840 28410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 369165 28411 1395 9 0 366508 0
[pid=8266/tid=8268] ppid=8264 vsize=1476660 CPUtime=1.37
/proc/8266/task/8268/stat : 8268 (java) R 8264 8266 7718 0 -1 64 26874 0 1 0 125 12 0 0 25 0 12 0 157340540 1512099840 28411 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 157340542 1512099840 28412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157340542 1512099840 28412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8271/stat : 8271 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 157340543 1512099840 28413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 157340544 1512099840 28414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 157340544 1512099840 28414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340548 1512099840 28415 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1476660 CPUtime=0.17
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 580 0 0 0 17 0 0 0 16 0 12 0 157340548 1512099840 28415 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1476660 CPUtime=0.15
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 648 0 0 0 15 0 0 0 16 0 12 0 157340548 1512099840 28416 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157340548 1512099840 28417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340548 1512099840 28417 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1476660

[startup+3.10185 s]
/proc/loadavg: 1.12 1.07 1.01 2/76 8278
/proc/meminfo: memFree=1471468/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1476660 CPUtime=3.42
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 44380 0 1 0 322 20 0 0 18 0 12 0 157340538 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 369165 43662 1406 9 0 366508 0
[pid=8266/tid=8268] ppid=8264 vsize=1476660 CPUtime=2.87
/proc/8266/task/8268/stat : 8268 (java) R 8264 8266 7718 0 -1 64 30919 0 1 0 273 14 0 0 25 0 12 0 157340540 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1476660 CPUtime=0.09
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 2557 0 0 0 9 0 0 0 16 0 12 0 157340542 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1476660 CPUtime=0.09
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 8925 0 0 0 5 4 0 0 16 0 12 0 157340542 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8271/stat : 8271 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340543 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340544 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 157340544 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340548 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1476660 CPUtime=0.17
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 580 0 0 0 17 0 0 0 16 0 12 0 157340548 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1476660 CPUtime=0.15
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 648 0 0 0 15 0 0 0 16 0 12 0 157340548 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157340548 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1476660 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340548 1512099840 43662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1476660

[startup+6.3024 s]
/proc/loadavg: 1.12 1.07 1.01 3/76 8278
/proc/meminfo: memFree=1419756/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1482476 CPUtime=7.23
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 62013 0 1 0 693 30 0 0 18 0 12 0 157340538 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 370619 58116 1412 9 0 367962 0
[pid=8266/tid=8268] ppid=8264 vsize=1482476 CPUtime=5.52
/proc/8266/task/8268/stat : 8268 (java) R 8264 8266 7718 0 -1 64 30931 0 1 0 538 14 0 0 23 0 12 0 157340540 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4109170888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1482476 CPUtime=0.48
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 9084 0 0 0 43 5 0 0 16 0 12 0 157340542 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1482476 CPUtime=0.48
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 18366 0 0 0 40 8 0 0 16 0 12 0 157340542 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1482476 CPUtime=0
/proc/8266/task/8271/stat : 8271 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340543 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1482476 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340544 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1482476 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 157340544 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1482476 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340548 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1482476 CPUtime=0.36
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 921 0 0 0 36 0 0 0 17 0 12 0 157340548 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1482476 CPUtime=0.33
/proc/8266/task/8276/stat : 8276 (java) R 8264 8266 7718 0 -1 64 1960 0 0 0 33 0 0 0 17 0 12 0 157340548 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 106260565 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1482476 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157340548 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1482476 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340548 1518055424 58116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 1482476

[startup+12.7015 s]
/proc/loadavg: 1.18 1.08 1.02 2/76 8278
/proc/meminfo: memFree=1258860/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1487804 CPUtime=15.66
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 110916 0 1 0 1512 54 0 0 18 0 12 0 157340538 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 371951 99202 1418 9 0 369294 0
[pid=8266/tid=8268] ppid=8264 vsize=1487804 CPUtime=10.3
/proc/8266/task/8268/stat : 8268 (java) R 8264 8266 7718 0 -1 64 30943 0 1 0 1015 15 0 0 19 0 12 0 157340540 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4109456219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1487804 CPUtime=2
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 28683 0 0 0 186 14 0 0 16 0 12 0 157340542 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1487804 CPUtime=2.03
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 43270 0 0 0 183 20 0 0 17 0 12 0 157340542 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1487804 CPUtime=0
/proc/8266/task/8271/stat : 8271 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340543 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1487804 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340544 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1487804 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 157340544 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1487804 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340548 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1487804 CPUtime=0.45
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 1279 0 0 0 45 0 0 0 15 0 12 0 157340548 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1487804 CPUtime=0.83
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 5990 0 0 0 81 2 0 0 15 0 12 0 157340548 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1487804 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157340548 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1487804 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157340548 1523511296 99202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 1487804

[startup+25.5027 s]
/proc/loadavg: 1.15 1.08 1.02 2/76 8278
/proc/meminfo: memFree=980972/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1487384 CPUtime=31.81
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 187049 0 1 0 3086 95 0 0 18 0 12 0 157340538 1523081216 168796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 371846 168796 1418 9 0 369189 0
[pid=8266/tid=8268] ppid=8264 vsize=1487384 CPUtime=19.78
/proc/8266/task/8268/stat : 8268 (java) S 8264 8266 7718 0 -1 64 30964 0 1 0 1961 17 0 0 21 0 12 0 157340540 1523081216 168796 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1487384 CPUtime=5.22
/proc/8266/task/8269/stat : 8269 (java) R 8264 8266 7718 0 -1 64 65143 0 0 0 488 34 0 0 16 0 12 0 157340542 1523081216 168796 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1487384 CPUtime=5.3
/proc/8266/task/8270/stat : 8270 (java) R 8264 8266 7718 0 -1 64 82897 0 0 0 492 38 0 0 17 0 12 0 157340542 1523081216 168796 1992294400 134512640 134550932 4294956000 18446744073709551615 103112807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1487384 CPUtime=0
/proc/8266/task/8271/stat : 8271 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 157340543 1523081216 168797 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1487384 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157340544 1523081216 168799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1487384 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 157340544 1523081216 168800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1487384 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157340548 1523081216 168801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1487384 CPUtime=0.59

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

/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 6155 0 0 0 207 2 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1502416 CPUtime=3.34
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 13778 0 0 0 329 5 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8279] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8279/stat : 8279 (java) S 8264 8266 7718 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157344802 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.13
Current children cumulated vsize (KiB) 1502416

[startup+1662.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/77 8287
/proc/meminfo: memFree=268196/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1502416 CPUtime=1747.17
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 1054311 0 1 0 174030 687 0 0 18 0 13 0 157340538 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 375604 343503 1446 9 0 372947 0
[pid=8266/tid=8268] ppid=8264 vsize=1502416 CPUtime=1229.5
/proc/8266/task/8268/stat : 8268 (java) S 8264 8266 7718 0 -1 64 33095 0 1 0 122925 25 0 0 25 0 13 0 157340540 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1502416 CPUtime=85.73
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 144931 0 0 0 8402 171 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1502416 CPUtime=85.98
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 180991 0 0 0 8420 178 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1502416 CPUtime=340.45
/proc/8266/task/8271/stat : 8271 (java) R 8264 8266 7718 0 -1 64 674616 0 0 0 33744 301 0 0 18 0 13 0 157340543 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1502416 CPUtime=2.09
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 6155 0 0 0 207 2 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1502416 CPUtime=3.34
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 13778 0 0 0 329 5 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8279] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8279/stat : 8279 (java) S 8264 8266 7718 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157344802 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.17
Current children cumulated vsize (KiB) 1502416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1715.2 s]
/proc/loadavg: 1.31 1.11 1.02 2/77 8287
/proc/meminfo: memFree=268196/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1502416 CPUtime=1800.04
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 1133481 0 1 0 179284 720 0 0 18 0 13 0 157340538 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 375604 343503 1446 9 0 372947 0
[pid=8266/tid=8268] ppid=8264 vsize=1502416 CPUtime=1238.61
/proc/8266/task/8268/stat : 8268 (java) S 8264 8266 7718 0 -1 64 33105 0 1 0 123836 25 0 0 25 0 13 0 157340540 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1502416 CPUtime=85.78
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 144931 0 0 0 8407 171 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1502416 CPUtime=86.02
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 180991 0 0 0 8423 179 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1502416 CPUtime=384.12
/proc/8266/task/8271/stat : 8271 (java) R 8264 8266 7718 0 -1 64 753776 0 0 0 38078 334 0 0 21 0 13 0 157340543 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1502416 CPUtime=2.09
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 6155 0 0 0 207 2 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1502416 CPUtime=3.34
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 13778 0 0 0 329 5 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8279] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8279/stat : 8279 (java) S 8264 8266 7718 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157344802 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1502416

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

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

[startup+1715.8 s]
/proc/loadavg: 1.31 1.11 1.02 2/77 8287
/proc/meminfo: memFree=268196/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1502416 CPUtime=1800.64
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 1133482 0 1 0 179344 720 0 0 16 0 13 0 157340538 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8266/statm: 375604 343503 1446 9 0 372947 0
[pid=8266/tid=8268] ppid=8264 vsize=1502416 CPUtime=1238.61
/proc/8266/task/8268/stat : 8268 (java) S 8264 8266 7718 0 -1 64 33105 0 1 0 123836 25 0 0 25 0 13 0 157340540 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1502416 CPUtime=85.78
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 144931 0 0 0 8407 171 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1502416 CPUtime=86.02
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 180991 0 0 0 8423 179 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1502416 CPUtime=384.72
/proc/8266/task/8271/stat : 8271 (java) R 8264 8266 7718 0 -1 64 753776 0 0 0 38138 334 0 0 22 0 13 0 157340543 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 105886032 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1502416 CPUtime=2.09
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 6155 0 0 0 207 2 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1502416 CPUtime=3.34
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 13778 0 0 0 329 5 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8279] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8279/stat : 8279 (java) S 8264 8266 7718 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157344802 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 1502416

[startup+1716.6 s]
/proc/loadavg: 1.31 1.11 1.02 2/78 8288
/proc/meminfo: memFree=268188/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=1502416 CPUtime=1801.44
/proc/8266/stat : 8266 (java) S 8264 8266 7718 0 -1 0 1133482 0 1 0 179424 720 0 0 16 0 13 0 157340538 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8266/statm: 375604 343503 1446 9 0 372947 0
[pid=8266/tid=8268] ppid=8264 vsize=1502416 CPUtime=1238.61
/proc/8266/task/8268/stat : 8268 (java) S 8264 8266 7718 0 -1 64 33105 0 1 0 123836 25 0 0 25 0 13 0 157340540 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8269] ppid=8264 vsize=1502416 CPUtime=85.78
/proc/8266/task/8269/stat : 8269 (java) S 8264 8266 7718 0 -1 64 144931 0 0 0 8407 171 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8270] ppid=8264 vsize=1502416 CPUtime=86.02
/proc/8266/task/8270/stat : 8270 (java) S 8264 8266 7718 0 -1 64 180991 0 0 0 8423 179 0 0 16 0 13 0 157340542 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8271] ppid=8264 vsize=1502416 CPUtime=385.51
/proc/8266/task/8271/stat : 8271 (java) R 8264 8266 7718 0 -1 64 753776 0 0 0 38217 334 0 0 25 0 13 0 157340543 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8272] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8272/stat : 8272 (java) S 8264 8266 7718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8273] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8273/stat : 8273 (java) S 8264 8266 7718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 157340544 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8274] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8274/stat : 8274 (java) S 8264 8266 7718 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8275] ppid=8264 vsize=1502416 CPUtime=2.09
/proc/8266/task/8275/stat : 8275 (java) S 8264 8266 7718 0 -1 64 6155 0 0 0 207 2 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8276] ppid=8264 vsize=1502416 CPUtime=3.34
/proc/8266/task/8276/stat : 8276 (java) S 8264 8266 7718 0 -1 64 13778 0 0 0 329 5 0 0 16 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8266/tid=8277] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8277/stat : 8277 (java) S 8264 8266 7718 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8278] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8278/stat : 8278 (java) S 8264 8266 7718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157340548 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8266/tid=8279] ppid=8264 vsize=1502416 CPUtime=0
/proc/8266/task/8279/stat : 8279 (java) S 8264 8266 7718 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 157344802 1538473984 343503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 1502416

[startup+1716.8 s]
/proc/loadavg: 1.31 1.11 1.02 2/78 8288
/proc/meminfo: memFree=268188/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=0 CPUtime=1801.65
/proc/8266/stat : 8266 (java) Z 8264 8266 7718 0 -1 1036 1133504 0 1 0 179439 726 0 0 16 0 2 0 157340538 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.65
Current children cumulated vsize (KiB) 0

[startup+1716.9 s]
/proc/loadavg: 1.31 1.11 1.02 2/78 8288
/proc/meminfo: memFree=268188/2055920 swapFree=4181368/4192956
[pid=8266] ppid=8264 vsize=0 CPUtime=1801.75
/proc/8266/stat : 8266 (java) Z 8264 8266 7718 0 -1 1036 1133504 0 1 0 179439 736 0 0 16 0 2 0 157340538 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8266/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1716.96
CPU time (s): 1801.81
CPU user time (s): 1794.39
CPU system time (s): 7.41987
CPU usage (%): 104.942
Max. virtual memory (cumulated for all children) (KiB): 1513700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 7.41987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1133504
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= 59871
involuntary context switches= 33899

runsolver used 1.9937 second user time and 5.2282 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-13 14:50:33
IDJOB=1855968
IDBENCH=2279
IDSOLVER=681
FILE ID=node43/1855968-1244897425
PBS_JOBID= 9354467
Free space on /tmp= 66124 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.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-1855968-1244897425/watcher-1855968-1244897425 -o /tmp/evaluation-result-1855968-1244897425/solver-1855968-1244897425 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855968-1244897425.opb

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

MD5SUM BENCH= d6efb238990ec55ca510b102fead8acf
RANDOM SEED=498734889

node43.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.281
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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1641708 kB
Buffers:         43132 kB
Cached:         300400 kB
SwapCached:       5308 kB
Active:         112588 kB
Inactive:       238840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641708 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           80232 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            48756 kB
Committed_AS:   125748 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66124 MiB
End job on node43 at 2009-06-13 15:19:11