Trace number 350227

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.13 1795.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
MD5SUM57770cf676196c26ecb8cc01d6a682c4
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 variables81001
Total number of constraints241201
Number of constraints which are clauses241200
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 constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313498100123611208949766753886495932953416094301423590956938717964645268420282271424527841217460028761689119972815147010025
Number of bits of the biggest sum of numbers601
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.12/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c no version file found!!!
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c Simplify asserted PB constraints to clauses
0.12/0.26	c solving /tmp/evaluation/350227-1176808094/instance-350227-1176808094.opb
0.12/0.26	c reading problem ... 
9.20/7.81	c ... done. Wall clock time 7.55s.
9.20/7.81	c CPU time (experimental) 6.62s.
9.20/7.81	c #vars     81001
9.20/7.81	c #constraints  241202
1800.03/1795.51	c starts		: 1
1800.03/1795.51	c conflicts		: 2
1800.03/1795.51	c decisions		: 440
1800.03/1795.51	c propagations		: 69643
1800.03/1795.51	c inspects		: 275527
1800.03/1795.51	c learnt literals	: 0
1800.03/1795.51	c learnt binary clauses	: 0
1800.03/1795.51	c learnt ternary clauses	: 0
1800.03/1795.51	c learnt clauses	: 2
1800.03/1795.51	c root simplifications	: 0
1800.03/1795.51	c removed literals (reason simplification)	: 0
1800.03/1795.51	c reason swapping (by a shorter reason)	: 0
1800.03/1795.51	c Calls to reduceDB	: 0
1800.03/1795.51	c speed (decisions/second)	: 0.24613704687008775
1800.03/1795.51	c non guided choices	2
1800.03/1795.51	s UNKNOWN
1800.03/1795.51	c Total wall clock time (ms): 1795.249

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/node74/watcher-350227-1176808094 -o ROOT/results/node74/solver-350227-1176808094 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350227-1176808094/sat4jPseudoCPClause.jar /tmp/evaluation/350227-1176808094/instance-350227-1176808094.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.91 0.95 0.98 3/66 11755
/proc/meminfo: memFree=1683152/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=18568 CPUtime=0
/proc/11755/stat : 11755 (runsolver) D 11753 11755 11008 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 128724139 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 228774702375 0 2147483391 4096 24578 18446744072099863542 0 0 17 1 0 0
/proc/11755/statm: 4642 292 257 24 0 2626 0

[startup+0.0427949 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 11755
/proc/meminfo: memFree=1683152/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=18568 CPUtime=0
/proc/11755/stat : 11755 (runsolver) D 11753 11755 11008 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 128724139 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 228774702375 0 2147483391 4096 24578 18446744072099863542 0 0 17 1 0 0
/proc/11755/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101807 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 11755
/proc/meminfo: memFree=1683152/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1776976 CPUtime=0.02
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 3209 0 1 0 0 2 0 0 18 0 4 0 128724139 1819623424 2957 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 444244 2957 887 9 0 441880 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776976

[startup+0.30183 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 11755
/proc/meminfo: memFree=1683152/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1781464 CPUtime=0.24
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 5620 0 1 0 20 4 0 0 18 0 12 0 128724139 1824219136 5359 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 445366 5359 1246 9 0 442977 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1781464

[startup+0.701877 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 11755
/proc/meminfo: memFree=1683152/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1782776 CPUtime=0.81
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 7170 0 1 0 76 5 0 0 18 0 12 0 128724139 1825562624 6825 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 445694 6825 1298 9 0 443305 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1782776

[startup+1.50297 s]
/proc/loadavg: 0.91 0.95 0.98 4/78 11767
/proc/meminfo: memFree=1654448/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1785008 CPUtime=2.03
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 18213 0 1 0 193 10 0 0 18 0 12 0 128724139 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 446252 16547 1301 9 0 443863 0
[pid=11755/tid=11757] ppid=11753 vsize=1785008 CPUtime=1.02
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 14674 0 1 0 94 8 0 0 25 0 12 0 128724147 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474475 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 128724148 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128724148 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 128724151 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 11 0 0 0 0 0 0 0 20 0 12 0 128724151 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 128724151 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128724155 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1785008 CPUtime=0.51
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 1990 0 0 0 51 0 0 0 16 0 12 0 128724155 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1785008 CPUtime=0.47
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 829 0 0 0 47 0 0 0 18 0 12 0 128724155 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128724155 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1785008 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128724155 1827848192 16547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1785008

[startup+3.10115 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 11767
/proc/meminfo: memFree=1557680/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1785332 CPUtime=3.7
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 44111 0 1 0 347 23 0 0 18 0 12 0 128724139 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 446333 42396 1310 9 0 443944 0
[pid=11755/tid=11757] ppid=11753 vsize=1785332 CPUtime=2.54
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 37665 0 1 0 234 20 0 0 21 0 12 0 128724147 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1785332 CPUtime=0.07
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 1468 0 0 0 7 0 0 0 16 0 12 0 128724148 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1785332 CPUtime=0.07
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 1433 0 0 0 7 0 0 0 17 0 12 0 128724148 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1785332 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 128724151 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1785332 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 128724151 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1785332 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128724151 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1785332 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128724155 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1785332 CPUtime=0.51
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 1990 0 0 0 51 0 0 0 16 0 12 0 128724155 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1785332 CPUtime=0.47
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 829 0 0 0 47 0 0 0 18 0 12 0 128724155 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1785332 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128724155 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1785332 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128724155 1828179968 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1785332

[startup+6.30152 s]
/proc/loadavg: 1.00 0.97 0.98 2/78 11767
/proc/meminfo: memFree=1480496/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1786744 CPUtime=7.23
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 53839 0 1 0 695 28 0 0 18 0 12 0 128724139 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 446686 51708 1310 9 0 444297 0
[pid=11755/tid=11757] ppid=11753 vsize=1786744 CPUtime=5.41
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 37668 0 1 0 520 21 0 0 25 0 12 0 128724147 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109646236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1786744 CPUtime=0.39
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 6541 0 0 0 37 2 0 0 16 0 12 0 128724148 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1786744 CPUtime=0.38
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 6080 0 0 0 36 2 0 0 18 0 12 0 128724148 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1786744 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 128724151 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1786744 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 128724151 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1786744 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128724151 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1786744 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128724155 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1786744 CPUtime=0.51
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 1990 0 0 0 51 0 0 0 17 0 12 0 128724155 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1786744 CPUtime=0.48
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 829 0 0 0 48 0 0 0 16 0 12 0 128724155 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1786744 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 128724155 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1786744 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128724155 1829625856 51708 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 1786744

[startup+12.7013 s]
/proc/loadavg: 1.00 0.97 0.98 3/79 11768
/proc/meminfo: memFree=1428592/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1790076 CPUtime=15.46
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 70647 0 1 0 1509 37 0 0 18 0 13 0 128724139 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 66399 1323 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=10.47
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 37719 0 1 0 1025 22 0 0 17 0 13 0 128724147 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109997152 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=1.48
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 15480 0 0 0 142 6 0 0 16 0 13 0 128724148 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=1.5
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 13827 0 0 0 144 6 0 0 16 0 13 0 128724148 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 128724151 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128724155 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1790076 CPUtime=0.97
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 2019 0 0 0 97 0 0 0 16 0 13 0 128724155 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1790076 CPUtime=0.99
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 866 0 0 0 99 0 0 0 16 0 13 0 128724155 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128724155 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128724155 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11768] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 11008 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 128724933 1833037824 66399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 1790076

[startup+25.5027 s]
/proc/loadavg: 1.07 0.99 0.99 2/79 11768
/proc/meminfo: memFree=1454448/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1790076 CPUtime=28.53
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 76193 0 1 0 2812 41 0 0 18 0 13 0 128724139 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 57049 1323 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=22.91
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 37743 0 1 0 2269 22 0 0 18 0 13 0 128724147 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109762965 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=1.79
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 19347 0 0 0 171 8 0 0 16 0 13 0 128724148 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=1.81
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 15474 0 0 0 174 7 0 0 16 0 13 0 128724148 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57049 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11755] ppid=11753 vsize=1790076 CPUtime=1666.73
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 94413 0 1 0 166347 326 0 0 18 0 13 0 128724139 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 51345 1323 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=1644.64
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 55878 0 1 0 164422 42 0 0 17 0 13 0 128724147 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763087 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=9.74
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 19363 0 0 0 841 133 0 0 16 0 13 0 128724148 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=9.7
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 15492 0 0 0 848 122 0 0 16 0 13 0 128724148 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0.61
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 72 0 0 0 36 25 0 0 16 0 13 0 128724151 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1790076 CPUtime=0.97
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 2019 0 0 0 97 0 0 0 16 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1790076 CPUtime=1
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 866 0 0 0 100 0 0 0 16 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11768] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 11008 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 128724933 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.73
Current children cumulated vsize (KiB) 1790076

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11768
/proc/meminfo: memFree=1481648/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1790076 CPUtime=1726.67
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 94557 0 1 0 172333 334 0 0 18 0 13 0 128724139 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 51345 1323 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=1704.04
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 56022 0 1 0 170362 42 0 0 18 0 13 0 128724147 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109961148 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=9.99
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 19363 0 0 0 859 140 0 0 16 0 13 0 128724148 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=9.97
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 15492 0 0 0 875 122 0 0 16 0 13 0 128724148 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0.62
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 72 0 0 0 37 25 0 0 16 0 13 0 128724151 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1790076 CPUtime=0.97
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 2019 0 0 0 97 0 0 0 16 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1790076 CPUtime=1
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 866 0 0 0 100 0 0 0 16 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128724155 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 11008 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 128724933 1833037824 51345 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.67
Current children cumulated vsize (KiB) 1790076

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11768
/proc/meminfo: memFree=1446768/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1790076 CPUtime=1786.77
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 104039 0 1 0 178330 347 0 0 18 0 13 0 128724139 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 60068 1327 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=1763.37
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 60342 0 1 0 176293 44 0 0 19 0 13 0 128724147 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109961234 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=10.36
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 22514 0 0 0 886 150 0 0 16 0 13 0 128724148 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=10.35
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 17486 0 0 0 911 124 0 0 16 0 13 0 128724148 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0.62
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 85 0 0 0 37 25 0 0 16 0 13 0 128724151 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128724155 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1790076 CPUtime=0.99
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 2023 0 0 0 99 0 0 0 16 0 13 0 128724155 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1790076 CPUtime=1.01
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 866 0 0 0 101 0 0 0 16 0 13 0 128724155 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128724155 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) S 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128724155 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 11008 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 128724933 1833037824 60068 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.77
Current children cumulated vsize (KiB) 1790076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11768
/proc/meminfo: memFree=1457072/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1790076 CPUtime=1800.03
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 104046 0 1 0 179656 347 0 0 18 0 13 0 128724139 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 57451 1327 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=1776.55
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 60349 0 1 0 177611 44 0 0 25 0 13 0 128724147 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109880811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=10.38
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 22514 0 0 0 888 150 0 0 16 0 13 0 128724148 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=10.36
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 17486 0 0 0 912 124 0 0 16 0 13 0 128724148 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0.62
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 85 0 0 0 37 25 0 0 16 0 13 0 128724151 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1790076 CPUtime=1.02
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 2023 0 0 0 102 0 0 0 17 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1790076 CPUtime=1.02
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 866 0 0 0 102 0 0 0 17 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) R 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 11008 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 128724933 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1790076

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

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

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 11768
/proc/meminfo: memFree=1457072/2055920 swapFree=4183056/4192956
[pid=11755] ppid=11753 vsize=1790076 CPUtime=1800.03
/proc/11755/stat : 11755 (java) S 11753 11755 11008 0 -1 0 104046 0 1 0 179656 347 0 0 18 0 13 0 128724139 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11755/statm: 447519 57451 1327 9 0 445130 0
[pid=11755/tid=11757] ppid=11753 vsize=1790076 CPUtime=1776.55
/proc/11755/task/11757/stat : 11757 (java) R 11753 11755 11008 0 -1 64 60349 0 1 0 177611 44 0 0 25 0 13 0 128724147 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109880811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11758] ppid=11753 vsize=1790076 CPUtime=10.38
/proc/11755/task/11758/stat : 11758 (java) S 11753 11755 11008 0 -1 64 22514 0 0 0 888 150 0 0 16 0 13 0 128724148 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11759] ppid=11753 vsize=1790076 CPUtime=10.36
/proc/11755/task/11759/stat : 11759 (java) S 11753 11755 11008 0 -1 64 17486 0 0 0 912 124 0 0 16 0 13 0 128724148 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11760] ppid=11753 vsize=1790076 CPUtime=0.62
/proc/11755/task/11760/stat : 11760 (java) S 11753 11755 11008 0 -1 64 85 0 0 0 37 25 0 0 16 0 13 0 128724151 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11761] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11761/stat : 11761 (java) S 11753 11755 11008 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11762] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11762/stat : 11762 (java) S 11753 11755 11008 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128724151 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11763] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11763/stat : 11763 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11764] ppid=11753 vsize=1790076 CPUtime=1.02
/proc/11755/task/11764/stat : 11764 (java) S 11753 11755 11008 0 -1 64 2023 0 0 0 102 0 0 0 17 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11765] ppid=11753 vsize=1790076 CPUtime=1.02
/proc/11755/task/11765/stat : 11765 (java) S 11753 11755 11008 0 -1 64 866 0 0 0 102 0 0 0 17 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11766] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11766/stat : 11766 (java) S 11753 11755 11008 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11755/tid=11767] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11767/stat : 11767 (java) R 11753 11755 11008 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128724155 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11755/tid=11768] ppid=11753 vsize=1790076 CPUtime=0
/proc/11755/task/11768/stat : 11768 (java) S 11753 11755 11008 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 128724933 1833037824 57451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1790076

Child status: 143
Real time (s): 1795.6
CPU time (s): 1800.13
CPU user time (s): 1796.62
CPU system time (s): 3.51247
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 1790076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.62
system time used= 3.51247
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104066
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= 90324
involuntary context switches= 50040

runsolver used 1.93271 second user time and 5.66914 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Tue Apr 17 11:08:14 UTC 2007

IDJOB= 350227
IDBENCH= 3048
IDSOLVER= 164
FILE ID= node74/350227-1176808094

PBS_JOBID= 4586250

Free space on /tmp= 103210 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=400-sizeP=201-sizeQ=400-517735400-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350227-1176808094/sat4jPseudoCPClause.jar /tmp/evaluation/350227-1176808094/instance-350227-1176808094.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-350227-1176808094 -o ROOT/results/node74/solver-350227-1176808094 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350227-1176808094/sat4jPseudoCPClause.jar /tmp/evaluation/350227-1176808094/instance-350227-1176808094.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  57770cf676196c26ecb8cc01d6a682c4

RANDOM SEED= 826898359

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1683560 kB
Buffers:         32080 kB
Cached:         288384 kB
SwapCached:       3760 kB
Active:         215608 kB
Inactive:       115704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683560 kB
SwapTotal:     4192956 kB
SwapFree:      4183056 kB
Dirty:           17892 kB
Writeback:           0 kB
Mapped:          16084 kB
Slab:            26868 kB
Committed_AS:  1950524 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103210 MiB

End job on node74 on Tue Apr 17 11:38:12 UTC 2007