Trace number 1858003

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1UNSAT 997.846 995.269

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_2_15.opb
MD5SUM8fb158ac9231df21fb20d5a2362f86e8
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.4585
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1858003-1244969328.opb
0.22/0.21	c reading problem ... 
1.18/0.81	c ... done. Wall clock time 0.601s.
1.18/0.81	c #vars     1580
1.18/0.81	c #constraints  3113
1.18/0.81	c constraints type 
1.18/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
1.18/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.18/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.18/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
997.56/995.04	c starts		: 20
997.56/995.04	c conflicts		: 509055
997.56/995.04	c decisions		: 837058
997.56/995.04	c propagations		: 24834046
997.56/995.04	c inspects		: 2313006352
997.56/995.04	c learnt literals	: 30
997.56/995.04	c learnt binary clauses	: 234
997.56/995.04	c learnt ternary clauses	: 21116
997.56/995.04	c learnt clauses	: 509024
997.56/995.04	c ignored clauses	: 0
997.56/995.04	c root simplifications	: 0
997.56/995.04	c removed literals (reason simplification)	: 10692287
997.56/995.04	c reason swapping (by a shorter reason)	: 0
997.56/995.04	c Calls to reduceDB	: 0
997.56/995.04	c speed (assignments/second)	: 24978.270534063682
997.56/995.04	c non guided choices	1496
997.68/995.17	c learnt constraints type 
997.68/995.17	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 508790
997.68/995.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 234
997.68/995.17	c constraints type 
997.68/995.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
997.68/995.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
997.68/995.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
997.68/995.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
997.68/995.17	s UNSATISFIABLE
997.68/995.18	c Total wall clock time (in seconds): 994.963

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

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


[startup+0 s]
/proc/loadavg: 1.20 1.07 1.02 2/64 14310
/proc/meminfo: memFree=1632700/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=152 CPUtime=0
/proc/14310/stat : 14310 (java6) R 14308 14310 13801 0 -1 0 41 0 0 0 0 0 0 0 21 0 1 0 164529984 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 1979172 0 0 4096 0 0 0 0 17 1 0 0
/proc/14310/statm: 38 26 19 9 0 4 0

[startup+0.0506899 s]
/proc/loadavg: 1.20 1.07 1.02 2/64 14310
/proc/meminfo: memFree=1632700/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1470088 CPUtime=0.03
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 3205 0 1 0 2 1 0 0 18 0 7 0 164529984 1505370112 2950 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 367522 2950 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101699 s]
/proc/loadavg: 1.20 1.07 1.02 2/64 14310
/proc/meminfo: memFree=1632700/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1472584 CPUtime=0.09
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 3637 0 1 0 7 2 0 0 18 0 12 0 164529984 1507926016 3380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 368146 3380 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301734 s]
/proc/loadavg: 1.20 1.07 1.02 2/64 14310
/proc/meminfo: memFree=1632700/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1475200 CPUtime=0.36
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 5035 0 1 0 33 3 0 0 18 0 12 0 164529984 1510604800 4773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 368800 4773 1357 9 0 366143 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475200

[startup+0.701801 s]
/proc/loadavg: 1.20 1.07 1.02 2/64 14310
/proc/meminfo: memFree=1632700/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1479084 CPUtime=1
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 7211 0 1 0 96 4 0 0 18 0 12 0 164529984 1514582016 6431 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369771 6431 1397 9 0 367114 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1479084

[startup+1.50293 s]
/proc/loadavg: 1.19 1.07 1.02 3/77 14323
/proc/meminfo: memFree=1607636/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1479916 CPUtime=2.33
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 17337 0 1 0 225 8 0 0 18 0 13 0 164529984 1515433984 14753 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369979 14755 1417 9 0 367322 0
[pid=14310/tid=14312] ppid=14308 vsize=1479916 CPUtime=1.2
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 12329 0 1 0 114 6 0 0 19 0 13 0 164529986 1515433984 14756 1992294400 134512640 134550932 4294956016 18446744073709551615 4109586951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 164529987 1515433984 14756 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164529987 1515433984 14757 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164529989 1515433984 14759 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 164529989 1515433984 14761 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164529989 1515433984 14763 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1515433984 14765 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1479916 CPUtime=0.52
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1548 0 0 0 52 0 0 0 16 0 13 0 164529993 1515433984 14767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1479916 CPUtime=0.58
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2715 0 0 0 57 1 0 0 16 0 13 0 164529993 1515433984 14767 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1515433984 14768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1515433984 14769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1515433984 14771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1479916

[startup+3.1022 s]
/proc/loadavg: 1.19 1.07 1.02 2/77 14323
/proc/meminfo: memFree=1517908/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1479916 CPUtime=4.06
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 36658 0 1 0 390 16 0 0 18 0 13 0 164529984 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369979 33958 1430 9 0 367322 0
[pid=14310/tid=14312] ppid=14308 vsize=1479916 CPUtime=2.77
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 30963 0 1 0 263 14 0 0 24 0 13 0 164529986 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4109619887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 323 0 0 0 0 0 0 0 16 0 13 0 164529987 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 227 0 0 0 0 0 0 0 16 0 13 0 164529987 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164529989 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1479916 CPUtime=0.62
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1672 0 0 0 62 0 0 0 15 0 13 0 164529993 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1479916 CPUtime=0.63
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2719 0 0 0 62 1 0 0 15 0 13 0 164529993 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1479916 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1515433984 33958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1479916

[startup+6.30174 s]
/proc/loadavg: 1.17 1.07 1.02 2/77 14323
/proc/meminfo: memFree=1496916/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477612 CPUtime=7.4
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 38978 0 1 0 722 18 0 0 18 0 13 0 164529984 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369403 35649 1430 9 0 366746 0
[pid=14310/tid=14312] ppid=14308 vsize=1477612 CPUtime=5.92
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 30969 0 1 0 578 14 0 0 25 0 13 0 164529986 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4109620990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477612 CPUtime=0.04
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 1493 0 0 0 4 0 0 0 16 0 13 0 164529987 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477612 CPUtime=0.04
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 1353 0 0 0 4 0 0 0 16 0 13 0 164529987 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477612 CPUtime=0.66
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 66 0 0 0 17 0 13 0 164529993 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477612 CPUtime=0.69
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2724 0 0 0 68 1 0 0 16 0 13 0 164529993 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513074688 35649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1477612

[startup+12.7028 s]
/proc/loadavg: 1.16 1.07 1.02 2/77 14323
/proc/meminfo: memFree=1467412/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477612 CPUtime=13.9
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 46015 0 1 0 1369 21 0 0 18 0 13 0 164529984 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369403 42498 1430 9 0 366746 0
[pid=14310/tid=14312] ppid=14308 vsize=1477612 CPUtime=12.21
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 33676 0 1 0 1207 14 0 0 25 0 13 0 164529986 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4109632255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477612 CPUtime=0.13
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 3704 0 0 0 12 1 0 0 16 0 13 0 164529987 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477612 CPUtime=0.12
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 3464 0 0 0 11 1 0 0 16 0 13 0 164529987 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477612 CPUtime=0.68
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 68 0 0 0 16 0 13 0 164529993 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477612 CPUtime=0.71
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2727 0 0 0 70 1 0 0 16 0 13 0 164529993 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513074688 42498 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.9
Current children cumulated vsize (KiB) 1477612

[startup+25.502 s]
/proc/loadavg: 1.13 1.06 1.02 2/77 14323
/proc/meminfo: memFree=1455892/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477612 CPUtime=26.77
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 49181 0 1 0 2654 23 0 0 18 0 13 0 164529984 1513074688 45359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369403 45359 1430 9 0 366746 0
[pid=14310/tid=14312] ppid=14308 vsize=1477612 CPUtime=24.92
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 33682 0 1 0 2478 14 0 0 25 0 13 0 164529986 1513074688 45359 1992294400 134512640 134550932 4294956016 18446744073709551615 4109620924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477612 CPUtime=0.2
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 5448 0 0 0 18 2 0 0 16 0 13 0 164529987 1513074688 45359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477612 CPUtime=0.2
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 4880 0 0 0 18 2 0 0 16 0 13 0 164529987 1513074688 45359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477612 CPUtime=0

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

/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.46
Current children cumulated vsize (KiB) 1477612

[startup+993.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14331
/proc/meminfo: memFree=1318100/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477612 CPUtime=996.06
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 84610 0 1 0 99560 46 0 0 18 0 13 0 164529984 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369403 79698 1430 9 0 366746 0
[pid=14310/tid=14312] ppid=14308 vsize=1477612 CPUtime=990.58
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 33758 0 1 0 99042 16 0 0 25 0 13 0 164529986 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4109632208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477612 CPUtime=2
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 24155 0 0 0 188 12 0 0 17 0 13 0 164529987 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477612 CPUtime=2
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 21525 0 0 0 188 12 0 0 16 0 13 0 164529987 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477612 CPUtime=0.69
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 69 0 0 0 17 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477612 CPUtime=0.71
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2727 0 0 0 70 1 0 0 16 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.06
Current children cumulated vsize (KiB) 1477612

[startup+994.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14331
/proc/meminfo: memFree=1318100/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477612 CPUtime=996.86
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 84610 0 1 0 99640 46 0 0 18 0 13 0 164529984 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369403 79698 1430 9 0 366746 0
[pid=14310/tid=14312] ppid=14308 vsize=1477612 CPUtime=991.38
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 33758 0 1 0 99122 16 0 0 25 0 13 0 164529986 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4109620947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477612 CPUtime=2
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 24155 0 0 0 188 12 0 0 17 0 13 0 164529987 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477612 CPUtime=2
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 21525 0 0 0 188 12 0 0 16 0 13 0 164529987 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477612 CPUtime=0.69
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 69 0 0 0 17 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477612 CPUtime=0.71
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2727 0 0 0 70 1 0 0 16 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.86
Current children cumulated vsize (KiB) 1477612

[startup+994.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14331
/proc/meminfo: memFree=1318100/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477612 CPUtime=997.26
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 84610 0 1 0 99680 46 0 0 18 0 13 0 164529984 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369403 79698 1430 9 0 366746 0
[pid=14310/tid=14312] ppid=14308 vsize=1477612 CPUtime=991.78
/proc/14310/task/14312/stat : 14312 (java) R 14308 14310 13801 0 -1 64 33758 0 1 0 99162 16 0 0 25 0 13 0 164529986 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4109619817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477612 CPUtime=2
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 24155 0 0 0 188 12 0 0 17 0 13 0 164529987 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477612 CPUtime=2
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 21525 0 0 0 188 12 0 0 16 0 13 0 164529987 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477612 CPUtime=0.69
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 69 0 0 0 17 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477612 CPUtime=0.71
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2727 0 0 0 70 1 0 0 16 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477612 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513074688 79698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.26
Current children cumulated vsize (KiB) 1477612

[startup+995.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14331
/proc/meminfo: memFree=1318100/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477936 CPUtime=997.68
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 84622 0 1 0 99722 46 0 0 18 0 14 0 164529984 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369484 79710 1432 9 0 366827 0
[pid=14310/tid=14312] ppid=14308 vsize=1477936 CPUtime=992.12
/proc/14310/task/14312/stat : 14312 (java) S 14308 14310 13801 0 -1 64 33761 0 1 0 99196 16 0 0 25 0 14 0 164529986 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477936 CPUtime=2
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 24155 0 0 0 188 12 0 0 17 0 14 0 164529987 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477936 CPUtime=2
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 21525 0 0 0 188 12 0 0 16 0 14 0 164529987 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 25 0 0 0 0 0 0 0 16 0 14 0 164529989 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 164529989 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 164529989 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 164529993 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477936 CPUtime=0.69
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 69 0 0 0 16 0 14 0 164529993 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477936 CPUtime=0.74
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2730 0 0 0 73 1 0 0 16 0 14 0 164529993 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 164529993 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 164529993 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 164530067 1513406464 79710 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.68
Current children cumulated vsize (KiB) 1477936

[startup+995.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14331
/proc/meminfo: memFree=1318100/2055920 swapFree=4181368/4192956
[pid=14310] ppid=14308 vsize=1477936 CPUtime=997.79
/proc/14310/stat : 14310 (java) S 14308 14310 13801 0 -1 0 84627 0 1 0 99733 46 0 0 18 0 13 0 164529984 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14310/statm: 369484 79715 1433 9 0 366827 0
[pid=14310/tid=14312] ppid=14308 vsize=1477936 CPUtime=992.12
/proc/14310/task/14312/stat : 14312 (java) S 14308 14310 13801 0 -1 64 33763 0 1 0 99196 16 0 0 17 0 13 0 164529986 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14313] ppid=14308 vsize=1477936 CPUtime=2
/proc/14310/task/14313/stat : 14313 (java) S 14308 14310 13801 0 -1 64 24155 0 0 0 188 12 0 0 17 0 13 0 164529987 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14314] ppid=14308 vsize=1477936 CPUtime=2
/proc/14310/task/14314/stat : 14314 (java) S 14308 14310 13801 0 -1 64 21525 0 0 0 188 12 0 0 16 0 13 0 164529987 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14315] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14315/stat : 14315 (java) S 14308 14310 13801 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 164529989 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14316] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14316/stat : 14316 (java) S 14308 14310 13801 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164529989 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14317] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14317/stat : 14317 (java) S 14308 14310 13801 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164529989 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14318] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14318/stat : 14318 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164529993 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14319] ppid=14308 vsize=1477936 CPUtime=0.69
/proc/14310/task/14319/stat : 14319 (java) S 14308 14310 13801 0 -1 64 1675 0 0 0 69 0 0 0 16 0 13 0 164529993 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14320] ppid=14308 vsize=1477936 CPUtime=0.76
/proc/14310/task/14320/stat : 14320 (java) S 14308 14310 13801 0 -1 64 2732 0 0 0 75 1 0 0 16 0 13 0 164529993 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14321] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14321/stat : 14321 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164529993 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14310/tid=14322] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14322/stat : 14322 (java) S 14308 14310 13801 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164529993 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14310/tid=14323] ppid=14308 vsize=1477936 CPUtime=0
/proc/14310/task/14323/stat : 14323 (java) S 14308 14310 13801 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164530067 1513406464 79715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.79
Current children cumulated vsize (KiB) 1477936

Child status: 20
Real time (s): 995.269
CPU time (s): 997.846
CPU user time (s): 997.332
CPU system time (s): 0.513921
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 1480640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 997.332
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84628
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= 21557
involuntary context switches= 21748

runsolver used 1.20882 second user time and 2.42763 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-14 10:48:48
IDJOB=1858003
IDBENCH=48299
IDSOLVER=682
FILE ID=node43/1858003-1244969328
PBS_JOBID= 9355029
Free space on /tmp= 66204 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_2_15.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1858003-1244969328/watcher-1858003-1244969328 -o /tmp/evaluation-result-1858003-1244969328/solver-1858003-1244969328 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1858003-1244969328.opb

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

MD5SUM BENCH= 8fb158ac9231df21fb20d5a2362f86e8
RANDOM SEED=2008548002

node43.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.281
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.281
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:       1633180 kB
Buffers:         68308 kB
Cached:         276692 kB
SwapCached:       5404 kB
Active:          91816 kB
Inactive:       261128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633180 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:             552 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            55840 kB
Committed_AS:   128836 kB
PageTables:       1448 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= 66204 MiB
End job on node43 at 2009-06-14 11:05:23