Trace number 349348

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.22 1775.26

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A1C1S1.opb
MD5SUM1a4e4bfb1c77b43166d46bacbe01c892
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 variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.20	--- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c No reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving /tmp/evaluation/349348-1176697367/instance-349348-1176697367.opb
0.08/0.20	c reading problem ... 
4.80/3.67	c ... done. Wall clock time 3.475s.
4.80/3.67	c CPU time (experimental) 2.92s.
4.80/3.67	c #vars     103872
4.80/3.67	c #constraints  4560
1800.01/1775.16	c starts		: 2
1800.01/1775.17	c conflicts		: 33500
1800.01/1775.17	c decisions		: 1033429
1800.01/1775.17	c propagations		: 2443223
1800.01/1775.17	c inspects		: 287573019
1800.01/1775.17	c learnt literals	: 0
1800.01/1775.17	c learnt binary clauses	: 0
1800.01/1775.17	c learnt ternary clauses	: 0
1800.01/1775.17	c learnt clauses	: 33500
1800.01/1775.17	c root simplifications	: 0
1800.01/1775.17	c removed literals (reason simplification)	: 0
1800.01/1775.17	c reason swapping (by a shorter reason)	: 0
1800.01/1775.17	c Calls to reduceDB	: 0
1800.01/1775.17	c speed (decisions/second)	: 583.5848633606068
1800.01/1775.17	c non guided choices	7
1800.01/1775.17	s UNKNOWN
1800.01/1775.17	c Total wall clock time (ms): 1774.97

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

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


[startup+0 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 16090
/proc/meminfo: memFree=1728792/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1800 CPUtime=0
/proc/16090/stat : 16090 (java) D 16088 16090 15399 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 117654317 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16090/statm: 450 151 114 9 0 92 0

[startup+0.0225059 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 16090
/proc/meminfo: memFree=1728792/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1772952 CPUtime=0.01
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 2073 0 1 0 0 1 0 0 18 0 2 0 117654317 1815502848 1823 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 443238 1831 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101489 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 16090
/proc/meminfo: memFree=1728792/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1780256 CPUtime=0.08
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 4007 0 1 0 6 2 0 0 18 0 12 0 117654317 1822982144 3748 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 445064 3748 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301455 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 16090
/proc/meminfo: memFree=1728792/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1782592 CPUtime=0.34
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 6006 0 1 0 30 4 0 0 18 0 12 0 117654317 1825374208 5744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 445648 5744 1267 9 0 443260 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782592

[startup+0.701375 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 16090
/proc/meminfo: memFree=1728792/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1783404 CPUtime=0.89
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 9834 0 1 0 84 5 0 0 18 0 12 0 117654317 1826205696 9317 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 445851 9317 1297 9 0 443463 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783404

[startup+1.50221 s]
/proc/loadavg: 0.94 1.00 0.99 4/89 16102
/proc/meminfo: memFree=1682232/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1793868 CPUtime=2.37
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 22520 0 1 0 226 11 0 0 18 0 12 0 117654317 1836920832 18631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448467 18641 1304 9 0 446079 0
[pid=16090/tid=16092] ppid=16088 vsize=1793868 CPUtime=1.01
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 15122 0 1 0 94 7 0 0 18 0 12 0 117654318 1836920832 18645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 117654319 1836920832 18650 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 117654319 1836920832 18655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117654322 1836920832 18661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 117654322 1836920832 18665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 117654322 1836920832 18670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117654326 1836920832 18675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1793868 CPUtime=0.52
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1468 0 0 0 51 1 0 0 17 0 12 0 117654326 1836920832 18680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1793868 CPUtime=0.82
/proc/16090/task/16100/stat : 16100 (java) R 16088 16090 15399 0 -1 64 5264 0 0 0 81 1 0 0 18 0 12 0 117654326 1836920832 18685 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117654326 1836920832 18690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1793868 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117654326 1836920832 18695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1793868

[startup+3.10287 s]
/proc/loadavg: 0.94 1.00 0.99 2/89 16102
/proc/meminfo: memFree=1600440/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1792448 CPUtime=4.3
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 52692 0 1 0 404 26 0 0 18 0 12 0 117654317 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448112 47980 1325 9 0 445724 0
[pid=16090/tid=16092] ppid=16088 vsize=1792448 CPUtime=2.36
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 37687 0 1 0 218 18 0 0 20 0 12 0 117654318 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490064 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1792448 CPUtime=0.16
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 3627 0 0 0 15 1 0 0 16 0 12 0 117654319 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1792448 CPUtime=0.16
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 3495 0 0 0 15 1 0 0 18 0 12 0 117654319 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1792448 CPUtime=0
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117654322 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1792448 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117654322 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1792448 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117654322 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1792448 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117654326 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1792448 CPUtime=0.59
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1471 0 0 0 58 1 0 0 16 0 12 0 117654326 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1792448 CPUtime=0.96
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5687 0 0 0 95 1 0 0 16 0 12 0 117654326 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1792448 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117654326 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1792448 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117654326 1835466752 47980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1792448

[startup+6.30222 s]
/proc/loadavg: 0.95 1.00 0.99 3/90 16103
/proc/meminfo: memFree=1495152/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794056 CPUtime=8.95
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 65297 0 1 0 863 32 0 0 18 0 13 0 117654317 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448514 59501 1335 9 0 446126 0
[pid=16090/tid=16092] ppid=16088 vsize=1794056 CPUtime=4.81
/proc/16090/task/16092/stat : 16092 (java) S 16088 16090 15399 0 -1 64 37749 0 1 0 463 18 0 0 25 0 13 0 117654318 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794056 CPUtime=0.5
/proc/16090/task/16093/stat : 16093 (java) R 16088 16090 15399 0 -1 64 10181 0 0 0 45 5 0 0 16 0 13 0 117654319 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361276 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794056 CPUtime=0.51
/proc/16090/task/16094/stat : 16094 (java) R 16088 16090 15399 0 -1 64 9180 0 0 0 47 4 0 0 16 0 13 0 117654319 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117654322 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794056 CPUtime=1.45
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1553 0 0 0 144 1 0 0 17 0 13 0 117654326 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794056 CPUtime=1.62
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5905 0 0 0 161 1 0 0 16 0 13 0 117654326 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794056 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837113344 59501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 1794056

[startup+12.7019 s]
/proc/loadavg: 0.95 1.00 0.99 2/90 16103
/proc/meminfo: memFree=1468528/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794696 CPUtime=16.69
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 73756 0 1 0 1631 38 0 0 18 0 13 0 117654317 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448674 65698 1335 9 0 446286 0
[pid=16090/tid=16092] ppid=16088 vsize=1794696 CPUtime=10.13
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 37764 0 1 0 995 18 0 0 25 0 13 0 117654318 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109961796 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794696 CPUtime=1.49
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 14493 0 0 0 141 8 0 0 16 0 13 0 117654319 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794696 CPUtime=1.48
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 13291 0 0 0 142 6 0 0 15 0 13 0 117654319 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794696 CPUtime=1.62
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1560 0 0 0 161 1 0 0 16 0 13 0 117654326 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794696 CPUtime=1.9
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5918 0 0 0 189 1 0 0 16 0 13 0 117654326 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837768704 65698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 1794696

[startup+25.502 s]
/proc/loadavg: 0.96 1.00 0.99 2/90 16103
/proc/meminfo: memFree=1465968/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794696 CPUtime=30.04
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 75206 0 1 0 2965 39 0 0 18 0 13 0 117654317 1837768704 66793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448674 66793 1335 9 0 446286 0
[pid=16090/tid=16092] ppid=16088 vsize=1794696 CPUtime=22.59
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 37790 0 1 0 2241 18 0 0 17 0 13 0 117654318 1837768704 66793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109922783 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794696 CPUtime=1.7
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 15203 0 0 0 162 8 0 0 16 0 13 0 117654319 1837768704 66793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794696 CPUtime=1.7
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 13975 0 0 0 164 6 0 0 16 0 13 0 117654319 1837768704 66793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0.01
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 1 0 0 0 15 0 13 0 117654322 1837768704 66793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 66793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0.18
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 78 0 0 0 11 7 0 0 16 0 13 0 117654322 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794696 CPUtime=2.2
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1800 0 0 0 218 2 0 0 17 0 13 0 117654326 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794696 CPUtime=2.24
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5934 0 0 0 223 1 0 0 16 0 13 0 117654326 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837768704 129960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1564.3
Current children cumulated vsize (KiB) 1794696

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 16105
/proc/meminfo: memFree=1208304/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794696 CPUtime=1625.03
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 172918 0 1 0 162403 100 0 0 18 0 13 0 117654317 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448674 130802 1335 9 0 446286 0
[pid=16090/tid=16092] ppid=16088 vsize=1794696 CPUtime=1581.05
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 50284 0 1 0 158071 34 0 0 25 0 13 0 117654318 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109906490 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794696 CPUtime=19.64
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 56169 0 0 0 1938 26 0 0 16 0 13 0 117654319 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794696 CPUtime=19.65
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 57931 0 0 0 1939 26 0 0 16 0 13 0 117654319 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0.19
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 78 0 0 0 12 7 0 0 16 0 13 0 117654322 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794696 CPUtime=2.2
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1800 0 0 0 218 2 0 0 17 0 13 0 117654326 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794696 CPUtime=2.24
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5934 0 0 0 223 1 0 0 16 0 13 0 117654326 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837768704 130802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1625.03
Current children cumulated vsize (KiB) 1794696

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16105
/proc/meminfo: memFree=1204656/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794696 CPUtime=1685.82
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 173844 0 1 0 168481 101 0 0 18 0 13 0 117654317 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448674 131699 1335 9 0 446286 0
[pid=16090/tid=16092] ppid=16088 vsize=1794696 CPUtime=1640.26
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 50300 0 1 0 163991 35 0 0 20 0 13 0 117654318 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863132 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794696 CPUtime=20.42
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 56947 0 0 0 2016 26 0 0 16 0 13 0 117654319 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794696 CPUtime=20.45
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 58063 0 0 0 2019 26 0 0 17 0 13 0 117654319 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0.19
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 78 0 0 0 12 7 0 0 16 0 13 0 117654322 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794696 CPUtime=2.2
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1800 0 0 0 218 2 0 0 17 0 13 0 117654326 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794696 CPUtime=2.24
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5934 0 0 0 223 1 0 0 16 0 13 0 117654326 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837768704 131699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1685.82
Current children cumulated vsize (KiB) 1794696

[startup+1722.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/90 16105
/proc/meminfo: memFree=1201200/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794696 CPUtime=1746.56
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 174721 0 1 0 174554 102 0 0 18 0 13 0 117654317 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448674 132550 1335 9 0 446286 0
[pid=16090/tid=16092] ppid=16088 vsize=1794696 CPUtime=1699.52
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 50315 0 1 0 169917 35 0 0 25 0 13 0 117654318 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109902114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794696 CPUtime=21.16
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 57720 0 0 0 2089 27 0 0 16 0 13 0 117654319 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794696 CPUtime=21.18
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 58152 0 0 0 2092 26 0 0 16 0 13 0 117654319 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0.19
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 78 0 0 0 12 7 0 0 16 0 13 0 117654322 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794696 CPUtime=2.2
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1800 0 0 0 218 2 0 0 17 0 13 0 117654326 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794696 CPUtime=2.24
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5934 0 0 0 223 1 0 0 16 0 13 0 117654326 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837768704 132550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1746.56
Current children cumulated vsize (KiB) 1794696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.1 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 16105
/proc/meminfo: memFree=1198320/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=1794696 CPUtime=1800.01
/proc/16090/stat : 16090 (java) S 16088 16090 15399 0 -1 0 175458 0 1 0 179898 103 0 0 18 0 13 0 117654317 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 448674 133257 1335 9 0 446286 0
[pid=16090/tid=16092] ppid=16088 vsize=1794696 CPUtime=1751.68
/proc/16090/task/16092/stat : 16092 (java) R 16088 16090 15399 0 -1 64 50328 0 1 0 175132 36 0 0 25 0 13 0 117654318 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109863549 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16093] ppid=16088 vsize=1794696 CPUtime=21.8
/proc/16090/task/16093/stat : 16093 (java) S 16088 16090 15399 0 -1 64 58281 0 0 0 2153 27 0 0 16 0 13 0 117654319 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16094] ppid=16088 vsize=1794696 CPUtime=21.83
/proc/16090/task/16094/stat : 16094 (java) S 16088 16090 15399 0 -1 64 58315 0 0 0 2157 26 0 0 17 0 13 0 117654319 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16095] ppid=16088 vsize=1794696 CPUtime=0.2
/proc/16090/task/16095/stat : 16095 (java) S 16088 16090 15399 0 -1 64 78 0 0 0 13 7 0 0 16 0 13 0 117654322 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16096] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16096/stat : 16096 (java) S 16088 16090 15399 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16097] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16097/stat : 16097 (java) S 16088 16090 15399 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117654322 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16098] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16098/stat : 16098 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16099] ppid=16088 vsize=1794696 CPUtime=2.2
/proc/16090/task/16099/stat : 16099 (java) S 16088 16090 15399 0 -1 64 1800 0 0 0 218 2 0 0 17 0 13 0 117654326 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16100] ppid=16088 vsize=1794696 CPUtime=2.24
/proc/16090/task/16100/stat : 16100 (java) S 16088 16090 15399 0 -1 64 5934 0 0 0 223 1 0 0 16 0 13 0 117654326 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16101] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16101/stat : 16101 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117654326 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16090/tid=16102] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16102/stat : 16102 (java) S 16088 16090 15399 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117654326 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16090/tid=16103] ppid=16088 vsize=1794696 CPUtime=0
/proc/16090/task/16103/stat : 16103 (java) S 16088 16090 15399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 117654761 1837768704 133257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794696

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

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

[startup+1775.21 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 16105
/proc/meminfo: memFree=1198320/2055920 swapFree=4158176/4192956
[pid=16090] ppid=16088 vsize=0 CPUtime=1800.17
/proc/16090/stat : 16090 (java) Z 16088 16090 15399 0 -1 1036 175545 0 1 0 179911 106 0 0 15 0 2 0 117654317 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16090/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1775.26
CPU time (s): 1800.22
CPU user time (s): 1799.11
CPU system time (s): 1.10983
CPU usage (%): 101.406
Max. virtual memory (cumulated for all children) (KiB): 1795612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.10983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175545
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= 42635
involuntary context switches= 57902

runsolver used 1.82972 second user time and 4.73728 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Apr 16 04:22:47 UTC 2007

IDJOB= 349348
IDBENCH= 2367
IDSOLVER= 160
FILE ID= node16/349348-1176697367

PBS_JOBID= 4559421

Free space on /tmp= 66425 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-A1C1S1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349348-1176697367/sat4jPseudoCP.jar /tmp/evaluation/349348-1176697367/instance-349348-1176697367.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-349348-1176697367 -o ROOT/results/node16/solver-349348-1176697367 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349348-1176697367/sat4jPseudoCP.jar /tmp/evaluation/349348-1176697367/instance-349348-1176697367.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1a4e4bfb1c77b43166d46bacbe01c892

RANDOM SEED= 536602557

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1729200 kB
Buffers:         47656 kB
Cached:         202092 kB
SwapCached:       2804 kB
Active:         164784 kB
Inactive:       109916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729200 kB
SwapTotal:     4192956 kB
SwapFree:      4158176 kB
Dirty:            8164 kB
Writeback:           0 kB
Mapped:          31724 kB
Slab:            37452 kB
Committed_AS:  6378168 kB
PageTables:       1840 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= 66425 MiB

End job on node16 on Mon Apr 16 04:52:24 UTC 2007