Trace number 349538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.15 1773.92

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
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 variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349538-1176707013/instance-349538-1176707013.opb
0.20/0.20	c reading problem ... 
6.09/4.29	c ... done. Wall clock time 4.093s.
6.09/4.29	c CPU time (experimental) 3.19s.
6.09/4.29	c #vars     107520
6.09/4.29	c #constraints  4560
1800.02/1773.81	c starts		: 2
1800.02/1773.81	c conflicts		: 31362
1800.02/1773.81	c decisions		: 946729
1800.02/1773.81	c propagations		: 2600918
1800.02/1773.81	c inspects		: 219356311
1800.02/1773.81	c learnt literals	: 0
1800.02/1773.81	c learnt binary clauses	: 0
1800.02/1773.81	c learnt ternary clauses	: 0
1800.02/1773.81	c learnt clauses	: 31362
1800.02/1773.81	c root simplifications	: 0
1800.02/1773.81	c removed literals (reason simplification)	: 0
1800.02/1773.81	c reason swapping (by a shorter reason)	: 0
1800.02/1773.81	c Calls to reduceDB	: 0
1800.02/1773.81	c speed (decisions/second)	: 535.1327305573078
1800.02/1773.81	c non guided choices	0
1800.02/1773.81	s UNKNOWN
1800.02/1773.81	c Total wall clock time (ms): 1773.614

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 8822
/proc/meminfo: memFree=1752632/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1520 CPUtime=0
/proc/8822/stat : 8822 (java) R 8820 8822 8447 0 -1 0 79 0 0 0 0 0 0 0 18 0 1 0 118616743 1556480 62 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10916448 0 0 4096 0 0 0 0 17 1 0 0
/proc/8822/statm: 380 71 55 9 0 10 0

[startup+0.024967 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 8822
/proc/meminfo: memFree=1752632/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1772952 CPUtime=0.01
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 2108 0 1 0 0 1 0 0 18 0 2 0 118616743 1815502848 1857 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 443238 1868 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102972 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 8822
/proc/meminfo: memFree=1752632/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1780256 CPUtime=0.08
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 4003 0 1 0 6 2 0 0 18 0 12 0 118616743 1822982144 3744 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 445064 3746 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780256

[startup+0.30302 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 8822
/proc/meminfo: memFree=1752632/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1781636 CPUtime=0.34
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 6024 0 1 0 30 4 0 0 18 0 12 0 118616743 1824395264 5762 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 445409 5762 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.702103 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 8822
/proc/meminfo: memFree=1752632/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1782412 CPUtime=0.89
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 9823 0 1 0 83 6 0 0 18 0 12 0 118616743 1825189888 9268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 445603 9268 1297 9 0 443215 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782412

[startup+1.50127 s]
/proc/loadavg: 1.00 1.02 1.00 4/89 8834
/proc/meminfo: memFree=1707800/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1796880 CPUtime=2.32
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 22937 0 1 0 220 12 0 0 18 0 12 0 118616743 1840005120 19799 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449220 19800 1307 9 0 446832 0
[pid=8822/tid=8824] ppid=8820 vsize=1796880 CPUtime=1.03
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 15352 0 1 0 94 9 0 0 18 0 12 0 118616744 1840005120 19800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105880117 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118616746 1840005120 19800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118616746 1840005120 19800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118616748 1840005120 19802 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118616749 1840005120 19803 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118616749 1840005120 19804 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118616752 1840005120 19805 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1796880 CPUtime=0.62
/proc/8822/task/8831/stat : 8831 (java) R 8820 8822 8447 0 -1 64 2537 0 0 0 62 0 0 0 19 0 12 0 118616752 1840005120 19806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102600557 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1796880 CPUtime=0.64
/proc/8822/task/8832/stat : 8832 (java) R 8820 8822 8447 0 -1 64 4326 0 0 0 63 1 0 0 18 0 12 0 118616752 1840005120 19806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103335909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118616752 1840005120 19806 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1796880 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118616752 1840005120 19807 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1796880

[startup+3.1016 s]
/proc/loadavg: 1.00 1.02 1.00 2/89 8834
/proc/meminfo: memFree=1634328/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1797276 CPUtime=4.59
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 55810 0 1 0 433 26 0 0 18 0 12 0 118616743 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449319 49642 1318 9 0 446931 0
[pid=8822/tid=8824] ppid=8820 vsize=1797276 CPUtime=2.34
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 37678 0 1 0 216 18 0 0 18 0 12 0 118616744 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109528806 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1797276 CPUtime=0.2
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 3823 0 0 0 19 1 0 0 16 0 12 0 118616746 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1797276 CPUtime=0.2
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 3964 0 0 0 19 1 0 0 16 0 12 0 118616746 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1797276 CPUtime=0
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 118616748 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1797276 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 118616749 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1797276 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 118616749 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1797276 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118616752 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1797276 CPUtime=0.77
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 3402 0 0 0 76 1 0 0 15 0 12 0 118616752 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1797276 CPUtime=1.02
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6217 0 0 0 100 2 0 0 17 0 12 0 118616752 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1797276 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118616752 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1797276 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118616752 1840410624 49642 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 1797276

[startup+6.30206 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 8835
/proc/meminfo: memFree=1515344/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1798212 CPUtime=9.1
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 67809 0 1 0 877 33 0 0 18 0 13 0 118616743 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449553 60346 1335 9 0 447165 0
[pid=8822/tid=8824] ppid=8820 vsize=1798212 CPUtime=4.89
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 37723 0 1 0 471 18 0 0 25 0 13 0 118616744 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109906212 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1798212 CPUtime=0.51
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 9604 0 0 0 47 4 0 0 16 0 13 0 118616746 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1798212 CPUtime=0.52
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 9608 0 0 0 48 4 0 0 16 0 13 0 118616746 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 118616748 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1798212 CPUtime=1.33
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 3687 0 0 0 132 1 0 0 16 0 13 0 118616752 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1798212 CPUtime=1.79
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6456 0 0 0 176 3 0 0 16 0 13 0 118616752 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1798212 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1841369088 60346 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 1798212

[startup+12.7014 s]
/proc/loadavg: 1.00 1.02 1.00 4/90 8835
/proc/meminfo: memFree=1507216/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1801632 CPUtime=17.21
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 72754 0 1 0 1686 35 0 0 18 0 13 0 118616743 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 450408 63325 1335 9 0 448020 0
[pid=8822/tid=8824] ppid=8820 vsize=1801632 CPUtime=10.27
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 37730 0 1 0 1008 19 0 0 25 0 13 0 118616744 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109582239 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1801632 CPUtime=1.29
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 11088 0 0 0 124 5 0 0 16 0 13 0 118616746 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1801632 CPUtime=1.27
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 10319 0 0 0 123 4 0 0 16 0 13 0 118616746 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 118616748 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1801632 CPUtime=1.98
/proc/8822/task/8831/stat : 8831 (java) R 8820 8822 8447 0 -1 64 6405 0 0 0 196 2 0 0 17 0 13 0 118616752 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105429913 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1801632 CPUtime=2.35
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6481 0 0 0 232 3 0 0 17 0 13 0 118616752 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1801632 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1844871168 63325 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 1801632

[startup+25.503 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 8835
/proc/meminfo: memFree=1485840/2055920 swapFree=4172160/4192956
[pid=8822] ppid=8820 vsize=1796772 CPUtime=30.68
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 81525 0 1 0 3028 40 0 0 18 0 13 0 118616743 1839894528 67833 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449193 67833 1335 9 0 446805 0
[pid=8822/tid=8824] ppid=8820 vsize=1796772 CPUtime=22.48
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 37763 0 1 0 2229 19 0 0 25 0 13 0 118616744 1839894528 67833 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109996396 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1796772 CPUtime=1.84
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 15306 0 0 0 177 7 0 0 16 0 13 0 118616746 1839894528 67833 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1796772 CPUtime=1.82
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 14802 0 0 0 176 6 0 0 15 0 13 0 118616746 1839894528 67833 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 118616748 1839894528 67833 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 67833 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=8822/tid=8827] ppid=8820 vsize=1796772 CPUtime=0.19
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 50 0 0 0 11 8 0 0 16 0 13 0 118616748 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1796772 CPUtime=2.15
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 6424 0 0 0 213 2 0 0 16 0 13 0 118616752 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1796772 CPUtime=2.39
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6481 0 0 0 236 3 0 0 16 0 13 0 118616752 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1839894528 148178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1565.12
Current children cumulated vsize (KiB) 1796772

[startup+1602.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 8835
/proc/meminfo: memFree=1156304/2055920 swapFree=4172864/4192956
[pid=8822] ppid=8820 vsize=1796772 CPUtime=1626
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 186852 0 1 0 162489 111 0 0 18 0 13 0 118616743 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449193 149755 1335 9 0 446805 0
[pid=8822/tid=8824] ppid=8820 vsize=1796772 CPUtime=1578.83
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 42046 0 1 0 157851 32 0 0 22 0 13 0 118616744 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109938011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1796772 CPUtime=21.2
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 65673 0 0 0 2088 32 0 0 16 0 13 0 118616746 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1796772 CPUtime=21.17
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 65454 0 0 0 2087 30 0 0 17 0 13 0 118616746 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1796772 CPUtime=0.19
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 50 0 0 0 11 8 0 0 15 0 13 0 118616748 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1796772 CPUtime=2.15
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 6424 0 0 0 213 2 0 0 16 0 13 0 118616752 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1796772 CPUtime=2.39
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6481 0 0 0 236 3 0 0 16 0 13 0 118616752 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1839894528 149755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626
Current children cumulated vsize (KiB) 1796772

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 8835
/proc/meminfo: memFree=1149648/2055920 swapFree=4172928/4192956
[pid=8822] ppid=8820 vsize=1796772 CPUtime=1686.83
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 188546 0 1 0 168571 112 0 0 18 0 13 0 118616743 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449193 151299 1335 9 0 446805 0
[pid=8822/tid=8824] ppid=8820 vsize=1796772 CPUtime=1637.94
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 42061 0 1 0 163761 33 0 0 25 0 13 0 118616744 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109904780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1796772 CPUtime=22.07
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 66946 0 0 0 2174 33 0 0 16 0 13 0 118616746 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1796772 CPUtime=22.04
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 65860 0 0 0 2173 31 0 0 16 0 13 0 118616746 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1796772 CPUtime=0.19
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 50 0 0 0 11 8 0 0 16 0 13 0 118616748 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1796772 CPUtime=2.15
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 6424 0 0 0 213 2 0 0 16 0 13 0 118616752 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1796772 CPUtime=2.39
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6481 0 0 0 236 3 0 0 16 0 13 0 118616752 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1839894528 151299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1686.83
Current children cumulated vsize (KiB) 1796772

[startup+1722.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/90 8835
/proc/meminfo: memFree=1144080/2055920 swapFree=4172928/4192956
[pid=8822] ppid=8820 vsize=1796772 CPUtime=1747.76
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 190196 0 1 0 174663 113 0 0 18 0 13 0 118616743 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449193 152729 1335 9 0 446805 0
[pid=8822/tid=8824] ppid=8820 vsize=1796772 CPUtime=1696.96
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 42077 0 1 0 169663 33 0 0 25 0 13 0 118616744 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109906252 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1796772 CPUtime=23.03
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 67920 0 0 0 2269 34 0 0 16 0 13 0 118616746 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1796772 CPUtime=22.99
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 66520 0 0 0 2268 31 0 0 16 0 13 0 118616746 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1796772 CPUtime=0.19
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 50 0 0 0 11 8 0 0 15 0 13 0 118616748 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1796772 CPUtime=2.15
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 6424 0 0 0 213 2 0 0 16 0 13 0 118616752 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1796772 CPUtime=2.39
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6481 0 0 0 236 3 0 0 16 0 13 0 118616752 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1839894528 152729 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.76
Current children cumulated vsize (KiB) 1796772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.8 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 8835
/proc/meminfo: memFree=1138896/2055920 swapFree=4172928/4192956
[pid=8822] ppid=8820 vsize=1796772 CPUtime=1800.02
/proc/8822/stat : 8822 (java) S 8820 8822 8447 0 -1 0 191555 0 1 0 179887 115 0 0 18 0 13 0 118616743 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 449193 153908 1335 9 0 446805 0
[pid=8822/tid=8824] ppid=8820 vsize=1796772 CPUtime=1747.66
/proc/8822/task/8824/stat : 8824 (java) R 8820 8822 8447 0 -1 64 42090 0 1 0 174732 34 0 0 25 0 13 0 118616744 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109907312 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8825] ppid=8820 vsize=1796772 CPUtime=23.8
/proc/8822/task/8825/stat : 8825 (java) S 8820 8822 8447 0 -1 64 68799 0 0 0 2346 34 0 0 16 0 13 0 118616746 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8826] ppid=8820 vsize=1796772 CPUtime=23.77
/proc/8822/task/8826/stat : 8826 (java) S 8820 8822 8447 0 -1 64 66987 0 0 0 2346 31 0 0 17 0 13 0 118616746 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8827] ppid=8820 vsize=1796772 CPUtime=0.2
/proc/8822/task/8827/stat : 8827 (java) S 8820 8822 8447 0 -1 64 50 0 0 0 12 8 0 0 16 0 13 0 118616748 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8828] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8828/stat : 8828 (java) S 8820 8822 8447 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8829] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8829/stat : 8829 (java) S 8820 8822 8447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118616749 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8830] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8830/stat : 8830 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118616752 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8831] ppid=8820 vsize=1796772 CPUtime=2.15
/proc/8822/task/8831/stat : 8831 (java) S 8820 8822 8447 0 -1 64 6424 0 0 0 213 2 0 0 16 0 13 0 118616752 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8832] ppid=8820 vsize=1796772 CPUtime=2.39
/proc/8822/task/8832/stat : 8832 (java) S 8820 8822 8447 0 -1 64 6481 0 0 0 236 3 0 0 16 0 13 0 118616752 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8833] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8833/stat : 8833 (java) S 8820 8822 8447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118616752 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8822/tid=8834] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8834/stat : 8834 (java) S 8820 8822 8447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118616752 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8822/tid=8835] ppid=8820 vsize=1796772 CPUtime=0
/proc/8822/task/8835/stat : 8835 (java) S 8820 8822 8447 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 118617223 1839894528 153908 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1796772

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

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

[startup+1773.91 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 8835
/proc/meminfo: memFree=1138896/2055920 swapFree=4172928/4192956
[pid=8822] ppid=8820 vsize=0 CPUtime=1800.14
/proc/8822/stat : 8822 (java) Z 8820 8822 8447 0 -1 1036 191575 0 1 0 179889 125 0 0 16 0 2 0 118616743 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8822/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.92
CPU time (s): 1800.15
CPU user time (s): 1798.89
CPU system time (s): 1.25281
CPU usage (%): 101.478
Max. virtual memory (cumulated for all children) (KiB): 1801632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.25281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191575
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= 45541
involuntary context switches= 55463

runsolver used 1.67575 second user time and 4.88626 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Apr 16 07:03:33 UTC 2007

IDJOB= 349538
IDBENCH= 2504
IDSOLVER= 160
FILE ID= node33/349538-1176707013

PBS_JOBID= 4560059

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  daeaeaee67028e931b0f5195f178e9b3

RANDOM SEED= 439295656

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1753040 kB
Buffers:         12364 kB
Cached:          87528 kB
SwapCached:       2312 kB
Active:         214660 kB
Inactive:        24452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753040 kB
SwapTotal:     4192956 kB
SwapFree:      4172160 kB
Dirty:            8484 kB
Writeback:           0 kB
Mapped:         154224 kB
Slab:            49072 kB
Committed_AS:  1641972 kB
PageTables:       1996 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= 66544 MiB

End job on node33 on Mon Apr 16 07:33:09 UTC 2007