Trace number 2660278

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.31 1781.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
MD5SUM1a4e4bfb1c77b43166d46bacbe01c892
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 variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660278-1276541123.opb
0.25/0.21	c reading problem ... 
4.42/3.03	c ... done. Wall clock time 2.747s.
4.42/3.03	c #vars     103872
4.42/3.03	c #constraints  42194
4.42/3.03	c constraints type 
4.42/3.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
106.22/100.98	c cleaning 0 clauses out of 5000 with flag 0/5000
402.89/395.89	c cleaning 0 clauses out of 11000 with flag 0/11000
1251.23/1237.38	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.07/1781.51	c starts		: 45
1800.07/1781.51	c conflicts		: 20776
1800.07/1781.51	c decisions		: 1117927
1800.07/1781.51	c propagations		: 2216856
1800.07/1781.51	c inspects		: 349311527
1800.07/1781.51	c learnt literals	: 0
1800.07/1781.51	c learnt binary clauses	: 0
1800.07/1781.51	c learnt ternary clauses	: 0
1800.07/1781.51	c learnt clauses	: 20776
1800.07/1781.51	c ignored clauses	: 0
1800.07/1781.51	c root simplifications	: 0
1800.07/1781.51	c removed literals (reason simplification)	: 0
1800.07/1781.51	c reason swapping (by a shorter reason)	: 0
1800.07/1781.51	c Calls to reduceDB	: 3
1800.07/1781.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1781.51	c number of learned constraints concerned by reduction	: 0
1800.07/1781.51	c number of learning phase by resolution	: 0
1800.07/1781.51	c number of learning phase by cutting planes	: 0
1800.07/1781.51	c speed (assignments/second)	: 1246.4365735105184
1800.07/1781.51	c non guided choices	29
1800.07/1781.57	c learnt constraints type 
1800.07/1781.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20776
1800.07/1781.57	c constraints type 
1800.07/1781.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.07/1781.57	s UNKNOWN
1800.07/1781.57	c Total wall clock time (in seconds): 1781.361

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-2660278-1276541123/watcher-2660278-1276541123 -o /tmp/evaluation-result-2660278-1276541123/solver-2660278-1276541123 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660278-1276541123.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.20 1.11 1.03 3/106 495
/proc/meminfo: memFree=1863416/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=24036 CPUtime=0
/proc/495/stat : 495 (runsolver) R 493 495 32615 0 -1 4202560 80 0 0 0 0 0 0 0 21 0 1 0 29716312 24612864 106 1992294400 4194304 4302564 140733962227936 18446744073709551615 248552989687 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/495/statm: 6009 106 69 27 0 2647 0

[startup+0.0971531 s]
/proc/loadavg: 1.20 1.11 1.03 3/106 495
/proc/meminfo: memFree=1863416/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1523152 CPUtime=0.08
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 3896 0 1 0 6 2 0 0 18 0 10 0 29716312 1559707648 3336 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 380788 3336 1061 10 0 378098 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523152

[startup+0.102149 s]
/proc/loadavg: 1.20 1.11 1.03 3/106 495
/proc/meminfo: memFree=1863416/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1524184 CPUtime=0.09
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 3957 0 1 0 7 2 0 0 18 0 12 0 29716312 1560764416 3396 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 381046 3396 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300208 s]
/proc/loadavg: 1.20 1.11 1.03 3/106 495
/proc/meminfo: memFree=1863416/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1526412 CPUtime=0.39
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 5900 0 1 0 35 4 0 0 18 0 12 0 29716312 1563045888 5337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 381603 5337 1361 10 0 378905 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526412

[startup+0.701209 s]
/proc/loadavg: 1.20 1.11 1.03 3/106 495
/proc/meminfo: memFree=1863416/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1527456 CPUtime=1.08
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 10139 0 1 0 102 6 0 0 18 0 12 0 29716312 1564114944 9495 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 381864 9496 1401 10 0 379166 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1527456

[startup+1.50021 s]
/proc/loadavg: 1.20 1.11 1.03 4/118 509
/proc/meminfo: memFree=1812852/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1541340 CPUtime=2.65
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 27314 0 1 0 252 13 0 0 18 0 12 0 29716312 1578332160 25460 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 385335 25462 1407 10 0 382637 0
[pid=495/tid=497] ppid=493 vsize=1541340 CPUtime=1.46
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 20914 0 1 0 136 10 0 0 18 0 12 0 29716314 1578332160 25463 1992294400 134512640 134550932 4290294272 18446744073709551615 4109333127 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=495/tid=498] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 29716315 1578332160 25464 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=499] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 29716315 1578332160 25465 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29716317 1578332160 25465 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=501] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29716317 1578332160 25466 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=502] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29716317 1578332160 25467 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=503] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29716322 1578332160 25470 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1541340 CPUtime=0.49
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 682 0 0 0 49 0 0 0 25 0 12 0 29716322 1578332160 25472 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=505] ppid=493 vsize=1541340 CPUtime=0.66
/proc/495/task/505/stat : 505 (java) R 493 495 32615 0 -1 4202560 4656 0 0 0 65 1 0 0 25 0 12 0 29716322 1578332160 25472 1992294400 134512640 134550932 4290294272 18446744073709551615 104140929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=506] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29716322 1578332160 25472 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1541340 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29716322 1578332160 25472 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1541340

[startup+3.11221 s]
/proc/loadavg: 1.27 1.12 1.04 5/118 509
/proc/meminfo: memFree=1695796/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1540004 CPUtime=4.62
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 46223 0 1 0 442 20 0 0 18 0 12 0 29716312 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 385001 43302 1437 10 0 382303 0
[pid=495/tid=497] ppid=493 vsize=1540004 CPUtime=2.94
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32043 0 1 0 279 15 0 0 18 0 12 0 29716314 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4109153315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=495/tid=498] ppid=493 vsize=1540004 CPUtime=0.12
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 4043 0 0 0 12 0 0 0 18 0 12 0 29716315 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=499] ppid=493 vsize=1540004 CPUtime=0.11
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 3066 0 0 0 10 1 0 0 18 0 12 0 29716315 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1540004 CPUtime=0
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 29716317 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=501] ppid=493 vsize=1540004 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29716317 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=502] ppid=493 vsize=1540004 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29716317 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1540004 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29716322 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1540004 CPUtime=0.5
/proc/495/task/504/stat : 504 (java) R 493 495 32615 0 -1 4202560 682 0 0 0 50 0 0 0 17 0 12 0 29716322 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 105875719 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=505] ppid=493 vsize=1540004 CPUtime=0.9
/proc/495/task/505/stat : 505 (java) R 493 495 32615 0 -1 4202560 5317 0 0 0 89 1 0 0 16 0 12 0 29716322 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 104146868 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=506] ppid=493 vsize=1540004 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29716322 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1540004 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29716322 1576964096 43302 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1540004

[startup+6.30189 s]
/proc/loadavg: 1.27 1.12 1.04 4/119 510
/proc/meminfo: memFree=1649536/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1539828 CPUtime=9.18
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 58990 0 1 0 892 26 0 0 18 0 13 0 29716312 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 384957 55002 1439 10 0 382259 0
[pid=495/tid=497] ppid=493 vsize=1539828 CPUtime=5.61
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32067 0 1 0 546 15 0 0 25 0 13 0 29716314 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4109750560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=495/tid=498] ppid=493 vsize=1539828 CPUtime=0.47
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 10896 0 0 0 44 3 0 0 16 0 13 0 29716315 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1539828 CPUtime=0.45
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 8522 0 0 0 41 4 0 0 16 0 13 0 29716315 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 29716317 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=501] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=502] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29716317 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29716322 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1539828 CPUtime=0.85
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 1011 0 0 0 85 0 0 0 16 0 13 0 29716322 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1539828 CPUtime=1.74
/proc/495/task/505/stat : 505 (java) R 493 495 32615 0 -1 4202560 5418 0 0 0 173 1 0 0 15 0 13 0 29716322 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 103103712 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=506] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29716322 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29716322 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=510] ppid=493 vsize=1539828 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 29716691 1576783872 55002 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1539828

[startup+12.7016 s]
/proc/loadavg: 1.24 1.12 1.04 2/119 510
/proc/meminfo: memFree=1614444/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1549044 CPUtime=16.68
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 71037 0 1 0 1634 34 0 0 18 0 13 0 29716312 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387261 63337 1439 10 0 384563 0
[pid=495/tid=497] ppid=493 vsize=1549044 CPUtime=11.61
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32080 0 1 0 1146 15 0 0 25 0 13 0 29716314 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4109707194 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549044 CPUtime=0.82
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 13801 0 0 0 77 5 0 0 15 0 13 0 29716315 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549044 CPUtime=0.79
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 12962 0 0 0 73 6 0 0 16 0 13 0 29716315 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 29716317 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1549044 CPUtime=1.59
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 5697 0 0 0 156 3 0 0 16 0 13 0 29716322 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1549044 CPUtime=1.79
/proc/495/task/505/stat : 505 (java) S 493 495 32615 0 -1 4202560 5421 0 0 0 178 1 0 0 15 0 13 0 29716322 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=506] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29716322 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=510] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 29716691 1586221056 63337 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 1549044

[startup+25.5021 s]
/proc/loadavg: 1.19 1.11 1.03 3/119 510
/proc/meminfo: memFree=1607632/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1549044 CPUtime=29.84
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 72962 0 1 0 2948 36 0 0 18 0 13 0 29716312 1586221056 65154 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387261 65154 1439 10 0 384563 0
[pid=495/tid=497] ppid=493 vsize=1549044 CPUtime=24.12
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32103 0 1 0 2396 16 0 0 25 0 13 0 29716314 1586221056 65154 1992294400 134512640 134550932 4290294272 18446744073709551615 4109412117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549044 CPUtime=1.09
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 14672 0 0 0 103 6 0 0 15 0 13 0 29716315 1586221056 65154 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549044 CPUtime=1.06
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 13973 0 0 0 99 7 0 0 16 0 13 0 29716315 1586221056 65154 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549044 CPUtime=0.01
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 29716317 1586221056 65154 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 65154 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549044 CPUtime=0

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

[pid=495] ppid=493 vsize=1549044 CPUtime=1619.2
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 127258 0 1 0 161838 82 0 0 18 0 13 0 29716312 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387261 113325 1449 10 0 384563 0
[pid=495/tid=497] ppid=493 vsize=1549044 CPUtime=1585.21
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32691 0 1 0 158503 18 0 0 25 0 13 0 29716314 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4109707172 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549044 CPUtime=13.86
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 40359 0 0 0 1362 24 0 0 16 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549044 CPUtime=13.83
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 39716 0 0 0 1357 26 0 0 15 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549044 CPUtime=2.22
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 2142 0 0 0 216 6 0 0 15 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1549044 CPUtime=2.1
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 5756 0 0 0 207 3 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1549044 CPUtime=1.91
/proc/495/task/505/stat : 505 (java) S 493 495 32615 0 -1 4202560 5430 0 0 0 190 1 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=506] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=510] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 29716691 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1619.2
Current children cumulated vsize (KiB) 1549044

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 563
/proc/meminfo: memFree=1411712/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1549044 CPUtime=1679.73
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 127285 0 1 0 167890 83 0 0 18 0 13 0 29716312 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387261 113325 1449 10 0 384563 0
[pid=495/tid=497] ppid=493 vsize=1549044 CPUtime=1644.63
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32710 0 1 0 164445 18 0 0 25 0 13 0 29716314 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4109702271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549044 CPUtime=14.42
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 40359 0 0 0 1418 24 0 0 15 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549044 CPUtime=14.38
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 39716 0 0 0 1411 27 0 0 16 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549044 CPUtime=2.23
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 2147 0 0 0 217 6 0 0 15 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1549044 CPUtime=2.1
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 5756 0 0 0 207 3 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1549044 CPUtime=1.91
/proc/495/task/505/stat : 505 (java) S 493 495 32615 0 -1 4202560 5430 0 0 0 190 1 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=506] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=510] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 29716691 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.73
Current children cumulated vsize (KiB) 1549044

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 566
/proc/meminfo: memFree=1410968/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1549044 CPUtime=1740.28
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 127308 0 1 0 173944 84 0 0 18 0 13 0 29716312 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387261 113325 1449 10 0 384563 0
[pid=495/tid=497] ppid=493 vsize=1549044 CPUtime=1704.03
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32729 0 1 0 170385 18 0 0 25 0 13 0 29716314 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4109750693 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549044 CPUtime=14.99
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 40359 0 0 0 1475 24 0 0 15 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549044 CPUtime=14.94
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 39716 0 0 0 1467 27 0 0 16 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549044 CPUtime=2.23
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 2149 0 0 0 217 6 0 0 15 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1549044 CPUtime=2.1
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 5756 0 0 0 207 3 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1549044 CPUtime=1.91
/proc/495/task/505/stat : 505 (java) S 493 495 32615 0 -1 4202560 5430 0 0 0 190 1 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=506] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=510] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 29716691 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.28
Current children cumulated vsize (KiB) 1549044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 568
/proc/meminfo: memFree=1410968/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1549044 CPUtime=1800.07
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 127336 0 1 0 179922 85 0 0 18 0 13 0 29716312 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387261 113325 1449 10 0 384563 0
[pid=495/tid=497] ppid=493 vsize=1549044 CPUtime=1762.62
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32749 0 1 0 176243 19 0 0 25 0 13 0 29716314 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4109707172 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549044 CPUtime=15.59
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 40359 0 0 0 1535 24 0 0 15 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549044 CPUtime=15.55
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 39716 0 0 0 1527 28 0 0 16 0 13 0 29716315 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549044 CPUtime=2.23
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 2154 0 0 0 217 6 0 0 15 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29716317 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1549044 CPUtime=2.1
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 5756 0 0 0 207 3 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1549044 CPUtime=1.91
/proc/495/task/505/stat : 505 (java) S 493 495 32615 0 -1 4202560 5430 0 0 0 190 1 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=506] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 29716322 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=510] ppid=493 vsize=1549044 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 29716691 1586221056 113325 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1549044

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

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

[startup+1781.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 568
/proc/meminfo: memFree=1410968/2059040 swapFree=4136456/4192956
[pid=495] ppid=493 vsize=1549692 CPUtime=1800.24
/proc/495/stat : 495 (java) S 493 495 32615 0 -1 4202496 127360 0 1 0 179939 85 0 0 18 0 14 0 29716312 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/495/statm: 387423 113349 1452 10 0 384725 0
[pid=495/tid=497] ppid=493 vsize=1549692 CPUtime=1762.73
/proc/495/task/497/stat : 497 (java) R 493 495 32615 0 -1 4202560 32749 0 1 0 176254 19 0 0 25 0 14 0 29716314 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4109707722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=495/tid=498] ppid=493 vsize=1549692 CPUtime=15.59
/proc/495/task/498/stat : 498 (java) S 493 495 32615 0 -1 4202560 40359 0 0 0 1535 24 0 0 15 0 14 0 29716315 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=499] ppid=493 vsize=1549692 CPUtime=15.55
/proc/495/task/499/stat : 499 (java) S 493 495 32615 0 -1 4202560 39716 0 0 0 1527 28 0 0 16 0 14 0 29716315 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=500] ppid=493 vsize=1549692 CPUtime=2.23
/proc/495/task/500/stat : 500 (java) S 493 495 32615 0 -1 4202560 2154 0 0 0 217 6 0 0 15 0 14 0 29716317 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=501] ppid=493 vsize=1549692 CPUtime=0
/proc/495/task/501/stat : 501 (java) S 493 495 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 29716317 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=502] ppid=493 vsize=1549692 CPUtime=0
/proc/495/task/502/stat : 502 (java) S 493 495 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 29716317 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=503] ppid=493 vsize=1549692 CPUtime=0
/proc/495/task/503/stat : 503 (java) S 493 495 32615 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 14 0 29716322 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=504] ppid=493 vsize=1549692 CPUtime=2.1
/proc/495/task/504/stat : 504 (java) S 493 495 32615 0 -1 4202560 5756 0 0 0 207 3 0 0 15 0 14 0 29716322 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=505] ppid=493 vsize=1549692 CPUtime=1.95
/proc/495/task/505/stat : 505 (java) S 493 495 32615 0 -1 4202560 5432 0 0 0 194 1 0 0 15 0 14 0 29716322 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=506] ppid=493 vsize=1549692 CPUtime=0
/proc/495/task/506/stat : 506 (java) S 493 495 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 29716322 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=495/tid=507] ppid=493 vsize=1549692 CPUtime=0
/proc/495/task/507/stat : 507 (java) S 493 495 32615 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 14 0 29716322 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=495/tid=510] ppid=493 vsize=1549692 CPUtime=0
/proc/495/task/510/stat : 510 (java) S 493 495 32615 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 29716691 1586884608 113349 1992294400 134512640 134550932 4290294272 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1549692

Child status: 143
Real time (s): 1781.67
CPU time (s): 1800.31
CPU user time (s): 1799.41
CPU system time (s): 0.899863
CPU usage (%): 101.046
Max. virtual memory (cumulated for all children) (KiB): 1551608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.899863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127361
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= 43014
involuntary context switches= 25052

runsolver used 3.43748 second user time and 9.65053 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 20:45:23
IDJOB=2660278
IDBENCH=2367
IDSOLVER=1165
FILE ID=node001/2660278-1276541123
PBS_JOBID= 11173469
Free space on /tmp= 62432 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660278-1276541123/watcher-2660278-1276541123 -o /tmp/evaluation-result-2660278-1276541123/solver-2660278-1276541123 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660278-1276541123.opb

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

MD5SUM BENCH= 1a4e4bfb1c77b43166d46bacbe01c892
RANDOM SEED=246805528

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1863688 kB
Buffers:         16940 kB
Cached:         100212 kB
SwapCached:       9648 kB
Active:          83116 kB
Inactive:        46688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1863688 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            4752 kB
Writeback:           0 kB
AnonPages:       11112 kB
Mapped:           9280 kB
Slab:            43560 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182324 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62432 MiB
End job on node001 at 2010-06-14 21:15:06