Trace number 1855387

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.1OPT1120 889.927 887.822

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark0.623904
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855387-1244874384.opb
0.22/0.22	c reading problem ... 
0.22/0.27	c ... done. Wall clock time 0.05s.
0.22/0.27	c #vars     89
0.22/0.27	c #constraints  28
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.22/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.22/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.53/0.47	c SATISFIABLE
0.53/0.47	c OPTIMIZING...
0.53/0.47	c Got one! Elapsed wall clock time (in seconds):0.254
0.53/0.47	o 5222
0.69/0.52	c Got one! Elapsed wall clock time (in seconds):0.304
0.69/0.52	o 1255
0.88/0.69	c Got one! Elapsed wall clock time (in seconds):0.471
0.88/0.69	o 1242
1.31/0.99	c Got one! Elapsed wall clock time (in seconds):0.771
1.31/0.99	o 1177
1.41/1.08	c Got one! Elapsed wall clock time (in seconds):0.863
1.41/1.08	o 1157
55.09/54.17	c Got one! Elapsed wall clock time (in seconds):53.952
55.09/54.17	o 1153
61.09/60.14	c Got one! Elapsed wall clock time (in seconds):59.923
61.09/60.14	o 1128
352.92/351.20	c Got one! Elapsed wall clock time (in seconds):350.987
352.92/351.20	o 1120
889.83/887.73	c starts		: 81
889.83/887.73	c conflicts		: 825963
889.83/887.73	c decisions		: 1145663
889.83/887.73	c propagations		: 12334913
889.83/887.73	c inspects		: 2035479409
889.83/887.73	c learnt literals	: 10
889.83/887.73	c learnt binary clauses	: 54
889.83/887.73	c learnt ternary clauses	: 217
889.83/887.73	c learnt clauses	: 825952
889.83/887.73	c ignored clauses	: 0
889.83/887.73	c root simplifications	: 0
889.83/887.73	c removed literals (reason simplification)	: 8939496
889.83/887.73	c reason swapping (by a shorter reason)	: 0
889.83/887.73	c Calls to reduceDB	: 0
889.83/887.73	c speed (assignments/second)	: 22990.55023009351
889.83/887.73	c non guided choices	0
889.83/887.73	c learnt constraints type 
889.83/887.73	c constraints type 
889.83/887.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
889.83/887.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
889.83/887.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
889.83/887.73	s OPTIMUM FOUND
889.83/887.73	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 
889.83/887.73	c objective function=1120
889.83/887.73	c Total wall clock time (in seconds): 887.512

Verifier Data

OK	1120

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1855387-1244874384/watcher-1855387-1244874384 -o /tmp/evaluation-result-1855387-1244874384/solver-1855387-1244874384 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855387-1244874384.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: 0.92 0.99 0.99 3/64 9544
/proc/meminfo: memFree=1456600/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=152 CPUtime=0
/proc/9544/stat : 9544 (java6) R 9542 9544 9507 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 155038836 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 1 0 0
/proc/9544/statm: 38 26 19 9 0 4 0

[startup+0.0383571 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 9544
/proc/meminfo: memFree=1456600/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1468752 CPUtime=0.02
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 2982 0 1 0 1 1 0 0 18 0 4 0 155038836 1504002048 2729 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 367188 2729 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101369 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 9544
/proc/meminfo: memFree=1456600/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1472584 CPUtime=0.08
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 3608 0 1 0 6 2 0 0 18 0 12 0 155038836 1507926016 3351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.3014 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 9544
/proc/meminfo: memFree=1456600/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1475348 CPUtime=0.34
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 5040 0 1 0 30 4 0 0 18 0 13 0 155038836 1510756352 4777 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 368837 4777 1347 9 0 366180 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475348

[startup+0.701466 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 9544
/proc/meminfo: memFree=1456600/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1478752 CPUtime=1.06
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 7856 0 1 0 101 5 0 0 18 0 13 0 155038836 1514242048 7139 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369688 7139 1411 9 0 367031 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1478752

[startup+1.5026 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1416240/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1478752 CPUtime=1.97
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 18825 0 1 0 187 10 0 0 18 0 13 0 155038836 1514242048 18107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369688 18108 1415 9 0 367031 0
[pid=9544/tid=9546] ppid=9542 vsize=1478752 CPUtime=1.3
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 16123 0 1 0 121 9 0 0 20 0 13 0 155038838 1514242048 18109 1992294400 134512640 134550932 4294956016 18446744073709551615 4109441015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 155038839 1514242048 18109 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 155038839 1514242048 18110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 155038841 1514242048 18111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 155038841 1514242048 18111 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 155038841 1514242048 18113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1514242048 18113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1478752 CPUtime=0.39
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 662 0 0 0 39 0 0 0 15 0 13 0 155038846 1514242048 18113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1478752 CPUtime=0.26
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1297 0 0 0 26 0 0 0 15 0 13 0 155038846 1514242048 18114 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1514242048 18115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1514242048 18115 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1514242048 18116 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1478752

[startup+3.10286 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1356976/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1478752 CPUtime=3.63
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 34344 0 1 0 346 17 0 0 18 0 13 0 155038836 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369688 33619 1424 9 0 367031 0
[pid=9544/tid=9546] ppid=9542 vsize=1478752 CPUtime=2.85
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 30960 0 1 0 270 15 0 0 25 0 13 0 155038838 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4109491676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 360 0 0 0 0 0 0 0 16 0 13 0 155038839 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 305 0 0 0 0 0 0 0 16 0 13 0 155038839 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 155038841 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1478752 CPUtime=0.44
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 667 0 0 0 44 0 0 0 16 0 13 0 155038846 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1478752 CPUtime=0.28
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1299 0 0 0 28 0 0 0 16 0 13 0 155038846 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1478752 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1514242048 33619 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1478752

[startup+6.30241 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1322168/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477752 CPUtime=6.85
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 35744 0 1 0 667 18 0 0 18 0 13 0 155038836 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369438 34763 1424 9 0 366781 0
[pid=9544/tid=9546] ppid=9542 vsize=1477752 CPUtime=6.02
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 30962 0 1 0 587 15 0 0 25 0 13 0 155038838 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4109469312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477752 CPUtime=0.02
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 1087 0 0 0 2 0 0 0 16 0 13 0 155038839 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477752 CPUtime=0.02
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 974 0 0 0 2 0 0 0 17 0 13 0 155038839 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 155038841 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477752 CPUtime=0.44
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 667 0 0 0 44 0 0 0 16 0 13 0 155038846 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477752 CPUtime=0.29
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1299 0 0 0 29 0 0 0 15 0 13 0 155038846 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1513218048 34763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1477752

[startup+12.7025 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1315896/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477752 CPUtime=13.31
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 38979 0 1 0 1311 20 0 0 18 0 13 0 155038836 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369438 37972 1424 9 0 366781 0
[pid=9544/tid=9546] ppid=9542 vsize=1477752 CPUtime=12.35
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 30964 0 1 0 1220 15 0 0 25 0 13 0 155038838 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4109571133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477752 CPUtime=0.09
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 2810 0 0 0 8 1 0 0 17 0 13 0 155038839 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477752 CPUtime=0.09
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 2480 0 0 0 8 1 0 0 16 0 13 0 155038839 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 14 0 0 0 0 0 0 0 17 0 13 0 155038841 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477752 CPUtime=0.44
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 667 0 0 0 44 0 0 0 16 0 13 0 155038846 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477752 CPUtime=0.29
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1299 0 0 0 29 0 0 0 15 0 13 0 155038846 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477752 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1513218048 37972 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 1477752

[startup+25.5016 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1291832/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477476 CPUtime=26.27
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 43511 0 1 0 2604 23 0 0 18 0 13 0 155038836 1512935424 42352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369369 42352 1424 9 0 366712 0
[pid=9544/tid=9546] ppid=9542 vsize=1477476 CPUtime=24.98
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 30967 0 1 0 2482 16 0 0 25 0 13 0 155038838 1512935424 42352 1992294400 134512640 134550932 4294956016 18446744073709551615 4109571133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477476 CPUtime=0.25
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 5275 0 0 0 23 2 0 0 16 0 13 0 155038839 1512935424 42352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477476 CPUtime=0.24
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 4538 0 0 0 22 2 0 0 16 0 13 0 155038839 1512935424 42352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477476 CPUtime=0

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

[pid=9544] ppid=9542 vsize=1477476 CPUtime=885.22
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 87936 0 1 0 88474 48 0 0 18 0 13 0 155038836 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369369 85490 1424 9 0 366712 0
[pid=9544/tid=9546] ppid=9542 vsize=1477476 CPUtime=880.55
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 31005 0 1 0 88037 18 0 0 25 0 13 0 155038838 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4109657785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477476 CPUtime=1.89
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 24367 0 0 0 177 12 0 0 16 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477476 CPUtime=1.86
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 29825 0 0 0 170 16 0 0 17 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477476 CPUtime=0.01
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477476 CPUtime=0.46
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 669 0 0 0 46 0 0 0 16 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477476 CPUtime=0.4
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1305 0 0 0 40 0 0 0 17 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 885.22
Current children cumulated vsize (KiB) 1477476

[startup+886.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1118584/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477476 CPUtime=888.42
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 87936 0 1 0 88794 48 0 0 18 0 13 0 155038836 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369369 85490 1424 9 0 366712 0
[pid=9544/tid=9546] ppid=9542 vsize=1477476 CPUtime=883.75
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 31005 0 1 0 88357 18 0 0 25 0 13 0 155038838 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4109657764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477476 CPUtime=1.89
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 24367 0 0 0 177 12 0 0 16 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477476 CPUtime=1.86
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 29825 0 0 0 170 16 0 0 17 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477476 CPUtime=0.01
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477476 CPUtime=0.46
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 669 0 0 0 46 0 0 0 16 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477476 CPUtime=0.4
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1305 0 0 0 40 0 0 0 17 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 888.42
Current children cumulated vsize (KiB) 1477476

[startup+887.102 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1118584/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477476 CPUtime=889.22
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 87936 0 1 0 88874 48 0 0 18 0 13 0 155038836 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369369 85490 1424 9 0 366712 0
[pid=9544/tid=9546] ppid=9542 vsize=1477476 CPUtime=884.55
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 31005 0 1 0 88437 18 0 0 25 0 13 0 155038838 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4109657785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477476 CPUtime=1.89
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 24367 0 0 0 177 12 0 0 16 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477476 CPUtime=1.86
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 29825 0 0 0 170 16 0 0 17 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477476 CPUtime=0.01
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477476 CPUtime=0.46
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 669 0 0 0 46 0 0 0 16 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477476 CPUtime=0.4
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1305 0 0 0 40 0 0 0 17 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 889.22
Current children cumulated vsize (KiB) 1477476

[startup+887.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1118584/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477476 CPUtime=889.63
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 87936 0 1 0 88915 48 0 0 18 0 13 0 155038836 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369369 85490 1424 9 0 366712 0
[pid=9544/tid=9546] ppid=9542 vsize=1477476 CPUtime=884.95
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 31005 0 1 0 88477 18 0 0 25 0 13 0 155038838 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477476 CPUtime=1.89
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 24367 0 0 0 177 12 0 0 16 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477476 CPUtime=1.86
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 29825 0 0 0 170 16 0 0 17 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477476 CPUtime=0.01
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477476 CPUtime=0.47
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 669 0 0 0 47 0 0 0 16 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477476 CPUtime=0.4
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1305 0 0 0 40 0 0 0 17 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 889.63
Current children cumulated vsize (KiB) 1477476

[startup+887.706 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1118584/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=1477476 CPUtime=889.83
/proc/9544/stat : 9544 (java) S 9542 9544 9507 0 -1 0 87936 0 1 0 88935 48 0 0 18 0 13 0 155038836 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 369369 85490 1424 9 0 366712 0
[pid=9544/tid=9546] ppid=9542 vsize=1477476 CPUtime=885.16
/proc/9544/task/9546/stat : 9546 (java) R 9542 9544 9507 0 -1 64 31005 0 1 0 88498 18 0 0 25 0 13 0 155038838 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4109658062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9547] ppid=9542 vsize=1477476 CPUtime=1.89
/proc/9544/task/9547/stat : 9547 (java) S 9542 9544 9507 0 -1 64 24367 0 0 0 177 12 0 0 16 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9548] ppid=9542 vsize=1477476 CPUtime=1.86
/proc/9544/task/9548/stat : 9548 (java) S 9542 9544 9507 0 -1 64 29825 0 0 0 170 16 0 0 17 0 13 0 155038839 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9549] ppid=9542 vsize=1477476 CPUtime=0.01
/proc/9544/task/9549/stat : 9549 (java) S 9542 9544 9507 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9550] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9550/stat : 9550 (java) S 9542 9544 9507 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9551] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9551/stat : 9551 (java) S 9542 9544 9507 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 155038841 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9552] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9552/stat : 9552 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9553] ppid=9542 vsize=1477476 CPUtime=0.47
/proc/9544/task/9553/stat : 9553 (java) S 9542 9544 9507 0 -1 64 669 0 0 0 47 0 0 0 16 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9554] ppid=9542 vsize=1477476 CPUtime=0.4
/proc/9544/task/9554/stat : 9554 (java) S 9542 9544 9507 0 -1 64 1305 0 0 0 40 0 0 0 17 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9555] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9555/stat : 9555 (java) S 9542 9544 9507 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9544/tid=9556] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9556/stat : 9556 (java) S 9542 9544 9507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 155038846 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9544/tid=9557] ppid=9542 vsize=1477476 CPUtime=0
/proc/9544/task/9557/stat : 9557 (java) S 9542 9544 9507 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 155038864 1512935424 85490 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 889.83
Current children cumulated vsize (KiB) 1477476

[startup+887.802 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9557
/proc/meminfo: memFree=1118584/2055920 swapFree=4192812/4192956
[pid=9544] ppid=9542 vsize=0 CPUtime=889.9
/proc/9544/stat : 9544 (java) Z 9542 9544 9507 0 -1 1036 87951 0 1 0 88938 52 0 0 16 0 2 0 155038836 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9544/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 889.9
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 887.822
CPU time (s): 889.927
CPU user time (s): 889.384
CPU system time (s): 0.542917
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 1479116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 889.384
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87951
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= 18751
involuntary context switches= 19575

runsolver used 1.04984 second user time and 2.19467 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-13 08:26:24
IDJOB=1855387
IDBENCH=1868
IDSOLVER=682
FILE ID=node15/1855387-1244874384
PBS_JOBID= 9354414
Free space on /tmp= 66348 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855387-1244874384/watcher-1855387-1244874384 -o /tmp/evaluation-result-1855387-1244874384/solver-1855387-1244874384 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855387-1244874384.opb

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

MD5SUM BENCH= 9b4418c5c34f37121cd9ad7732df64ff
RANDOM SEED=1395880596

node15.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.261
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	: 5931.00
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.261
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:       1457016 kB
Buffers:         59944 kB
Cached:         454612 kB
SwapCached:          0 kB
Active:          58288 kB
Inactive:       469512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             364 kB
Writeback:           0 kB
Mapped:          23104 kB
Slab:            56972 kB
Committed_AS:   143144 kB
PageTables:       1460 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= 66348 MiB
End job on node15 at 2009-06-13 08:41:12