Trace number 431721

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
sat4jPseudoCP 2007-03-23? (TO) 1800.17 1769.7

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=83-P1=113-P2=127-P3=71-P4=61-P5=43-P6=71-P7=41-P8=13-P9=71-B.opb
MD5SUMbd15d72e061a78dfd7cc65e865014c03
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.162974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/431721-1178009430/instance-431721-1178009430.opb
0.20/0.20	c reading problem ... 
0.44/0.45	c ... done. Wall clock time 0.248s.
0.44/0.45	c CPU time (experimental) 0.37s.
0.44/0.45	c #vars     630
0.44/0.45	c #constraints  910
1800.07/1769.61	c starts		: 2
1800.07/1769.61	c conflicts		: 40955
1800.07/1769.61	c decisions		: 41911
1800.07/1769.61	c propagations		: 493167
1800.07/1769.61	c inspects		: 758887519
1800.07/1769.61	c learnt literals	: 0
1800.07/1769.61	c learnt binary clauses	: 0
1800.07/1769.61	c learnt ternary clauses	: 0
1800.07/1769.61	c learnt clauses	: 40955
1800.07/1769.61	c root simplifications	: 0
1800.07/1769.61	c removed literals (reason simplification)	: 0
1800.07/1769.61	c reason swapping (by a shorter reason)	: 0
1800.07/1769.61	c Calls to reduceDB	: 0
1800.07/1769.61	c speed (decisions/second)	: 23.689813849194845
1800.07/1769.61	c non guided choices	273
1800.07/1769.61	s UNKNOWN
1800.07/1769.61	c Total wall clock time (ms): 1769.411

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-431721-1178009430 -o ROOT/results/node9/solver-431721-1178009430 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431721-1178009430/sat4jPseudoCP.jar /tmp/evaluation/431721-1178009430/instance-431721-1178009430.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: 1.03 1.05 1.01 1/77 28874
/proc/meminfo: memFree=1790120/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=152 CPUtime=0
/proc/28874/stat : 28874 (java) R 28872 28874 28317 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 276980573 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 1 0 0
/proc/28874/statm: 38 26 19 9 0 4 0

[startup+0.0955339 s]
/proc/loadavg: 1.03 1.05 1.01 1/77 28874
/proc/meminfo: memFree=1790120/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1779524 CPUtime=0.07
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 3896 0 1 0 5 2 0 0 18 0 11 0 276980573 1822232576 3639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 444881 3639 1099 9 0 442517 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1779524

[startup+0.102534 s]
/proc/loadavg: 1.03 1.05 1.01 1/77 28874
/proc/meminfo: memFree=1790120/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1780108 CPUtime=0.08
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 276980573 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30157 s]
/proc/loadavg: 1.03 1.05 1.01 1/77 28874
/proc/meminfo: memFree=1790120/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1781420 CPUtime=0.31
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 5106 0 1 0 27 4 0 0 18 0 12 0 276980573 1824174080 4846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 445355 4846 1260 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.701605 s]
/proc/loadavg: 1.03 1.05 1.01 1/77 28874
/proc/meminfo: memFree=1790120/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1783332 CPUtime=0.98
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 6575 0 1 0 93 5 0 0 18 0 13 0 276980573 1826131968 6141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 445833 6141 1307 9 0 443445 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1783332

[startup+1.5017 s]
/proc/loadavg: 1.03 1.05 1.01 4/90 28887
/proc/meminfo: memFree=1757760/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1793520 CPUtime=2.5
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 19039 0 1 0 238 12 0 0 18 0 13 0 276980573 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448380 13699 1314 9 0 445992 0
[pid=28874/tid=28876] ppid=28872 vsize=1793520 CPUtime=0.76
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 10049 0 1 0 70 6 0 0 19 0 13 0 276980575 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276980576 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276980576 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 276980578 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276980579 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276980579 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1793520 CPUtime=0.86
/proc/28874/task/28883/stat : 28883 (java) R 28872 28874 28317 0 -1 64 5262 0 0 0 83 3 0 0 18 0 13 0 276980583 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103337011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1793520 CPUtime=0.84
/proc/28874/task/28884/stat : 28884 (java) R 28872 28874 28317 0 -1 64 3005 0 0 0 83 1 0 0 18 0 13 0 276980583 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1793520 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1836564480 13699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1793520

[startup+3.10287 s]
/proc/loadavg: 1.03 1.05 1.01 4/90 28887
/proc/meminfo: memFree=1702976/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794956 CPUtime=5.31
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 55373 0 1 0 502 29 0 0 18 0 13 0 276980573 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448739 42479 1325 9 0 446351 0
[pid=28874/tid=28876] ppid=28872 vsize=1794956 CPUtime=1.84
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 37713 0 1 0 164 20 0 0 21 0 13 0 276980575 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 256 0 0 0 0 0 0 0 17 0 13 0 276980576 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 235 0 0 0 0 0 0 0 16 0 13 0 276980576 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 276980578 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794956 CPUtime=1.67
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9863 0 0 0 162 5 0 0 16 0 13 0 276980583 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794956 CPUtime=1.74
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6577 0 0 0 172 2 0 0 19 0 13 0 276980583 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794956 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1838034944 42479 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 1794956

[startup+6.30225 s]
/proc/loadavg: 1.03 1.05 1.01 2/90 28887
/proc/meminfo: memFree=1619968/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=8.68
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 59530 0 1 0 837 31 0 0 18 0 13 0 276980573 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 45315 1331 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=4.9
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 37720 0 1 0 470 20 0 0 25 0 13 0 276980575 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572120 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=0.09
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 2290 0 0 0 9 0 0 0 16 0 13 0 276980576 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=0.1
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 2319 0 0 0 10 0 0 0 17 0 13 0 276980576 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 276980578 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.74
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9873 0 0 0 169 5 0 0 17 0 13 0 276980583 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.78
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6578 0 0 0 176 2 0 0 16 0 13 0 276980583 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 45315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1794892

[startup+12.703 s]
/proc/loadavg: 1.03 1.05 1.01 2/90 28887
/proc/meminfo: memFree=1576448/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=15.25
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 69500 0 1 0 1490 35 0 0 18 0 13 0 276980573 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 54735 1332 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=11.12
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 40245 0 1 0 1091 21 0 0 25 0 13 0 276980575 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109586489 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=0.25
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 6365 0 0 0 23 2 0 0 16 0 13 0 276980576 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=0.26
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 5680 0 0 0 24 2 0 0 16 0 13 0 276980576 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 276980578 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.77
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9881 0 0 0 172 5 0 0 16 0 13 0 276980583 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.79
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6579 0 0 0 177 2 0 0 15 0 13 0 276980583 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 54735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 1794892

[startup+25.5024 s]
/proc/loadavg: 1.02 1.05 1.01 2/90 28887
/proc/meminfo: memFree=1559360/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=28.21
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 74172 0 1 0 2783 38 0 0 18 0 13 0 276980573 1837969408 58748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 58748 1332 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=23.75
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 40302 0 1 0 2354 21 0 0 19 0 13 0 276980575 1837969408 58748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103840530 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=0.4
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 8972 0 0 0 37 3 0 0 17 0 13 0 276980576 1837969408 58748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=0.41
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 7686 0 0 0 37 4 0 0 17 0 13 0 276980576 1837969408 58748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28874] ppid=28872 vsize=1794892 CPUtime=1567.71
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 136277 0 1 0 156682 89 0 0 18 0 13 0 276980573 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 99316 1334 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=1516
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 53351 0 1 0 151562 38 0 0 25 0 13 0 276980575 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109569417 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=23.89
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 35152 0 0 0 2372 17 0 0 16 0 13 0 276980576 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=23.91
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 30481 0 0 0 2375 16 0 0 16 0 13 0 276980576 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0.21
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 104 0 0 0 13 8 0 0 16 0 13 0 276980578 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.79
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9882 0 0 0 174 5 0 0 16 0 13 0 276980583 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.86
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6587 0 0 0 183 3 0 0 17 0 13 0 276980583 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 99316 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.71
Current children cumulated vsize (KiB) 1794892

[startup+1602.3 s]
/proc/loadavg: 1.06 1.05 1.01 2/90 29084
/proc/meminfo: memFree=1393344/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=1629.03
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 137114 0 1 0 162813 90 0 0 18 0 13 0 276980573 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 100080 1334 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=1574.64
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 53380 0 1 0 157426 38 0 0 25 0 13 0 276980575 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=25.22
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 35743 0 0 0 2505 17 0 0 16 0 13 0 276980576 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=25.24
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 30698 0 0 0 2508 16 0 0 16 0 13 0 276980576 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0.22
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 104 0 0 0 14 8 0 0 16 0 13 0 276980578 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.79
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9882 0 0 0 174 5 0 0 16 0 13 0 276980583 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.86
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6587 0 0 0 183 3 0 0 17 0 13 0 276980583 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 100080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.03
Current children cumulated vsize (KiB) 1794892

[startup+1662.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/90 29084
/proc/meminfo: memFree=1389760/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=1690.32
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 138076 0 1 0 168940 92 0 0 18 0 13 0 276980573 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 100944 1334 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=1633.26
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 53408 0 1 0 163287 39 0 0 25 0 13 0 276980575 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543741 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=26.54
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 36075 0 0 0 2637 17 0 0 16 0 13 0 276980576 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=26.57
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 31300 0 0 0 2641 16 0 0 17 0 13 0 276980576 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0.22
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 104 0 0 0 14 8 0 0 16 0 13 0 276980578 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.79
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9882 0 0 0 174 5 0 0 16 0 13 0 276980583 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.87
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6587 0 0 0 184 3 0 0 17 0 13 0 276980583 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 100944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.32
Current children cumulated vsize (KiB) 1794892

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 29084
/proc/meminfo: memFree=1386880/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=1751.68
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 138915 0 1 0 175075 93 0 0 18 0 13 0 276980573 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 101682 1334 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=1691.82
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 53437 0 1 0 169143 39 0 0 25 0 13 0 276980575 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109580072 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=27.94
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 36277 0 0 0 2776 18 0 0 16 0 13 0 276980576 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=27.97
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 31907 0 0 0 2780 17 0 0 16 0 13 0 276980576 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0.23
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 105 0 0 0 14 9 0 0 16 0 13 0 276980578 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.79
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9882 0 0 0 174 5 0 0 16 0 13 0 276980583 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.87
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6587 0 0 0 184 3 0 0 17 0 13 0 276980583 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 101682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.68
Current children cumulated vsize (KiB) 1794892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 29084
/proc/meminfo: memFree=1384256/2055920 swapFree=4145492/4192956
[pid=28874] ppid=28872 vsize=1794892 CPUtime=1800.07
/proc/28874/stat : 28874 (java) S 28872 28874 28317 0 -1 0 139622 0 1 0 179914 93 0 0 18 0 13 0 276980573 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28874/statm: 448723 102317 1334 9 0 446335 0
[pid=28874/tid=28876] ppid=28872 vsize=1794892 CPUtime=1737.96
/proc/28874/task/28876/stat : 28876 (java) R 28872 28874 28317 0 -1 64 53460 0 1 0 173757 39 0 0 25 0 13 0 276980575 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28877] ppid=28872 vsize=1794892 CPUtime=29.07
/proc/28874/task/28877/stat : 28877 (java) S 28872 28874 28317 0 -1 64 36664 0 0 0 2889 18 0 0 16 0 13 0 276980576 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28878] ppid=28872 vsize=1794892 CPUtime=29.09
/proc/28874/task/28878/stat : 28878 (java) S 28872 28874 28317 0 -1 64 32204 0 0 0 2892 17 0 0 16 0 13 0 276980576 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28874/tid=28879] ppid=28872 vsize=1794892 CPUtime=0.24
/proc/28874/task/28879/stat : 28879 (java) S 28872 28874 28317 0 -1 64 105 0 0 0 15 9 0 0 15 0 13 0 276980578 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28880] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28880/stat : 28880 (java) S 28872 28874 28317 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28881] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28881/stat : 28881 (java) S 28872 28874 28317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 276980579 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28882] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28882/stat : 28882 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276980583 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28883] ppid=28872 vsize=1794892 CPUtime=1.79
/proc/28874/task/28883/stat : 28883 (java) S 28872 28874 28317 0 -1 64 9882 0 0 0 174 5 0 0 16 0 13 0 276980583 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28884] ppid=28872 vsize=1794892 CPUtime=1.87
/proc/28874/task/28884/stat : 28884 (java) S 28872 28874 28317 0 -1 64 6587 0 0 0 184 3 0 0 17 0 13 0 276980583 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28885] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28885/stat : 28885 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276980583 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28886] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28886/stat : 28886 (java) S 28872 28874 28317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 276980583 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28874/tid=28887] ppid=28872 vsize=1794892 CPUtime=0
/proc/28874/task/28887/stat : 28887 (java) S 28872 28874 28317 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 276980619 1837969408 102317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794892

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

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

Child status: 143
Real time (s): 1769.7
CPU time (s): 1800.17
CPU user time (s): 1799.17
CPU system time (s): 1.00185
CPU usage (%): 101.722
Max. virtual memory (cumulated for all children) (KiB): 1800412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.00185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139642
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= 44767
involuntary context switches= 60282

runsolver used 1.79373 second user time and 4.99024 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  1 08:50:30 UTC 2007

IDJOB= 431721
IDBENCH= 48072
IDSOLVER= 160
FILE ID= node9/431721-1178009430

PBS_JOBID= 4728297

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=83-P1=113-P2=127-P3=71-P4=61-P5=43-P6=71-P7=41-P8=13-P9=71-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431721-1178009430/sat4jPseudoCP.jar /tmp/evaluation/431721-1178009430/instance-431721-1178009430.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-431721-1178009430 -o ROOT/results/node9/solver-431721-1178009430 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431721-1178009430/sat4jPseudoCP.jar /tmp/evaluation/431721-1178009430/instance-431721-1178009430.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bd15d72e061a78dfd7cc65e865014c03

RANDOM SEED= 69299312

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1790592 kB
Buffers:         41364 kB
Cached:         135332 kB
SwapCached:      15404 kB
Active:          82824 kB
Inactive:       117312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790592 kB
SwapTotal:     4192956 kB
SwapFree:      4145492 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:          30412 kB
Slab:            50752 kB
Committed_AS:  6779184 kB
PageTables:       1784 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= 66561 MiB

End job on node9 on Tue May  1 09:20:02 UTC 2007