Trace number 350077

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.2 1797

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-87904490-max.opb
MD5SUMf145615704a2957501e412155c176c53
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 8299031137761985917024815727382322302024892464484873799991313419664837827391154871651005228706296088699355875555839163484213727699346231811168069148386972247138995410784642717179115
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/350077-1176791391/instance-350077-1176791391.opb
0.20/0.20	c reading problem ... 
8.85/7.67	c ... done. Wall clock time 7.471s.
8.85/7.67	c CPU time (experimental) 6.6s.
8.85/7.67	c #vars     81001
8.85/7.67	c #constraints  241202
1800.10/1796.91	c starts		: 1
1800.10/1796.91	c conflicts		: 1
1800.10/1796.91	c decisions		: 203
1800.10/1796.91	c propagations		: 41005
1800.10/1796.91	c inspects		: 141905
1800.10/1796.91	c learnt literals	: 0
1800.10/1796.91	c learnt binary clauses	: 0
1800.10/1796.91	c learnt ternary clauses	: 0
1800.10/1796.91	c learnt clauses	: 0
1800.10/1796.91	c root simplifications	: 0
1800.10/1796.91	c removed literals (reason simplification)	: 0
1800.10/1796.91	c reason swapping (by a shorter reason)	: 0
1800.10/1796.91	c Calls to reduceDB	: 0
1800.10/1796.91	c speed (decisions/second)	: 0.11346074844969581
1800.10/1796.91	c non guided choices	2
1800.10/1796.91	s UNKNOWN
1800.10/1796.91	c Total wall clock time (ms): 1796.713

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/node20/watcher-350077-1176791391 -o ROOT/results/node20/solver-350077-1176791391 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350077-1176791391/sat4jPseudoCPClause.jar /tmp/evaluation/350077-1176791391/instance-350077-1176791391.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.99 1.00 0.99 3/77 10506
/proc/meminfo: memFree=1780704/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=140 CPUtime=0
/proc/10506/stat : 10506 (java) R 10504 10506 9792 0 -1 0 18 0 0 0 0 0 0 0 19 0 1 0 127056457 143360 3 18446744073709551615 0 0 4294956961 18446744073709551615 273952599335 0 0 4096 0 0 0 0 17 1 0 0
/proc/10506/statm: 35 11 7 9 0 1 0

[startup+0.0277171 s]
/proc/loadavg: 0.99 1.00 0.99 3/77 10506
/proc/meminfo: memFree=1780704/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1772952 CPUtime=0.01
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 2139 0 1 0 0 1 0 0 18 0 2 0 127056457 1815502848 1889 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 443238 1900 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101721 s]
/proc/loadavg: 0.99 1.00 0.99 3/77 10506
/proc/meminfo: memFree=1780704/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1780112 CPUtime=0.07
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 3968 0 1 0 6 1 0 0 18 0 12 0 127056457 1822834688 3710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 445028 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780112

[startup+0.301769 s]
/proc/loadavg: 0.99 1.00 0.99 3/77 10506
/proc/meminfo: memFree=1780704/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1782448 CPUtime=0.33
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 5808 0 1 0 30 3 0 0 18 0 12 0 127056457 1825226752 5547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 445612 5547 1262 9 0 443223 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782448

[startup+0.701855 s]
/proc/loadavg: 0.99 1.00 0.99 3/77 10506
/proc/meminfo: memFree=1780704/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1783868 CPUtime=0.89
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 7523 0 1 0 85 4 0 0 18 0 12 0 127056457 1826680832 7111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 445967 7112 1301 9 0 443578 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783868

[startup+1.50302 s]
/proc/loadavg: 1.23 1.05 1.01 3/89 10518
/proc/meminfo: memFree=1750144/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1785728 CPUtime=2.03
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 19214 0 1 0 193 10 0 0 18 0 12 0 127056457 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 446432 17206 1301 9 0 444043 0
[pid=10506/tid=10508] ppid=10504 vsize=1785728 CPUtime=1.02
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 15401 0 1 0 94 8 0 0 25 0 12 0 127056458 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109584829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127056460 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127056460 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 127056462 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 127056463 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127056463 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127056467 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1785728 CPUtime=0.51
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1950 0 0 0 51 0 0 0 17 0 12 0 127056467 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1785728 CPUtime=0.46
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1144 0 0 0 46 0 0 0 16 0 12 0 127056467 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127056467 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1785728 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127056467 1828585472 17206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1785728

[startup+3.10234 s]
/proc/loadavg: 1.23 1.05 1.01 2/89 10518
/proc/meminfo: memFree=1652800/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1786216 CPUtime=3.69
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 44454 0 1 0 349 20 0 0 18 0 12 0 127056457 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 446554 42396 1310 9 0 444165 0
[pid=10506/tid=10508] ppid=10504 vsize=1786216 CPUtime=2.54
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 37691 0 1 0 237 17 0 0 22 0 12 0 127056458 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1786216 CPUtime=0.06
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 1484 0 0 0 6 0 0 0 16 0 12 0 127056460 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1786216 CPUtime=0.06
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 1459 0 0 0 6 0 0 0 16 0 12 0 127056460 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1786216 CPUtime=0
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 127056462 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1786216 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127056463 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1786216 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127056463 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1786216 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127056467 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1786216 CPUtime=0.51
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1950 0 0 0 51 0 0 0 17 0 12 0 127056467 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1786216 CPUtime=0.46
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1144 0 0 0 46 0 0 0 16 0 12 0 127056467 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1786216 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127056467 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1786216 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127056467 1829085184 42396 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1786216

[startup+6.3018 s]
/proc/loadavg: 1.23 1.05 1.01 2/89 10518
/proc/meminfo: memFree=1578176/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1787560 CPUtime=7.15
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 54171 0 1 0 690 25 0 0 18 0 12 0 127056457 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 446890 51695 1310 9 0 444501 0
[pid=10506/tid=10508] ppid=10504 vsize=1787560 CPUtime=5.47
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 37694 0 1 0 529 18 0 0 25 0 12 0 127056458 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474184 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1787560 CPUtime=0.33
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 6625 0 0 0 31 2 0 0 16 0 12 0 127056460 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1787560 CPUtime=0.32
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 6027 0 0 0 30 2 0 0 16 0 12 0 127056460 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1787560 CPUtime=0
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 127056462 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1787560 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127056463 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1787560 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127056463 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1787560 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127056467 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1787560 CPUtime=0.52
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1950 0 0 0 52 0 0 0 16 0 12 0 127056467 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1787560 CPUtime=0.46
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1144 0 0 0 46 0 0 0 16 0 12 0 127056467 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1787560 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127056467 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1787560 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127056467 1830461440 51695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1787560

[startup+12.7021 s]
/proc/loadavg: 1.20 1.05 1.01 2/90 10519
/proc/meminfo: memFree=1524688/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1790892 CPUtime=15.06
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 72213 0 1 0 1471 35 0 0 18 0 13 0 127056457 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 66699 1323 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=10.81
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 37758 0 1 0 1063 18 0 0 25 0 13 0 127056458 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109998507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=1.09
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 16216 0 0 0 102 7 0 0 17 0 13 0 127056460 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=1.13
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 14345 0 0 0 107 6 0 0 16 0 13 0 127056460 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 127056462 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127056467 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1790892 CPUtime=0.94
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1973 0 0 0 94 0 0 0 16 0 13 0 127056467 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1790892 CPUtime=1.03
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1186 0 0 0 103 0 0 0 16 0 13 0 127056467 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127056467 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127056467 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10519] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10519/stat : 10519 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127057237 1833873408 66699 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1790892

[startup+25.5027 s]
/proc/loadavg: 1.17 1.05 1.01 2/90 10519
/proc/meminfo: memFree=1575888/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1790892 CPUtime=27.98
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 76336 0 1 0 2759 39 0 0 18 0 13 0 127056457 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 52238 1323 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=23.46
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 37783 0 1 0 2328 18 0 0 25 0 13 0 127056458 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109998664 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=1.22
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 18060 0 0 0 113 9 0 0 17 0 13 0 127056460 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=1.25
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 16595 0 0 0 118 7 0 0 16 0 13 0 127056460 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0.01
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 17 0 0 0 0 1 0 0 17 0 13 0 127056462 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 52238 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10506] ppid=10504 vsize=1790892 CPUtime=1665.54
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 92390 0 1 0 166253 301 0 0 18 0 13 0 127056457 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 51987 1323 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=1645.22
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 53745 0 1 0 164486 36 0 0 25 0 13 0 127056458 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109998507 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=8.79
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 18107 0 0 0 711 168 0 0 16 0 13 0 127056460 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=8.98
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 16598 0 0 0 824 74 0 0 15 0 13 0 127056460 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0.5
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 59 0 0 0 30 20 0 0 16 0 13 0 127056462 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1790892 CPUtime=0.94
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1973 0 0 0 94 0 0 0 16 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1790892 CPUtime=1.04
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1186 0 0 0 104 0 0 0 17 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10519] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10519/stat : 10519 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127057237 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.54
Current children cumulated vsize (KiB) 1790892

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10521
/proc/meminfo: memFree=1575888/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1790892 CPUtime=1725.54
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 92534 0 1 0 172244 310 0 0 18 0 13 0 127056457 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 51987 1323 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=1704.65
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 53889 0 1 0 170429 36 0 0 25 0 13 0 127056458 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109765658 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=9.07
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 18107 0 0 0 736 171 0 0 16 0 13 0 127056460 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=9.25
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 16598 0 0 0 846 79 0 0 16 0 13 0 127056460 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0.53
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 59 0 0 0 32 21 0 0 16 0 13 0 127056462 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1790892 CPUtime=0.94
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1973 0 0 0 94 0 0 0 16 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1790892 CPUtime=1.04
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1186 0 0 0 104 0 0 0 17 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10519] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10519/stat : 10519 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127057237 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.54
Current children cumulated vsize (KiB) 1790892

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10521
/proc/meminfo: memFree=1575824/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1790892 CPUtime=1785.5
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 92666 0 1 0 178231 319 0 0 18 0 13 0 127056457 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 51987 1323 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=1764.09
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 54021 0 1 0 176372 37 0 0 25 0 13 0 127056458 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109977315 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=9.31
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 18107 0 0 0 759 172 0 0 16 0 13 0 127056460 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=9.51
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 16598 0 0 0 866 85 0 0 16 0 13 0 127056460 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0.55
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 59 0 0 0 33 22 0 0 16 0 13 0 127056462 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1790892 CPUtime=0.94
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1973 0 0 0 94 0 0 0 16 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1790892 CPUtime=1.04
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1186 0 0 0 104 0 0 0 17 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127056467 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10519] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10519/stat : 10519 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127057237 1833873408 51987 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 1790892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10521
/proc/meminfo: memFree=1575760/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1790892 CPUtime=1800.1
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 92705 0 1 0 179689 321 0 0 18 0 13 0 127056457 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 51992 1327 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=1778.52
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 54056 0 1 0 177815 37 0 0 25 0 13 0 127056458 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109511491 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=9.38
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 18107 0 0 0 764 174 0 0 16 0 13 0 127056460 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=9.57
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 16598 0 0 0 872 85 0 0 16 0 13 0 127056460 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0.56
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 59 0 0 0 34 22 0 0 16 0 13 0 127056462 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1790892 CPUtime=0.96
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1977 0 0 0 96 0 0 0 16 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1790892 CPUtime=1.06
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1186 0 0 0 106 0 0 0 17 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10519] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10519/stat : 10519 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127057237 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1790892

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

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

[startup+1796.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 10521
/proc/meminfo: memFree=1575760/2055920 swapFree=4128600/4192956
[pid=10506] ppid=10504 vsize=1790892 CPUtime=1800.1
/proc/10506/stat : 10506 (java) S 10504 10506 9792 0 -1 0 92705 0 1 0 179689 321 0 0 18 0 13 0 127056457 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10506/statm: 447723 51992 1327 9 0 445334 0
[pid=10506/tid=10508] ppid=10504 vsize=1790892 CPUtime=1778.52
/proc/10506/task/10508/stat : 10508 (java) R 10504 10506 9792 0 -1 64 54056 0 1 0 177815 37 0 0 25 0 13 0 127056458 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109511491 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10509] ppid=10504 vsize=1790892 CPUtime=9.38
/proc/10506/task/10509/stat : 10509 (java) S 10504 10506 9792 0 -1 64 18107 0 0 0 764 174 0 0 16 0 13 0 127056460 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10510] ppid=10504 vsize=1790892 CPUtime=9.57
/proc/10506/task/10510/stat : 10510 (java) S 10504 10506 9792 0 -1 64 16598 0 0 0 872 85 0 0 16 0 13 0 127056460 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10511] ppid=10504 vsize=1790892 CPUtime=0.56
/proc/10506/task/10511/stat : 10511 (java) S 10504 10506 9792 0 -1 64 59 0 0 0 34 22 0 0 16 0 13 0 127056462 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10512] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10512/stat : 10512 (java) S 10504 10506 9792 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10513] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10513/stat : 10513 (java) S 10504 10506 9792 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127056463 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10514] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10514/stat : 10514 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10515] ppid=10504 vsize=1790892 CPUtime=0.96
/proc/10506/task/10515/stat : 10515 (java) S 10504 10506 9792 0 -1 64 1977 0 0 0 96 0 0 0 16 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10516] ppid=10504 vsize=1790892 CPUtime=1.06
/proc/10506/task/10516/stat : 10516 (java) S 10504 10506 9792 0 -1 64 1186 0 0 0 106 0 0 0 17 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10517] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10517/stat : 10517 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10506/tid=10518] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10518/stat : 10518 (java) S 10504 10506 9792 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127056467 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10506/tid=10519] ppid=10504 vsize=1790892 CPUtime=0
/proc/10506/task/10519/stat : 10519 (java) S 10504 10506 9792 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127057237 1833873408 51992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1790892

Child status: 143
Real time (s): 1797
CPU time (s): 1800.2
CPU user time (s): 1796.95
CPU system time (s): 3.24751
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 1792176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.95
system time used= 3.24751
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92724
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= 80739
involuntary context switches= 46199

runsolver used 2.13667 second user time and 5.49017 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Tue Apr 17 06:29:51 UTC 2007

IDJOB= 350077
IDBENCH= 2966
IDSOLVER= 164
FILE ID= node20/350077-1176791391

PBS_JOBID= 4580845

Free space on /tmp= 66489 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-87904490-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350077-1176791391/sat4jPseudoCPClause.jar /tmp/evaluation/350077-1176791391/instance-350077-1176791391.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-350077-1176791391 -o ROOT/results/node20/solver-350077-1176791391 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350077-1176791391/sat4jPseudoCPClause.jar /tmp/evaluation/350077-1176791391/instance-350077-1176791391.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f145615704a2957501e412155c176c53

RANDOM SEED= 208245687

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.265
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.265
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:       1781112 kB
Buffers:         17388 kB
Cached:         199552 kB
SwapCached:      20176 kB
Active:         108800 kB
Inactive:       136932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781112 kB
SwapTotal:     4192956 kB
SwapFree:      4128600 kB
Dirty:           17916 kB
Writeback:           0 kB
Mapped:          33896 kB
Slab:            14652 kB
Committed_AS:  1818600 kB
PageTables:       1752 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= 66489 MiB

End job on node20 on Tue Apr 17 06:59:50 UTC 2007