Trace number 350087

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, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.14 1795.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641-max.opb
MD5SUM0313cdb45b0522b789ebac5496eff7a9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables89251
Total number of constraints265861
Number of constraints which are clauses265860
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386125155782666611316461046199057660664692500703545894843314379452055497331714886553722880795243382690831872185771948649693979666
Number of bits of the biggest sum of numbers631
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.10/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.38	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.38	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.40	c no version file found!!!
0.10/0.40	c sun.arch.data.model	32
0.10/0.40	c java.version	1.6.0
0.10/0.40	c os.name	Linux
0.10/0.40	c os.version	2.6.9-22.EL.rootsmp
0.10/0.40	c os.arch	i386
0.10/0.40	c Free memory 1651659224
0.10/0.40	c Max memory 1654456320
0.10/0.40	c Total memory 1654456320
0.10/0.40	c Number of processors 2
0.16/0.46	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.16/0.46	--- Begin Solver configuration ---
0.16/0.46	c Stops conflict analysis at the first Unique Implication Point
0.16/0.46	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.46	c Learn all clauses as in MiniSAT
0.16/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.46	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.46	c No reason simplification
0.16/0.46	c --- End Solver configuration ---
0.16/0.46	c Simplify asserted PB constraints to clauses
0.16/0.46	c solving /tmp/evaluation/350087-1176791991/instance-350087-1176791991.opb
0.16/0.46	c reading problem ... 
10.49/8.83	c ... done. Wall clock time 8.374s.
10.49/8.83	c CPU time (experimental) 7.48s.
10.49/8.83	c #vars     89251
10.49/8.83	c #constraints  265862
1800.06/1795.31	c starts		: 1
1800.06/1795.31	c conflicts		: 1
1800.06/1795.31	c decisions		: 213
1800.06/1795.31	c propagations		: 45367
1800.06/1795.31	c inspects		: 157194
1800.06/1795.31	c learnt literals	: 0
1800.06/1795.31	c learnt binary clauses	: 0
1800.06/1795.31	c learnt ternary clauses	: 0
1800.06/1795.31	c learnt clauses	: 0
1800.06/1795.31	c root simplifications	: 0
1800.06/1795.31	c removed literals (reason simplification)	: 0
1800.06/1795.31	c reason swapping (by a shorter reason)	: 0
1800.06/1795.31	c Calls to reduceDB	: 0
1800.06/1795.31	c speed (decisions/second)	: 0.11923401382554775
1800.06/1795.31	c non guided choices	2
1800.06/1795.31	s UNKNOWN
1800.06/1795.31	c Total wall clock time (ms): 1794.857

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-350087-1176791991 -o ROOT/results/node68/solver-350087-1176791991 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350087-1176791991/sat4jPseudoCPClause.jar /tmp/evaluation/350087-1176791991/instance-350087-1176791991.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 3312
/proc/meminfo: memFree=1881800/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=152 CPUtime=0
/proc/3312/stat : 3312 (java) R 3310 3312 2563 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 155188695 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10514731 0 0 4096 0 0 0 0 17 1 0 0
/proc/3312/statm: 38 26 19 9 0 4 0

[startup+0.091945 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 3312
/proc/meminfo: memFree=1881800/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=12332 CPUtime=0.02
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 703 0 25 0 0 2 0 0 18 0 2 0 155188695 12627968 523 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 3083 523 218 9 0 1229 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12332

[startup+0.101925 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 3312
/proc/meminfo: memFree=1881800/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=12412 CPUtime=0.02
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 732 0 25 0 0 2 0 0 18 0 2 0 155188695 12709888 543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 3103 543 235 9 0 1239 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12412

[startup+0.301947 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 3312
/proc/meminfo: memFree=1881800/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1777844 CPUtime=0.1
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 3797 0 38 0 4 6 0 0 18 0 7 0 155188695 1820512256 3577 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 444461 3577 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1777844

[startup+0.701986 s]
/proc/loadavg: 0.93 0.99 0.99 2/64 3312
/proc/meminfo: memFree=1881800/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1783200 CPUtime=0.61
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 6491 0 38 0 53 8 0 0 18 0 12 0 155188695 1825996800 6230 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 445800 6230 1287 9 0 443411 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1783200

[startup+1.50106 s]
/proc/loadavg: 0.93 0.99 0.99 5/76 3324
/proc/meminfo: memFree=1846568/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1785768 CPUtime=1.86
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 13806 0 38 0 174 12 0 0 18 0 12 0 155188695 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 446442 12231 1301 9 0 444053 0
[pid=3312/tid=3314] ppid=3310 vsize=1785768 CPUtime=0.87
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 10377 0 13 0 79 8 0 0 17 0 12 0 155188704 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109505320 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 155188711 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 155188711 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 155188715 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 155188716 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 155188716 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155188726 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1785768 CPUtime=0.44
/proc/3312/task/3321/stat : 3321 (java) R 3310 3312 2563 0 -1 64 1150 0 0 0 44 0 0 0 17 0 12 0 155188726 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102037441 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1785768 CPUtime=0.51
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 1586 0 0 0 50 1 0 0 17 0 12 0 155188726 1828626432 12231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 155188726 1828626432 12232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1785768 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155188726 1828626432 12232 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1785768

[startup+3.1022 s]
/proc/loadavg: 0.93 0.99 0.99 2/76 3324
/proc/meminfo: memFree=1761896/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1786256 CPUtime=3.53
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 44118 0 38 0 329 24 0 0 18 0 12 0 155188695 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 446564 42489 1310 9 0 444175 0
[pid=3312/tid=3314] ppid=3310 vsize=1786256 CPUtime=2.38
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 37677 0 13 0 219 19 0 0 20 0 12 0 155188704 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109617281 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1786256 CPUtime=0.06
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 1534 0 0 0 6 0 0 0 16 0 12 0 155188711 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1786256 CPUtime=0.07
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 1472 0 0 0 7 0 0 0 17 0 12 0 155188711 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1786256 CPUtime=0
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 155188715 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1786256 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 155188716 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1786256 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155188716 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1786256 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155188726 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1786256 CPUtime=0.44
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1150 0 0 0 44 0 0 0 17 0 12 0 155188726 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1786256 CPUtime=0.52
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 1586 0 0 0 51 1 0 0 16 0 12 0 155188726 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1786256 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 155188726 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1786256 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155188726 1829126144 42489 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 1786256

[startup+6.3025 s]
/proc/loadavg: 0.93 0.99 0.99 2/76 3324
/proc/meminfo: memFree=1669672/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1787504 CPUtime=7.1
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 53908 0 38 0 681 29 0 0 18 0 12 0 155188695 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 446876 51817 1310 9 0 444487 0
[pid=3312/tid=3314] ppid=3310 vsize=1787504 CPUtime=5.22
/proc/3312/task/3314/stat : 3314 (java) S 3310 3312 2563 0 -1 64 37680 0 13 0 502 20 0 0 25 0 12 0 155188704 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1787504 CPUtime=0.43
/proc/3312/task/3315/stat : 3315 (java) R 3310 3312 2563 0 -1 64 6752 0 0 0 40 3 0 0 17 0 12 0 155188711 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370438 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1787504 CPUtime=0.42
/proc/3312/task/3316/stat : 3316 (java) R 3310 3312 2563 0 -1 64 6036 0 0 0 41 1 0 0 17 0 12 0 155188711 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1787504 CPUtime=0
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 155188715 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1787504 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 155188716 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1787504 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155188716 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1787504 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 155188726 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1787504 CPUtime=0.45
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1151 0 0 0 45 0 0 0 16 0 12 0 155188726 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1787504 CPUtime=0.52
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 1586 0 0 0 51 1 0 0 16 0 12 0 155188726 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1787504 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 155188726 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1787504 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155188726 1830404096 51817 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1787504

[startup+12.7021 s]
/proc/loadavg: 0.94 0.99 0.99 3/77 3325
/proc/meminfo: memFree=1623784/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1796492 CPUtime=15.23
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 69708 0 38 0 1485 38 0 0 18 0 13 0 155188695 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 449123 63300 1323 9 0 446734 0
[pid=3312/tid=3314] ppid=3310 vsize=1796492 CPUtime=10.88
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 37729 0 13 0 1066 22 0 0 25 0 13 0 155188704 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110069017 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1796492 CPUtime=0.87
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 12630 0 0 0 81 6 0 0 19 0 13 0 155188711 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1796492 CPUtime=0.87
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 11251 0 0 0 84 3 0 0 16 0 13 0 155188711 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188715 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155188726 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1796492 CPUtime=0.96
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1359 0 0 0 96 0 0 0 16 0 13 0 155188726 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1796492 CPUtime=1.58
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 6030 0 0 0 155 3 0 0 16 0 13 0 155188726 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155188726 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155188726 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3325] ppid=3310 vsize=1796492 CPUtime=0
/proc/3312/task/3325/stat : 3325 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 155189591 1839607808 63300 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 1796492

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 3325
/proc/meminfo: memFree=1617256/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1795208 CPUtime=28.78
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 80211 0 38 0 2833 45 0 0 18 0 13 0 155188695 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 448802 63485 1323 9 0 446413 0
[pid=3312/tid=3314] ppid=3310 vsize=1795208 CPUtime=22.86
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 37751 0 13 0 2264 22 0 0 25 0 13 0 155188704 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110069211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1795208 CPUtime=1.63
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 17294 0 0 0 155 8 0 0 16 0 13 0 155188711 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1795208 CPUtime=1.65
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 17064 0 0 0 159 6 0 0 16 0 13 0 155188711 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1795208 CPUtime=0.01
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 155188715 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1795208 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1795208 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1838292992 63485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3312] ppid=3310 vsize=1792760 CPUtime=1666.98
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 101505 0 38 0 166413 285 0 0 18 0 13 0 155188695 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 448190 58299 1323 9 0 445801 0
[pid=3312/tid=3314] ppid=3310 vsize=1792760 CPUtime=1643.01
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 58975 0 13 0 164246 55 0 0 25 0 13 0 155188704 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110048035 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1792760 CPUtime=10.46
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 17304 0 0 0 947 99 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1792760 CPUtime=10.44
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 17070 0 0 0 939 105 0 0 15 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1792760 CPUtime=0.42
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 69 0 0 0 25 17 0 0 16 0 13 0 155188715 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1792760 CPUtime=0.97
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1359 0 0 0 97 0 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1792760 CPUtime=1.58
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 6030 0 0 0 155 3 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3325] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3325/stat : 3325 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 155189591 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.98
Current children cumulated vsize (KiB) 1792760

[startup+1722.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 3523
/proc/meminfo: memFree=1642920/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1792760 CPUtime=1727.01
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 101635 0 38 0 172407 294 0 0 18 0 13 0 155188695 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 448190 58299 1323 9 0 445801 0
[pid=3312/tid=3314] ppid=3310 vsize=1792760 CPUtime=1702.36
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 59105 0 13 0 170181 55 0 0 25 0 13 0 155188704 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763438 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1792760 CPUtime=10.79
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 17304 0 0 0 976 103 0 0 15 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1792760 CPUtime=10.78
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 17070 0 0 0 969 109 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1792760 CPUtime=0.44
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 69 0 0 0 26 18 0 0 16 0 13 0 155188715 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1792760 CPUtime=0.97
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1359 0 0 0 97 0 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1792760 CPUtime=1.58
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 6030 0 0 0 155 3 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3325] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3325/stat : 3325 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 155189591 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.01
Current children cumulated vsize (KiB) 1792760

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 3523
/proc/meminfo: memFree=1642856/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1792760 CPUtime=1787.04
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 101760 0 38 0 178403 301 0 0 18 0 13 0 155188695 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 448190 58299 1323 9 0 445801 0
[pid=3312/tid=3314] ppid=3310 vsize=1792760 CPUtime=1761.72
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 59230 0 13 0 176117 55 0 0 18 0 13 0 155188704 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110048050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1792760 CPUtime=11.1
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 17304 0 0 0 1004 106 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1792760 CPUtime=11.12
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 17070 0 0 0 999 113 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1792760 CPUtime=0.45
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 69 0 0 0 27 18 0 0 16 0 13 0 155188715 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1792760 CPUtime=0.97
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1359 0 0 0 97 0 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1792760 CPUtime=1.58
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 6030 0 0 0 155 3 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3325] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3325/stat : 3325 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 155189591 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.04
Current children cumulated vsize (KiB) 1792760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 3523
/proc/meminfo: memFree=1642856/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1792760 CPUtime=1800.06
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 101788 0 38 0 179703 303 0 0 18 0 13 0 155188695 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 448190 58299 1323 9 0 445801 0
[pid=3312/tid=3314] ppid=3310 vsize=1792760 CPUtime=1774.6
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 59258 0 13 0 177404 56 0 0 23 0 13 0 155188704 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110069211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1792760 CPUtime=11.18
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 17304 0 0 0 1011 107 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1792760 CPUtime=11.19
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 17070 0 0 0 1005 114 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1792760 CPUtime=0.45
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 69 0 0 0 27 18 0 0 16 0 13 0 155188715 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1792760 CPUtime=0.97
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1359 0 0 0 97 0 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1792760 CPUtime=1.58
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 6030 0 0 0 155 3 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3325] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3325/stat : 3325 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 155189591 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1792760

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

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

[startup+1795.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 3523
/proc/meminfo: memFree=1642856/2055920 swapFree=4178700/4192956
[pid=3312] ppid=3310 vsize=1792760 CPUtime=1800.06
/proc/3312/stat : 3312 (java) S 3310 3312 2563 0 -1 0 101788 0 38 0 179703 303 0 0 18 0 13 0 155188695 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3312/statm: 448190 58299 1323 9 0 445801 0
[pid=3312/tid=3314] ppid=3310 vsize=1792760 CPUtime=1774.6
/proc/3312/task/3314/stat : 3314 (java) R 3310 3312 2563 0 -1 64 59258 0 13 0 177404 56 0 0 23 0 13 0 155188704 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110069211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3315] ppid=3310 vsize=1792760 CPUtime=11.18
/proc/3312/task/3315/stat : 3315 (java) S 3310 3312 2563 0 -1 64 17304 0 0 0 1011 107 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3316] ppid=3310 vsize=1792760 CPUtime=11.19
/proc/3312/task/3316/stat : 3316 (java) S 3310 3312 2563 0 -1 64 17070 0 0 0 1005 114 0 0 16 0 13 0 155188711 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3317] ppid=3310 vsize=1792760 CPUtime=0.45
/proc/3312/task/3317/stat : 3317 (java) S 3310 3312 2563 0 -1 64 69 0 0 0 27 18 0 0 16 0 13 0 155188715 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3318] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3318/stat : 3318 (java) S 3310 3312 2563 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3319] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3319/stat : 3319 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155188716 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3320] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3320/stat : 3320 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3321] ppid=3310 vsize=1792760 CPUtime=0.97
/proc/3312/task/3321/stat : 3321 (java) S 3310 3312 2563 0 -1 64 1359 0 0 0 97 0 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3322] ppid=3310 vsize=1792760 CPUtime=1.58
/proc/3312/task/3322/stat : 3322 (java) S 3310 3312 2563 0 -1 64 6030 0 0 0 155 3 0 0 16 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3323] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3323/stat : 3323 (java) S 3310 3312 2563 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3312/tid=3324] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3324/stat : 3324 (java) S 3310 3312 2563 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155188726 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3312/tid=3325] ppid=3310 vsize=1792760 CPUtime=0
/proc/3312/task/3325/stat : 3325 (java) S 3310 3312 2563 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 155189591 1835786240 58299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1792760

Child status: 143
Real time (s): 1795.37
CPU time (s): 1800.14
CPU user time (s): 1797.07
CPU system time (s): 3.07253
CPU usage (%): 100.266
Max. virtual memory (cumulated for all children) (KiB): 1797112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.07
system time used= 3.07253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101808
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81108
involuntary context switches= 39006

runsolver used 1.81972 second user time and 5.2672 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Tue Apr 17 06:39:52 UTC 2007

IDJOB= 350087
IDBENCH= 2969
IDSOLVER= 164
FILE ID= node68/350087-1176791991

PBS_JOBID= 4580842

Free space on /tmp= 66324 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350087-1176791991/sat4jPseudoCPClause.jar /tmp/evaluation/350087-1176791991/instance-350087-1176791991.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-350087-1176791991 -o ROOT/results/node68/solver-350087-1176791991 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350087-1176791991/sat4jPseudoCPClause.jar /tmp/evaluation/350087-1176791991/instance-350087-1176791991.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0313cdb45b0522b789ebac5496eff7a9

RANDOM SEED= 238073495

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
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.216
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:       1882208 kB
Buffers:          4872 kB
Cached:         121332 kB
SwapCached:       8504 kB
Active:          81104 kB
Inactive:        60592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882208 kB
SwapTotal:     4192956 kB
SwapFree:      4178700 kB
Dirty:           19760 kB
Writeback:           0 kB
Mapped:          15732 kB
Slab:            18092 kB
Committed_AS:  2649840 kB
PageTables:       1380 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= 66324 MiB

End job on node68 on Tue Apr 17 07:09:49 UTC 2007