Trace number 350139

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.28 1796.13

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
MD5SUM2a5c3ceba4b0797f84fa61492c45250f
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874
Number of bits of the biggest sum of numbers301
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.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/350139-1176796413/instance-350139-1176796413.opb
0.08/0.19	c reading problem ... 
3.73/2.84	c ... done. Wall clock time 2.654s.
3.73/2.84	c CPU time (experimental) 2.21s.
3.73/2.84	c #vars     20501
3.73/2.84	c #constraints  60602
1800.04/1795.91	c starts		: 13
1800.04/1795.91	c conflicts		: 28771
1800.04/1795.91	c decisions		: 41442
1800.04/1795.91	c propagations		: 7739538
1800.04/1795.91	c inspects		: 45635981
1800.04/1795.91	c learnt literals	: 0
1800.04/1795.91	c learnt binary clauses	: 0
1800.04/1795.91	c learnt ternary clauses	: 0
1800.04/1795.91	c learnt clauses	: 28771
1800.04/1795.91	c root simplifications	: 0
1800.04/1795.91	c removed literals (reason simplification)	: 0
1800.04/1795.91	c reason swapping (by a shorter reason)	: 0
1800.04/1795.91	c Calls to reduceDB	: 0
1800.04/1795.91	c speed (decisions/second)	: 23.11320517947285
1800.04/1795.91	c non guided choices	93
1800.04/1795.91	s UNKNOWN
1800.04/1795.91	c Total wall clock time (ms): 1795.723

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/node58/watcher-350139-1176796413 -o ROOT/results/node58/solver-350139-1176796413 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350139-1176796413/sat4jPseudoResolution.jar /tmp/evaluation/350139-1176796413/instance-350139-1176796413.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.92 0.98 0.99 3/64 7200
/proc/meminfo: memFree=1500736/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1800 CPUtime=0
/proc/7200/stat : 7200 (java) D 7198 7200 6428 0 -1 0 176 0 0 0 0 0 0 0 19 0 1 0 127551010 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7200/statm: 450 148 111 9 0 92 0

[startup+0.0662919 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7200
/proc/meminfo: memFree=1500736/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1777708 CPUtime=0.04
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 3690 0 1 0 3 1 0 0 19 0 7 0 127551010 1820372992 3433 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 444427 3434 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101296 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7200
/proc/meminfo: memFree=1500736/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1780256 CPUtime=0.08
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 3996 0 1 0 6 2 0 0 19 0 12 0 127551010 1822982144 3738 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 445064 3738 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301338 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7200
/proc/meminfo: memFree=1500736/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1782580 CPUtime=0.35
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 5380 0 1 0 32 3 0 0 19 0 12 0 127551010 1825361920 5119 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 445645 5120 1263 9 0 443257 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782580

[startup+0.702409 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7200
/proc/meminfo: memFree=1500736/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1783976 CPUtime=0.93
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 7211 0 1 0 90 3 0 0 19 0 12 0 127551010 1826791424 6791 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 445994 6791 1301 9 0 443606 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1783976

[startup+1.50153 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 7212
/proc/meminfo: memFree=1469856/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1785800 CPUtime=2.06
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 19770 0 1 0 196 10 0 0 19 0 12 0 127551010 1828659200 18086 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 446450 18088 1301 9 0 444062 0
[pid=7200/tid=7202] ppid=7198 vsize=1785800 CPUtime=1.06
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 16258 0 1 0 98 8 0 0 21 0 12 0 127551011 1828659200 18089 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109584221 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 127551012 1828659200 18090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 127551012 1828659200 18091 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127551015 1828659200 18092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 127551015 1828659200 18093 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 127551015 1828659200 18095 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127551019 1828659200 18096 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1785800 CPUtime=0.5
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 1242 0 0 0 50 0 0 0 17 0 12 0 127551019 1828659200 18097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1785800 CPUtime=0.47
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 1554 0 0 0 47 0 0 0 16 0 12 0 127551019 1828659200 18098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127551019 1828659200 18100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1785800 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127551019 1828659200 18101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1785800

[startup+3.10281 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 7212
/proc/meminfo: memFree=1364768/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1798176 CPUtime=4.33
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 48874 0 1 0 410 23 0 0 19 0 13 0 127551010 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 449544 45575 1320 9 0 447156 0
[pid=7200/tid=7202] ppid=7198 vsize=1798176 CPUtime=2.33
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37728 0 1 0 216 17 0 0 20 0 13 0 127551011 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102669041 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1798176 CPUtime=0.09
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 1646 0 0 0 9 0 0 0 16 0 13 0 127551012 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1798176 CPUtime=0.08
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 1664 0 0 0 8 0 0 0 16 0 13 0 127551012 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1798176 CPUtime=0
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 127551015 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1798176 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1798176 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1798176 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1798176 CPUtime=1.07
/proc/7200/task/7209/stat : 7209 (java) R 7198 7200 6428 0 -1 64 4700 0 0 0 105 2 0 0 18 0 13 0 127551019 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105421673 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1798176 CPUtime=0.69
/proc/7200/task/7210/stat : 7210 (java) R 7198 7200 6428 0 -1 64 2407 0 0 0 69 0 0 0 16 0 13 0 127551019 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102395970 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1798176 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1798176 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1841332224 45575 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1798176

[startup+6.30134 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 7213
/proc/meminfo: memFree=1322584/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1797548 CPUtime=8.11
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 51674 0 1 0 787 24 0 0 19 0 13 0 127551010 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 449387 45532 1324 9 0 446999 0
[pid=7200/tid=7202] ppid=7198 vsize=1797548 CPUtime=5.34
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37734 0 1 0 517 17 0 0 17 0 13 0 127551011 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109523096 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1797548 CPUtime=0.09
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 1646 0 0 0 9 0 0 0 16 0 13 0 127551012 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1797548 CPUtime=0.08
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 1664 0 0 0 8 0 0 0 16 0 13 0 127551012 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 127551015 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1797548 CPUtime=1.62
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 6993 0 0 0 159 3 0 0 16 0 13 0 127551019 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1797548 CPUtime=0.92
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2908 0 0 0 91 1 0 0 16 0 13 0 127551019 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1797548 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1840689152 45532 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 1797548

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 7213
/proc/meminfo: memFree=1328088/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1791860 CPUtime=14.66
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 51690 0 1 0 1442 24 0 0 19 0 13 0 127551010 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 447965 44131 1324 9 0 445577 0
[pid=7200/tid=7202] ppid=7198 vsize=1791860 CPUtime=11.69
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37737 0 1 0 1152 17 0 0 25 0 13 0 127551011 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109523072 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1791860 CPUtime=0.09
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 1646 0 0 0 9 0 0 0 16 0 13 0 127551012 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1791860 CPUtime=0.08
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 1664 0 0 0 8 0 0 0 16 0 13 0 127551012 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1791860 CPUtime=1.71
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 7000 0 0 0 168 3 0 0 16 0 13 0 127551019 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1791860 CPUtime=1.03
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2914 0 0 0 102 1 0 0 15 0 13 0 127551019 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 1791860

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 7213
/proc/meminfo: memFree=1328152/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1791860 CPUtime=27.46
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 51690 0 1 0 2722 24 0 0 19 0 13 0 127551010 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 447965 44131 1324 9 0 445577 0
[pid=7200/tid=7202] ppid=7198 vsize=1791860 CPUtime=24.49
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37737 0 1 0 2432 17 0 0 25 0 13 0 127551011 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109523072 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1791860 CPUtime=0.09
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 1646 0 0 0 9 0 0 0 16 0 13 0 127551012 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1791860 CPUtime=0.08
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 1664 0 0 0 8 0 0 0 16 0 13 0 127551012 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 44131 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 7001 0 0 0 174 3 0 0 16 0 13 0 127551019 1834864640 297097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1791860 CPUtime=1.1
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2915 0 0 0 109 1 0 0 16 0 13 0 127551019 1834864640 297097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 297097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1834864640 297097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1834864640 297097 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.33
Current children cumulated vsize (KiB) 1791860

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7411
/proc/meminfo: memFree=298712/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1791860 CPUtime=1666.38
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 338039 0 1 0 166421 217 0 0 19 0 13 0 127551010 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 447965 300851 1326 9 0 445577 0
[pid=7200/tid=7202] ppid=7198 vsize=1791860 CPUtime=1657.03
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37808 0 1 0 165676 27 0 0 25 0 13 0 127551011 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109819107 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1791860 CPUtime=3.2
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 154001 0 0 0 227 93 0 0 17 0 13 0 127551012 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1791860 CPUtime=3.18
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 135584 0 0 0 231 87 0 0 17 0 13 0 127551012 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1791860 CPUtime=0.02
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 8 0 0 0 0 2 0 0 16 0 13 0 127551015 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1791860 CPUtime=1.77
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 7001 0 0 0 174 3 0 0 16 0 13 0 127551019 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1791860 CPUtime=1.1
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2915 0 0 0 109 1 0 0 16 0 13 0 127551019 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1834864640 300851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.38
Current children cumulated vsize (KiB) 1791860

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7411
/proc/meminfo: memFree=279192/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1791860 CPUtime=1726.42
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 343450 0 1 0 172422 220 0 0 19 0 13 0 127551010 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 447965 305711 1326 9 0 445577 0
[pid=7200/tid=7202] ppid=7198 vsize=1791860 CPUtime=1716.93
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37810 0 1 0 171665 28 0 0 25 0 13 0 127551011 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109819395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1791860 CPUtime=3.28
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 156398 0 0 0 234 94 0 0 17 0 13 0 127551012 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1791860 CPUtime=3.26
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 138596 0 0 0 237 89 0 0 17 0 13 0 127551012 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1791860 CPUtime=0.02
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 8 0 0 0 0 2 0 0 16 0 13 0 127551015 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1791860 CPUtime=1.77
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 7001 0 0 0 174 3 0 0 16 0 13 0 127551019 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1791860 CPUtime=1.1
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2915 0 0 0 109 1 0 0 16 0 13 0 127551019 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1834864640 305711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.42
Current children cumulated vsize (KiB) 1791860

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 7411
/proc/meminfo: memFree=258840/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1791860 CPUtime=1786.45
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 348926 0 1 0 178423 222 0 0 19 0 13 0 127551010 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 447965 310777 1326 9 0 445577 0
[pid=7200/tid=7202] ppid=7198 vsize=1791860 CPUtime=1776.82
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37812 0 1 0 177654 28 0 0 25 0 13 0 127551011 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109819448 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1791860 CPUtime=3.35
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 158844 0 0 0 240 95 0 0 16 0 13 0 127551012 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1791860 CPUtime=3.33
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 141624 0 0 0 243 90 0 0 16 0 13 0 127551012 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1791860 CPUtime=0.02
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 8 0 0 0 0 2 0 0 16 0 13 0 127551015 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1791860 CPUtime=1.77
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 7001 0 0 0 174 3 0 0 16 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1791860 CPUtime=1.1
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2915 0 0 0 109 1 0 0 16 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 1791860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 7411
/proc/meminfo: memFree=258968/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=1791860 CPUtime=1800.04
/proc/7200/stat : 7200 (java) S 7198 7200 6428 0 -1 0 348926 0 1 0 179782 222 0 0 19 0 13 0 127551010 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 447965 310777 1326 9 0 445577 0
[pid=7200/tid=7202] ppid=7198 vsize=1791860 CPUtime=1790.4
/proc/7200/task/7202/stat : 7202 (java) R 7198 7200 6428 0 -1 64 37812 0 1 0 179012 28 0 0 25 0 13 0 127551011 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109819496 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7203] ppid=7198 vsize=1791860 CPUtime=3.35
/proc/7200/task/7203/stat : 7203 (java) S 7198 7200 6428 0 -1 64 158844 0 0 0 240 95 0 0 16 0 13 0 127551012 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7204] ppid=7198 vsize=1791860 CPUtime=3.33
/proc/7200/task/7204/stat : 7204 (java) S 7198 7200 6428 0 -1 64 141624 0 0 0 243 90 0 0 16 0 13 0 127551012 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7205] ppid=7198 vsize=1791860 CPUtime=0.02
/proc/7200/task/7205/stat : 7205 (java) S 7198 7200 6428 0 -1 64 8 0 0 0 0 2 0 0 16 0 13 0 127551015 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7206] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7206/stat : 7206 (java) S 7198 7200 6428 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7207] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7207/stat : 7207 (java) S 7198 7200 6428 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127551015 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7208] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7208/stat : 7208 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7209] ppid=7198 vsize=1791860 CPUtime=1.77
/proc/7200/task/7209/stat : 7209 (java) S 7198 7200 6428 0 -1 64 7001 0 0 0 174 3 0 0 16 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7210] ppid=7198 vsize=1791860 CPUtime=1.1
/proc/7200/task/7210/stat : 7210 (java) S 7198 7200 6428 0 -1 64 2915 0 0 0 109 1 0 0 16 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7200/tid=7211] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7211/stat : 7211 (java) S 7198 7200 6428 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7212] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7212/stat : 7212 (java) S 7198 7200 6428 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127551019 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7200/tid=7213] ppid=7198 vsize=1791860 CPUtime=0
/proc/7200/task/7213/stat : 7213 (java) S 7198 7200 6428 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 127551303 1834864640 310777 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791860

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

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

[startup+1796.01 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 7411
/proc/meminfo: memFree=258968/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=0 CPUtime=1800.15
/proc/7200/stat : 7200 (java) Z 7198 7200 6428 0 -1 1036 348945 0 1 0 179785 230 0 0 16 0 2 0 127551010 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

[startup+1796.1 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 7411
/proc/meminfo: memFree=258968/2055920 swapFree=4184528/4192956
[pid=7200] ppid=7198 vsize=0 CPUtime=1800.24
/proc/7200/stat : 7200 (java) Z 7198 7200 6428 0 -1 1036 348945 0 1 0 179785 239 0 0 16 0 2 0 127551010 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.13
CPU time (s): 1800.28
CPU user time (s): 1797.86
CPU system time (s): 2.42163
CPU usage (%): 100.231
Max. virtual memory (cumulated for all children) (KiB): 1800576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.42163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348945
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= 37652
involuntary context switches= 35862

runsolver used 1.93571 second user time and 4.82027 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Apr 17 07:53:33 UTC 2007

IDJOB= 350139
IDBENCH= 2995
IDSOLVER= 159
FILE ID= node58/350139-1176796413

PBS_JOBID= 4580856

Free space on /tmp= 66486 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350139-1176796413/sat4jPseudoResolution.jar /tmp/evaluation/350139-1176796413/instance-350139-1176796413.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-350139-1176796413 -o ROOT/results/node58/solver-350139-1176796413 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350139-1176796413/sat4jPseudoResolution.jar /tmp/evaluation/350139-1176796413/instance-350139-1176796413.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2a5c3ceba4b0797f84fa61492c45250f

RANDOM SEED= 531719277

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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:       1501080 kB
Buffers:         39640 kB
Cached:         431612 kB
SwapCached:       2504 kB
Active:         209556 kB
Inactive:       271872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501080 kB
SwapTotal:     4192956 kB
SwapFree:      4184528 kB
Dirty:            6224 kB
Writeback:           0 kB
Mapped:          16496 kB
Slab:            59476 kB
Committed_AS:   904776 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66486 MiB

End job on node58 on Tue Apr 17 08:23:31 UTC 2007