Trace number 1856195

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.45 1795.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
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 variables9240
Total number of constraints145
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 constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856195-1244904942.opb
0.23/0.21	c reading problem ... 
1.94/1.18	c ... done. Wall clock time 0.971s.
1.94/1.18	c #vars     9240
1.94/1.18	c #constraints  2072
1.94/1.18	c constraints type 
1.94/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1578.16/1573.59	c cleaning 309967 clauses out of 619992
1800.01/1795.11	c starts		: 21
1800.01/1795.11	c conflicts		: 701504
1800.01/1795.11	c decisions		: 728454
1800.01/1795.11	c propagations		: 13291506
1800.01/1795.11	c inspects		: 1188976516
1800.01/1795.11	c learnt literals	: 8
1800.01/1795.12	c learnt binary clauses	: 20
1800.01/1795.12	c learnt ternary clauses	: 33
1800.01/1795.12	c learnt clauses	: 701497
1800.01/1795.12	c ignored clauses	: 0
1800.01/1795.12	c root simplifications	: 0
1800.01/1795.12	c removed literals (reason simplification)	: 27343659
1800.01/1795.12	c reason swapping (by a shorter reason)	: 0
1800.01/1795.12	c Calls to reduceDB	: 1
1800.01/1795.12	c speed (assignments/second)	: 7409.155875647321
1800.01/1795.12	c non guided choices	2850
1800.22/1795.22	c learnt constraints type 
1800.22/1795.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 391571
1800.22/1795.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
1800.22/1795.22	c constraints type 
1800.22/1795.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.22/1795.22	s UNKNOWN
1800.22/1795.22	c Total wall clock time (in seconds): 1795.004

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-1856195-1244904942/watcher-1856195-1244904942 -o /tmp/evaluation-result-1856195-1244904942/solver-1856195-1244904942 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856195-1244904942.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 3/64 13685
/proc/meminfo: memFree=1276672/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=272 CPUtime=0
/proc/13685/stat : 13685 (java6) D 13683 13685 13512 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 158095000 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 10416932 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/13685/statm: 68 37 28 9 0 6 0

[startup+0.0410661 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13685
/proc/meminfo: memFree=1276672/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1468752 CPUtime=0.03
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 3020 0 1 0 1 2 0 0 18 0 4 0 158095000 1504002048 2767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 367188 2767 938 9 0 364539 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1468752

[startup+0.102078 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13685
/proc/meminfo: memFree=1276672/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1472584 CPUtime=0.08
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 3612 0 1 0 6 2 0 0 18 0 12 0 158095000 1507926016 3355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302113 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13685
/proc/meminfo: memFree=1276672/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1474752 CPUtime=0.36
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 5159 0 1 0 32 4 0 0 18 0 12 0 158095000 1510146048 4896 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 368688 4896 1361 9 0 366031 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1474752

[startup+0.701192 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13685
/proc/meminfo: memFree=1276672/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1486476 CPUtime=1.13
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 9785 0 1 0 107 6 0 0 18 0 12 0 158095000 1522151424 8599 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 371619 8599 1400 9 0 368962 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1486476

[startup+1.50134 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 13697
/proc/meminfo: memFree=1236064/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1489920 CPUtime=2.6
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 18813 0 1 0 250 10 0 0 18 0 13 0 158095000 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 372480 14917 1416 9 0 369823 0
[pid=13685/tid=13687] ppid=13683 vsize=1489920 CPUtime=1.05
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 10028 0 1 0 100 5 0 0 20 0 13 0 158095002 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4109587966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158095003 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 158095003 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158095005 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158095005 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158095005 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1489920 CPUtime=0.87
/proc/13685/task/13694/stat : 13694 (java) R 13683 13685 13512 0 -1 64 5389 0 0 0 85 2 0 0 16 0 13 0 158095010 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 103862041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1489920 CPUtime=0.65
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 2648 0 0 0 64 1 0 0 16 0 13 0 158095010 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1525678080 14917 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1489920

[startup+3.10263 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 13698
/proc/meminfo: memFree=1217240/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1489920 CPUtime=4.58
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 25271 0 1 0 445 13 0 0 18 0 13 0 158095000 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 372480 20878 1416 9 0 369823 0
[pid=13685/tid=13687] ppid=13683 vsize=1489920 CPUtime=2.58
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 15959 0 1 0 251 7 0 0 18 0 13 0 158095002 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4109504148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158095003 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 158095003 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158095005 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158095005 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158095005 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1489920 CPUtime=1.19
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5413 0 0 0 117 2 0 0 16 0 13 0 158095010 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1489920 CPUtime=0.76
/proc/13685/task/13695/stat : 13695 (java) R 13683 13685 13512 0 -1 64 3151 0 0 0 75 1 0 0 16 0 13 0 158095010 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 105580905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1489920 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1525678080 20878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1489920

[startup+6.30122 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 13698
/proc/meminfo: memFree=1151384/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1488724 CPUtime=7.87
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 42261 0 1 0 768 19 0 0 18 0 13 0 158095000 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 372181 37347 1425 9 0 369524 0
[pid=13685/tid=13687] ppid=13683 vsize=1488724 CPUtime=5.73
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 30970 0 1 0 560 13 0 0 25 0 13 0 158095002 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4109842195 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1488724 CPUtime=0.02
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 709 0 0 0 2 0 0 0 16 0 13 0 158095003 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1488724 CPUtime=0.02
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 971 0 0 0 2 0 0 0 16 0 13 0 158095003 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 158095005 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1488724 CPUtime=1.2
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5413 0 0 0 118 2 0 0 16 0 13 0 158095010 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1488724 CPUtime=0.85
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3445 0 0 0 84 1 0 0 17 0 13 0 158095010 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1488724 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1524453376 37347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1488724

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 13698
/proc/meminfo: memFree=1137240/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1483332 CPUtime=14.36
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 44617 0 1 0 1415 21 0 0 18 0 13 0 158095000 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 370833 38334 1429 9 0 368176 0
[pid=13685/tid=13687] ppid=13683 vsize=1483332 CPUtime=12.08
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 30974 0 1 0 1195 13 0 0 18 0 13 0 158095002 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4109443036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1483332 CPUtime=0.04
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 1590 0 0 0 4 0 0 0 17 0 13 0 158095003 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1483332 CPUtime=0.04
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 2426 0 0 0 3 1 0 0 16 0 13 0 158095003 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1483332 CPUtime=1.2
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5413 0 0 0 118 2 0 0 16 0 13 0 158095010 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1483332 CPUtime=0.94
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3457 0 0 0 93 1 0 0 17 0 13 0 158095010 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1518931968 38334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.36
Current children cumulated vsize (KiB) 1483332

[startup+25.5028 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 13698
/proc/meminfo: memFree=1124184/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1483332 CPUtime=27.22
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 45583 0 1 0 2701 21 0 0 18 0 13 0 158095000 1518931968 39289 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 370833 39289 1429 9 0 368176 0
[pid=13685/tid=13687] ppid=13683 vsize=1483332 CPUtime=24.8
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 30978 0 1 0 2467 13 0 0 25 0 13 0 158095002 1518931968 39289 1992294400 134512640 134550932 4294956016 18446744073709551615 4109587690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1483332 CPUtime=0.07
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 2115 0 0 0 6 1 0 0 16 0 13 0 158095003 1518931968 39289 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1483332 CPUtime=0.07
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 2857 0 0 0 6 1 0 0 16 0 13 0 158095003 1518931968 39289 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 39289 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0

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

[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=1.01
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 20 0 0 0 101 0 0 0 16 0 13 0 158095005 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1483332 CPUtime=1.36
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5423 0 0 0 133 3 0 0 15 0 13 0 158095010 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1483332 CPUtime=1.09
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3464 0 0 0 108 1 0 0 16 0 13 0 158095010 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1518931968 312735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.02
Current children cumulated vsize (KiB) 1483332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13704
/proc/meminfo: memFree=27480/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1483332 CPUtime=1667.05
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 415474 0 1 0 166510 195 0 0 18 0 13 0 158095000 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 370833 312736 1435 9 0 368176 0
[pid=13685/tid=13687] ppid=13683 vsize=1483332 CPUtime=1656.16
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 31065 0 1 0 165601 15 0 0 25 0 13 0 158095002 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4109771647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1483332 CPUtime=3.7
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 186457 0 0 0 284 86 0 0 16 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1483332 CPUtime=3.69
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 188300 0 0 0 281 88 0 0 16 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=1.01
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 20 0 0 0 101 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1483332 CPUtime=1.36
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5423 0 0 0 133 3 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1483332 CPUtime=1.09
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3464 0 0 0 108 1 0 0 16 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.05
Current children cumulated vsize (KiB) 1483332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13704
/proc/meminfo: memFree=27416/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1483332 CPUtime=1727.1
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 415476 0 1 0 172514 196 0 0 18 0 13 0 158095000 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 370833 312736 1435 9 0 368176 0
[pid=13685/tid=13687] ppid=13683 vsize=1483332 CPUtime=1716.05
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 31067 0 1 0 171590 15 0 0 25 0 13 0 158095002 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4109813320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1483332 CPUtime=3.78
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 186457 0 0 0 292 86 0 0 17 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1483332 CPUtime=3.76
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 188300 0 0 0 288 88 0 0 16 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=1.01
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 20 0 0 0 101 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1483332 CPUtime=1.36
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5423 0 0 0 133 3 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1483332 CPUtime=1.09
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3464 0 0 0 108 1 0 0 16 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.1
Current children cumulated vsize (KiB) 1483332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13704
/proc/meminfo: memFree=27352/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1483332 CPUtime=1787.16
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 415478 0 1 0 178520 196 0 0 18 0 13 0 158095000 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 370833 312736 1435 9 0 368176 0
[pid=13685/tid=13687] ppid=13683 vsize=1483332 CPUtime=1775.91
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 31069 0 1 0 177576 15 0 0 25 0 13 0 158095002 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4109771647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1483332 CPUtime=3.89
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 186457 0 0 0 303 86 0 0 17 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1483332 CPUtime=3.85
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 188300 0 0 0 297 88 0 0 16 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=1.01
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 20 0 0 0 101 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1483332 CPUtime=1.36
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5423 0 0 0 133 3 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1483332 CPUtime=1.09
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3464 0 0 0 108 1 0 0 16 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.16
Current children cumulated vsize (KiB) 1483332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13704
/proc/meminfo: memFree=27352/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=1483332 CPUtime=1800.01
/proc/13685/stat : 13685 (java) S 13683 13685 13512 0 -1 0 415479 0 1 0 179805 196 0 0 18 0 13 0 158095000 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13685/statm: 370833 312736 1435 9 0 368176 0
[pid=13685/tid=13687] ppid=13683 vsize=1483332 CPUtime=1788.64
/proc/13685/task/13687/stat : 13687 (java) R 13683 13685 13512 0 -1 64 31070 0 1 0 178849 15 0 0 25 0 13 0 158095002 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4109794339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13688] ppid=13683 vsize=1483332 CPUtime=3.95
/proc/13685/task/13688/stat : 13688 (java) S 13683 13685 13512 0 -1 64 186457 0 0 0 309 86 0 0 16 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13689] ppid=13683 vsize=1483332 CPUtime=3.9
/proc/13685/task/13689/stat : 13689 (java) S 13683 13685 13512 0 -1 64 188300 0 0 0 302 88 0 0 16 0 13 0 158095003 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13690] ppid=13683 vsize=1483332 CPUtime=1.01
/proc/13685/task/13690/stat : 13690 (java) S 13683 13685 13512 0 -1 64 20 0 0 0 101 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13691] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13691/stat : 13691 (java) S 13683 13685 13512 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13692] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13692/stat : 13692 (java) S 13683 13685 13512 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158095005 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13693] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13693/stat : 13693 (java) S 13683 13685 13512 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13694] ppid=13683 vsize=1483332 CPUtime=1.36
/proc/13685/task/13694/stat : 13694 (java) S 13683 13685 13512 0 -1 64 5423 0 0 0 133 3 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13695] ppid=13683 vsize=1483332 CPUtime=1.09
/proc/13685/task/13695/stat : 13695 (java) S 13683 13685 13512 0 -1 64 3464 0 0 0 108 1 0 0 16 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13696] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13696/stat : 13696 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13685/tid=13697] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13697/stat : 13697 (java) S 13683 13685 13512 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158095010 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13685/tid=13698] ppid=13683 vsize=1483332 CPUtime=0
/proc/13685/task/13698/stat : 13698 (java) S 13683 13685 13512 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 158095130 1518931968 312736 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1483332

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

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

[startup+1795.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13704
/proc/meminfo: memFree=27352/2055920 swapFree=4192956/4192956
[pid=13685] ppid=13683 vsize=0 CPUtime=1800.42
/proc/13685/stat : 13685 (java) Z 13683 13685 13512 0 -1 1036 415507 0 1 0 179830 212 0 0 15 0 2 0 158095000 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.43
CPU time (s): 1800.45
CPU user time (s): 1798.3
CPU system time (s): 2.15067
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 1492780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.15067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415507
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= 38175
involuntary context switches= 37858

runsolver used 2.26666 second user time and 4.28835 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-13 16:55:42
IDJOB=1856195
IDBENCH=2394
IDSOLVER=682
FILE ID=node7/1856195-1244904942
PBS_JOBID= 9354491
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=1424383404

node7.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.274
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.274
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:       1277088 kB
Buffers:         61708 kB
Cached:         629648 kB
SwapCached:          0 kB
Active:          48224 kB
Inactive:       657076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             712 kB
Writeback:           0 kB
Mapped:          23764 kB
Slab:            59440 kB
Committed_AS:   128512 kB
PageTables:       1444 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= 66340 MiB
End job on node7 at 2009-06-13 17:25:39