Trace number 1856301

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1801.37 1792.21

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-gfrd-pnc.opb
MD5SUM84033421910bbd4d66297a25db66c955
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 variables27888
Total number of constraints874
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 constraints874
Minimum length of a constraint11
Maximum length of a constraint246
Number of terms in the objective function 27836
Biggest coefficient in the objective function 698469056512
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 44081965661371
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 698469056512
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 44081965661371
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856301-1244907631.opb
0.22/0.22	c reading problem ... 
2.42/1.56	c ... done. Wall clock time 1.345s.
2.42/1.56	c #vars     27888
2.42/1.56	c #constraints  2498
2.42/1.56	c constraints type 
2.42/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1406
1800.08/1791.51	c starts		: 24
1800.08/1791.51	c conflicts		: 2313737
1800.08/1791.51	c decisions		: 2462448
1800.08/1791.51	c propagations		: 54828194
1800.08/1791.51	c inspects		: 4538688668
1800.08/1791.51	c learnt literals	: 44
1800.08/1791.51	c learnt binary clauses	: 57
1800.08/1791.51	c learnt ternary clauses	: 88
1800.08/1791.51	c learnt clauses	: 2313695
1800.08/1791.51	c ignored clauses	: 0
1800.08/1791.51	c root simplifications	: 0
1800.08/1791.51	c removed literals (reason simplification)	: 57770036
1800.08/1791.51	c reason swapping (by a shorter reason)	: 0
1800.08/1791.51	c Calls to reduceDB	: 0
1800.08/1791.51	c speed (assignments/second)	: 30631.15876485866
1800.08/1791.51	c non guided choices	36266
1801.07/1792.09	c learnt constraints type 
1801.07/1792.09	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 2314639
1801.07/1792.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
1801.07/1792.09	c constraints type 
1801.07/1792.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1406
1801.07/1792.09	s UNKNOWN
1801.07/1792.09	c Total wall clock time (in seconds): 1791.869

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-1856301-1244907631/watcher-1856301-1244907631 -o /tmp/evaluation-result-1856301-1244907631/solver-1856301-1244907631 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856301-1244907631.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.02 1.01 1.00 3/64 13421
/proc/meminfo: memFree=1320688/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=152 CPUtime=0
/proc/13421/stat : 13421 (java6) R 13419 13421 13342 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158360127 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 12219172 0 0 4096 0 0 0 0 17 1 0 0
/proc/13421/statm: 38 26 19 9 0 4 0

[startup+0.101019 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 13421
/proc/meminfo: memFree=1320688/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1472584 CPUtime=0.08
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 3603 0 1 0 6 2 0 0 18 0 12 0 158360127 1507926016 3346 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 368146 3346 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.202043 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 13421
/proc/meminfo: memFree=1320688/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1475380 CPUtime=0.22
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 4811 0 1 0 19 3 0 0 18 0 12 0 158360127 1510789120 4549 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 368845 4549 1340 9 0 366188 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1475380

[startup+0.301048 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 13421
/proc/meminfo: memFree=1320688/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1475412 CPUtime=0.36
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 5185 0 1 0 33 3 0 0 18 0 12 0 158360127 1510821888 4923 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 368853 4923 1354 9 0 366196 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475412

[startup+0.701107 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 13421
/proc/meminfo: memFree=1320688/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1476140 CPUtime=0.96
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 8817 0 1 0 92 4 0 0 18 0 12 0 158360127 1511567360 8333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 369035 8333 1394 9 0 366378 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476140

[startup+1.50123 s]
/proc/loadavg: 1.02 1.01 1.00 4/76 13433
/proc/meminfo: memFree=1273744/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487392 CPUtime=2.42
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 24878 0 1 0 230 12 0 0 18 0 12 0 158360127 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371848 20537 1400 9 0 369191 0
[pid=13421/tid=13423] ppid=13419 vsize=1487392 CPUtime=1.1
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 16302 0 1 0 102 8 0 0 18 0 12 0 158360128 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4109550520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158360130 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158360130 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158360132 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158360132 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158360132 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158360136 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487392 CPUtime=0.79
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 4984 0 0 0 77 2 0 0 18 0 12 0 158360136 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487392 CPUtime=0.5
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 2849 0 0 0 49 1 0 0 17 0 12 0 158360136 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158360136 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487392 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158360136 1523089408 20537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1487392

[startup+3.10245 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 13434
/proc/meminfo: memFree=1206792/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487900 CPUtime=4.93
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 45526 0 1 0 472 21 0 0 18 0 13 0 158360127 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371975 39099 1432 9 0 369318 0
[pid=13421/tid=13423] ppid=13419 vsize=1487900 CPUtime=2.35
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 30966 0 1 0 221 14 0 0 20 0 13 0 158360128 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4109920848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487900 CPUtime=0.06
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 1693 0 0 0 5 1 0 0 17 0 13 0 158360130 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487900 CPUtime=0.05
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 2053 0 0 0 5 0 0 0 16 0 13 0 158360130 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158360132 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158360132 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158360136 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487900 CPUtime=1.28
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5415 0 0 0 126 2 0 0 16 0 13 0 158360136 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487900 CPUtime=1.15
/proc/13421/task/13431/stat : 13431 (java) R 13419 13421 13342 0 -1 64 4645 0 0 0 113 2 0 0 17 0 13 0 158360136 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 106829185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487900 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1523609600 39099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1487900

[startup+6.3019 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 13434
/proc/meminfo: memFree=1152840/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487108 CPUtime=8.34
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 49787 0 1 0 811 23 0 0 18 0 13 0 158360127 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371777 43094 1432 9 0 369120 0
[pid=13421/tid=13423] ppid=13419 vsize=1487108 CPUtime=5.46
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 30971 0 1 0 532 14 0 0 19 0 13 0 158360128 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4109971671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487108 CPUtime=0.11
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 3846 0 0 0 9 2 0 0 17 0 13 0 158360130 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487108 CPUtime=0.11
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 4093 0 0 0 10 1 0 0 16 0 13 0 158360130 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158360136 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487108 CPUtime=1.33
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5416 0 0 0 131 2 0 0 17 0 13 0 158360136 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487108 CPUtime=1.29
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 4704 0 0 0 127 2 0 0 16 0 13 0 158360136 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1522798592 43094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1487108

[startup+12.7028 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 13434
/proc/meminfo: memFree=1143624/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487108 CPUtime=14.96
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 53351 0 1 0 1471 25 0 0 18 0 13 0 158360127 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371777 46213 1432 9 0 369120 0
[pid=13421/tid=13423] ppid=13419 vsize=1487108 CPUtime=11.68
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 30977 0 1 0 1154 14 0 0 18 0 13 0 158360128 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4109817790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487108 CPUtime=0.29
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 5831 0 0 0 26 3 0 0 17 0 13 0 158360130 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487108 CPUtime=0.28
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 5660 0 0 0 26 2 0 0 16 0 13 0 158360130 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158360136 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487108 CPUtime=1.34
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5416 0 0 0 132 2 0 0 16 0 13 0 158360136 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487108 CPUtime=1.32
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 4707 0 0 0 130 2 0 0 15 0 13 0 158360136 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1522798592 46213 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1487108

[startup+25.5026 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 13434
/proc/meminfo: memFree=1112584/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487108 CPUtime=27.98
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 61513 0 1 0 2768 30 0 0 18 0 13 0 158360127 1522798592 53172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371777 53172 1432 9 0 369120 0
[pid=13421/tid=13423] ppid=13419 vsize=1487108 CPUtime=24.25
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 30983 0 1 0 2411 14 0 0 25 0 13 0 158360128 1522798592 53172 1992294400 134512640 134550932 4294956016 18446744073709551615 4109816632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487108 CPUtime=0.52
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 10070 0 0 0 47 5 0 0 16 0 13 0 158360130 1522798592 53172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487108 CPUtime=0.5
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 9577 0 0 0 46 4 0 0 17 0 13 0 158360130 1522798592 53172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 14 0 0 0 0 0 0 0 17 0 13 0 158360132 1522798592 53172 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487108 CPUtime=0

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

/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1522798592 161740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1522798592 161740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1522798592 161740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.7
Current children cumulated vsize (KiB) 1487108

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13442
/proc/meminfo: memFree=643528/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487108 CPUtime=1730.24
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 186566 0 1 0 172932 92 0 0 18 0 13 0 158360127 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371777 171665 1432 9 0 369120 0
[pid=13421/tid=13423] ppid=13419 vsize=1487108 CPUtime=1713.44
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 31136 0 1 0 171328 16 0 0 25 0 13 0 158360128 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4109929403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487108 CPUtime=7
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 71376 0 0 0 667 33 0 0 16 0 13 0 158360130 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487108 CPUtime=7.04
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 73171 0 0 0 668 36 0 0 16 0 13 0 158360130 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487108 CPUtime=0.04
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 14 0 0 0 3 1 0 0 15 0 13 0 158360132 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158360136 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487108 CPUtime=1.34
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5416 0 0 0 132 2 0 0 16 0 13 0 158360136 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487108 CPUtime=1.33
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 4707 0 0 0 131 2 0 0 16 0 13 0 158360136 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1522798592 171665 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.24
Current children cumulated vsize (KiB) 1487108

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13442
/proc/meminfo: memFree=591560/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487108 CPUtime=1790.8
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 198506 0 1 0 178982 98 0 0 18 0 13 0 158360127 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371777 182995 1432 9 0 369120 0
[pid=13421/tid=13423] ppid=13419 vsize=1487108 CPUtime=1772.82
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 31142 0 1 0 177266 16 0 0 25 0 13 0 158360128 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4109817035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487108 CPUtime=7.59
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 76071 0 0 0 724 35 0 0 16 0 13 0 158360130 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487108 CPUtime=7.63
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 80410 0 0 0 724 39 0 0 17 0 13 0 158360130 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487108 CPUtime=0.04
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 14 0 0 0 3 1 0 0 16 0 13 0 158360132 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158360136 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487108 CPUtime=1.34
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5416 0 0 0 132 2 0 0 16 0 13 0 158360136 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487108 CPUtime=1.33
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 4707 0 0 0 131 2 0 0 16 0 13 0 158360136 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1522798592 182995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 1487108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13442
/proc/meminfo: memFree=587080/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487108 CPUtime=1800.08
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 199772 0 1 0 179910 98 0 0 18 0 13 0 158360127 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13421/statm: 371777 184132 1432 9 0 369120 0
[pid=13421/tid=13423] ppid=13419 vsize=1487108 CPUtime=1781.93
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 31143 0 1 0 178177 16 0 0 25 0 13 0 158360128 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4109920967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487108 CPUtime=7.68
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 76693 0 0 0 733 35 0 0 17 0 13 0 158360130 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487108 CPUtime=7.72
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 81053 0 0 0 733 39 0 0 16 0 13 0 158360130 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487108 CPUtime=0.04
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 14 0 0 0 3 1 0 0 16 0 13 0 158360132 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158360132 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158360136 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487108 CPUtime=1.34
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5416 0 0 0 132 2 0 0 16 0 13 0 158360136 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487108 CPUtime=1.33
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 4707 0 0 0 131 2 0 0 16 0 13 0 158360136 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158360136 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158360136 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487108 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 158360336 1522798592 184132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1487108

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

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

[startup+1791.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 13445
/proc/meminfo: memFree=586992/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=1487756 CPUtime=1800.87
/proc/13421/stat : 13421 (java) S 13419 13421 13342 0 -1 0 199793 0 1 0 179989 98 0 0 16 0 15 0 158360127 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13421/statm: 371939 184153 1434 9 0 369282 0
[pid=13421/tid=13423] ppid=13419 vsize=1487756 CPUtime=1782.33
/proc/13421/task/13423/stat : 13423 (java) R 13419 13421 13342 0 -1 64 31143 0 1 0 178217 16 0 0 25 0 15 0 158360128 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4109928492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13424] ppid=13419 vsize=1487756 CPUtime=7.68
/proc/13421/task/13424/stat : 13424 (java) S 13419 13421 13342 0 -1 64 76693 0 0 0 733 35 0 0 17 0 15 0 158360130 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13425] ppid=13419 vsize=1487756 CPUtime=7.72
/proc/13421/task/13425/stat : 13425 (java) S 13419 13421 13342 0 -1 64 81053 0 0 0 733 39 0 0 16 0 15 0 158360130 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13426] ppid=13419 vsize=1487756 CPUtime=0.04
/proc/13421/task/13426/stat : 13426 (java) S 13419 13421 13342 0 -1 64 14 0 0 0 3 1 0 0 16 0 15 0 158360132 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13427] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13427/stat : 13427 (java) S 13419 13421 13342 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 158360132 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13428] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13428/stat : 13428 (java) S 13419 13421 13342 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 158360132 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13429] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13429/stat : 13429 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 158360136 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13430] ppid=13419 vsize=1487756 CPUtime=1.34
/proc/13421/task/13430/stat : 13430 (java) S 13419 13421 13342 0 -1 64 5416 0 0 0 132 2 0 0 16 0 15 0 158360136 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13431] ppid=13419 vsize=1487756 CPUtime=1.36
/proc/13421/task/13431/stat : 13431 (java) S 13419 13421 13342 0 -1 64 4709 0 0 0 134 2 0 0 17 0 15 0 158360136 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13432] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13432/stat : 13432 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 158360136 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13433] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13433/stat : 13433 (java) S 13419 13421 13342 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 158360136 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13434] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13434/stat : 13434 (java) S 13419 13421 13342 0 -1 64 5 0 0 0 0 0 0 0 19 0 15 0 158360336 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13421/tid=13444] ppid=13419 vsize=1487756 CPUtime=0
/proc/13421/task/13444/stat : 13444 (java) S 13419 13421 13342 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 158539279 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13421/tid=13445] ppid=13419 vsize=1487756 CPUtime=0.35
/proc/13421/task/13445/stat : 13445 (java) R 13419 13421 13342 0 -1 64 6 0 0 0 35 0 0 0 22 0 15 0 158539279 1523462144 184153 1992294400 134512640 134550932 4294956016 18446744073709551615 4109860566 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 1487756

[startup+1792.1 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 13445
/proc/meminfo: memFree=586992/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=0 CPUtime=1801.26
/proc/13421/stat : 13421 (java) Z 13419 13421 13342 0 -1 1036 199796 0 1 0 180027 99 0 0 15 0 2 0 158360127 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (KiB) 0

[startup+1792.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 13445
/proc/meminfo: memFree=586992/2055920 swapFree=4182568/4192956
[pid=13421] ppid=13419 vsize=0 CPUtime=1801.36
/proc/13421/stat : 13421 (java) Z 13419 13421 13342 0 -1 1036 199796 0 1 0 180027 109 0 0 15 0 2 0 158360127 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.21
CPU time (s): 1801.37
CPU user time (s): 1800.27
CPU system time (s): 1.10083
CPU usage (%): 100.511
Max. virtual memory (cumulated for all children) (KiB): 1488668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.27
system time used= 1.10083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199796
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= 39336
involuntary context switches= 40195

runsolver used 1.91171 second user time and 4.63129 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-13 17:40:31
IDJOB=1856301
IDBENCH=2447
IDSOLVER=682
FILE ID=node39/1856301-1244907631
PBS_JOBID= 9354565
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 84033421910bbd4d66297a25db66c955
RANDOM SEED=302250942

node39.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.263
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.263
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:       1321104 kB
Buffers:         68320 kB
Cached:         588148 kB
SwapCached:       4220 kB
Active:          40996 kB
Inactive:       623432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321104 kB
SwapTotal:     4192956 kB
SwapFree:      4182568 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          13660 kB
Slab:            56412 kB
Committed_AS:   115704 kB
PageTables:       1384 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= 66216 MiB
End job on node39 at 2009-06-13 18:10:24