Trace number 365439

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23UNSAT 35.4566 31.8381

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot.we.opb
MD5SUM78c28cbc46584ca3f2053cae625d9faa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark35.4566
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 114621939712000000000
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 6133849937192095161813
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 114621939712000000000
Number of bits of the biggest number in a constraint 67
Biggest sum of numbers in a constraint 6133849937192095161813
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/365439-1177050576/instance-365439-1177050576.opb
0.08/0.19	c reading problem ... 
4.80/3.73	c ... done. Wall clock time 3.54s.
4.80/3.73	c CPU time (experimental) 2.8s.
4.80/3.73	c #vars     77678
4.80/3.73	c #constraints  1591
35.34/31.76	c starts		: 2
35.34/31.76	c conflicts		: 368
35.34/31.76	c decisions		: 100770
35.34/31.76	c propagations		: 771654
35.34/31.76	c inspects		: 2206127
35.34/31.76	c learnt literals	: 0
35.34/31.76	c learnt binary clauses	: 0
35.34/31.76	c learnt ternary clauses	: 0
35.34/31.76	c learnt clauses	: 367
35.34/31.76	c root simplifications	: 0
35.34/31.76	c removed literals (reason simplification)	: 0
35.34/31.76	c reason swapping (by a shorter reason)	: 0
35.34/31.76	c Calls to reduceDB	: 0
35.34/31.76	c speed (decisions/second)	: 3618.832148243913
35.34/31.76	c non guided choices	0
35.34/31.76	s UNSATISFIABLE
35.34/31.76	c Total wall clock time (ms): 31.573

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/node5/watcher-365439-1177050576 -o ROOT/results/node5/solver-365439-1177050576 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365439-1177050576/sat4jPseudoCP.jar /tmp/evaluation/365439-1177050576/instance-365439-1177050576.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.69 0.92 0.97 3/77 32131
/proc/meminfo: memFree=1743552/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1800 CPUtime=0
/proc/32131/stat : 32131 (java) R 32129 32131 29578 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 181095231 1843200 151 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 8258490 0 0 4096 0 0 0 0 17 1 0 0
/proc/32131/statm: 450 151 114 9 0 92 0

[startup+0.044862 s]
/proc/loadavg: 0.69 0.92 0.97 3/77 32131
/proc/meminfo: memFree=1743552/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1776376 CPUtime=0.02
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 3459 0 1 0 1 1 0 0 18 0 4 0 181095231 1819009024 3204 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.101867 s]
/proc/loadavg: 0.69 0.92 0.97 3/77 32131
/proc/meminfo: memFree=1743552/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1780256 CPUtime=0.08
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 4025 0 1 0 6 2 0 0 18 0 12 0 181095231 1822982144 3766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 445064 3766 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.301887 s]
/proc/loadavg: 0.69 0.92 0.97 3/77 32131
/proc/meminfo: memFree=1743552/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1781636 CPUtime=0.36
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 5751 0 1 0 32 4 0 0 18 0 12 0 181095231 1824395264 5489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 445409 5489 1271 9 0 443021 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1781636

[startup+0.701933 s]
/proc/loadavg: 0.69 0.92 0.97 3/77 32131
/proc/meminfo: memFree=1743552/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1783440 CPUtime=0.93
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 7863 0 1 0 88 5 0 0 18 0 12 0 181095231 1826242560 7363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 445860 7363 1303 9 0 443472 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1783440

[startup+1.50302 s]
/proc/loadavg: 0.71 0.92 0.97 4/89 32143
/proc/meminfo: memFree=1706848/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1794644 CPUtime=2.33
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 22057 0 1 0 220 13 0 0 18 0 12 0 181095231 1837715456 16905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 448661 16906 1311 9 0 446273 0
[pid=32131/tid=32133] ppid=32129 vsize=1794644 CPUtime=0.8
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 12804 0 1 0 73 7 0 0 23 0 12 0 181095232 1837715456 16906 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543706 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 181095234 1837715456 16907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 181095234 1837715456 16908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181095236 1837715456 16908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 181095237 1837715456 16909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181095237 1837715456 16909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181095240 1837715456 16910 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1794644 CPUtime=0.71
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 3728 0 0 0 69 2 0 0 18 0 12 0 181095240 1837715456 16911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1794644 CPUtime=0.78
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 4806 0 0 0 76 2 0 0 18 0 12 0 181095240 1837715456 16911 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181095240 1837715456 16912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1794644 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181095240 1837715456 16912 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1794644

[startup+3.1022 s]
/proc/loadavg: 0.71 0.92 0.97 2/89 32143
/proc/meminfo: memFree=1620192/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1795928 CPUtime=4.13
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 53993 0 1 0 386 27 0 0 18 0 12 0 181095231 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 448982 48518 1321 9 0 446594 0
[pid=32131/tid=32133] ppid=32129 vsize=1795928 CPUtime=2.18
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37673 0 1 0 200 18 0 0 25 0 12 0 181095232 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531196 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1795928 CPUtime=0.2
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 3865 0 0 0 19 1 0 0 18 0 12 0 181095234 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1795928 CPUtime=0.2
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 3196 0 0 0 19 1 0 0 16 0 12 0 181095234 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1795928 CPUtime=0
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 181095236 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1795928 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 181095237 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1795928 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181095237 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1795928 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 181095240 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1795928 CPUtime=0.71
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 3728 0 0 0 69 2 0 0 17 0 12 0 181095240 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1795928 CPUtime=0.78
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 4807 0 0 0 76 2 0 0 16 0 12 0 181095240 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1795928 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181095240 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1795928 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181095240 1839030272 48518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1795928

[startup+6.30157 s]
/proc/loadavg: 0.71 0.92 0.97 4/90 32144
/proc/meminfo: memFree=1507864/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=8.82
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 67911 0 1 0 848 34 0 0 18 0 13 0 181095231 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 59477 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=4.51
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37722 0 1 0 433 18 0 0 22 0 13 0 181095232 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882097 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=0.59
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 9495 0 0 0 55 4 0 0 16 0 13 0 181095234 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=0.6
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 8625 0 0 0 57 3 0 0 17 0 13 0 181095234 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 181095236 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.6
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5966 0 0 0 157 3 0 0 16 0 13 0 181095240 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.45
/proc/32131/task/32141/stat : 32141 (java) R 32129 32131 29578 0 -1 64 5375 0 0 0 143 2 0 0 16 0 13 0 181095240 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104845700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 59477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 1796640

[startup+12.7023 s]
/proc/loadavg: 0.90 0.95 0.98 2/90 32144
/proc/meminfo: memFree=1486936/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=16.2
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 75609 0 1 0 1582 38 0 0 18 0 13 0 181095231 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 64700 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=10.09
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37734 0 1 0 991 18 0 0 25 0 13 0 181095232 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109890286 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.31
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 12785 0 0 0 125 6 0 0 16 0 13 0 181095234 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.32
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13003 0 0 0 127 5 0 0 16 0 13 0 181095234 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181095236 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.79
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5976 0 0 0 176 3 0 0 16 0 13 0 181095240 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.63
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 5383 0 0 0 160 3 0 0 16 0 13 0 181095240 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 64700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 1796640

[startup+25.5017 s]
/proc/loadavg: 0.92 0.96 0.98 2/90 32144
/proc/meminfo: memFree=1539160/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=29.12
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 76024 0 1 0 2873 39 0 0 18 0 13 0 181095231 1839759360 52153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 52153 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=22.77
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37750 0 1 0 2258 19 0 0 21 0 13 0 181095232 1839759360 52153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567766 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.38
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 12938 0 0 0 132 6 0 0 16 0 13 0 181095234 1839759360 52153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.38
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13241 0 0 0 133 5 0 0 16 0 13 0 181095234 1839759360 52153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0.01
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 8 0 0 0 0 1 0 0 15 0 13 0 181095236 1839759360 52153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 52153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=32131] ppid=32129 vsize=1796640 CPUtime=32.34
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 76107 0 1 0 3195 39 0 0 18 0 13 0 181095231 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 49115 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=25.96
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37753 0 1 0 2577 19 0 0 25 0 13 0 181095232 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836847 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.4
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 12975 0 0 0 134 6 0 0 16 0 13 0 181095234 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.4
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13284 0 0 0 135 5 0 0 16 0 13 0 181095234 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0.01
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 181095236 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.87
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5981 0 0 0 184 3 0 0 16 0 13 0 181095240 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.66
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 5385 0 0 0 163 3 0 0 16 0 13 0 181095240 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 49115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.34
Current children cumulated vsize (KiB) 1796640

[startup+30.3015 s]
/proc/loadavg: 0.92 0.96 0.98 2/90 32144
/proc/meminfo: memFree=1551320/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=33.93
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 76147 0 1 0 3354 39 0 0 18 0 13 0 181095231 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 48203 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=27.54
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37754 0 1 0 2735 19 0 0 25 0 13 0 181095232 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836890 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.4
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 12993 0 0 0 134 6 0 0 16 0 13 0 181095234 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.4
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13305 0 0 0 135 5 0 0 16 0 13 0 181095234 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0.01
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 181095236 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.87
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5981 0 0 0 184 3 0 0 16 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.66
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 5385 0 0 0 163 3 0 0 16 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.93
Current children cumulated vsize (KiB) 1796640

[startup+31.1016 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 32144
/proc/meminfo: memFree=1555032/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=34.74
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 76148 0 1 0 3435 39 0 0 18 0 13 0 181095231 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 48203 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=28.34
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37755 0 1 0 2815 19 0 0 17 0 13 0 181095232 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109890101 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.4
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 12993 0 0 0 134 6 0 0 16 0 13 0 181095234 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.4
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13305 0 0 0 135 5 0 0 16 0 13 0 181095234 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0.01
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 181095236 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.87
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5981 0 0 0 184 3 0 0 16 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.67
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 5385 0 0 0 164 3 0 0 17 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 48203 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.74
Current children cumulated vsize (KiB) 1796640

[startup+31.5016 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 32144
/proc/meminfo: memFree=1555032/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=35.14
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 76197 0 1 0 3475 39 0 0 18 0 13 0 181095231 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 47343 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=28.73
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37756 0 1 0 2854 19 0 0 18 0 13 0 181095232 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836772 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.41
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 13006 0 0 0 135 6 0 0 17 0 13 0 181095234 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.41
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13340 0 0 0 136 5 0 0 16 0 13 0 181095234 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0.01
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 8 0 0 0 0 1 0 0 15 0 13 0 181095236 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.87
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5981 0 0 0 184 3 0 0 16 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.67
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 5385 0 0 0 164 3 0 0 17 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.14
Current children cumulated vsize (KiB) 1796640

[startup+31.7016 s]
/proc/loadavg: 0.93 0.96 0.98 2/90 32144
/proc/meminfo: memFree=1555032/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=1796640 CPUtime=35.34
/proc/32131/stat : 32131 (java) S 32129 32131 29578 0 -1 0 76197 0 1 0 3495 39 0 0 18 0 13 0 181095231 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32131/statm: 449160 47343 1334 9 0 446772 0
[pid=32131/tid=32133] ppid=32129 vsize=1796640 CPUtime=28.93
/proc/32131/task/32133/stat : 32133 (java) R 32129 32131 29578 0 -1 64 37756 0 1 0 2874 19 0 0 19 0 13 0 181095232 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109836772 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32134] ppid=32129 vsize=1796640 CPUtime=1.41
/proc/32131/task/32134/stat : 32134 (java) S 32129 32131 29578 0 -1 64 13006 0 0 0 135 6 0 0 17 0 13 0 181095234 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32131/tid=32135] ppid=32129 vsize=1796640 CPUtime=1.41
/proc/32131/task/32135/stat : 32135 (java) S 32129 32131 29578 0 -1 64 13340 0 0 0 136 5 0 0 16 0 13 0 181095234 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32136] ppid=32129 vsize=1796640 CPUtime=0.01
/proc/32131/task/32136/stat : 32136 (java) S 32129 32131 29578 0 -1 64 8 0 0 0 0 1 0 0 15 0 13 0 181095236 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32137] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32137/stat : 32137 (java) S 32129 32131 29578 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32138] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32138/stat : 32138 (java) S 32129 32131 29578 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181095237 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32139] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32139/stat : 32139 (java) S 32129 32131 29578 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32140] ppid=32129 vsize=1796640 CPUtime=1.87
/proc/32131/task/32140/stat : 32140 (java) S 32129 32131 29578 0 -1 64 5981 0 0 0 184 3 0 0 16 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32141] ppid=32129 vsize=1796640 CPUtime=1.67
/proc/32131/task/32141/stat : 32141 (java) S 32129 32131 29578 0 -1 64 5385 0 0 0 164 3 0 0 17 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32142] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32142/stat : 32142 (java) S 32129 32131 29578 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32143] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32143/stat : 32143 (java) S 32129 32131 29578 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181095240 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32131/tid=32144] ppid=32129 vsize=1796640 CPUtime=0
/proc/32131/task/32144/stat : 32144 (java) S 32129 32131 29578 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181095638 1839759360 47343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.34
Current children cumulated vsize (KiB) 1796640

[startup+31.8026 s]
/proc/loadavg: 0.93 0.96 0.98 1/89 32145
/proc/meminfo: memFree=1558488/2055920 swapFree=4151632/4192956
[pid=32131] ppid=32129 vsize=0 CPUtime=35.42
/proc/32131/stat : 32131 (java) Z 32129 32131 29578 0 -1 1036 76206 0 1 0 3502 40 0 0 16 0 2 0 181095231 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32131/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 31.8381
CPU time (s): 35.4566
CPU user time (s): 35.0267
CPU system time (s): 0.429934
CPU usage (%): 111.365
Max. virtual memory (cumulated for all children) (KiB): 1799444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.0267
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76206
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= 1777
involuntary context switches= 1683

runsolver used 0.034994 second user time and 0.103984 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Fri Apr 20 06:29:36 UTC 2007

IDJOB= 365439
IDBENCH= 2390
IDSOLVER= 160
FILE ID= node5/365439-1177050576

PBS_JOBID= 4640134

Free space on /tmp= 66349 MiB

SOLVER NAME= sat4jPseudoCP 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-pilot.we.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365439-1177050576/sat4jPseudoCP.jar /tmp/evaluation/365439-1177050576/instance-365439-1177050576.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-365439-1177050576 -o ROOT/results/node5/solver-365439-1177050576 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365439-1177050576/sat4jPseudoCP.jar /tmp/evaluation/365439-1177050576/instance-365439-1177050576.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  78c28cbc46584ca3f2053cae625d9faa

RANDOM SEED= 1669132

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1743960 kB
Buffers:         59080 kB
Cached:         187120 kB
SwapCached:       9344 kB
Active:         135320 kB
Inactive:       134880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743960 kB
SwapTotal:     4192956 kB
SwapFree:      4151632 kB
Dirty:            8352 kB
Writeback:           0 kB
Mapped:          30332 kB
Slab:            27304 kB
Committed_AS:  8944104 kB
PageTables:       1724 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= 66349 MiB

End job on node5 on Fri Apr 20 06:30:08 UTC 2007