Trace number 361250

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 NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1755.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga25_24_sat_pb.cnf.cr.opb
MD5SUM7b1cf6104f891053895193aa96c054c6
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.015997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables900
Total number of constraints673
Number of constraints which are clauses624
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	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/361250-1176980829/instance-361250-1176980829.opb
0.20/0.20	c reading problem ... 
0.98/0.70	c ... done. Wall clock time 0.497s.
0.98/0.70	c CPU time (experimental) 0.57s.
0.98/0.70	c #vars     900
0.98/0.70	c #constraints  673
1800.02/1755.51	c starts		: 2
1800.02/1755.51	c conflicts		: 52073
1800.02/1755.51	c decisions		: 137617
1800.02/1755.51	c propagations		: 1545773
1800.02/1755.51	c inspects		: 645785698
1800.02/1755.51	c learnt literals	: 0
1800.02/1755.51	c learnt binary clauses	: 0
1800.02/1755.51	c learnt ternary clauses	: 0
1800.02/1755.51	c learnt clauses	: 52072
1800.02/1755.51	c root simplifications	: 0
1800.02/1755.51	c removed literals (reason simplification)	: 0
1800.02/1755.51	c reason swapping (by a shorter reason)	: 0
1800.02/1755.51	c Calls to reduceDB	: 0
1800.02/1755.51	c speed (decisions/second)	: 78.4230480572463
1800.02/1755.51	c non guided choices	632
1800.02/1755.52	s UNKNOWN
1800.02/1755.52	c Total wall clock time (ms): 1755.312

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/node2/watcher-361250-1176980829 -o ROOT/results/node2/solver-361250-1176980829 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361250-1176980829/sat4jPseudoCP.jar /tmp/evaluation/361250-1176980829/instance-361250-1176980829.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.03 1.04 0.99 2/77 27730
/proc/meminfo: memFree=1567672/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=152 CPUtime=0
/proc/27730/stat : 27730 (java) R 27728 27730 26887 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 174120705 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/27730/statm: 38 26 19 9 0 4 0

[startup+0.062774 s]
/proc/loadavg: 1.03 1.04 0.99 2/77 27730
/proc/meminfo: memFree=1567672/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1777708 CPUtime=0.04
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 3626 0 1 0 3 1 0 0 18 0 7 0 174120705 1820372992 3368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 444427 3368 1071 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102779 s]
/proc/loadavg: 1.03 1.04 0.99 2/77 27730
/proc/meminfo: memFree=1567672/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1780108 CPUtime=0.08
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 174120705 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302797 s]
/proc/loadavg: 1.03 1.04 0.99 2/77 27730
/proc/meminfo: memFree=1567672/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1781420 CPUtime=0.31
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 5124 0 1 0 28 3 0 0 18 0 12 0 174120705 1824174080 4862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 445355 4862 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.702843 s]
/proc/loadavg: 1.03 1.04 0.99 2/77 27730
/proc/meminfo: memFree=1567672/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1785084 CPUtime=0.98
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 7756 0 1 0 94 4 0 0 18 0 12 0 174120705 1827926016 6835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 446271 6836 1308 9 0 443883 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785084

[startup+1.50193 s]
/proc/loadavg: 1.03 1.04 0.99 2/90 27743
/proc/meminfo: memFree=1534096/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1793104 CPUtime=2.32
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 27066 0 1 0 219 13 0 0 18 0 13 0 174120705 1836138496 25057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 448276 25058 1317 9 0 445888 0
[pid=27730/tid=27732] ppid=27728 vsize=1793104 CPUtime=1.09
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 21492 0 1 0 98 11 0 0 18 0 13 0 174120706 1836138496 25060 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109642279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120708 1836138496 25063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 174120708 1836138496 25065 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 174120710 1836138496 25067 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 174120711 1836138496 25070 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 174120711 1836138496 25071 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1836138496 25074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1793104 CPUtime=0.56
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 1796 0 0 0 56 0 0 0 17 0 13 0 174120714 1836138496 25077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1793104 CPUtime=0.63
/proc/27730/task/27740/stat : 27740 (java) R 27728 27730 26887 0 -1 64 3057 0 0 0 63 0 0 0 18 0 13 0 174120714 1836138496 25078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104723168 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1836138496 25081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1836138496 25084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1793104 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1836138496 25084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1793104

[startup+3.10109 s]
/proc/loadavg: 1.03 1.04 0.99 2/90 27743
/proc/meminfo: memFree=1408400/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1795056 CPUtime=4.69
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 48133 0 1 0 445 24 0 0 18 0 13 0 174120705 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 448764 42778 1329 9 0 446376 0
[pid=27730/tid=27732] ppid=27728 vsize=1795056 CPUtime=2.46
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 37743 0 1 0 226 20 0 0 25 0 13 0 174120706 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637761 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1795056 CPUtime=0.01
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 390 0 0 0 1 0 0 0 16 0 13 0 174120708 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1795056 CPUtime=0.01
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 365 0 0 0 1 0 0 0 16 0 13 0 174120708 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 174120710 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1795056 CPUtime=1.06
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4649 0 0 0 105 1 0 0 16 0 13 0 174120714 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1795056 CPUtime=1.11
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 4255 0 0 0 110 1 0 0 16 0 13 0 174120714 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1795056 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1838137344 42778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 1795056

[startup+6.30243 s]
/proc/loadavg: 1.19 1.07 1.00 3/90 27743
/proc/meminfo: memFree=1399632/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=8.54
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 50560 0 1 0 828 26 0 0 18 0 13 0 174120705 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 44310 1330 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=5.47
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 37751 0 1 0 527 20 0 0 24 0 13 0 174120706 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647975 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=0.05
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 1533 0 0 0 5 0 0 0 16 0 13 0 174120708 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=0.05
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 1352 0 0 0 5 0 0 0 16 0 13 0 174120708 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 174120710 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.5
/proc/27730/task/27739/stat : 27739 (java) R 27728 27730 26887 0 -1 64 4691 0 0 0 149 1 0 0 17 0 13 0 174120714 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.39
/proc/27730/task/27740/stat : 27740 (java) R 27728 27730 26887 0 -1 64 4482 0 0 0 138 1 0 0 17 0 13 0 174120714 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104787582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 44310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 1796080

[startup+12.7021 s]
/proc/loadavg: 1.17 1.07 1.00 2/90 27743
/proc/meminfo: memFree=1347344/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=15.34
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 63671 0 1 0 1502 32 0 0 18 0 13 0 174120705 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 56524 1332 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=11.68
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 43171 0 1 0 1146 22 0 0 25 0 13 0 174120706 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529088 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=0.22
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 5166 0 0 0 19 3 0 0 16 0 13 0 174120708 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=0.22
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 4863 0 0 0 20 2 0 0 16 0 13 0 174120708 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 174120710 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.62
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4709 0 0 0 161 1 0 0 16 0 13 0 174120714 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.56
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 5011 0 0 0 154 2 0 0 17 0 13 0 174120714 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 56524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 1796080

[startup+25.5024 s]
/proc/loadavg: 1.13 1.06 1.00 2/90 27743
/proc/meminfo: memFree=1329808/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=28.31
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 68512 0 1 0 2797 34 0 0 18 0 13 0 174120705 1839185920 60492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 60492 1332 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=24.26
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 43185 0 1 0 2404 22 0 0 25 0 13 0 174120706 1839185920 60492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109890718 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=0.4
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 7716 0 0 0 37 3 0 0 16 0 13 0 174120708 1839185920 60492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=0.4
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 7140 0 0 0 37 3 0 0 16 0 13 0 174120708 1839185920 60492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0.15
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 31 0 0 0 10 5 0 0 16 0 13 0 174120710 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.66
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4711 0 0 0 165 1 0 0 16 0 13 0 174120714 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.57
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 5012 0 0 0 155 2 0 0 17 0 13 0 174120714 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 143985 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.41
Current children cumulated vsize (KiB) 1796080

[startup+1602.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 27745
/proc/meminfo: memFree=985808/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=1641.39
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 166744 0 1 0 164040 99 0 0 18 0 13 0 174120705 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 146259 1333 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=1563.08
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 43873 0 1 0 156271 37 0 0 25 0 13 0 174120706 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109886314 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=37.47
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 55018 0 0 0 3721 26 0 0 17 0 13 0 174120708 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=37.38
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 57377 0 0 0 3714 24 0 0 16 0 13 0 174120708 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0.16
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 31 0 0 0 11 5 0 0 16 0 13 0 174120710 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.66
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4711 0 0 0 165 1 0 0 16 0 13 0 174120714 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.57
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 5012 0 0 0 155 2 0 0 17 0 13 0 174120714 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 146259 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641.39
Current children cumulated vsize (KiB) 1796080

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 27745
/proc/meminfo: memFree=975824/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=1703.46
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 169631 0 1 0 170245 101 0 0 18 0 13 0 174120705 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 148769 1333 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=1620.96
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 43898 0 1 0 162058 38 0 0 25 0 13 0 174120706 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109696198 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=39.56
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 56208 0 0 0 3930 26 0 0 16 0 13 0 174120708 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=39.48
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 59049 0 0 0 3923 25 0 0 16 0 13 0 174120708 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0.17
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 31 0 0 0 11 6 0 0 16 0 13 0 174120710 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.66
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4711 0 0 0 165 1 0 0 16 0 13 0 174120714 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.57
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 5012 0 0 0 155 2 0 0 17 0 13 0 174120714 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 148769 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.46
Current children cumulated vsize (KiB) 1796080

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 27745
/proc/meminfo: memFree=960528/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=1765.6
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 174006 0 1 0 176456 104 0 0 18 0 13 0 174120705 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 152575 1333 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=1678.75
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 43923 0 1 0 167837 38 0 0 25 0 13 0 174120706 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873796 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=41.73
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 58296 0 0 0 4146 27 0 0 16 0 13 0 174120708 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=41.65
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 61311 0 0 0 4139 26 0 0 16 0 13 0 174120708 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0.17
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 31 0 0 0 11 6 0 0 16 0 13 0 174120710 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.66
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4711 0 0 0 165 1 0 0 16 0 13 0 174120714 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.57
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 5012 0 0 0 155 2 0 0 17 0 13 0 174120714 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 152575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.6
Current children cumulated vsize (KiB) 1796080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.5 s]
/proc/loadavg: 1.13 1.04 1.01 2/90 27745
/proc/meminfo: memFree=954320/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=1796080 CPUtime=1800.02
/proc/27730/stat : 27730 (java) S 27728 27730 26887 0 -1 0 175687 0 1 0 179897 105 0 0 18 0 13 0 174120705 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27730/statm: 449020 154128 1333 9 0 446632 0
[pid=27730/tid=27732] ppid=27728 vsize=1796080 CPUtime=1710.7
/proc/27730/task/27732/stat : 27732 (java) R 27728 27730 26887 0 -1 64 43937 0 1 0 171031 39 0 0 25 0 13 0 174120706 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684523 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27733] ppid=27728 vsize=1796080 CPUtime=42.98
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 26887 0 -1 64 58606 0 0 0 4271 27 0 0 16 0 13 0 174120708 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27734] ppid=27728 vsize=1796080 CPUtime=42.88
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 26887 0 -1 64 62668 0 0 0 4261 27 0 0 16 0 13 0 174120708 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=1796080 CPUtime=0.17
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 26887 0 -1 64 31 0 0 0 11 6 0 0 15 0 13 0 174120710 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27736] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 26887 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 26887 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 174120711 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 174120714 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=1796080 CPUtime=1.66
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 26887 0 -1 64 4711 0 0 0 165 1 0 0 16 0 13 0 174120714 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=1796080 CPUtime=1.57
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 26887 0 -1 64 5012 0 0 0 155 2 0 0 17 0 13 0 174120714 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27741] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 174120714 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 26887 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 174120714 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27730/tid=27743] ppid=27728 vsize=1796080 CPUtime=0
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 26887 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 174120777 1839185920 154128 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1796080

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

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

[startup+1755.62 s]
/proc/loadavg: 1.13 1.04 1.01 2/90 27745
/proc/meminfo: memFree=954320/2055920 swapFree=4149056/4192956
[pid=27730] ppid=27728 vsize=0 CPUtime=1800.14
/proc/27730/stat : 27730 (java) Z 27728 27730 26887 0 -1 1036 175707 0 1 0 179901 113 0 0 16 0 2 0 174120705 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27730/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): 1755.64
CPU time (s): 1800.16
CPU user time (s): 1799.01
CPU system time (s): 1.14882
CPU usage (%): 102.536
Max. virtual memory (cumulated for all children) (KiB): 1797692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.14882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175707
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= 42872
involuntary context switches= 52375

runsolver used 1.64075 second user time and 4.83326 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Thu Apr 19 11:07:09 UTC 2007

IDJOB= 361250
IDBENCH= 1429
IDSOLVER= 160
FILE ID= node2/361250-1176980829

PBS_JOBID= 4630398

Free space on /tmp= 66398 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga25_24_sat_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361250-1176980829/sat4jPseudoCP.jar /tmp/evaluation/361250-1176980829/instance-361250-1176980829.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-361250-1176980829 -o ROOT/results/node2/solver-361250-1176980829 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361250-1176980829/sat4jPseudoCP.jar /tmp/evaluation/361250-1176980829/instance-361250-1176980829.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7b1cf6104f891053895193aa96c054c6

RANDOM SEED= 504881810

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1568080 kB
Buffers:         37476 kB
Cached:         366772 kB
SwapCached:      12252 kB
Active:         300436 kB
Inactive:       127772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568080 kB
SwapTotal:     4192956 kB
SwapFree:      4149056 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          31004 kB
Slab:            45080 kB
Committed_AS:  7181832 kB
PageTables:       1860 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= 66398 MiB

End job on node2 on Thu Apr 19 11:36:27 UTC 2007