Trace number 349572

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.19 1789.33

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-dano3mip.opb
MD5SUM97b175564b36442f64835a62ac7058b3
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 variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.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.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/349572-1176709162/instance-349572-1176709162.opb
0.20/0.20	c reading problem ... 
26.11/20.45	c ... done. Wall clock time 20.246s.
26.11/20.45	c CPU time (experimental) 15.18s.
26.11/20.45	c #vars     399966
26.11/20.45	c #constraints  4450
1800.06/1789.21	c starts		: 13
1800.06/1789.21	c conflicts		: 32831
1800.06/1789.21	c decisions		: 147108
1800.06/1789.21	c propagations		: 12901554
1800.06/1789.21	c inspects		: 67285047
1800.06/1789.21	c learnt literals	: 0
1800.06/1789.21	c learnt binary clauses	: 35
1800.06/1789.21	c learnt ternary clauses	: 17
1800.06/1789.21	c learnt clauses	: 32831
1800.06/1789.21	c root simplifications	: 0
1800.06/1789.21	c removed literals (reason simplification)	: 0
1800.06/1789.21	c reason swapping (by a shorter reason)	: 0
1800.06/1789.21	c Calls to reduceDB	: 0
1800.06/1789.21	c speed (decisions/second)	: 83.18052358472163
1800.06/1789.21	c non guided choices	93622
1800.06/1789.21	s UNKNOWN
1800.06/1789.21	c Total wall clock time (ms): 1789.011

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/node48/watcher-349572-1176709162 -o ROOT/results/node48/solver-349572-1176709162 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349572-1176709162/sat4jPseudoResolution.jar /tmp/evaluation/349572-1176709162/instance-349572-1176709162.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.98 1.04 1.00 2/64 10076
/proc/meminfo: memFree=1594688/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=308 CPUtime=0
/proc/10076/stat : 10076 (java) R 10074 10076 9704 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 25761567 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3531556 0 0 4096 0 0 0 0 17 1 0 0
/proc/10076/statm: 77 41 31 9 0 6 0

[startup+0.068884 s]
/proc/loadavg: 0.98 1.04 1.00 2/64 10076
/proc/meminfo: memFree=1594688/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1777708 CPUtime=0.05
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 3694 0 1 0 3 2 0 0 18 0 7 0 25761567 1820372992 3436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 444427 3436 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101888 s]
/proc/loadavg: 0.98 1.04 1.00 2/64 10076
/proc/meminfo: memFree=1594688/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1780108 CPUtime=0.08
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 25761567 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301907 s]
/proc/loadavg: 0.98 1.04 1.00 2/64 10076
/proc/meminfo: memFree=1594688/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1782392 CPUtime=0.31
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 8601 0 1 0 28 3 0 0 18 0 12 0 25761567 1825169408 8339 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 445598 8339 1263 9 0 443210 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782392

[startup+0.701947 s]
/proc/loadavg: 0.98 1.04 1.00 2/64 10076
/proc/meminfo: memFree=1594688/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1793776 CPUtime=1.09
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 13370 0 1 0 103 6 0 0 18 0 12 0 25761567 1836826624 12103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448444 12104 1303 9 0 446056 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1793776

[startup+1.50201 s]
/proc/loadavg: 0.98 1.04 1.00 4/76 10088
/proc/meminfo: memFree=1546016/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1791896 CPUtime=2.44
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 28073 0 1 0 231 13 0 0 18 0 12 0 25761567 1834901504 23289 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 447974 23289 1304 9 0 445586 0
[pid=10076/tid=10078] ppid=10074 vsize=1791896 CPUtime=1.01
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 19965 0 1 0 93 8 0 0 19 0 12 0 25761569 1834901504 23290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552887 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 25761570 1834901504 23291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25761570 1834901504 23291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25761572 1834901504 23292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 25761573 1834901504 23293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 25761573 1834901504 23294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25761577 1834901504 23294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1791896 CPUtime=0.93
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6004 0 0 0 90 3 0 0 18 0 12 0 25761577 1834901504 23295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1791896 CPUtime=0.47
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1384 0 0 0 47 0 0 0 17 0 12 0 25761577 1834901504 23296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25761577 1834901504 23296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1791896 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25761577 1834901504 23297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1791896

[startup+3.10217 s]
/proc/loadavg: 0.98 1.04 1.00 2/76 10088
/proc/meminfo: memFree=1437216/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1793824 CPUtime=4.27
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 57927 0 1 0 401 26 0 0 18 0 12 0 25761567 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448456 51515 1314 9 0 446068 0
[pid=10076/tid=10078] ppid=10074 vsize=1793824 CPUtime=2.38
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 37689 0 1 0 222 16 0 0 23 0 12 0 25761569 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514094 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1793824 CPUtime=0.21
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 5984 0 0 0 19 2 0 0 16 0 12 0 25761570 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1793824 CPUtime=0.21
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 6140 0 0 0 19 2 0 0 16 0 12 0 25761570 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1793824 CPUtime=0
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25761572 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1793824 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25761573 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1793824 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25761573 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1793824 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25761577 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1793824 CPUtime=0.93
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6004 0 0 0 90 3 0 0 16 0 12 0 25761577 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1793824 CPUtime=0.48
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1385 0 0 0 48 0 0 0 17 0 12 0 25761577 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1793824 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25761577 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1793824 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25761577 1836875776 51515 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1793824

[startup+6.30245 s]
/proc/loadavg: 0.98 1.04 1.00 2/76 10088
/proc/meminfo: memFree=1320224/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1793440 CPUtime=8.41
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 86528 0 1 0 799 42 0 0 18 0 12 0 25761567 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448360 75830 1314 9 0 445972 0
[pid=10076/tid=10078] ppid=10074 vsize=1793440 CPUtime=4.63
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 37695 0 1 0 447 16 0 0 18 0 12 0 25761569 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562912 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1793440 CPUtime=1.15
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 22186 0 0 0 105 10 0 0 16 0 12 0 25761570 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1793440 CPUtime=1.16
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 18533 0 0 0 106 10 0 0 16 0 12 0 25761570 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1793440 CPUtime=0
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25761572 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1793440 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25761573 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1793440 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25761573 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1793440 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25761577 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1793440 CPUtime=0.93
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6004 0 0 0 90 3 0 0 16 0 12 0 25761577 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1793440 CPUtime=0.48
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1385 0 0 0 48 0 0 0 17 0 12 0 25761577 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1793440 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25761577 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1793440 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25761577 1836482560 75830 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1793440

[startup+12.702 s]
/proc/loadavg: 0.98 1.04 1.00 2/76 10088
/proc/meminfo: memFree=1209000/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1792024 CPUtime=16.71
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 117468 0 1 0 1613 58 0 0 18 0 12 0 25761567 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448006 101889 1321 9 0 445618 0
[pid=10076/tid=10078] ppid=10074 vsize=1792024 CPUtime=9.16
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 37703 0 1 0 899 17 0 0 19 0 12 0 25761569 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109592654 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1792024 CPUtime=2.98
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 38895 0 0 0 280 18 0 0 16 0 12 0 25761570 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1792024 CPUtime=2.98
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 32744 0 0 0 282 16 0 0 16 0 12 0 25761570 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1792024 CPUtime=0
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25761572 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792024 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25761573 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792024 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 25761573 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792024 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25761577 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1792024 CPUtime=0.97
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6016 0 0 0 94 3 0 0 16 0 12 0 25761577 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1792024 CPUtime=0.55
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1385 0 0 0 55 0 0 0 16 0 12 0 25761577 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1792024 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25761577 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1792024 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25761577 1835032576 101889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.71
Current children cumulated vsize (KiB) 1792024

[startup+25.5012 s]
/proc/loadavg: 0.98 1.03 1.00 2/77 10089
/proc/meminfo: memFree=1070816/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1792348 CPUtime=31.81
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 153363 0 1 0 3105 76 0 0 18 0 13 0 25761567 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448087 132054 1333 9 0 445699 0
[pid=10076/tid=10078] ppid=10074 vsize=1792348 CPUtime=19.89
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 37759 0 1 0 1970 19 0 0 25 0 13 0 25761569 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1792348 CPUtime=4.97
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 58418 0 0 0 469 28 0 0 17 0 13 0 25761570 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1792348 CPUtime=4.96
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 49004 0 0 0 473 23 0 0 18 0 13 0 25761570 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 25761572 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25761577 1835364352 132054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10076/tid=10081] ppid=10074 vsize=1792348 CPUtime=0.12
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 12 0 0 0 6 6 0 0 16 0 13 0 25761572 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25761577 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1792348 CPUtime=1.29
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6057 0 0 0 126 3 0 0 16 0 13 0 25761577 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1792348 CPUtime=0.98
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1416 0 0 0 98 0 0 0 16 0 13 0 25761577 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25761577 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25761577 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10089] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10089/stat : 10089 (java) S 10074 10076 9704 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25763742 1835364352 150989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.14
Current children cumulated vsize (KiB) 1792348

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10287
/proc/meminfo: memFree=975584/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1792348 CPUtime=1672.5
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 220182 0 1 0 167115 135 0 0 18 0 13 0 25761567 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448087 155574 1335 9 0 445699 0
[pid=10076/tid=10078] ppid=10074 vsize=1792348 CPUtime=1651.07
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 38140 0 1 0 165084 23 0 0 25 0 13 0 25761569 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771806 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1792348 CPUtime=9.46
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 91533 0 0 0 894 52 0 0 16 0 13 0 25761570 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1792348 CPUtime=9.5
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 82299 0 0 0 904 46 0 0 16 0 13 0 25761570 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1792348 CPUtime=0.12
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 14 0 0 0 6 6 0 0 16 0 13 0 25761572 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25761577 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1792348 CPUtime=1.29
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6057 0 0 0 126 3 0 0 16 0 13 0 25761577 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1792348 CPUtime=0.98
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1416 0 0 0 98 0 0 0 16 0 13 0 25761577 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25761577 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25761577 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10089] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10089/stat : 10089 (java) S 10074 10076 9704 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25763742 1835364352 155574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.5
Current children cumulated vsize (KiB) 1792348

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10289
/proc/meminfo: memFree=973856/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1792348 CPUtime=1732.79
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 221529 0 1 0 173141 138 0 0 18 0 13 0 25761567 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448087 155996 1335 9 0 445699 0
[pid=10076/tid=10078] ppid=10074 vsize=1792348 CPUtime=1710.67
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 38167 0 1 0 171043 24 0 0 25 0 13 0 25761569 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1792348 CPUtime=9.81
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 92223 0 0 0 927 54 0 0 16 0 13 0 25761570 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1792348 CPUtime=9.84
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 82929 0 0 0 937 47 0 0 16 0 13 0 25761570 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1792348 CPUtime=0.13
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 14 0 0 0 7 6 0 0 16 0 13 0 25761572 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25761577 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1792348 CPUtime=1.29
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6057 0 0 0 126 3 0 0 16 0 13 0 25761577 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1792348 CPUtime=0.98
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1416 0 0 0 98 0 0 0 16 0 13 0 25761577 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25761577 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25761577 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10089] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10089/stat : 10089 (java) S 10074 10076 9704 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25763742 1835364352 155996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.79
Current children cumulated vsize (KiB) 1792348

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10289
/proc/meminfo: memFree=969632/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1792348 CPUtime=1793.13
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 222826 0 1 0 179173 140 0 0 18 0 13 0 25761567 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448087 157056 1335 9 0 445699 0
[pid=10076/tid=10078] ppid=10074 vsize=1792348 CPUtime=1770.23
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 38195 0 1 0 176999 24 0 0 25 0 13 0 25761569 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765908 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1792348 CPUtime=10.19
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 92844 0 0 0 965 54 0 0 16 0 13 0 25761570 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1792348 CPUtime=10.23
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 83577 0 0 0 975 48 0 0 16 0 13 0 25761570 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1792348 CPUtime=0.14
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 14 0 0 0 7 7 0 0 16 0 13 0 25761572 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25761577 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1792348 CPUtime=1.29
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6057 0 0 0 126 3 0 0 16 0 13 0 25761577 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1792348 CPUtime=0.98
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1416 0 0 0 98 0 0 0 16 0 13 0 25761577 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25761577 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25761577 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10089] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10089/stat : 10089 (java) S 10074 10076 9704 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25763742 1835364352 157056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.13
Current children cumulated vsize (KiB) 1792348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10289
/proc/meminfo: memFree=969376/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=1792348 CPUtime=1800.06
/proc/10076/stat : 10076 (java) S 10074 10076 9704 0 -1 0 222932 0 1 0 179866 140 0 0 18 0 13 0 25761567 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10076/statm: 448087 157159 1335 9 0 445699 0
[pid=10076/tid=10078] ppid=10074 vsize=1792348 CPUtime=1777.09
/proc/10076/task/10078/stat : 10078 (java) R 10074 10076 9704 0 -1 64 38198 0 1 0 177685 24 0 0 25 0 13 0 25761569 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109772329 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10079] ppid=10074 vsize=1792348 CPUtime=10.22
/proc/10076/task/10079/stat : 10079 (java) S 10074 10076 9704 0 -1 64 92920 0 0 0 968 54 0 0 16 0 13 0 25761570 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10080] ppid=10074 vsize=1792348 CPUtime=10.26
/proc/10076/task/10080/stat : 10080 (java) S 10074 10076 9704 0 -1 64 83604 0 0 0 978 48 0 0 17 0 13 0 25761570 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10081] ppid=10074 vsize=1792348 CPUtime=0.14
/proc/10076/task/10081/stat : 10081 (java) S 10074 10076 9704 0 -1 64 14 0 0 0 7 7 0 0 16 0 13 0 25761572 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10082] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10082/stat : 10082 (java) S 10074 10076 9704 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10083] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10083/stat : 10083 (java) S 10074 10076 9704 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25761573 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10084] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10084/stat : 10084 (java) S 10074 10076 9704 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25761577 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10085] ppid=10074 vsize=1792348 CPUtime=1.29
/proc/10076/task/10085/stat : 10085 (java) S 10074 10076 9704 0 -1 64 6057 0 0 0 126 3 0 0 16 0 13 0 25761577 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10086] ppid=10074 vsize=1792348 CPUtime=0.98
/proc/10076/task/10086/stat : 10086 (java) S 10074 10076 9704 0 -1 64 1416 0 0 0 98 0 0 0 16 0 13 0 25761577 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10087] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10087/stat : 10087 (java) S 10074 10076 9704 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25761577 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10076/tid=10088] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10088/stat : 10088 (java) S 10074 10076 9704 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25761577 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10076/tid=10089] ppid=10074 vsize=1792348 CPUtime=0
/proc/10076/task/10089/stat : 10089 (java) S 10074 10076 9704 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25763742 1835364352 157159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1792348

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

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

[startup+1789.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10289
/proc/meminfo: memFree=969376/2055920 swapFree=4184696/4192956
[pid=10076] ppid=10074 vsize=0 CPUtime=1800.16
/proc/10076/stat : 10076 (java) Z 10074 10076 9704 0 -1 1036 222953 0 1 0 179869 147 0 0 16 0 2 0 25761567 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.33
CPU time (s): 1800.19
CPU user time (s): 1798.7
CPU system time (s): 1.49577
CPU usage (%): 100.607
Max. virtual memory (cumulated for all children) (KiB): 1794464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.49577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222953
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= 42002
involuntary context switches= 28722

runsolver used 1.9827 second user time and 4.5843 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Apr 16 07:39:22 UTC 2007

IDJOB= 349572
IDBENCH= 2525
IDSOLVER= 159
FILE ID= node48/349572-1176709162

PBS_JOBID= 4560070

Free space on /tmp= 66515 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349572-1176709162/sat4jPseudoResolution.jar /tmp/evaluation/349572-1176709162/instance-349572-1176709162.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-349572-1176709162 -o ROOT/results/node48/solver-349572-1176709162 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349572-1176709162/sat4jPseudoResolution.jar /tmp/evaluation/349572-1176709162/instance-349572-1176709162.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  97b175564b36442f64835a62ac7058b3

RANDOM SEED= 119599716

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1595096 kB
Buffers:         51012 kB
Cached:         324192 kB
SwapCached:       2672 kB
Active:         153392 kB
Inactive:       232864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595096 kB
SwapTotal:     4192956 kB
SwapFree:      4184696 kB
Dirty:           34960 kB
Writeback:           0 kB
Mapped:          16884 kB
Slab:            60592 kB
Committed_AS:   912468 kB
PageTables:       1388 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= 66515 MiB

End job on node48 on Mon Apr 16 08:09:14 UTC 2007