Trace number 1856146

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.31 1782.78

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
MD5SUMcc5d7ea426a09a5b1cb030d82bbe1743
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 variables221520
Total number of constraints6283
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 constraints6283
Minimum length of a constraint45
Maximum length of a constraint221520
Number of terms in the objective function 221520
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 34400198927214221876937
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 34400301327214221876937
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1856146-1244904100.opb
0.23/0.22	c reading problem ... 
11.24/8.81	c ... done. Wall clock time 8.592s.
11.24/8.81	c #vars     221520
11.24/8.81	c #constraints  102212
11.24/8.81	c constraints type 
11.24/8.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
1800.02/1782.51	c starts		: 2
1800.02/1782.51	c conflicts		: 121
1800.02/1782.51	c decisions		: 2260273
1800.02/1782.51	c propagations		: 4528038
1800.02/1782.51	c inspects		: 19475911
1800.02/1782.51	c learnt literals	: 0
1800.02/1782.51	c learnt binary clauses	: 0
1800.02/1782.51	c learnt ternary clauses	: 0
1800.02/1782.51	c learnt clauses	: 121
1800.02/1782.51	c ignored clauses	: 0
1800.02/1782.51	c root simplifications	: 0
1800.02/1782.51	c removed literals (reason simplification)	: 0
1800.02/1782.51	c reason swapping (by a shorter reason)	: 0
1800.02/1782.51	c Calls to reduceDB	: 0
1800.02/1782.51	c speed (assignments/second)	: 2552.878475998464
1800.02/1782.51	c non guided choices	0
1800.02/1782.51	c learnt constraints type 
1800.02/1782.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121
1800.02/1782.51	c constraints type 
1800.02/1782.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
1800.02/1782.51	s UNKNOWN
1800.02/1782.51	c Total wall clock time (in seconds): 1782.296

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-1856146-1244904100/watcher-1856146-1244904100 -o /tmp/evaluation-result-1856146-1244904100/solver-1856146-1244904100 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856146-1244904100.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16706
/proc/meminfo: memFree=1399312/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=152 CPUtime=0
/proc/16706/stat : 16706 (java6) R 16704 16706 16627 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 158006975 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16706/statm: 38 26 19 9 0 4 0

[startup+0.0644219 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16706
/proc/meminfo: memFree=1399312/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1470220 CPUtime=0.05
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 3315 0 1 0 3 2 0 0 18 0 7 0 158006975 1505505280 3060 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 367555 3060 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101423 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16706
/proc/meminfo: memFree=1399312/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1472584 CPUtime=0.09
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 3608 0 1 0 6 3 0 0 18 0 12 0 158006975 1507926016 3352 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301448 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16706
/proc/meminfo: memFree=1399312/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1475296 CPUtime=0.36
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 6253 0 1 0 32 4 0 0 18 0 12 0 158006975 1510703104 5990 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 368824 5990 1356 9 0 366167 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475296

[startup+0.701491 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 16706
/proc/meminfo: memFree=1399312/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1476152 CPUtime=0.91
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 9726 0 1 0 85 6 0 0 18 0 12 0 158006975 1511579648 9252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 369038 9252 1395 9 0 366381 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1476152

[startup+1.50257 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16718
/proc/meminfo: memFree=1347824/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1476152 CPUtime=1.71
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 22259 0 1 0 159 12 0 0 18 0 12 0 158006975 1511579648 21785 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 369038 21786 1395 9 0 366381 0
[pid=16706/tid=16708] ppid=16704 vsize=1476152 CPUtime=1.37
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 20335 0 1 0 127 10 0 0 25 0 12 0 158006976 1511579648 21786 1992294400 134512640 134550932 4294956000 18446744073709551615 4109483636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 158006977 1511579648 21787 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158006977 1511579648 21788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 158006979 1511579648 21788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 158006980 1511579648 21789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158006980 1511579648 21789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158006984 1511579648 21789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1476152 CPUtime=0.16
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 365 0 0 0 16 0 0 0 16 0 12 0 158006984 1511579648 21790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1476152 CPUtime=0.16
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 820 0 0 0 16 0 0 0 16 0 12 0 158006984 1511579648 21790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158006984 1511579648 21791 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1476152 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158006984 1511579648 21792 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1476152

[startup+3.10276 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16718
/proc/meminfo: memFree=1279472/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1493672 CPUtime=4.19
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 44264 0 1 0 397 22 0 0 18 0 12 0 158006975 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 373418 41668 1412 9 0 370761 0
[pid=16706/tid=16708] ppid=16704 vsize=1493672 CPUtime=2.86
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 30933 0 1 0 271 15 0 0 23 0 12 0 158006976 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1493672 CPUtime=0.08
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 3419 0 0 0 7 1 0 0 16 0 12 0 158006977 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1493672 CPUtime=0.08
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 2052 0 0 0 7 1 0 0 17 0 12 0 158006977 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1493672 CPUtime=0
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 158006979 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1493672 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158006980 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1493672 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158006980 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1493672 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158006984 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1493672 CPUtime=0.53
/proc/16706/task/16715/stat : 16715 (java) R 16704 16706 16627 0 -1 64 2308 0 0 0 53 0 0 0 19 0 12 0 158006984 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 106257856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1493672 CPUtime=0.6
/proc/16706/task/16716/stat : 16716 (java) R 16704 16706 16627 0 -1 64 4801 0 0 0 58 2 0 0 20 0 12 0 158006984 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 104142731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1493672 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158006984 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1493672 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158006984 1529520128 41668 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1493672

[startup+6.30111 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16718
/proc/meminfo: memFree=1169008/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488036 CPUtime=8.48
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 73358 0 1 0 810 38 0 0 18 0 12 0 158006975 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372009 65377 1418 9 0 369352 0
[pid=16706/tid=16708] ppid=16704 vsize=1488036 CPUtime=5.33
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 30941 0 1 0 517 16 0 0 16 0 12 0 158006976 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488036 CPUtime=0.71
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 18094 0 0 0 62 9 0 0 19 0 12 0 158006977 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488036 CPUtime=0.69
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 14596 0 0 0 62 7 0 0 16 0 12 0 158006977 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488036 CPUtime=0
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 158006979 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488036 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 158006980 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488036 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158006980 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488036 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158006984 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1488036 CPUtime=0.78
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2724 0 0 0 77 1 0 0 17 0 12 0 158006984 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488036 CPUtime=0.92
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6252 0 0 0 90 2 0 0 16 0 12 0 158006984 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488036 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 158006984 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488036 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158006984 1523748864 65377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1488036

[startup+12.7028 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 16719
/proc/meminfo: memFree=1072880/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488328 CPUtime=16.87
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 92300 0 2 0 1638 49 0 0 18 0 13 0 158006975 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372082 83008 1438 9 0 369425 0
[pid=16706/tid=16708] ppid=16704 vsize=1488328 CPUtime=10.65
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 31001 0 1 0 1048 17 0 0 25 0 13 0 158006976 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4109594943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488328 CPUtime=1.49
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 24707 0 0 0 136 13 0 0 16 0 13 0 158006977 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488328 CPUtime=1.53
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 26732 0 0 0 141 12 0 0 17 0 13 0 158006977 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158006979 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158006984 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1488328 CPUtime=1.35
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2783 0 1 0 134 1 0 0 17 0 13 0 158006984 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488328 CPUtime=1.79
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6322 0 0 0 176 3 0 0 16 0 13 0 158006984 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158006984 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158006984 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158008042 1524047872 83008 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 1488328

[startup+25.5022 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 16719
/proc/meminfo: memFree=967160/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488328 CPUtime=31.09
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 119458 0 2 0 3044 65 0 0 18 0 13 0 158006975 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372082 109113 1438 9 0 369425 0
[pid=16706/tid=16708] ppid=16704 vsize=1488328 CPUtime=22.05
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 31014 0 1 0 2188 17 0 0 25 0 13 0 158006976 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4110087409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488328 CPUtime=2.78
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 37861 0 0 0 258 20 0 0 16 0 13 0 158006977 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488328 CPUtime=2.81
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 40712 0 0 0 261 20 0 0 17 0 13 0 158006977 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488328 CPUtime=0.01
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 158006979 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 109113 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488328 CPUtime=0

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

/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2805 0 1 0 172 1 0 0 17 0 13 0 158006984 1524047872 265869 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488328 CPUtime=2.03
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6332 0 0 0 200 3 0 0 17 0 13 0 158006984 1524047872 265869 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158006984 1524047872 265869 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158006984 1524047872 265869 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158008042 1524047872 265869 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.08
Current children cumulated vsize (KiB) 1488328

[startup+1662.3 s]
/proc/loadavg: 1.08 1.07 1.05 2/77 16727
/proc/meminfo: memFree=264248/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488328 CPUtime=1677.16
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 299720 0 2 0 167528 188 0 0 18 0 13 0 158006975 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372082 284424 1438 9 0 369425 0
[pid=16706/tid=16708] ppid=16704 vsize=1488328 CPUtime=1646.86
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 31096 0 1 0 164665 21 0 0 25 0 13 0 158006976 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4109939564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488328 CPUtime=13.39
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 132473 0 0 0 1258 81 0 0 16 0 13 0 158006977 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488328 CPUtime=13.06
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 126258 0 0 0 1227 79 0 0 17 0 13 0 158006977 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488328 CPUtime=0.03
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 3 0 0 0 16 0 13 0 158006979 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158006984 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1488328 CPUtime=1.73
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2805 0 1 0 172 1 0 0 17 0 13 0 158006984 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488328 CPUtime=2.03
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6332 0 0 0 200 3 0 0 17 0 13 0 158006984 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158006984 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158006984 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158008042 1524047872 284424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.16
Current children cumulated vsize (KiB) 1488328

[startup+1722.3 s]
/proc/loadavg: 1.08 1.07 1.05 2/77 16727
/proc/meminfo: memFree=110328/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488328 CPUtime=1738.69
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 342750 0 2 0 173656 213 0 0 18 0 13 0 158006975 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372082 322820 1438 9 0 369425 0
[pid=16706/tid=16708] ppid=16704 vsize=1488328 CPUtime=1704.99
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 31111 0 1 0 170478 21 0 0 25 0 13 0 158006976 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4109558249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488328 CPUtime=15.07
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 158605 0 0 0 1412 95 0 0 16 0 13 0 158006977 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488328 CPUtime=14.68
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 143141 0 0 0 1379 89 0 0 17 0 13 0 158006977 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488328 CPUtime=0.03
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 3 0 0 0 16 0 13 0 158006979 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158006984 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1488328 CPUtime=1.8
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2805 0 1 0 179 1 0 0 17 0 13 0 158006984 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488328 CPUtime=2.05
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6332 0 0 0 202 3 0 0 16 0 13 0 158006984 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158006984 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158006984 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158008042 1524047872 322820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.69
Current children cumulated vsize (KiB) 1488328

[startup+1782.3 s]
/proc/loadavg: 1.13 1.08 1.06 2/77 16727
/proc/meminfo: memFree=64056/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488328 CPUtime=1799.82
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 354273 0 2 0 179761 221 0 0 18 0 13 0 158006975 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372082 334333 1440 9 0 369425 0
[pid=16706/tid=16708] ppid=16704 vsize=1488328 CPUtime=1759.01
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 31121 0 1 0 175880 21 0 0 25 0 13 0 158006976 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4109938911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488328 CPUtime=16.43
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 165089 0 0 0 1543 100 0 0 17 0 13 0 158006977 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488328 CPUtime=15.96
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 148168 0 0 0 1503 93 0 0 16 0 13 0 158006977 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488328 CPUtime=4.5
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 13 0 0 0 450 0 0 0 16 0 13 0 158006979 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1488328 CPUtime=1.8
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2805 0 1 0 179 1 0 0 17 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488328 CPUtime=2.05
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6332 0 0 0 202 3 0 0 16 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158008042 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (KiB) 1488328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.5 s]
/proc/loadavg: 1.13 1.08 1.06 2/77 16727
/proc/meminfo: memFree=64056/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=1488328 CPUtime=1800.02
/proc/16706/stat : 16706 (java) S 16704 16706 16627 0 -1 0 354273 0 2 0 179781 221 0 0 18 0 13 0 158006975 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 372082 334333 1440 9 0 369425 0
[pid=16706/tid=16708] ppid=16704 vsize=1488328 CPUtime=1759.22
/proc/16706/task/16708/stat : 16708 (java) R 16704 16706 16627 0 -1 64 31121 0 1 0 175901 21 0 0 25 0 13 0 158006976 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4109938971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16709] ppid=16704 vsize=1488328 CPUtime=16.43
/proc/16706/task/16709/stat : 16709 (java) S 16704 16706 16627 0 -1 64 165089 0 0 0 1543 100 0 0 17 0 13 0 158006977 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16710] ppid=16704 vsize=1488328 CPUtime=15.96
/proc/16706/task/16710/stat : 16710 (java) S 16704 16706 16627 0 -1 64 148168 0 0 0 1503 93 0 0 16 0 13 0 158006977 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16711] ppid=16704 vsize=1488328 CPUtime=4.5
/proc/16706/task/16711/stat : 16711 (java) S 16704 16706 16627 0 -1 64 13 0 0 0 450 0 0 0 16 0 13 0 158006979 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16712] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16712/stat : 16712 (java) S 16704 16706 16627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16713] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16713/stat : 16713 (java) S 16704 16706 16627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158006980 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16714] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16714/stat : 16714 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16715] ppid=16704 vsize=1488328 CPUtime=1.8
/proc/16706/task/16715/stat : 16715 (java) S 16704 16706 16627 0 -1 64 2805 0 1 0 179 1 0 0 17 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16716] ppid=16704 vsize=1488328 CPUtime=2.05
/proc/16706/task/16716/stat : 16716 (java) S 16704 16706 16627 0 -1 64 6332 0 0 0 202 3 0 0 16 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16717] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16717/stat : 16717 (java) S 16704 16706 16627 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16706/tid=16718] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16718/stat : 16718 (java) S 16704 16706 16627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158006984 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16706/tid=16719] ppid=16704 vsize=1488328 CPUtime=0
/proc/16706/task/16719/stat : 16719 (java) S 16704 16706 16627 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158008042 1524047872 334333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1488328

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

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

[startup+1782.61 s]
/proc/loadavg: 1.13 1.08 1.06 2/77 16727
/proc/meminfo: memFree=64056/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=0 CPUtime=1800.14
/proc/16706/stat : 16706 (java) Z 16704 16706 16627 0 -1 1036 354295 0 2 0 179788 226 0 0 15 0 2 0 158006975 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1782.7 s]
/proc/loadavg: 1.13 1.08 1.06 2/77 16727
/proc/meminfo: memFree=64056/2055920 swapFree=4192952/4192956
[pid=16706] ppid=16704 vsize=0 CPUtime=1800.22
/proc/16706/stat : 16706 (java) Z 16704 16706 16627 0 -1 1036 354295 0 2 0 179788 234 0 0 15 0 2 0 158006975 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16706/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1782.78
CPU time (s): 1800.31
CPU user time (s): 1797.89
CPU system time (s): 2.42363
CPU usage (%): 100.983
Max. virtual memory (cumulated for all children) (KiB): 1493672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.42363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354295
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39099
involuntary context switches= 30741

runsolver used 1.91271 second user time and 4.70428 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-13 16:41:42
IDJOB=1856146
IDBENCH=2369
IDSOLVER=681
FILE ID=node42/1856146-1244904100
PBS_JOBID= 9354499
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856146-1244904100/watcher-1856146-1244904100 -o /tmp/evaluation-result-1856146-1244904100/solver-1856146-1244904100 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856146-1244904100.opb

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

MD5SUM BENCH= cc5d7ea426a09a5b1cb030d82bbe1743
RANDOM SEED=1169403671

node42.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.214
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.214
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:       1399792 kB
Buffers:         70208 kB
Cached:         489496 kB
SwapCached:          4 kB
Active:          51160 kB
Inactive:       522536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399792 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           16916 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            68412 kB
Committed_AS:   138436 kB
PageTables:       1404 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= 66256 MiB
End job on node42 at 2009-06-13 17:11:26