Trace number 431931

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.18 1752.37

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
MD5SUMafe3df18e5a0f1ba7fdc86d94afdb427
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.172973
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data (download as text)

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

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/node11/watcher-431931-1178012086 -o ROOT/results/node11/solver-431931-1178012086 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431931-1178012086/sat4jPseudoCP.jar /tmp/evaluation/431931-1178012086/instance-431931-1178012086.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.97 0.96 0.97 2/77 22038
/proc/meminfo: memFree=1822448/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=272 CPUtime=0
/proc/22038/stat : 22038 (java) D 22036 22038 21405 0 -1 0 52 0 0 0 0 0 0 0 18 0 1 0 242257580 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22038/statm: 68 37 28 9 0 6 0

[startup+0.0934041 s]
/proc/loadavg: 0.97 0.96 0.97 2/77 22038
/proc/meminfo: memFree=1822448/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=272 CPUtime=0
/proc/22038/stat : 22038 (java) D 22036 22038 21405 0 -1 0 52 0 0 0 0 0 0 0 18 0 1 0 242257580 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22038/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101405 s]
/proc/loadavg: 0.97 0.96 0.97 2/77 22038
/proc/meminfo: memFree=1822448/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=144 CPUtime=0
/proc/22038/stat : 22038 (java) R 22036 22038 21405 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 242257580 147456 18 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7929744 0 0 4096 0 0 0 0 17 0 0 0
/proc/22038/statm: 36 18 13 9 0 2 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 144

[startup+0.301434 s]
/proc/loadavg: 0.97 0.96 0.97 2/77 22038
/proc/meminfo: memFree=1822448/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1781420 CPUtime=0.21
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 4889 0 1 0 18 3 0 0 18 0 12 0 242257580 1824174080 4629 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 445355 4629 1246 9 0 442967 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781420

[startup+0.702482 s]
/proc/loadavg: 0.97 0.96 0.97 2/77 22038
/proc/meminfo: memFree=1822448/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1784452 CPUtime=0.8
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 6831 0 1 0 77 3 0 0 18 0 13 0 242257580 1827278848 6039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 446113 6040 1307 9 0 443725 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1784452

[startup+1.50258 s]
/proc/loadavg: 0.97 0.96 0.97 2/90 22051
/proc/meminfo: memFree=1793160/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1795088 CPUtime=2.23
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 18668 0 1 0 215 8 0 0 18 0 13 0 242257580 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448772 13704 1308 9 0 446384 0
[pid=22038/tid=22040] ppid=22036 vsize=1795088 CPUtime=0.75
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 9618 0 1 0 70 5 0 0 22 0 13 0 242257590 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109194400 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 242257592 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 242257592 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 242257594 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 242257594 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 242257594 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1795088 CPUtime=0.76
/proc/22038/task/22047/stat : 22047 (java) R 22036 22038 21405 0 -1 64 4179 0 0 0 75 1 0 0 16 0 13 0 242257598 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1795088 CPUtime=0.7
/proc/22038/task/22048/stat : 22048 (java) R 22036 22038 21405 0 -1 64 4145 0 0 0 69 1 0 0 17 0 13 0 242257598 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421503 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1795088 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1838170112 13704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1795088

[startup+3.10176 s]
/proc/loadavg: 0.97 0.96 0.97 3/90 22051
/proc/meminfo: memFree=1740296/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1796656 CPUtime=4.95
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 52890 0 1 0 472 23 0 0 18 0 13 0 242257580 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 449164 42683 1325 9 0 446776 0
[pid=22038/tid=22040] ppid=22036 vsize=1796656 CPUtime=1.7
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 37716 0 1 0 153 17 0 0 17 0 13 0 242257590 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 251 0 0 0 0 0 0 0 16 0 13 0 242257592 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 170 0 0 0 0 0 0 0 16 0 13 0 242257592 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 242257594 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1796656 CPUtime=1.63
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6070 0 0 0 161 2 0 0 15 0 13 0 242257598 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1796656 CPUtime=1.57
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7953 0 0 0 154 3 0 0 16 0 13 0 242257598 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1796656 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1839775744 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1796656

[startup+6.30214 s]
/proc/loadavg: 0.97 0.96 0.97 2/90 22051
/proc/meminfo: memFree=1650440/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1795904 CPUtime=8.33
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 56157 0 1 0 809 24 0 0 18 0 13 0 242257580 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448976 44722 1325 9 0 446588 0
[pid=22038/tid=22040] ppid=22036 vsize=1795904 CPUtime=4.78
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 37722 0 1 0 461 17 0 0 17 0 13 0 242257590 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613280 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1795904 CPUtime=0.07
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 1906 0 0 0 7 0 0 0 16 0 13 0 242257592 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1795904 CPUtime=0.07
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 1748 0 0 0 7 0 0 0 16 0 13 0 242257592 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 242257594 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1795904 CPUtime=1.7
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6076 0 0 0 168 2 0 0 16 0 13 0 242257598 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1795904 CPUtime=1.65
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7956 0 0 0 162 3 0 0 17 0 13 0 242257598 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1795904 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1839005696 44722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 1795904

[startup+12.7019 s]
/proc/loadavg: 0.98 0.96 0.97 2/90 22051
/proc/meminfo: memFree=1608968/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1794916 CPUtime=14.88
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 66788 0 1 0 1459 29 0 0 18 0 13 0 242257580 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448729 54415 1332 9 0 446341 0
[pid=22038/tid=22040] ppid=22036 vsize=1794916 CPUtime=11.04
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 42097 0 1 0 1086 18 0 0 22 0 13 0 242257590 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1794916 CPUtime=0.2
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 5372 0 0 0 18 2 0 0 16 0 13 0 242257592 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1794916 CPUtime=0.2
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 4528 0 0 0 18 2 0 0 16 0 13 0 242257592 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 242257594 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1794916 CPUtime=1.73
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6086 0 0 0 171 2 0 0 16 0 13 0 242257598 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1794916 CPUtime=1.67
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7956 0 0 0 164 3 0 0 16 0 13 0 242257598 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1794916 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1837993984 54415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 1794916

[startup+25.5024 s]
/proc/loadavg: 0.98 0.96 0.97 2/90 22051
/proc/meminfo: memFree=1593480/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1794916 CPUtime=27.85
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 71653 0 1 0 2753 32 0 0 18 0 13 0 242257580 1837993984 58559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448729 58559 1332 9 0 446341 0
[pid=22038/tid=22040] ppid=22036 vsize=1794916 CPUtime=23.68
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 42113 0 1 0 2349 19 0 0 25 0 13 0 242257590 1837993984 58559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1794916 CPUtime=0.34
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 8115 0 0 0 31 3 0 0 16 0 13 0 242257592 1837993984 58559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1794916 CPUtime=0.34
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 6634 0 0 0 32 2 0 0 16 0 13 0 242257592 1837993984 58559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=22038/tid=22043] ppid=22036 vsize=1794852 CPUtime=0.21
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 35 0 0 0 14 7 0 0 15 0 13 0 242257594 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6088 0 0 0 175 2 0 0 16 0 13 0 242257598 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7958 0 0 0 174 3 0 0 16 0 13 0 242257598 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1837928448 154840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.57
Current children cumulated vsize (KiB) 1794852

[startup+1602.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/96 22209
/proc/meminfo: memFree=1196552/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1794852 CPUtime=1644.65
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 185772 0 1 0 164352 113 0 0 18 0 13 0 242257580 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448713 156849 1334 9 0 446325 0
[pid=22038/tid=22040] ppid=22036 vsize=1794852 CPUtime=1558.57
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 43237 0 1 0 155820 37 0 0 25 0 13 0 242257590 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109519886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1794852 CPUtime=41.2
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 64368 0 0 0 4086 34 0 0 16 0 13 0 242257592 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1794852 CPUtime=41.07
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 63365 0 0 0 4079 28 0 0 16 0 13 0 242257592 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1794852 CPUtime=0.21
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 35 0 0 0 14 7 0 0 16 0 13 0 242257594 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6088 0 0 0 175 2 0 0 16 0 13 0 242257598 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7958 0 0 0 174 3 0 0 16 0 13 0 242257598 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1837928448 156849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1644.65
Current children cumulated vsize (KiB) 1794852

[startup+1662.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/90 22251
/proc/meminfo: memFree=1190024/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1794852 CPUtime=1706.85
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 187836 0 1 0 170568 117 0 0 18 0 13 0 242257580 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448713 158804 1334 9 0 446325 0
[pid=22038/tid=22040] ppid=22036 vsize=1794852 CPUtime=1616.28
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 43266 0 1 0 161590 38 0 0 21 0 13 0 242257590 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613336 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1794852 CPUtime=43.44
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 65584 0 0 0 4309 35 0 0 16 0 13 0 242257592 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1794852 CPUtime=43.31
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 64184 0 0 0 4302 29 0 0 17 0 13 0 242257592 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1794852 CPUtime=0.23
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 35 0 0 0 15 8 0 0 16 0 13 0 242257594 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6088 0 0 0 175 2 0 0 16 0 13 0 242257598 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7958 0 0 0 174 3 0 0 16 0 13 0 242257598 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1837928448 158804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.85
Current children cumulated vsize (KiB) 1794852

[startup+1722.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 22251
/proc/meminfo: memFree=1182600/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1794852 CPUtime=1769.01
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 189772 0 1 0 176782 119 0 0 18 0 13 0 242257580 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448713 160661 1334 9 0 446325 0
[pid=22038/tid=22040] ppid=22036 vsize=1794852 CPUtime=1674.05
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 43294 0 1 0 167367 38 0 0 25 0 13 0 242257590 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594637 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1794852 CPUtime=45.62
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 66784 0 0 0 4526 36 0 0 16 0 13 0 242257592 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1794852 CPUtime=45.5
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 64892 0 0 0 4521 29 0 0 16 0 13 0 242257592 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1794852 CPUtime=0.23
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 35 0 0 0 15 8 0 0 16 0 13 0 242257594 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6088 0 0 0 175 2 0 0 16 0 13 0 242257598 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7958 0 0 0 174 3 0 0 16 0 13 0 242257598 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1837928448 160661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.01
Current children cumulated vsize (KiB) 1794852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.2 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 22251
/proc/meminfo: memFree=1179016/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=1794852 CPUtime=1800.01
/proc/22038/stat : 22038 (java) S 22036 22038 21405 0 -1 0 190723 0 1 0 179881 120 0 0 18 0 13 0 242257580 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 448713 161572 1334 9 0 446325 0
[pid=22038/tid=22040] ppid=22036 vsize=1794852 CPUtime=1702.84
/proc/22038/task/22040/stat : 22040 (java) R 22036 22038 21405 0 -1 64 43308 0 1 0 170245 39 0 0 25 0 13 0 242257590 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790458 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22041] ppid=22036 vsize=1794852 CPUtime=46.72
/proc/22038/task/22041/stat : 22041 (java) S 22036 22038 21405 0 -1 64 67372 0 0 0 4636 36 0 0 16 0 13 0 242257592 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22042] ppid=22036 vsize=1794852 CPUtime=46.61
/proc/22038/task/22042/stat : 22042 (java) S 22036 22038 21405 0 -1 64 65241 0 0 0 4632 29 0 0 17 0 13 0 242257592 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22038/tid=22043] ppid=22036 vsize=1794852 CPUtime=0.23
/proc/22038/task/22043/stat : 22043 (java) S 22036 22038 21405 0 -1 64 35 0 0 0 15 8 0 0 16 0 13 0 242257594 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22044] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22044/stat : 22044 (java) S 22036 22038 21405 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22045] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22045/stat : 22045 (java) S 22036 22038 21405 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 242257594 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22046] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22046/stat : 22046 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22047] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22047/stat : 22047 (java) S 22036 22038 21405 0 -1 64 6088 0 0 0 175 2 0 0 16 0 13 0 242257598 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22048] ppid=22036 vsize=1794852 CPUtime=1.77
/proc/22038/task/22048/stat : 22048 (java) S 22036 22038 21405 0 -1 64 7958 0 0 0 174 3 0 0 16 0 13 0 242257598 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22049] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22049/stat : 22049 (java) S 22036 22038 21405 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 242257598 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22050] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22050/stat : 22050 (java) S 22036 22038 21405 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 242257598 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22038/tid=22051] ppid=22036 vsize=1794852 CPUtime=0
/proc/22038/task/22051/stat : 22051 (java) S 22036 22038 21405 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 242257636 1837928448 161572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794852

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

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

[startup+1752.32 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 22251
/proc/meminfo: memFree=1179016/2055920 swapFree=4147120/4192956
[pid=22038] ppid=22036 vsize=0 CPUtime=1800.12
/proc/22038/stat : 22038 (java) Z 22036 22038 21405 0 -1 1036 190743 0 1 0 179887 125 0 0 15 0 2 0 242257580 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22038/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.37
CPU time (s): 1800.18
CPU user time (s): 1798.87
CPU system time (s): 1.3048
CPU usage (%): 102.728
Max. virtual memory (cumulated for all children) (KiB): 1800444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.3048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190743
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= 44757
involuntary context switches= 44748

runsolver used 1.65175 second user time and 4.79227 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue May  1 09:34:46 UTC 2007

IDJOB= 431931
IDBENCH= 48087
IDSOLVER= 160
FILE ID= node11/431931-1178012086

PBS_JOBID= 4728315

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=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431931-1178012086/sat4jPseudoCP.jar /tmp/evaluation/431931-1178012086/instance-431931-1178012086.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-431931-1178012086 -o ROOT/results/node11/solver-431931-1178012086 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/431931-1178012086/sat4jPseudoCP.jar /tmp/evaluation/431931-1178012086/instance-431931-1178012086.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  afe3df18e5a0f1ba7fdc86d94afdb427

RANDOM SEED= 945221732

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1822920 kB
Buffers:         35296 kB
Cached:         108064 kB
SwapCached:      14128 kB
Active:          80056 kB
Inactive:        86412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822920 kB
SwapTotal:     4192956 kB
SwapFree:      4147120 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          30080 kB
Slab:            51928 kB
Committed_AS:  6500116 kB
PageTables:       1848 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 node11 on Tue May  1 10:04:01 UTC 2007