Trace number 349412

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.12 1795.31

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUMd9d4457b33bb6978c15b3abc72f33e33
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 variables33244
Total number of constraints456
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 constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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	--- 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=1.5 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/349412-1176699991/instance-349412-1176699991.opb
0.20/0.20	c reading problem ... 
2.05/1.64	c ... done. Wall clock time 1.436s.
2.05/1.64	c CPU time (experimental) 1.29s.
2.05/1.64	c #vars     33244
2.05/1.64	c #constraints  616
1800.01/1795.22	c starts		: 19
1800.01/1795.22	c conflicts		: 358305
1800.01/1795.22	c decisions		: 445427
1800.01/1795.22	c propagations		: 23544782
1800.01/1795.22	c inspects		: 290800903
1800.01/1795.22	c learnt literals	: 24
1800.01/1795.22	c learnt binary clauses	: 22
1800.01/1795.22	c learnt ternary clauses	: 15
1800.01/1795.22	c learnt clauses	: 358281
1800.01/1795.22	c root simplifications	: 0
1800.01/1795.22	c removed literals (reason simplification)	: 0
1800.01/1795.22	c reason swapping (by a shorter reason)	: 0
1800.01/1795.22	c Calls to reduceDB	: 0
1800.01/1795.22	c speed (decisions/second)	: 248.3525478010646
1800.01/1795.22	c non guided choices	14179
1800.01/1795.22	s UNKNOWN
1800.01/1795.22	c Total wall clock time (ms): 1795.013

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/node44/watcher-349412-1176699991 -o ROOT/results/node44/solver-349412-1176699991 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349412-1176699991/sat4jPseudoResolution.jar /tmp/evaluation/349412-1176699991/instance-349412-1176699991.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.00 0.99 0.99 1/64 8706
/proc/meminfo: memFree=1691584/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=152 CPUtime=0
/proc/8706/stat : 8706 (java) D 8704 8706 7744 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 117910860 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11281188 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/8706/statm: 38 26 19 9 0 4 0

[startup+0.05258 s]
/proc/loadavg: 1.00 0.99 0.99 1/64 8706
/proc/meminfo: memFree=1691584/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1777060 CPUtime=0.04
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 3498 0 1 0 2 2 0 0 18 0 5 0 117910860 1819709440 3242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 444265 3242 1039 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.102587 s]
/proc/loadavg: 1.00 0.99 0.99 1/64 8706
/proc/meminfo: memFree=1691584/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1780108 CPUtime=0.08
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 117910860 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302605 s]
/proc/loadavg: 1.00 0.99 0.99 1/64 8706
/proc/meminfo: memFree=1691584/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1781428 CPUtime=0.32
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 5421 0 1 0 29 3 0 0 18 0 12 0 117910860 1824182272 5159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445357 5159 1263 9 0 442969 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781428

[startup+0.702649 s]
/proc/loadavg: 1.00 0.99 0.99 1/64 8706
/proc/meminfo: memFree=1691584/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1782976 CPUtime=0.96
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 7231 0 1 0 92 4 0 0 18 0 12 0 117910860 1825767424 6935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445744 6936 1304 9 0 443356 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1782976

[startup+1.50174 s]
/proc/loadavg: 1.00 0.99 0.99 2/76 8718
/proc/meminfo: memFree=1650016/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1783088 CPUtime=1.95
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 24065 0 1 0 185 10 0 0 18 0 12 0 117910860 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445772 23591 1305 9 0 443384 0
[pid=8706/tid=8708] ppid=8704 vsize=1783088 CPUtime=1.15
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 22204 0 1 0 107 8 0 0 25 0 12 0 117910861 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475914 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117910863 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117910863 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117910865 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 117910866 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117910866 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117910869 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1783088 CPUtime=0.39
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 555 0 0 0 39 0 0 0 16 0 12 0 117910869 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1783088 CPUtime=0.38
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 586 0 0 0 38 0 0 0 16 0 12 0 117910869 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117910869 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1783088 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117910870 1825882112 23591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1783088

[startup+3.10189 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 8719
/proc/meminfo: memFree=1582552/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1783412 CPUtime=3.82
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 29978 0 1 0 369 13 0 0 18 0 13 0 117910860 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445853 29428 1317 9 0 443465 0
[pid=8706/tid=8708] ppid=8704 vsize=1783412 CPUtime=2.65
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 28006 0 1 0 254 11 0 0 25 0 13 0 117910861 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706916 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 117910863 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117910863 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 117910865 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 117910866 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117910866 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1783412 CPUtime=0.54
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 602 0 0 0 54 0 0 0 16 0 13 0 117910869 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1783412 CPUtime=0.59
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 646 0 0 0 59 0 0 0 16 0 13 0 117910869 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1826213888 29428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 1783412

[startup+6.30221 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 8719
/proc/meminfo: memFree=1573272/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1783412 CPUtime=7.03
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 31713 0 1 0 690 13 0 0 18 0 13 0 117910860 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445853 31161 1317 9 0 443465 0
[pid=8706/tid=8708] ppid=8704 vsize=1783412 CPUtime=5.85
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 29739 0 1 0 573 12 0 0 25 0 13 0 117910861 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707486 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 117910863 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117910863 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 117910865 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 117910866 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117910866 1826213888 31161 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1826213888 31162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1783412 CPUtime=0.54
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 602 0 0 0 54 0 0 0 16 0 13 0 117910869 1826213888 31162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1783412 CPUtime=0.61
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 648 0 0 0 61 0 0 0 16 0 13 0 117910869 1826213888 31162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1826213888 31162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1826213888 31162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1826213888 31162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1783412

[startup+12.7019 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 8719
/proc/meminfo: memFree=1558936/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1783412 CPUtime=13.43
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 35210 0 1 0 1328 15 0 0 18 0 13 0 117910860 1826213888 34658 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445853 34658 1317 9 0 443465 0
[pid=8706/tid=8708] ppid=8704 vsize=1783412 CPUtime=12.25
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 33237 0 1 0 1211 14 0 0 25 0 13 0 117910861 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109668093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 117910863 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117910863 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 117910865 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 117910866 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117910866 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1783412 CPUtime=0.54
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 602 0 0 0 54 0 0 0 16 0 13 0 117910869 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1783412 CPUtime=0.61
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 648 0 0 0 61 0 0 0 16 0 13 0 117910869 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1826213888 34659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 1783412

[startup+25.5022 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 8719
/proc/meminfo: memFree=1522456/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1783412 CPUtime=26.47
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 44006 0 1 0 2628 19 0 0 18 0 13 0 117910860 1826213888 43430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 445853 43430 1328 9 0 443465 0
[pid=8706/tid=8708] ppid=8704 vsize=1783412 CPUtime=24.85
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 37713 0 1 0 2469 16 0 0 22 0 13 0 117910861 1826213888 43430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806275 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1783412 CPUtime=0.09
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 2105 0 0 0 9 0 0 0 16 0 13 0 117910863 1826213888 43430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1783412 CPUtime=0.09
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 2192 0 0 0 9 0 0 0 16 0 13 0 117910863 1826213888 43430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1783412 CPUtime=0
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117910865 1826213888 43430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=8706] ppid=8704 vsize=1784700 CPUtime=1606.53
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 139225 0 1 0 160576 77 0 0 18 0 13 0 117910860 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 446175 83895 1328 9 0 443787 0
[pid=8706/tid=8708] ppid=8704 vsize=1784700 CPUtime=1597.16
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 38086 0 1 0 159697 19 0 0 25 0 13 0 117910861 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109721271 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1784700 CPUtime=3.89
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 48715 0 0 0 366 23 0 0 16 0 13 0 117910863 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1784700 CPUtime=3.9
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 50419 0 0 0 364 26 0 0 16 0 13 0 117910863 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1784700 CPUtime=0.1
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 15 0 0 0 5 5 0 0 16 0 13 0 117910865 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1784700 CPUtime=0.67
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 610 0 0 0 67 0 0 0 16 0 13 0 117910869 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1784700 CPUtime=0.74
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 659 0 0 0 74 0 0 0 16 0 13 0 117910869 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1827532800 83895 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.53
Current children cumulated vsize (KiB) 1784700

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8719
/proc/meminfo: memFree=1354200/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1784700 CPUtime=1666.7
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 140607 0 1 0 166592 78 0 0 18 0 13 0 117910860 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 446175 85167 1328 9 0 443787 0
[pid=8706/tid=8708] ppid=8704 vsize=1784700 CPUtime=1656.95
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 38104 0 1 0 165675 20 0 0 25 0 13 0 117910861 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706360 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1784700 CPUtime=4.09
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 49586 0 0 0 386 23 0 0 16 0 13 0 117910863 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1784700 CPUtime=4.09
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 50912 0 0 0 383 26 0 0 16 0 13 0 117910863 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1784700 CPUtime=0.11
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 15 0 0 0 6 5 0 0 16 0 13 0 117910865 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1784700 CPUtime=0.67
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 610 0 0 0 67 0 0 0 16 0 13 0 117910869 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1784700 CPUtime=0.74
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 659 0 0 0 74 0 0 0 16 0 13 0 117910869 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1827532800 85167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.7
Current children cumulated vsize (KiB) 1784700

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8719
/proc/meminfo: memFree=1349848/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1784700 CPUtime=1726.87
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 141732 0 1 0 172608 79 0 0 18 0 13 0 117910860 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 446175 86246 1328 9 0 443787 0
[pid=8706/tid=8708] ppid=8704 vsize=1784700 CPUtime=1716.7
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 38122 0 1 0 171650 20 0 0 25 0 13 0 117910861 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109791655 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1784700 CPUtime=4.29
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 50100 0 0 0 405 24 0 0 16 0 13 0 117910863 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1784700 CPUtime=4.31
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 51505 0 0 0 404 27 0 0 16 0 13 0 117910863 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1784700 CPUtime=0.11
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 15 0 0 0 6 5 0 0 16 0 13 0 117910865 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1784700 CPUtime=0.67
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 610 0 0 0 67 0 0 0 16 0 13 0 117910869 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1784700 CPUtime=0.74
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 659 0 0 0 74 0 0 0 16 0 13 0 117910869 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1827532800 86246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.87
Current children cumulated vsize (KiB) 1784700

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8719
/proc/meminfo: memFree=1344728/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1784700 CPUtime=1787.06
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 143044 0 1 0 178626 80 0 0 18 0 13 0 117910860 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 446175 87492 1328 9 0 443787 0
[pid=8706/tid=8708] ppid=8704 vsize=1784700 CPUtime=1776.45
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 38140 0 1 0 177625 20 0 0 25 0 13 0 117910861 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109721506 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1784700 CPUtime=4.5
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 51052 0 0 0 426 24 0 0 16 0 13 0 117910863 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1784700 CPUtime=4.52
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 51847 0 0 0 425 27 0 0 17 0 13 0 117910863 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1784700 CPUtime=0.11
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 15 0 0 0 6 5 0 0 16 0 13 0 117910865 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1784700 CPUtime=0.67
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 610 0 0 0 67 0 0 0 16 0 13 0 117910869 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1784700 CPUtime=0.74
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 659 0 0 0 74 0 0 0 16 0 13 0 117910869 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1827532800 87492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.06
Current children cumulated vsize (KiB) 1784700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8719
/proc/meminfo: memFree=1343256/2055920 swapFree=4184652/4192956
[pid=8706] ppid=8704 vsize=1784700 CPUtime=1800.01
/proc/8706/stat : 8706 (java) S 8704 8706 7744 0 -1 0 143429 0 1 0 179921 80 0 0 18 0 13 0 117910860 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8706/statm: 446175 87870 1328 9 0 443787 0
[pid=8706/tid=8708] ppid=8704 vsize=1784700 CPUtime=1789.3
/proc/8706/task/8708/stat : 8708 (java) R 8704 8706 7744 0 -1 64 38144 0 1 0 178910 20 0 0 24 0 13 0 117910861 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109706112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8709] ppid=8704 vsize=1784700 CPUtime=4.55
/proc/8706/task/8709/stat : 8709 (java) S 8704 8706 7744 0 -1 64 51376 0 0 0 431 24 0 0 16 0 13 0 117910863 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8710] ppid=8704 vsize=1784700 CPUtime=4.56
/proc/8706/task/8710/stat : 8710 (java) S 8704 8706 7744 0 -1 64 51903 0 0 0 429 27 0 0 16 0 13 0 117910863 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8711] ppid=8704 vsize=1784700 CPUtime=0.12
/proc/8706/task/8711/stat : 8711 (java) S 8704 8706 7744 0 -1 64 16 0 0 0 6 6 0 0 15 0 13 0 117910865 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8712] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8712/stat : 8712 (java) S 8704 8706 7744 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8713] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8713/stat : 8713 (java) S 8704 8706 7744 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117910866 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8714] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8714/stat : 8714 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117910869 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8715] ppid=8704 vsize=1784700 CPUtime=0.67
/proc/8706/task/8715/stat : 8715 (java) S 8704 8706 7744 0 -1 64 610 0 0 0 67 0 0 0 16 0 13 0 117910869 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8716] ppid=8704 vsize=1784700 CPUtime=0.74
/proc/8706/task/8716/stat : 8716 (java) S 8704 8706 7744 0 -1 64 659 0 0 0 74 0 0 0 16 0 13 0 117910869 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8717] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8717/stat : 8717 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117910869 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8706/tid=8718] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8718/stat : 8718 (java) S 8704 8706 7744 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117910870 1827532800 87870 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8706/tid=8719] ppid=8704 vsize=1784700 CPUtime=0
/proc/8706/task/8719/stat : 8719 (java) S 8704 8706 7744 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 117911049 1827532800 87870 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) 1784700

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

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

Child status: 143
Real time (s): 1795.31
CPU time (s): 1800.12
CPU user time (s): 1799.26
CPU system time (s): 0.859869
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 1784700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.859869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143449
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= 41102
involuntary context switches= 38683

runsolver used 2.10068 second user time and 4.45432 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Apr 16 05:06:32 UTC 2007

IDJOB= 349412
IDBENCH= 2413
IDSOLVER= 159
FILE ID= node44/349412-1176699991

PBS_JOBID= 4560007

Free space on /tmp= 66464 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d9d4457b33bb6978c15b3abc72f33e33

RANDOM SEED= 895640847

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1692192 kB
Buffers:         14656 kB
Cached:         281292 kB
SwapCached:       2232 kB
Active:         145136 kB
Inactive:       161768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692192 kB
SwapTotal:     4192956 kB
SwapFree:      4184652 kB
Dirty:            4816 kB
Writeback:           0 kB
Mapped:          17896 kB
Slab:            42848 kB
Committed_AS:   289688 kB
PageTables:       1396 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= 66464 MiB

End job on node44 on Mon Apr 16 05:36:29 UTC 2007