Trace number 349452

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.11 1795.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM0fd8d82b89614ba6aec45b78f4728905
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 variables30004
Total number of constraints455
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 constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349452-1176701856/instance-349452-1176701856.opb
0.20/0.20	c reading problem ... 
2.60/1.81	c ... done. Wall clock time 1.615s.
2.60/1.81	c CPU time (experimental) 1.28s.
2.60/1.82	c #vars     30004
2.60/1.82	c #constraints  615
1800.04/1795.51	c starts		: 19
1800.04/1795.51	c conflicts		: 404564
1800.04/1795.51	c decisions		: 442892
1800.04/1795.51	c propagations		: 24617725
1800.04/1795.51	c inspects		: 193583340
1800.04/1795.51	c learnt literals	: 28
1800.04/1795.51	c learnt binary clauses	: 30
1800.04/1795.51	c learnt ternary clauses	: 23
1800.04/1795.51	c learnt clauses	: 404535
1800.04/1795.51	c root simplifications	: 0
1800.04/1795.51	c removed literals (reason simplification)	: 0
1800.04/1795.51	c reason swapping (by a shorter reason)	: 0
1800.04/1795.51	c Calls to reduceDB	: 0
1800.04/1795.51	c speed (decisions/second)	: 246.92261074782274
1800.04/1795.51	c non guided choices	19353
1800.04/1795.51	s UNKNOWN
1800.04/1795.51	c Total wall clock time (ms): 1795.314

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/node14/watcher-349452-1176701856 -o ROOT/results/node14/solver-349452-1176701856 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349452-1176701856/sat4jPseudoResolution.jar /tmp/evaluation/349452-1176701856/instance-349452-1176701856.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.72 0.99 0.99 2/77 22892
/proc/meminfo: memFree=1773872/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1800 CPUtime=0
/proc/22892/stat : 22892 (java) R 22890 22892 22829 0 -1 0 142 0 0 0 0 0 0 0 18 0 1 0 118103356 1843200 115 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7367921 0 0 4096 0 0 0 0 17 1 0 0
/proc/22892/statm: 450 122 86 9 0 92 0

[startup+0.0723699 s]
/proc/loadavg: 0.72 0.99 0.99 2/77 22892
/proc/meminfo: memFree=1773872/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1777708 CPUtime=0.06
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 3738 0 1 0 4 2 0 0 18 0 7 0 118103356 1820372992 3481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 444427 3481 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102371 s]
/proc/loadavg: 0.72 0.99 0.99 2/77 22892
/proc/meminfo: memFree=1773872/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1780108 CPUtime=0.09
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 3982 0 1 0 6 3 0 0 18 0 12 0 118103356 1822830592 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 445027 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302389 s]
/proc/loadavg: 0.72 0.99 0.99 2/77 22892
/proc/meminfo: memFree=1773872/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1781428 CPUtime=0.34
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 5399 0 1 0 30 4 0 0 18 0 12 0 118103356 1824182272 5138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 445357 5138 1263 9 0 442969 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781428

[startup+0.70143 s]
/proc/loadavg: 0.72 0.99 0.99 2/77 22892
/proc/meminfo: memFree=1773872/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1791764 CPUtime=1.02
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 9214 0 1 0 97 5 0 0 18 0 12 0 118103356 1834766336 8313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 447941 8313 1303 9 0 445553 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1791764

[startup+1.5015 s]
/proc/loadavg: 0.72 0.99 0.99 4/89 22904
/proc/meminfo: memFree=1736848/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792928 CPUtime=2.25
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 24594 0 1 0 213 12 0 0 18 0 12 0 118103356 1835958272 21581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448232 21583 1303 9 0 445844 0
[pid=22892/tid=22894] ppid=22890 vsize=1792928 CPUtime=0.97
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 18020 0 1 0 88 9 0 0 21 0 12 0 118103358 1835958272 21584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109546969 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118103359 1835958272 21587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118103359 1835958272 21589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118103361 1835958272 21591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118103362 1835958272 21593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 118103362 1835958272 21595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 118103366 1835958272 21597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792928 CPUtime=0.73
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4086 0 0 0 72 1 0 0 16 0 12 0 118103366 1835958272 21599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792928 CPUtime=0.52
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1770 0 0 0 52 0 0 0 16 0 12 0 118103366 1835958272 21601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118103366 1835958272 21603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792928 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 118103366 1835958272 21606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1792928

[startup+3.10165 s]
/proc/loadavg: 0.72 0.99 0.99 2/90 22905
/proc/meminfo: memFree=1659720/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1793252 CPUtime=4.16
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 33717 0 1 0 399 17 0 0 18 0 13 0 118103356 1836290048 30703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448313 30703 1316 9 0 445925 0
[pid=22892/tid=22894] ppid=22890 vsize=1793252 CPUtime=2.47
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 27084 0 1 0 234 13 0 0 17 0 13 0 118103358 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619479 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118103359 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118103359 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118103361 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118103362 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118103362 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1793252 CPUtime=0.93
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4103 0 0 0 92 1 0 0 16 0 13 0 118103366 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1793252 CPUtime=0.72
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1805 0 0 0 72 0 0 0 16 0 13 0 118103366 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1793252 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1836290048 30704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1793252

[startup+6.30295 s]
/proc/loadavg: 0.75 0.99 0.99 2/90 22905
/proc/meminfo: memFree=1650824/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=7.35
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 35488 0 1 0 718 17 0 0 18 0 13 0 118103356 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 32308 1316 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=5.68
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 28854 0 1 0 554 14 0 0 25 0 13 0 118103358 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118103359 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118103359 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118103361 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118103362 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118103362 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=0.93
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4103 0 0 0 92 1 0 0 16 0 13 0 118103366 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.72
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1805 0 0 0 72 0 0 0 16 0 13 0 118103366 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 32308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1792556

[startup+12.7026 s]
/proc/loadavg: 0.77 0.99 0.99 2/90 22905
/proc/meminfo: memFree=1636296/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=13.78
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 39023 0 1 0 1359 19 0 0 18 0 13 0 118103356 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 35843 1316 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=12.07
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 32388 0 1 0 1192 15 0 0 25 0 13 0 118103358 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771071 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118103359 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118103359 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118103361 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118103362 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 118103362 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=0.93
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4103 0 0 0 92 1 0 0 16 0 13 0 118103366 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.74
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1806 0 0 0 74 0 0 0 17 0 13 0 118103366 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 35843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 1792556

[startup+25.5028 s]
/proc/loadavg: 0.89 1.01 1.00 2/90 22905
/proc/meminfo: memFree=1597384/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=26.81
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 48403 0 1 0 2658 23 0 0 18 0 13 0 118103356 1835577344 45190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 45190 1327 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=24.69
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 37711 0 1 0 2451 18 0 0 25 0 13 0 118103358 1835577344 45190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798036 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=0.08
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 2121 0 0 0 8 0 0 0 16 0 13 0 118103359 1835577344 45190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=0.08
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 1912 0 0 0 8 0 0 0 16 0 13 0 118103359 1835577344 45190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118103361 1835577344 45190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=22892] ppid=22890 vsize=1792556 CPUtime=1666.34
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 125088 0 1 0 166554 80 0 0 18 0 13 0 118103356 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 68285 1327 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=1657.3
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 38035 0 1 0 165698 32 0 0 25 0 13 0 118103358 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=3.48
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 39757 0 0 0 330 18 0 0 16 0 13 0 118103359 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=3.48
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 40631 0 0 0 328 20 0 0 16 0 13 0 118103359 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0.1
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 13 0 0 0 5 5 0 0 16 0 13 0 118103361 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=1.1
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4115 0 0 0 108 2 0 0 16 0 13 0 118103366 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.83
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1814 0 0 0 83 0 0 0 16 0 13 0 118103366 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 68285 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.34
Current children cumulated vsize (KiB) 1792556

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23103
/proc/meminfo: memFree=1498576/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=1726.53
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 126463 0 1 0 172571 82 0 0 18 0 13 0 118103356 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 69549 1327 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=1716.97
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 38061 0 1 0 171665 32 0 0 25 0 13 0 118103358 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=3.74
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 40571 0 0 0 355 19 0 0 16 0 13 0 118103359 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=3.73
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 41166 0 0 0 352 21 0 0 16 0 13 0 118103359 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0.1
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 13 0 0 0 5 5 0 0 15 0 13 0 118103361 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=1.1
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4115 0 0 0 108 2 0 0 16 0 13 0 118103366 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.83
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1814 0 0 0 83 0 0 0 16 0 13 0 118103366 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 69549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.53
Current children cumulated vsize (KiB) 1792556

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23103
/proc/meminfo: memFree=1491600/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=1786.78
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 128274 0 1 0 178593 85 0 0 18 0 13 0 118103356 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 71299 1327 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=1776.66
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 38087 0 1 0 177633 33 0 0 25 0 13 0 118103358 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770939 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=4.01
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 41982 0 0 0 381 20 0 0 16 0 13 0 118103359 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=4
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 41540 0 0 0 379 21 0 0 16 0 13 0 118103359 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0.11
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 13 0 0 0 6 5 0 0 16 0 13 0 118103361 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=1.1
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4115 0 0 0 108 2 0 0 16 0 13 0 118103366 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.83
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1814 0 0 0 83 0 0 0 16 0 13 0 118103366 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 71299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 1792556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23103
/proc/meminfo: memFree=1490704/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=1800.04
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 128524 0 1 0 179919 85 0 0 18 0 13 0 118103356 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 71537 1327 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=1789.79
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 38093 0 1 0 178946 33 0 0 18 0 13 0 118103358 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798292 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=4.08
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 42133 0 0 0 388 20 0 0 16 0 13 0 118103359 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=4.08
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 41633 0 0 0 386 22 0 0 16 0 13 0 118103359 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0.11
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 13 0 0 0 6 5 0 0 15 0 13 0 118103361 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=1.1
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4115 0 0 0 108 2 0 0 16 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.83
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1814 0 0 0 83 0 0 0 16 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1792556

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

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

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23103
/proc/meminfo: memFree=1490704/2055920 swapFree=4149104/4192956
[pid=22892] ppid=22890 vsize=1792556 CPUtime=1800.04
/proc/22892/stat : 22892 (java) S 22890 22892 22829 0 -1 0 128524 0 1 0 179919 85 0 0 18 0 13 0 118103356 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22892/statm: 448139 71537 1327 9 0 445751 0
[pid=22892/tid=22894] ppid=22890 vsize=1792556 CPUtime=1789.79
/proc/22892/task/22894/stat : 22894 (java) R 22890 22892 22829 0 -1 64 38093 0 1 0 178946 33 0 0 18 0 13 0 118103358 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798292 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22895] ppid=22890 vsize=1792556 CPUtime=4.08
/proc/22892/task/22895/stat : 22895 (java) S 22890 22892 22829 0 -1 64 42133 0 0 0 388 20 0 0 16 0 13 0 118103359 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22896] ppid=22890 vsize=1792556 CPUtime=4.08
/proc/22892/task/22896/stat : 22896 (java) S 22890 22892 22829 0 -1 64 41633 0 0 0 386 22 0 0 16 0 13 0 118103359 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22897] ppid=22890 vsize=1792556 CPUtime=0.11
/proc/22892/task/22897/stat : 22897 (java) S 22890 22892 22829 0 -1 64 13 0 0 0 6 5 0 0 15 0 13 0 118103361 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22898] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22898/stat : 22898 (java) S 22890 22892 22829 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22899] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22899/stat : 22899 (java) S 22890 22892 22829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118103362 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22900] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22900/stat : 22900 (java) S 22890 22892 22829 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22901] ppid=22890 vsize=1792556 CPUtime=1.1
/proc/22892/task/22901/stat : 22901 (java) S 22890 22892 22829 0 -1 64 4115 0 0 0 108 2 0 0 16 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22902] ppid=22890 vsize=1792556 CPUtime=0.83
/proc/22892/task/22902/stat : 22902 (java) S 22890 22892 22829 0 -1 64 1814 0 0 0 83 0 0 0 16 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22903] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22903/stat : 22903 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22892/tid=22904] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22904/stat : 22904 (java) S 22890 22892 22829 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 118103366 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22892/tid=22905] ppid=22890 vsize=1792556 CPUtime=0
/proc/22892/task/22905/stat : 22905 (java) S 22890 22892 22829 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 118103562 1835577344 71537 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1792556

Child status: 143
Real time (s): 1795.57
CPU time (s): 1800.11
CPU user time (s): 1799.21
CPU system time (s): 0.905862
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 1794656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.905862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128545
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= 41034
involuntary context switches= 49409

runsolver used 1.74673 second user time and 4.87026 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Apr 16 05:37:36 UTC 2007

IDJOB= 349452
IDBENCH= 2435
IDSOLVER= 159
FILE ID= node14/349452-1176701856

PBS_JOBID= 4559430

Free space on /tmp= 66516 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0fd8d82b89614ba6aec45b78f4728905

RANDOM SEED= 995393072

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1774280 kB
Buffers:         28728 kB
Cached:         171956 kB
SwapCached:      11748 kB
Active:         141520 kB
Inactive:        82208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774280 kB
SwapTotal:     4192956 kB
SwapFree:      4149104 kB
Dirty:            4980 kB
Writeback:           0 kB
Mapped:          29648 kB
Slab:            43396 kB
Committed_AS:  6497156 kB
PageTables:       1784 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= 66516 MiB

End job on node14 on Mon Apr 16 06:07:34 UTC 2007