Trace number 348372

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.21 1757.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-capri.opb
MD5SUM045a73dda564043a5f702f829082d89b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7817
Total number of constraints402
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 constraints402
Minimum length of a constraint11
Maximum length of a constraint647
Number of terms in the objective function 580
Biggest coefficient in the objective function 32953
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524724
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524837
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.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.30	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.30	--- Begin Solver configuration ---
0.09/0.30	c Stops conflict analysis at the first Unique Implication Point
0.09/0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.30	c Learn all clauses as in MiniSAT
0.09/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.30	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.30	c No reason simplification
0.09/0.30	c --- End Solver configuration ---
0.09/0.30	c Simplify asserted PB constraints to clauses
0.09/0.30	c solving /tmp/evaluation/348372-1176580419/instance-348372-1176580419.opb
0.09/0.30	c reading problem ... 
1.95/1.39	c ... done. Wall clock time 1.09s.
1.95/1.39	c CPU time (experimental) 0.76s.
1.95/1.39	c #vars     7817
1.95/1.39	c #constraints  544
1800.06/1757.41	c starts		: 2
1800.06/1757.41	c conflicts		: 49965
1800.06/1757.41	c decisions		: 66548
1800.06/1757.41	c propagations		: 284667
1800.06/1757.41	c inspects		: 476071000
1800.06/1757.41	c learnt literals	: 0
1800.06/1757.41	c learnt binary clauses	: 0
1800.06/1757.41	c learnt ternary clauses	: 0
1800.06/1757.41	c learnt clauses	: 49965
1800.06/1757.41	c root simplifications	: 0
1800.06/1757.41	c removed literals (reason simplification)	: 0
1800.06/1757.41	c reason swapping (by a shorter reason)	: 0
1800.06/1757.41	c Calls to reduceDB	: 0
1800.06/1757.41	c speed (decisions/second)	: 37.89771012363396
1800.06/1757.41	c non guided choices	0
1800.06/1757.41	s UNKNOWN
1800.06/1757.41	c Total wall clock time (ms): 1757.114

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node26/watcher-348372-1176580419 -o ROOT/results/node26/solver-348372-1176580419 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348372-1176580419/sat4jPseudoCPClause.jar /tmp/evaluation/348372-1176580419/instance-348372-1176580419.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.98 3/77 13345
/proc/meminfo: memFree=1867952/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=152 CPUtime=0
/proc/13345/stat : 13345 (java) R 13343 13345 13282 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 105958699 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 1 0 0
/proc/13345/statm: 38 26 19 9 0 4 0

[startup+0.0514701 s]
/proc/loadavg: 0.85 0.97 0.98 3/77 13345
/proc/meminfo: memFree=1867952/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1776376 CPUtime=0.04
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 3460 0 1 0 2 2 0 0 18 0 4 0 105958699 1819009024 3205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 444094 3205 1023 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.101473 s]
/proc/loadavg: 0.85 0.97 0.98 3/77 13345
/proc/meminfo: memFree=1867952/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1777844 CPUtime=0.07
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 3871 0 1 0 5 2 0 0 18 0 7 0 105958699 1820512256 3613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 444461 3613 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301648 s]
/proc/loadavg: 0.85 0.97 0.98 3/77 13345
/proc/meminfo: memFree=1867952/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1781412 CPUtime=0.21
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 4873 0 1 0 17 4 0 0 18 0 12 0 105958699 1824165888 4611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 445353 4611 1246 9 0 442964 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781412

[startup+0.70153 s]
/proc/loadavg: 0.85 0.97 0.98 3/77 13345
/proc/meminfo: memFree=1867952/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1784700 CPUtime=0.81
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 6968 0 1 0 76 5 0 0 18 0 12 0 105958699 1827532800 6434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 446175 6435 1302 9 0 443786 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1784700

[startup+1.50261 s]
/proc/loadavg: 0.85 0.97 0.98 4/89 13357
/proc/meminfo: memFree=1835472/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793528 CPUtime=2.24
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 19153 0 1 0 212 12 0 0 18 0 13 0 105958699 1836572672 15973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448382 15973 1336 9 0 445993 0
[pid=13345/tid=13347] ppid=13343 vsize=1793380 CPUtime=0.84
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 12190 0 1 0 77 7 0 0 22 0 13 0 105958700 1836421120 15901 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 105958702 1836580864 15909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 105958702 1836580864 15922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 105958704 1836580864 15934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 105958704 1836580864 15944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 105958704 1836580864 15954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836580864 15964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793536 CPUtime=0.63
/proc/13345/task/13354/stat : 13354 (java) R 13343 13345 13282 0 -1 64 1948 0 0 0 62 1 0 0 17 0 13 0 105958718 1836580864 15973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793536 CPUtime=0.73
/proc/13345/task/13355/stat : 13355 (java) R 13343 13345 13282 0 -1 64 4368 0 0 0 72 1 0 0 16 0 13 0 105958718 1836580864 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103059423 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836580864 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793536 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836580864 15975 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1793528

[startup+3.10175 s]
/proc/loadavg: 0.85 0.97 0.98 3/90 13358
/proc/meminfo: memFree=1780168/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1794488 CPUtime=5.06
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 51724 0 1 0 479 27 0 0 18 0 13 0 105958699 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448622 43314 1325 9 0 446233 0
[pid=13345/tid=13347] ppid=13343 vsize=1794488 CPUtime=2
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 37714 0 1 0 182 18 0 0 18 0 13 0 105958700 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590212 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1794488 CPUtime=0.02
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 928 0 0 0 2 0 0 0 16 0 13 0 105958702 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1794488 CPUtime=0.02
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 758 0 0 0 2 0 0 0 17 0 13 0 105958702 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 105958704 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1794488 CPUtime=1.43
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 5633 0 0 0 140 3 0 0 16 0 13 0 105958718 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1794488 CPUtime=1.52
/proc/13345/task/13355/stat : 13355 (java) R 13343 13345 13282 0 -1 64 5961 0 0 0 150 2 0 0 17 0 13 0 105958718 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102283565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1794488 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1837555712 43314 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 1794488

[startup+6.30204 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 13358
/proc/meminfo: memFree=1685704/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=8.7
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 57712 0 1 0 840 30 0 0 18 0 13 0 105958699 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 45548 1326 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=5.04
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 37720 0 1 0 486 18 0 0 24 0 13 0 105958700 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549660 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=0.17
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 2982 0 0 0 16 1 0 0 16 0 13 0 105958702 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=0.17
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 2710 0 0 0 17 0 0 0 17 0 13 0 105958702 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 19 0 0 0 0 0 0 0 15 0 13 0 105958704 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.69
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7590 0 0 0 165 4 0 0 16 0 13 0 105958718 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.56
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5969 0 0 0 154 2 0 0 17 0 13 0 105958718 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 45548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 1793060

[startup+12.7016 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 13358
/proc/meminfo: memFree=1652576/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=15.4
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 68202 0 1 0 1506 34 0 0 18 0 13 0 105958699 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 55190 1332 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=11.16
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 38072 0 1 0 1097 19 0 0 24 0 13 0 105958700 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109949924 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=0.43
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 9165 0 0 0 40 3 0 0 16 0 13 0 105958702 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=0.43
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 6650 0 0 0 41 2 0 0 16 0 13 0 105958702 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 105958704 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.72
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7596 0 0 0 167 5 0 0 16 0 13 0 105958718 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.59
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5969 0 0 0 157 2 0 0 16 0 13 0 105958718 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 55190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 1793060

[startup+25.5028 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 13358
/proc/meminfo: memFree=1636064/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=28.41
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 72643 0 1 0 2804 37 0 0 18 0 13 0 105958699 1836093440 58985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 58985 1332 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=23.71
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 38083 0 1 0 2352 19 0 0 24 0 13 0 105958700 1836093440 58985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798836 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=0.65
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 11923 0 0 0 60 5 0 0 16 0 13 0 105958702 1836093440 58985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=0.65
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 8322 0 0 0 62 3 0 0 16 0 13 0 105958702 1836093440 58985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 58985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0.14
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 29 0 0 0 9 5 0 0 15 0 13 0 105958704 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.74
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7596 0 0 0 169 5 0 0 16 0 13 0 105958718 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.66
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5970 0 0 0 164 2 0 0 16 0 13 0 105958718 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 177672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1578.6
Current children cumulated vsize (KiB) 1793060

[startup+1602.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 13556
/proc/meminfo: memFree=1148576/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=1640.2
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 216064 0 1 0 163901 119 0 0 18 0 13 0 105958699 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 180317 1333 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=1563.83
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 38966 0 1 0 156352 31 0 0 21 0 13 0 105958700 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109761886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=36.39
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 95781 0 0 0 3594 45 0 0 16 0 13 0 105958702 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=36.37
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 67000 0 0 0 3609 28 0 0 16 0 13 0 105958702 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0.15
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 29 0 0 0 10 5 0 0 15 0 13 0 105958704 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.74
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7596 0 0 0 169 5 0 0 16 0 13 0 105958718 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.66
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5970 0 0 0 164 2 0 0 16 0 13 0 105958718 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 180317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1640.2
Current children cumulated vsize (KiB) 1793060

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 13556
/proc/meminfo: memFree=1118432/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=1701.91
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 224074 0 1 0 170067 124 0 0 18 0 13 0 105958699 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 187740 1333 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=1622.04
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 38988 0 1 0 162173 31 0 0 25 0 13 0 105958700 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589615 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=38.13
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 100191 0 0 0 3766 47 0 0 17 0 13 0 105958702 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=38.12
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 70578 0 0 0 3782 30 0 0 17 0 13 0 105958702 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0.15
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 29 0 0 0 10 5 0 0 16 0 13 0 105958704 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.74
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7596 0 0 0 169 5 0 0 16 0 13 0 105958718 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.66
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5970 0 0 0 164 2 0 0 16 0 13 0 105958718 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 187740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1701.91
Current children cumulated vsize (KiB) 1793060

[startup+1722.3 s]
/proc/loadavg: 1.08 1.03 1.01 3/90 13556
/proc/meminfo: memFree=1103264/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=1763.83
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 228231 0 1 0 176257 126 0 0 18 0 13 0 105958699 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 191504 1333 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=1680.05
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 39011 0 1 0 167973 32 0 0 25 0 13 0 105958700 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109786659 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=40.09
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 103079 0 0 0 3961 48 0 0 16 0 13 0 105958702 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=40.07
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 71824 0 0 0 3977 30 0 0 17 0 13 0 105958702 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0.17
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 29 0 0 0 11 6 0 0 16 0 13 0 105958704 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.74
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7596 0 0 0 169 5 0 0 16 0 13 0 105958718 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.66
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5970 0 0 0 164 2 0 0 16 0 13 0 105958718 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 191504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1763.83
Current children cumulated vsize (KiB) 1793060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.4 s]
/proc/loadavg: 1.12 1.04 1.01 2/90 13556
/proc/meminfo: memFree=1096800/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=1793060 CPUtime=1800.06
/proc/13345/stat : 13345 (java) S 13343 13345 13282 0 -1 0 230078 0 1 0 179879 127 0 0 18 0 13 0 105958699 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13345/statm: 448265 193113 1333 9 0 445876 0
[pid=13345/tid=13347] ppid=13343 vsize=1793060 CPUtime=1713.99
/proc/13345/task/13347/stat : 13347 (java) R 13343 13345 13282 0 -1 64 39024 0 1 0 171367 32 0 0 25 0 13 0 105958700 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109761864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13348] ppid=13343 vsize=1793060 CPUtime=41.23
/proc/13345/task/13348/stat : 13348 (java) S 13343 13345 13282 0 -1 64 103965 0 0 0 4075 48 0 0 17 0 13 0 105958702 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13349] ppid=13343 vsize=1793060 CPUtime=41.21
/proc/13345/task/13349/stat : 13349 (java) S 13343 13345 13282 0 -1 64 72772 0 0 0 4090 31 0 0 16 0 13 0 105958702 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13350] ppid=13343 vsize=1793060 CPUtime=0.17
/proc/13345/task/13350/stat : 13350 (java) S 13343 13345 13282 0 -1 64 29 0 0 0 11 6 0 0 16 0 13 0 105958704 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13351] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13351/stat : 13351 (java) S 13343 13345 13282 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13352] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13352/stat : 13352 (java) S 13343 13345 13282 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 105958704 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13345/tid=13353] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13353/stat : 13353 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 105958718 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13354] ppid=13343 vsize=1793060 CPUtime=1.74
/proc/13345/task/13354/stat : 13354 (java) S 13343 13345 13282 0 -1 64 7596 0 0 0 169 5 0 0 16 0 13 0 105958718 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13355] ppid=13343 vsize=1793060 CPUtime=1.66
/proc/13345/task/13355/stat : 13355 (java) S 13343 13345 13282 0 -1 64 5970 0 0 0 164 2 0 0 16 0 13 0 105958718 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13356] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13356/stat : 13356 (java) S 13343 13345 13282 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 105958718 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13357] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13357/stat : 13357 (java) S 13343 13345 13282 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 105958718 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13345/tid=13358] ppid=13343 vsize=1793060 CPUtime=0
/proc/13345/task/13358/stat : 13358 (java) S 13343 13345 13282 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 105958847 1836093440 193113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1793060

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

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

[startup+1757.51 s]
/proc/loadavg: 1.12 1.04 1.01 2/90 13556
/proc/meminfo: memFree=1096800/2055920 swapFree=4170236/4192956
[pid=13345] ppid=13343 vsize=0 CPUtime=1800.17
/proc/13345/stat : 13345 (java) Z 13343 13345 13282 0 -1 1036 230098 0 1 0 179881 136 0 0 16 0 2 0 105958699 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13345/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.54
CPU time (s): 1800.21
CPU user time (s): 1798.82
CPU system time (s): 1.39679
CPU usage (%): 102.428
Max. virtual memory (cumulated for all children) (KiB): 1798192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.39679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230098
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= 42372
involuntary context switches= 51846

runsolver used 1.64275 second user time and 4.88526 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Apr 14 19:53:39 UTC 2007

IDJOB= 348372
IDBENCH= 1662
IDSOLVER= 164
FILE ID= node26/348372-1176580419

PBS_JOBID= 4556945

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-capri.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348372-1176580419/sat4jPseudoCPClause.jar /tmp/evaluation/348372-1176580419/instance-348372-1176580419.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-348372-1176580419 -o ROOT/results/node26/solver-348372-1176580419 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348372-1176580419/sat4jPseudoCPClause.jar /tmp/evaluation/348372-1176580419/instance-348372-1176580419.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  045a73dda564043a5f702f829082d89b

RANDOM SEED= 59781231

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.213
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.213
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:       1868296 kB
Buffers:          9980 kB
Cached:          67296 kB
SwapCached:       8336 kB
Active:          49736 kB
Inactive:        55312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868296 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:            4128 kB
Writeback:           0 kB
Mapped:          29452 kB
Slab:            68108 kB
Committed_AS:   211700 kB
PageTables:       1716 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 node26 on Sat Apr 14 20:22:58 UTC 2007