Trace number 349852

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.21 1752.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
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 variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node43/watcher-349852-1176719003 -o ROOT/results/node43/solver-349852-1176719003 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349852-1176719003/sat4jPseudoCP.jar /tmp/evaluation/349852-1176719003/instance-349852-1176719003.opb 

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


[startup+0 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 11340
/proc/meminfo: memFree=1504768/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=152 CPUtime=0
/proc/11340/stat : 11340 (java) R 11338 11340 9867 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 119812152 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4731179 0 0 4096 0 0 0 0 17 1 0 0
/proc/11340/statm: 38 26 19 9 0 4 0

[startup+0.0922379 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 11340
/proc/meminfo: memFree=1504768/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1777844 CPUtime=0.07
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 3873 0 1 0 5 2 0 0 18 0 7 0 119812152 1820512256 3615 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 444461 3615 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101239 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 11340
/proc/meminfo: memFree=1504768/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1780108 CPUtime=0.08
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 3973 0 1 0 6 2 0 0 18 0 12 0 119812152 1822830592 3714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301257 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 11340
/proc/meminfo: memFree=1504768/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1781420 CPUtime=0.31
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 5233 0 1 0 28 3 0 0 18 0 12 0 119812152 1824174080 4971 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 445355 4971 1269 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.701293 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 11340
/proc/meminfo: memFree=1504768/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1786076 CPUtime=0.99
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 7871 0 1 0 94 5 0 0 18 0 12 0 119812152 1828941824 7244 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 446519 7244 1310 9 0 444131 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1786076

[startup+1.50237 s]
/proc/loadavg: 1.07 1.00 1.00 4/89 11352
/proc/meminfo: memFree=1471840/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1794068 CPUtime=2.43
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 21541 0 1 0 232 11 0 0 18 0 12 0 119812152 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 448517 15598 1311 9 0 446129 0
[pid=11340/tid=11342] ppid=11338 vsize=1794068 CPUtime=0.73
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 11512 0 1 0 67 6 0 0 19 0 12 0 119812153 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109583920 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 119812155 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 119812155 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 119812157 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 119812157 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 119812157 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 119812161 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1794068 CPUtime=0.9
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5039 0 0 0 88 2 0 0 19 0 12 0 119812161 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1794068 CPUtime=0.76
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4269 0 0 0 75 1 0 0 17 0 12 0 119812161 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119812161 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119812161 1837125632 15598 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1794068

[startup+3.10249 s]
/proc/loadavg: 1.07 1.00 1.00 2/89 11352
/proc/meminfo: memFree=1381920/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1794068 CPUtime=4.13
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 51636 0 1 0 389 24 0 0 18 0 12 0 119812152 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 448517 45646 1321 9 0 446129 0
[pid=11340/tid=11342] ppid=11338 vsize=1794068 CPUtime=2.23
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 37672 0 1 0 206 17 0 0 21 0 12 0 119812153 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109505236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1794068 CPUtime=0.06
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 2106 0 0 0 6 0 0 0 17 0 12 0 119812155 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1794068 CPUtime=0.06
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 1822 0 0 0 6 0 0 0 16 0 12 0 119812155 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 119812157 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 119812157 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 119812157 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 119812161 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1794068 CPUtime=0.92
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5040 0 0 0 90 2 0 0 16 0 12 0 119812161 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1794068 CPUtime=0.79
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4271 0 0 0 77 2 0 0 17 0 12 0 119812161 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119812161 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1794068 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119812161 1837125632 45646 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1794068

[startup+6.30278 s]
/proc/loadavg: 1.06 1.00 1.00 2/89 11352
/proc/meminfo: memFree=1268320/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1798840 CPUtime=8.47
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 73977 0 1 0 812 35 0 0 18 0 12 0 119812152 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449710 64507 1321 9 0 447322 0
[pid=11340/tid=11342] ppid=11338 vsize=1798840 CPUtime=4.31
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 37676 0 1 0 414 17 0 0 17 0 12 0 119812153 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109528732 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1798840 CPUtime=0.93
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 13516 0 0 0 88 5 0 0 16 0 12 0 119812155 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1798840 CPUtime=0.93
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 12100 0 0 0 87 6 0 0 16 0 12 0 119812155 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1798840 CPUtime=0
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 119812157 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1798840 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 119812157 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1798840 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 119812157 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1798840 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 119812161 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1798840 CPUtime=1.18
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5426 0 0 0 116 2 0 0 17 0 12 0 119812161 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1798840 CPUtime=1.07
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4533 0 0 0 105 2 0 0 16 0 12 0 119812161 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1798840 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119812161 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1798840 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119812161 1842012160 64507 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1798840

[startup+12.7023 s]
/proc/loadavg: 1.22 1.04 1.01 2/90 11353
/proc/meminfo: memFree=1226456/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1799164 CPUtime=16.36
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 81245 0 1 0 1598 38 0 0 18 0 13 0 119812152 1842343936 70701 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449791 70703 1333 9 0 447403 0
[pid=11340/tid=11342] ppid=11338 vsize=1799164 CPUtime=9.65
/proc/11340/task/11342/stat : 11342 (java) S 11338 11340 9867 0 -1 64 37727 0 1 0 947 18 0 0 17 0 13 0 119812153 1842343936 70705 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1799164 CPUtime=1.8
/proc/11340/task/11343/stat : 11343 (java) R 11338 11340 9867 0 -1 64 17070 0 0 0 174 6 0 0 17 0 13 0 119812155 1842343936 70706 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1799164 CPUtime=1.79
/proc/11340/task/11344/stat : 11344 (java) R 11338 11340 9867 0 -1 64 15703 0 0 0 172 7 0 0 17 0 13 0 119812155 1842343936 70708 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105368799 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 119812157 1842343936 70710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 70712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 70713 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119812161 1842343936 70715 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1799164 CPUtime=1.63
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5455 0 0 0 161 2 0 0 16 0 13 0 119812161 1842343936 70717 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1799164 CPUtime=1.43
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4563 0 0 0 141 2 0 0 16 0 13 0 119812161 1842343936 70719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119812161 1842343936 70720 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119812161 1842343936 70722 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11353] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11353/stat : 11353 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 119812814 1842343936 70724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 1799164

[startup+25.5026 s]
/proc/loadavg: 1.31 1.07 1.02 2/90 11353
/proc/meminfo: memFree=1219928/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1799164 CPUtime=30.53
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 84977 0 1 0 3013 40 0 0 18 0 13 0 119812152 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449791 72206 1333 9 0 447403 0
[pid=11340/tid=11342] ppid=11338 vsize=1799164 CPUtime=21.64
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 37743 0 1 0 2146 18 0 0 18 0 13 0 119812153 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109934920 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1799164 CPUtime=2.28
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 18855 0 0 0 221 7 0 0 16 0 13 0 119812155 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1799164 CPUtime=2.26
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 17417 0 0 0 218 8 0 0 16 0 13 0 119812155 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 72206 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0.18
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 28 0 0 0 12 6 0 0 16 0 13 0 119812157 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119812161 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1799164 CPUtime=2.26
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5501 0 0 0 224 2 0 0 16 0 13 0 119812161 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1799164 CPUtime=2.19
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4733 0 0 0 217 2 0 0 16 0 13 0 119812161 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119812161 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119812161 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11353] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11353/stat : 11353 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 119812814 1842343936 143866 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1583.3
Current children cumulated vsize (KiB) 1799164

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11355
/proc/meminfo: memFree=920920/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1799164 CPUtime=1645.24
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 164210 0 1 0 164433 91 0 0 18 0 13 0 119812152 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449791 146671 1335 9 0 447403 0
[pid=11340/tid=11342] ppid=11338 vsize=1799164 CPUtime=1558.46
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 38451 0 1 0 155821 25 0 0 25 0 13 0 119812153 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109934376 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1799164 CPUtime=41.1
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 61670 0 0 0 4083 27 0 0 16 0 13 0 119812155 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1799164 CPUtime=40.97
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 53103 0 0 0 4072 25 0 0 16 0 13 0 119812155 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0.19
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 28 0 0 0 13 6 0 0 15 0 13 0 119812157 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119812161 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1799164 CPUtime=2.26
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5501 0 0 0 224 2 0 0 16 0 13 0 119812161 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1799164 CPUtime=2.19
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4733 0 0 0 217 2 0 0 16 0 13 0 119812161 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119812161 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119812161 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11353] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11353/stat : 11353 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 119812814 1842343936 146671 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1645.24
Current children cumulated vsize (KiB) 1799164

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 11355
/proc/meminfo: memFree=910296/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1799164 CPUtime=1707.22
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 167007 0 1 0 170628 94 0 0 18 0 13 0 119812152 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449791 149336 1335 9 0 447403 0
[pid=11340/tid=11342] ppid=11338 vsize=1799164 CPUtime=1616.38
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 38477 0 1 0 161612 26 0 0 25 0 13 0 119812153 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109696104 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1799164 CPUtime=43.13
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 63023 0 0 0 4285 28 0 0 16 0 13 0 119812155 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1799164 CPUtime=42.99
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 54521 0 0 0 4273 26 0 0 16 0 13 0 119812155 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0.19
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 28 0 0 0 13 6 0 0 15 0 13 0 119812157 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119812161 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1799164 CPUtime=2.26
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5501 0 0 0 224 2 0 0 16 0 13 0 119812161 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1799164 CPUtime=2.19
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4733 0 0 0 217 2 0 0 16 0 13 0 119812161 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119812161 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119812161 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11353] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11353/stat : 11353 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 119812814 1842343936 149336 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.22
Current children cumulated vsize (KiB) 1799164

[startup+1722.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 11355
/proc/meminfo: memFree=895384/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1799164 CPUtime=1769.26
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 169782 0 1 0 176830 96 0 0 18 0 13 0 119812152 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449791 152009 1335 9 0 447403 0
[pid=11340/tid=11342] ppid=11338 vsize=1799164 CPUtime=1674.26
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 38503 0 1 0 167400 26 0 0 25 0 13 0 119812153 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109942349 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1799164 CPUtime=45.2
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 63981 0 0 0 4491 29 0 0 16 0 13 0 119812155 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1799164 CPUtime=45.07
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 56312 0 0 0 4480 27 0 0 16 0 13 0 119812155 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0.2
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 28 0 0 0 14 6 0 0 15 0 13 0 119812157 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119812161 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1799164 CPUtime=2.26
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5501 0 0 0 224 2 0 0 16 0 13 0 119812161 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1799164 CPUtime=2.19
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4733 0 0 0 217 2 0 0 16 0 13 0 119812161 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119812161 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119812161 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11353] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11353/stat : 11353 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 119812814 1842343936 152009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.26
Current children cumulated vsize (KiB) 1799164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.2 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 11355
/proc/meminfo: memFree=886936/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=1799164 CPUtime=1800.08
/proc/11340/stat : 11340 (java) S 11338 11340 9867 0 -1 0 171317 0 1 0 179912 96 0 0 18 0 13 0 119812152 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11340/statm: 449791 153417 1335 9 0 447403 0
[pid=11340/tid=11342] ppid=11338 vsize=1799164 CPUtime=1703.2
/proc/11340/task/11342/stat : 11342 (java) R 11338 11340 9867 0 -1 64 38516 0 1 0 170294 26 0 0 25 0 13 0 119812153 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110084348 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11343] ppid=11338 vsize=1799164 CPUtime=46.15
/proc/11340/task/11343/stat : 11343 (java) S 11338 11340 9867 0 -1 64 65012 0 0 0 4586 29 0 0 16 0 13 0 119812155 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11344] ppid=11338 vsize=1799164 CPUtime=46.01
/proc/11340/task/11344/stat : 11344 (java) S 11338 11340 9867 0 -1 64 56803 0 0 0 4574 27 0 0 16 0 13 0 119812155 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11345] ppid=11338 vsize=1799164 CPUtime=0.21
/proc/11340/task/11345/stat : 11345 (java) S 11338 11340 9867 0 -1 64 28 0 0 0 15 6 0 0 15 0 13 0 119812157 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11346] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11346/stat : 11346 (java) S 11338 11340 9867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11347] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11347/stat : 11347 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119812157 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11348] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11348/stat : 11348 (java) S 11338 11340 9867 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 119812161 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11349] ppid=11338 vsize=1799164 CPUtime=2.26
/proc/11340/task/11349/stat : 11349 (java) S 11338 11340 9867 0 -1 64 5501 0 0 0 224 2 0 0 16 0 13 0 119812161 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11350] ppid=11338 vsize=1799164 CPUtime=2.19
/proc/11340/task/11350/stat : 11350 (java) S 11338 11340 9867 0 -1 64 4733 0 0 0 217 2 0 0 16 0 13 0 119812161 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11340/tid=11351] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11351/stat : 11351 (java) S 11338 11340 9867 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119812161 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11352] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11352/stat : 11352 (java) S 11338 11340 9867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119812161 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11340/tid=11353] ppid=11338 vsize=1799164 CPUtime=0
/proc/11340/task/11353/stat : 11353 (java) S 11338 11340 9867 0 -1 64 6 0 0 0 0 0 0 0 21 0 13 0 119812814 1842343936 153417 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1799164

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.05 1.01 1.00 2/90 11355
/proc/meminfo: memFree=886936/2055920 swapFree=4191892/4192956
[pid=11340] ppid=11338 vsize=0 CPUtime=1800.2
/proc/11340/stat : 11340 (java) Z 11338 11340 9867 0 -1 1036 171338 0 1 0 179914 106 0 0 16 0 2 0 119812152 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11340/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.32
CPU time (s): 1800.21
CPU user time (s): 1799.14
CPU system time (s): 1.06684
CPU usage (%): 102.733
Max. virtual memory (cumulated for all children) (KiB): 1799164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.06684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171338
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= 43929
involuntary context switches= 67537

runsolver used 2.21766 second user time and 5.43317 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Apr 16 10:23:23 UTC 2007

IDJOB= 349852
IDBENCH= 2639
IDSOLVER= 160
FILE ID= node43/349852-1176719003

PBS_JOBID= 4560078

Free space on /tmp= 66543 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349852-1176719003/sat4jPseudoCP.jar /tmp/evaluation/349852-1176719003/instance-349852-1176719003.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-349852-1176719003 -o ROOT/results/node43/solver-349852-1176719003 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349852-1176719003/sat4jPseudoCP.jar /tmp/evaluation/349852-1176719003/instance-349852-1176719003.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6a25ee38adc43f783b18badd1224270c

RANDOM SEED= 676447879

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1505240 kB
Buffers:         64108 kB
Cached:         299628 kB
SwapCached:        268 kB
Active:         252484 kB
Inactive:       224888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505240 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           11220 kB
Writeback:           0 kB
Mapped:         130360 kB
Slab:            58880 kB
Committed_AS:  1715540 kB
PageTables:       1768 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= 66543 MiB

End job on node43 on Mon Apr 16 10:52:38 UTC 2007