Trace number 350084

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.25 1796.39

General information on the benchmark

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

Solver Data (download as text)

0.09/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.39	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.39	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.41	c no version file found!!!
0.15/0.41	c sun.arch.data.model	32
0.15/0.41	c java.version	1.6.0
0.15/0.41	c os.name	Linux
0.15/0.41	c os.version	2.6.9-22.EL.rootsmp
0.15/0.41	c os.arch	i386
0.15/0.41	c Free memory 1651659224
0.15/0.41	c Max memory 1654456320
0.15/0.41	c Total memory 1654456320
0.15/0.41	c Number of processors 2
0.15/0.46	--- Begin Solver configuration ---
0.15/0.46	c Stops conflict analysis at the first Unique Implication Point
0.15/0.46	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.46	c Learn all clauses as in MiniSAT
0.15/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.46	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.46	c No reason simplification
0.15/0.46	c --- End Solver configuration ---
0.15/0.46	c solving /tmp/evaluation/350084-1176791819/instance-350084-1176791819.opb
0.15/0.46	c reading problem ... 
10.51/8.88	c ... done. Wall clock time 8.413s.
10.51/8.88	c CPU time (experimental) 7.41s.
10.51/8.88	c #vars     89251
10.51/8.88	c #constraints  265862
1800.06/1796.22	c starts		: 8
1800.06/1796.22	c conflicts		: 3302
1800.06/1796.22	c decisions		: 10886
1800.06/1796.22	c propagations		: 1872774
1800.06/1796.22	c inspects		: 9743249
1800.06/1796.22	c learnt literals	: 0
1800.06/1796.22	c learnt binary clauses	: 0
1800.06/1796.22	c learnt ternary clauses	: 0
1800.06/1796.22	c learnt clauses	: 3302
1800.06/1796.22	c root simplifications	: 0
1800.06/1796.22	c removed literals (reason simplification)	: 0
1800.06/1796.22	c reason swapping (by a shorter reason)	: 0
1800.06/1796.22	c Calls to reduceDB	: 0
1800.06/1796.22	c speed (decisions/second)	: 6.090894543485048
1800.06/1796.22	c non guided choices	155
1800.06/1796.22	s UNKNOWN
1800.06/1796.22	c Total wall clock time (ms): 1795.752

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/node45/watcher-350084-1176791819 -o ROOT/results/node45/solver-350084-1176791819 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350084-1176791819/sat4jPseudoResolution.jar /tmp/evaluation/350084-1176791819/instance-350084-1176791819.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.85 0.97 0.99 2/77 13283
/proc/meminfo: memFree=1707840/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=152 CPUtime=0
/proc/13283/stat : 13283 (java) R 13281 13283 12641 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 34027553 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 1 0 0
/proc/13283/statm: 38 26 19 9 0 4 0

[startup+0.029812 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 13283
/proc/meminfo: memFree=1707840/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=152 CPUtime=0
/proc/13283/stat : 13283 (java) D 13281 13283 12641 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 34027553 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4727588 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/13283/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.102735 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 13283
/proc/meminfo: memFree=1707840/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=12380 CPUtime=0.02
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 710 0 25 0 0 2 0 0 18 0 2 0 34027553 12677120 530 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 3095 530 225 9 0 1229 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12380

[startup+0.302758 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 13283
/proc/meminfo: memFree=1707840/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1777844 CPUtime=0.09
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 3772 0 38 0 4 5 0 0 18 0 7 0 34027553 1820512256 3552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 444461 3552 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1777844

[startup+0.702797 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 13283
/proc/meminfo: memFree=1707840/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1782916 CPUtime=0.56
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 6376 0 38 0 49 7 0 0 18 0 12 0 34027553 1825705984 6134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 445729 6134 1287 9 0 443341 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1782916

[startup+1.50188 s]
/proc/loadavg: 0.85 0.97 0.99 4/89 13295
/proc/meminfo: memFree=1674144/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1785864 CPUtime=1.77
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 13058 0 38 0 167 10 0 0 18 0 12 0 34027553 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 446466 11266 1301 9 0 444078 0
[pid=13283/tid=13285] ppid=13281 vsize=1785864 CPUtime=0.83
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 9421 0 13 0 76 7 0 0 18 0 12 0 34027562 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 34027572 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 34027572 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 34027576 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 34027576 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 34027576 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 34027585 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1785864 CPUtime=0.5
/proc/13283/task/13292/stat : 13292 (java) R 13281 13283 12641 0 -1 64 2006 0 0 0 50 0 0 0 17 0 12 0 34027585 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1785864 CPUtime=0.4
/proc/13283/task/13293/stat : 13293 (java) R 13281 13283 12641 0 -1 64 937 0 0 0 40 0 0 0 16 0 12 0 34027585 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105874977 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 34027585 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1785864 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 34027585 1828724736 11266 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1785864

[startup+3.10103 s]
/proc/loadavg: 0.85 0.97 0.99 2/89 13295
/proc/meminfo: memFree=1595552/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1786352 CPUtime=3.48
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 44343 0 38 0 322 26 0 0 18 0 12 0 34027553 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 446588 42487 1310 9 0 444200 0
[pid=13283/tid=13285] ppid=13281 vsize=1786352 CPUtime=2.3
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37678 0 13 0 210 20 0 0 20 0 12 0 34027562 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109505000 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1786352 CPUtime=0.06
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 1531 0 0 0 6 0 0 0 16 0 12 0 34027572 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1786352 CPUtime=0.07
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 1486 0 0 0 6 1 0 0 16 0 12 0 34027572 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1786352 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 34027576 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1786352 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 34027576 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1786352 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 34027576 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1786352 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 34027585 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1786352 CPUtime=0.53
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2008 0 0 0 53 0 0 0 16 0 12 0 34027585 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1786352 CPUtime=0.45
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 941 0 0 0 45 0 0 0 17 0 12 0 34027585 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1786352 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 34027585 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1786352 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 34027585 1829224448 42487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1786352

[startup+6.30237 s]
/proc/loadavg: 0.86 0.97 0.99 2/89 13295
/proc/meminfo: memFree=1495072/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1787984 CPUtime=7.03
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 54521 0 38 0 671 32 0 0 18 0 12 0 34027553 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 446996 51900 1310 9 0 444608 0
[pid=13283/tid=13285] ppid=13281 vsize=1787984 CPUtime=5.17
/proc/13283/task/13285/stat : 13285 (java) S 13281 13283 12641 0 -1 64 37681 0 13 0 496 21 0 0 25 0 12 0 34027562 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1787984 CPUtime=0.39
/proc/13283/task/13286/stat : 13286 (java) R 13281 13283 12641 0 -1 64 7052 0 0 0 36 3 0 0 16 0 12 0 34027572 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1787984 CPUtime=0.39
/proc/13283/task/13287/stat : 13287 (java) R 13281 13283 12641 0 -1 64 6136 0 0 0 37 2 0 0 17 0 12 0 34027572 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370432 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1787984 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 34027576 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1787984 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 34027576 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1787984 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 34027576 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1787984 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 34027585 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1787984 CPUtime=0.53
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2008 0 0 0 53 0 0 0 16 0 12 0 34027585 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1787984 CPUtime=0.46
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 942 0 0 0 46 0 0 0 16 0 12 0 34027585 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1787984 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 34027585 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1787984 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 34027585 1830895616 51900 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1787984

[startup+12.702 s]
/proc/loadavg: 0.87 0.97 0.99 2/90 13296
/proc/meminfo: memFree=1447000/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1798896 CPUtime=15.03
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 71663 0 38 0 1462 41 0 0 18 0 13 0 34027553 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 449724 63983 1326 9 0 447336 0
[pid=13283/tid=13285] ppid=13281 vsize=1798896 CPUtime=10.76
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37725 0 13 0 1054 22 0 0 25 0 13 0 34027562 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109959642 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1798896 CPUtime=0.96
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 13423 0 0 0 90 6 0 0 18 0 13 0 34027572 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1798896 CPUtime=0.96
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 12124 0 0 0 91 5 0 0 16 0 13 0 34027572 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 34027585 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1798896 CPUtime=0.86
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2332 0 0 0 86 0 0 0 16 0 13 0 34027585 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1798896 CPUtime=1.41
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 5352 0 0 0 139 2 0 0 16 0 13 0 34027585 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 34027585 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 34027585 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13296] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13296/stat : 13296 (java) S 13281 13283 12641 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 34028454 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 1798896

[startup+25.5023 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 13296
/proc/meminfo: memFree=1447008/2055920 swapFree=4138832/4192956
[pid=13283] ppid=13281 vsize=1798896 CPUtime=27.82
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 71663 0 38 0 2741 41 0 0 18 0 13 0 34027553 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 449724 63983 1326 9 0 447336 0
[pid=13283/tid=13285] ppid=13281 vsize=1798896 CPUtime=23.55
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37725 0 13 0 2333 22 0 0 25 0 13 0 34027562 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1798896 CPUtime=0.96
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 13423 0 0 0 90 6 0 0 18 0 13 0 34027572 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1798896 CPUtime=0.96
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 12124 0 0 0 91 5 0 0 16 0 13 0 34027572 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 63983 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 34027585 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1798896 CPUtime=1.03
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2355 0 0 0 103 0 0 0 16 0 13 0 34027585 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1798896 CPUtime=1.57
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 5363 0 0 0 155 2 0 0 17 0 13 0 34027585 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 34027585 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 34027585 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13296] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13296/stat : 13296 (java) S 13281 13283 12641 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 34028454 1842069504 189255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1605.87
Current children cumulated vsize (KiB) 1798896

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13494
/proc/meminfo: memFree=878176/2055920 swapFree=4139364/4192956
[pid=13283] ppid=13281 vsize=1798896 CPUtime=1666.01
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 215975 0 38 0 166453 148 0 0 18 0 13 0 34027553 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 449724 205606 1326 9 0 447336 0
[pid=13283/tid=13285] ppid=13281 vsize=1798896 CPUtime=1658.08
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37750 0 13 0 165770 38 0 0 25 0 13 0 34027562 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109824526 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1798896 CPUtime=2.62
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 87069 0 0 0 210 52 0 0 16 0 13 0 34027572 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1798896 CPUtime=2.62
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 82731 0 0 0 212 50 0 0 16 0 13 0 34027572 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 34027585 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1798896 CPUtime=1.03
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2355 0 0 0 103 0 0 0 16 0 13 0 34027585 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1798896 CPUtime=1.58
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 5363 0 0 0 156 2 0 0 17 0 13 0 34027585 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 34027585 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 34027585 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13296] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13296/stat : 13296 (java) S 13281 13283 12641 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 34028454 1842069504 205606 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.01
Current children cumulated vsize (KiB) 1798896

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13494
/proc/meminfo: memFree=846560/2055920 swapFree=4139364/4192956
[pid=13283] ppid=13281 vsize=1798896 CPUtime=1726.06
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 224012 0 38 0 172452 154 0 0 18 0 13 0 34027553 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 449724 213482 1326 9 0 447336 0
[pid=13283/tid=13285] ppid=13281 vsize=1798896 CPUtime=1717.99
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37751 0 13 0 171760 39 0 0 25 0 13 0 34027562 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109958560 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1798896 CPUtime=2.69
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 91340 0 0 0 214 55 0 0 17 0 13 0 34027572 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1798896 CPUtime=2.69
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 86496 0 0 0 217 52 0 0 16 0 13 0 34027572 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 34027585 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1798896 CPUtime=1.03
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2355 0 0 0 103 0 0 0 16 0 13 0 34027585 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1798896 CPUtime=1.58
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 5363 0 0 0 156 2 0 0 17 0 13 0 34027585 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 34027585 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 34027585 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13296] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13296/stat : 13296 (java) S 13281 13283 12641 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 34028454 1842069504 213482 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.06
Current children cumulated vsize (KiB) 1798896

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13494
/proc/meminfo: memFree=815456/2055920 swapFree=4139364/4192956
[pid=13283] ppid=13281 vsize=1798896 CPUtime=1786.16
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 231913 0 38 0 178456 160 0 0 18 0 13 0 34027553 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 449724 221221 1328 9 0 447336 0
[pid=13283/tid=13285] ppid=13281 vsize=1798896 CPUtime=1777.9
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37752 0 13 0 177751 39 0 0 25 0 13 0 34027562 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109646377 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1798896 CPUtime=2.76
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 95116 0 0 0 219 57 0 0 17 0 13 0 34027572 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1798896 CPUtime=2.76
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 90618 0 0 0 221 55 0 0 16 0 13 0 34027572 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1798896 CPUtime=1.06
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2357 0 0 0 106 0 0 0 17 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1798896 CPUtime=1.58
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 5363 0 0 0 156 2 0 0 17 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13296] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13296/stat : 13296 (java) S 13281 13283 12641 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 34028454 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.16
Current children cumulated vsize (KiB) 1798896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13494
/proc/meminfo: memFree=815456/2055920 swapFree=4139416/4192956
[pid=13283] ppid=13281 vsize=1798896 CPUtime=1800.06
/proc/13283/stat : 13283 (java) S 13281 13283 12641 0 -1 0 231913 0 38 0 179846 160 0 0 18 0 13 0 34027553 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 449724 221221 1328 9 0 447336 0
[pid=13283/tid=13285] ppid=13281 vsize=1798896 CPUtime=1791.8
/proc/13283/task/13285/stat : 13285 (java) R 13281 13283 12641 0 -1 64 37752 0 13 0 179141 39 0 0 25 0 13 0 34027562 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528128 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13286] ppid=13281 vsize=1798896 CPUtime=2.76
/proc/13283/task/13286/stat : 13286 (java) S 13281 13283 12641 0 -1 64 95116 0 0 0 219 57 0 0 17 0 13 0 34027572 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13287] ppid=13281 vsize=1798896 CPUtime=2.76
/proc/13283/task/13287/stat : 13287 (java) S 13281 13283 12641 0 -1 64 90618 0 0 0 221 55 0 0 16 0 13 0 34027572 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13288] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13288/stat : 13288 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13289] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13289/stat : 13289 (java) S 13281 13283 12641 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 34027576 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13290] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13290/stat : 13290 (java) S 13281 13283 12641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 34027576 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13291] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13291/stat : 13291 (java) S 13281 13283 12641 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13292] ppid=13281 vsize=1798896 CPUtime=1.06
/proc/13283/task/13292/stat : 13292 (java) S 13281 13283 12641 0 -1 64 2357 0 0 0 106 0 0 0 17 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13293] ppid=13281 vsize=1798896 CPUtime=1.58
/proc/13283/task/13293/stat : 13293 (java) S 13281 13283 12641 0 -1 64 5363 0 0 0 156 2 0 0 17 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13294] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13294/stat : 13294 (java) S 13281 13283 12641 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13283/tid=13295] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13295/stat : 13295 (java) S 13281 13283 12641 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 34027585 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13283/tid=13296] ppid=13281 vsize=1798896 CPUtime=0
/proc/13283/task/13296/stat : 13296 (java) S 13281 13283 12641 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 34028454 1842069504 221221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1798896

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

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

[startup+1796.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 13494
/proc/meminfo: memFree=815456/2055920 swapFree=4139416/4192956
[pid=13283] ppid=13281 vsize=0 CPUtime=1800.17
/proc/13283/stat : 13283 (java) Z 13281 13283 12641 0 -1 1036 231933 0 38 0 179851 166 0 0 16 0 2 0 34027553 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13283/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.39
CPU time (s): 1800.25
CPU user time (s): 1798.52
CPU system time (s): 1.73274
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 1799228

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

runsolver used 1.77173 second user time and 4.85526 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Tue Apr 17 06:36:59 UTC 2007

IDJOB= 350084
IDBENCH= 2969
IDSOLVER= 159
FILE ID= node45/350084-1176791819

PBS_JOBID= 4580847

Free space on /tmp= 66478 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=420-sizeP=211-sizeQ=420-348698641-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350084-1176791819/sat4jPseudoResolution.jar /tmp/evaluation/350084-1176791819/instance-350084-1176791819.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-350084-1176791819 -o ROOT/results/node45/solver-350084-1176791819 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350084-1176791819/sat4jPseudoResolution.jar /tmp/evaluation/350084-1176791819/instance-350084-1176791819.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0313cdb45b0522b789ebac5496eff7a9

RANDOM SEED= 181004213

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1708248 kB
Buffers:         26080 kB
Cached:         233108 kB
SwapCached:      32124 kB
Active:         212948 kB
Inactive:        91488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708248 kB
SwapTotal:     4192956 kB
SwapFree:      4138832 kB
Dirty:           19812 kB
Writeback:           0 kB
Mapped:          33960 kB
Slab:            28816 kB
Committed_AS:  1084596 kB
PageTables:       1740 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= 66478 MiB

End job on node45 on Tue Apr 17 07:06:58 UTC 2007