Trace number 349303

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-roll3000.opb
MD5SUM671dfb6ede3c120af748dc40a7daef68
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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/349303-1176695021/instance-349303-1176695021.opb
0.20/0.20	c reading problem ... 
2.73/1.76	c ... done. Wall clock time 1.557s.
2.73/1.76	c CPU time (experimental) 1.16s.
2.73/1.76	c #vars     8902
2.73/1.76	c #constraints  3038
1800.08/1749.41	c starts		: 2
1800.08/1749.41	c conflicts		: 27720
1800.08/1749.41	c decisions		: 50632
1800.08/1749.41	c propagations		: 220661
1800.08/1749.41	c inspects		: 208470069
1800.08/1749.41	c learnt literals	: 0
1800.08/1749.41	c learnt binary clauses	: 0
1800.08/1749.41	c learnt ternary clauses	: 0
1800.08/1749.41	c learnt clauses	: 27719
1800.08/1749.41	c root simplifications	: 0
1800.08/1749.41	c removed literals (reason simplification)	: 0
1800.08/1749.41	c reason swapping (by a shorter reason)	: 0
1800.08/1749.41	c Calls to reduceDB	: 0
1800.08/1749.41	c speed (decisions/second)	: 28.97180753363126
1800.08/1749.41	c non guided choices	0
1800.08/1749.41	s UNKNOWN
1800.08/1749.41	c Total wall clock time (ms): 1749.21

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/node59/watcher-349303-1176695021 -o ROOT/results/node59/solver-349303-1176695021 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349303-1176695021/sat4jPseudoCP.jar /tmp/evaluation/349303-1176695021/instance-349303-1176695021.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.01 1.00 1.00 2/64 17166
/proc/meminfo: memFree=1649224/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1472 CPUtime=0
/proc/17166/stat : 17166 (java) R 17164 17166 17038 0 -1 0 118 0 0 0 0 0 0 0 18 0 1 0 117411731 1507328 91 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 134530416 0 0 4096 0 0 0 0 17 1 0 0
/proc/17166/statm: 369 100 77 9 0 11 0

[startup+0.054364 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 17166
/proc/meminfo: memFree=1649224/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1777384 CPUtime=0.03
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 3538 0 1 0 2 1 0 0 18 0 5 0 117411731 1820041216 3282 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 444346 3282 1050 9 0 441982 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777384

[startup+0.102368 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 17166
/proc/meminfo: memFree=1649224/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1780108 CPUtime=0.08
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 117411731 1822830592 3724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302408 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 17166
/proc/meminfo: memFree=1649224/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1781420 CPUtime=0.32
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 5217 0 1 0 29 3 0 0 18 0 12 0 117411731 1824174080 4955 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 445355 4955 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701483 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 17166
/proc/meminfo: memFree=1649224/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1782732 CPUtime=0.88
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 7389 0 1 0 84 4 0 0 18 0 12 0 117411731 1825517568 6920 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 445683 6920 1309 9 0 443295 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782732

[startup+1.50163 s]
/proc/loadavg: 1.17 1.04 1.01 4/76 17178
/proc/meminfo: memFree=1619752/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1794524 CPUtime=2.41
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 22962 0 1 0 229 12 0 0 18 0 12 0 117411731 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448631 18587 1310 9 0 446243 0
[pid=17166/tid=17168] ppid=17164 vsize=1794524 CPUtime=0.91
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 14751 0 1 0 84 7 0 0 19 0 12 0 117411733 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117411734 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117411734 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117411736 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117411737 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 117411737 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 117411741 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1794524 CPUtime=0.93
/proc/17166/task/17175/stat : 17175 (java) R 17164 17166 17038 0 -1 64 4753 0 0 0 91 2 0 0 21 0 12 0 117411741 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103321886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1794524 CPUtime=0.54
/proc/17166/task/17176/stat : 17176 (java) R 17164 17166 17038 0 -1 64 2735 0 0 0 53 1 0 0 16 0 12 0 117411741 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102694519 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 117411741 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1794524 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117411741 1837592576 18587 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1794524

[startup+3.10394 s]
/proc/loadavg: 1.17 1.04 1.01 2/77 17179
/proc/meminfo: memFree=1539808/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1792972 CPUtime=4.66
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 51364 0 1 0 441 25 0 0 18 0 13 0 117411731 1836003328 44351 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448243 44353 1327 9 0 445855 0
[pid=17166/tid=17168] ppid=17164 vsize=1792972 CPUtime=2.24
/proc/17166/task/17168/stat : 17168 (java) S 17164 17166 17038 0 -1 64 37718 0 1 0 207 17 0 0 19 0 13 0 117411733 1836003328 44354 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1792972 CPUtime=0.04
/proc/17166/task/17169/stat : 17169 (java) R 17164 17166 17038 0 -1 64 1603 0 0 0 4 0 0 0 15 0 13 0 117411734 1836003328 44356 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369170 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1792972 CPUtime=0.04
/proc/17166/task/17170/stat : 17170 (java) R 17164 17166 17038 0 -1 64 1404 0 0 0 4 0 0 0 15 0 13 0 117411734 1836003328 44357 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 117411736 1836003328 44358 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1836003328 44360 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1836003328 44361 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1836003328 44363 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1792972 CPUtime=1.45
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 6539 0 0 0 142 3 0 0 18 0 13 0 117411741 1836003328 44364 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1792972 CPUtime=0.82
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 3376 0 0 0 81 1 0 0 16 0 13 0 117411741 1836003328 44365 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1836003328 44366 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1836003328 44368 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1792972 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1836003328 44369 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1792972

[startup+6.30154 s]
/proc/loadavg: 1.15 1.04 1.01 2/77 17179
/proc/meminfo: memFree=1477728/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1792812 CPUtime=8.56
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 59450 0 1 0 826 30 0 0 18 0 13 0 117411731 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448203 46401 1331 9 0 445815 0
[pid=17166/tid=17168] ppid=17164 vsize=1792812 CPUtime=5.04
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 37726 0 1 0 487 17 0 0 20 0 13 0 117411733 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109552138 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1792812 CPUtime=0.24
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 3918 0 0 0 22 2 0 0 16 0 13 0 117411734 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1792812 CPUtime=0.23
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 3637 0 0 0 22 1 0 0 17 0 13 0 117411734 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 117411736 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1792812 CPUtime=1.93
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9313 0 0 0 188 5 0 0 16 0 13 0 117411741 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1792812 CPUtime=1.07
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 4105 0 0 0 106 1 0 0 17 0 13 0 117411741 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1792812 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1835839488 46401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 1792812

[startup+12.7032 s]
/proc/loadavg: 1.14 1.04 1.01 2/77 17179
/proc/meminfo: memFree=1446120/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1795884 CPUtime=15.91
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 68433 0 1 0 1558 33 0 0 18 0 13 0 117411731 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448971 52049 1332 9 0 446583 0
[pid=17166/tid=17168] ppid=17164 vsize=1795884 CPUtime=11.12
/proc/17166/task/17168/stat : 17168 (java) S 17164 17166 17038 0 -1 64 38513 0 1 0 1095 17 0 0 25 0 13 0 117411733 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1795884 CPUtime=0.35
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 6594 0 0 0 32 3 0 0 16 0 13 0 117411734 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1795884 CPUtime=0.33
/proc/17166/task/17170/stat : 17170 (java) R 17164 17166 17038 0 -1 64 5914 0 0 0 31 2 0 0 15 0 13 0 117411734 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 117411736 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1795884 CPUtime=2.39
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9334 0 0 0 234 5 0 0 17 0 13 0 117411741 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1795884 CPUtime=1.66
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 7327 0 0 0 163 3 0 0 16 0 13 0 117411741 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) R 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1838985216 52049 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 1795884

[startup+25.5022 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 17179
/proc/meminfo: memFree=1461736/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1795884 CPUtime=28.85
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 72273 0 1 0 2849 36 0 0 18 0 13 0 117411731 1838985216 47066 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448971 47066 1332 9 0 446583 0
[pid=17166/tid=17168] ppid=17164 vsize=1795884 CPUtime=23.77
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 38882 0 1 0 2360 17 0 0 25 0 13 0 117411733 1838985216 47066 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109552136 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1795884 CPUtime=0.45
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 8192 0 0 0 42 3 0 0 16 0 13 0 117411734 1838985216 47066 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1795884 CPUtime=0.45
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 7784 0 0 0 42 3 0 0 15 0 13 0 117411734 1838985216 47066 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0.01
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 28 0 0 0 0 1 0 0 17 0 13 0 117411736 1838985216 47066 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0.32
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 100 0 0 0 20 12 0 0 16 0 13 0 117411736 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1795884 CPUtime=2.43
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9338 0 0 0 238 5 0 0 17 0 13 0 117411741 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1795884 CPUtime=1.72
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 7330 0 0 0 169 3 0 0 16 0 13 0 117411741 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1838985216 170766 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.51
Current children cumulated vsize (KiB) 1795884

[startup+1602.3 s]
/proc/loadavg: 1.16 1.05 1.01 2/77 17377
/proc/meminfo: memFree=949736/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1795884 CPUtime=1646.69
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 229791 0 1 0 164532 137 0 0 18 0 13 0 117411731 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448971 175550 1333 9 0 446583 0
[pid=17166/tid=17168] ppid=17164 vsize=1795884 CPUtime=1556.79
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 59479 0 1 0 155637 42 0 0 25 0 13 0 117411733 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109890154 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1795884 CPUtime=42.66
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 66987 0 0 0 4233 33 0 0 16 0 13 0 117411734 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1795884 CPUtime=42.7
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 85834 0 0 0 4232 38 0 0 17 0 13 0 117411734 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0.34
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 100 0 0 0 21 13 0 0 15 0 13 0 117411736 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1795884 CPUtime=2.43
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9338 0 0 0 238 5 0 0 17 0 13 0 117411741 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1795884 CPUtime=1.72
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 7330 0 0 0 169 3 0 0 16 0 13 0 117411741 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1838985216 175550 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.69
Current children cumulated vsize (KiB) 1795884

[startup+1662.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/77 17377
/proc/meminfo: memFree=915688/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1795884 CPUtime=1709.23
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 238374 0 1 0 170780 143 0 0 18 0 13 0 117411731 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448971 183954 1333 9 0 446583 0
[pid=17166/tid=17168] ppid=17164 vsize=1795884 CPUtime=1614.11
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 59516 0 1 0 161369 42 0 0 25 0 13 0 117411733 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109715900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1795884 CPUtime=45.26
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 70298 0 0 0 4491 35 0 0 16 0 13 0 117411734 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1795884 CPUtime=45.3
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 91069 0 0 0 4488 42 0 0 16 0 13 0 117411734 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0.34
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 100 0 0 0 21 13 0 0 15 0 13 0 117411736 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1795884 CPUtime=2.43
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9338 0 0 0 238 5 0 0 17 0 13 0 117411741 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1795884 CPUtime=1.72
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 7330 0 0 0 169 3 0 0 16 0 13 0 117411741 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1838985216 183954 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.23
Current children cumulated vsize (KiB) 1795884

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/77 17377
/proc/meminfo: memFree=904936/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1795884 CPUtime=1771.83
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 241224 0 1 0 177038 145 0 0 18 0 13 0 117411731 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448971 186693 1333 9 0 446583 0
[pid=17166/tid=17168] ppid=17164 vsize=1795884 CPUtime=1671.42
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 59553 0 1 0 167100 42 0 0 25 0 13 0 117411733 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109619884 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1795884 CPUtime=47.92
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 72749 0 0 0 4755 37 0 0 16 0 13 0 117411734 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1795884 CPUtime=47.94
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 91431 0 0 0 4752 42 0 0 16 0 13 0 117411734 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0.35
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 100 0 0 0 22 13 0 0 15 0 13 0 117411736 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1795884 CPUtime=2.43
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9338 0 0 0 238 5 0 0 17 0 13 0 117411741 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1795884 CPUtime=1.72
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 7330 0 0 0 169 3 0 0 16 0 13 0 117411741 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1838985216 186693 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.83
Current children cumulated vsize (KiB) 1795884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.4 s]
/proc/loadavg: 1.03 1.04 1.00 2/77 17377
/proc/meminfo: memFree=900136/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=1795884 CPUtime=1800.08
/proc/17166/stat : 17166 (java) S 17164 17166 17038 0 -1 0 242402 0 1 0 179862 146 0 0 18 0 13 0 117411731 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17166/statm: 448971 187850 1333 9 0 446583 0
[pid=17166/tid=17168] ppid=17164 vsize=1795884 CPUtime=1697.35
/proc/17166/task/17168/stat : 17168 (java) R 17164 17166 17038 0 -1 64 59569 0 1 0 169693 42 0 0 25 0 13 0 117411733 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109495679 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17169] ppid=17164 vsize=1795884 CPUtime=49.07
/proc/17166/task/17169/stat : 17169 (java) S 17164 17166 17038 0 -1 64 73806 0 0 0 4870 37 0 0 16 0 13 0 117411734 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17170] ppid=17164 vsize=1795884 CPUtime=49.1
/proc/17166/task/17170/stat : 17170 (java) S 17164 17166 17038 0 -1 64 91536 0 0 0 4868 42 0 0 16 0 13 0 117411734 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17171] ppid=17164 vsize=1795884 CPUtime=0.36
/proc/17166/task/17171/stat : 17171 (java) S 17164 17166 17038 0 -1 64 100 0 0 0 22 14 0 0 15 0 13 0 117411736 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17166/tid=17172] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17172/stat : 17172 (java) S 17164 17166 17038 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17173] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17173/stat : 17173 (java) S 17164 17166 17038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117411737 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17174] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17174/stat : 17174 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 117411741 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17175] ppid=17164 vsize=1795884 CPUtime=2.43
/proc/17166/task/17175/stat : 17175 (java) S 17164 17166 17038 0 -1 64 9338 0 0 0 238 5 0 0 17 0 13 0 117411741 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17176] ppid=17164 vsize=1795884 CPUtime=1.72
/proc/17166/task/17176/stat : 17176 (java) S 17164 17166 17038 0 -1 64 7330 0 0 0 169 3 0 0 16 0 13 0 117411741 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17177] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17177/stat : 17177 (java) S 17164 17166 17038 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 117411741 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17178] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17178/stat : 17178 (java) S 17164 17166 17038 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117411741 1838985216 187850 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17166/tid=17179] ppid=17164 vsize=1795884 CPUtime=0
/proc/17166/task/17179/stat : 17179 (java) S 17164 17166 17038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 117411916 1838985216 187850 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) 1795884

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

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

[startup+1749.51 s]
/proc/loadavg: 1.03 1.04 1.00 2/77 17377
/proc/meminfo: memFree=900136/2055920 swapFree=4184740/4192956
[pid=17166] ppid=17164 vsize=0 CPUtime=1800.19
/proc/17166/stat : 17166 (java) Z 17164 17166 17038 0 -1 1036 242422 0 1 0 179867 152 0 0 16 0 2 0 117411731 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17166/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1749.57
CPU time (s): 1800.25
CPU user time (s): 1798.68
CPU system time (s): 1.57276
CPU usage (%): 102.897
Max. virtual memory (cumulated for all children) (KiB): 1797096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.57276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242422
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= 49986
involuntary context switches= 46706

runsolver used 2.08968 second user time and 5.04323 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Apr 16 03:43:41 UTC 2007

IDJOB= 349303
IDBENCH= 2349
IDSOLVER= 160
FILE ID= node59/349303-1176695021

PBS_JOBID= 4560040

Free space on /tmp= 66366 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349303-1176695021/sat4jPseudoCP.jar /tmp/evaluation/349303-1176695021/instance-349303-1176695021.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-349303-1176695021 -o ROOT/results/node59/solver-349303-1176695021 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349303-1176695021/sat4jPseudoCP.jar /tmp/evaluation/349303-1176695021/instance-349303-1176695021.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  671dfb6ede3c120af748dc40a7daef68

RANDOM SEED= 98714644

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1649632 kB
Buffers:         11704 kB
Cached:         319240 kB
SwapCached:       2596 kB
Active:         231744 kB
Inactive:       110064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649632 kB
SwapTotal:     4192956 kB
SwapFree:      4184740 kB
Dirty:            4464 kB
Writeback:           0 kB
Mapped:          17456 kB
Slab:            50452 kB
Committed_AS:  1540340 kB
PageTables:       1476 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= 66366 MiB

End job on node59 on Mon Apr 16 04:12:53 UTC 2007