Trace number 354469

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.17 1781.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM891ef60a3c811d65a65dee7761e3f07c
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
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 benchmark498.812
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables96
Total number of constraints2
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 constraints2
Minimum length of a constraint96
Maximum length of a constraint96
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 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
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.02/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c no version file found!!!
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c solving /tmp/evaluation/354469-1176710736/instance-354469-1176710736.opb
0.12/0.26	c reading problem ... 
0.12/0.29	c ... done. Wall clock time 0.032s.
0.12/0.29	c CPU time (experimental) 0.19s.
0.12/0.29	c #vars     96
0.12/0.29	c #constraints  2
1800.04/1780.92	c starts		: 2
1800.04/1780.92	c conflicts		: 27889
1800.04/1780.92	c decisions		: 34393
1800.04/1780.92	c propagations		: 157172
1800.04/1780.92	c inspects		: 267081888
1800.04/1780.92	c learnt literals	: 0
1800.04/1780.92	c learnt binary clauses	: 0
1800.04/1780.92	c learnt ternary clauses	: 0
1800.04/1780.92	c learnt clauses	: 27889
1800.04/1780.92	c root simplifications	: 0
1800.04/1780.92	c removed literals (reason simplification)	: 0
1800.04/1780.92	c reason swapping (by a shorter reason)	: 0
1800.04/1780.92	c Calls to reduceDB	: 0
1800.04/1780.92	c speed (decisions/second)	: 19.31517150477277
1800.04/1780.92	c non guided choices	84
1800.04/1780.92	s UNKNOWN
1800.04/1780.92	c Total wall clock time (ms): 1780.656

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 9749
/proc/meminfo: memFree=1674680/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1520 CPUtime=0
/proc/9749/stat : 9749 (java) R 9747 9749 9075 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 118985283 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 11252320 0 0 4096 0 0 0 0 17 1 0 0
/proc/9749/statm: 380 73 56 9 0 10 0

[startup+0.0865751 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 9749
/proc/meminfo: memFree=1674680/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1772952 CPUtime=0.01
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 2267 0 1 0 0 1 0 0 18 0 2 0 118985283 1815502848 2016 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 443238 2016 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101566 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 9749
/proc/meminfo: memFree=1674680/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1776088 CPUtime=0.02
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 3241 0 1 0 1 1 0 0 18 0 4 0 118985283 1818714112 2988 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 444022 2988 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.301586 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 9749
/proc/meminfo: memFree=1674680/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1782760 CPUtime=0.23
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 5002 0 1 0 21 2 0 0 18 0 13 0 118985283 1825546240 4740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 445690 4740 1248 9 0 443302 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782760

[startup+0.701629 s]
/proc/loadavg: 1.00 1.00 1.00 1/64 9749
/proc/meminfo: memFree=1674680/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1784272 CPUtime=0.88
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 8521 0 1 0 84 4 0 0 18 0 13 0 118985283 1827094528 8024 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 446068 8024 1294 9 0 443680 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1784272

[startup+1.50271 s]
/proc/loadavg: 1.16 1.03 1.01 3/77 9762
/proc/meminfo: memFree=1630416/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1791452 CPUtime=2.41
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 25533 0 1 0 230 11 0 0 18 0 13 0 118985283 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 447863 19711 1302 9 0 445475 0
[pid=9749/tid=9751] ppid=9747 vsize=1791452 CPUtime=0.86
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 16623 0 1 0 79 7 0 0 18 0 13 0 118985285 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109485510 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 118985292 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 118985292 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 118985294 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 118985295 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 118985295 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1791452 CPUtime=0.72
/proc/9749/task/9758/stat : 9758 (java) R 9747 9749 9075 0 -1 64 3826 0 0 0 71 1 0 0 18 0 13 0 118985299 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104794299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1791452 CPUtime=0.8
/proc/9749/task/9759/stat : 9759 (java) R 9747 9749 9075 0 -1 64 4358 0 0 0 79 1 0 0 18 0 13 0 118985299 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 101898657 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1791452 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1834446848 19711 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1791452

[startup+3.10287 s]
/proc/loadavg: 1.16 1.03 1.01 3/77 9762
/proc/meminfo: memFree=1531792/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1793528 CPUtime=4.86
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 50908 0 1 0 463 23 0 0 18 0 13 0 118985283 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448382 42086 1323 9 0 445994 0
[pid=9749/tid=9751] ppid=9747 vsize=1793528 CPUtime=2.25
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 37734 0 1 0 207 18 0 0 18 0 13 0 118985285 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109485529 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1793528 CPUtime=0.01
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 350 0 0 0 1 0 0 0 16 0 13 0 118985292 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 310 0 0 0 0 0 0 0 16 0 13 0 118985292 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 118985294 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1793528 CPUtime=1.09
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4274 0 0 0 107 2 0 0 16 0 13 0 118985299 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1793528 CPUtime=1.49
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 7509 0 0 0 147 2 0 0 15 0 13 0 118985299 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1793528 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1836572672 42086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1793528

[startup+6.3012 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 9762
/proc/meminfo: memFree=1505936/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1793044 CPUtime=8.16
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 56662 0 1 0 790 26 0 0 18 0 13 0 118985283 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448261 46999 1323 9 0 445873 0
[pid=9749/tid=9751] ppid=9747 vsize=1793044 CPUtime=5.37
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 40396 0 1 0 518 19 0 0 19 0 13 0 118985285 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109554456 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1793044 CPUtime=0.06
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 1930 0 0 0 6 0 0 0 16 0 13 0 118985292 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1793044 CPUtime=0.06
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 1802 0 0 0 6 0 0 0 16 0 13 0 118985292 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 118985294 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1793044 CPUtime=1.1
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4274 0 0 0 108 2 0 0 16 0 13 0 118985299 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1793044 CPUtime=1.5
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 7510 0 0 0 148 2 0 0 16 0 13 0 118985299 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1836077056 46999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1793044

[startup+12.7019 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 9762
/proc/meminfo: memFree=1464208/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1793044 CPUtime=14.68
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 63712 0 1 0 1440 28 0 0 18 0 13 0 118985283 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448261 53636 1324 9 0 445873 0
[pid=9749/tid=9751] ppid=9747 vsize=1793044 CPUtime=11.7
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 44102 0 1 0 1150 20 0 0 25 0 13 0 118985285 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109554674 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1793044 CPUtime=0.13
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 3715 0 0 0 13 0 0 0 16 0 13 0 118985292 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1793044 CPUtime=0.13
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 3357 0 0 0 12 1 0 0 16 0 13 0 118985292 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 118985294 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1793044 CPUtime=1.12
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4274 0 0 0 110 2 0 0 16 0 13 0 118985299 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1793044 CPUtime=1.55
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 7514 0 0 0 153 2 0 0 16 0 13 0 118985299 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1793044 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1836077056 53636 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 1793044

[startup+25.5022 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 9762
/proc/meminfo: memFree=1469712/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1793044 CPUtime=27.63
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 66139 0 1 0 2734 29 0 0 18 0 13 0 118985283 1836077056 52242 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448261 52242 1330 9 0 445873 0
[pid=9749/tid=9751] ppid=9747 vsize=1793044 CPUtime=24.37
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 44120 0 1 0 2417 20 0 0 20 0 13 0 118985285 1836077056 52242 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109554456 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1793044 CPUtime=0.24
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 5012 0 0 0 23 1 0 0 16 0 13 0 118985292 1836077056 52242 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1793044 CPUtime=0.23
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 4455 0 0 0 21 2 0 0 16 0 13 0 118985292 1836077056 52242 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=9749/tid=9754] ppid=9747 vsize=1795092 CPUtime=0.19
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 283 0 0 0 10 9 0 0 16 0 13 0 118985294 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1795092 CPUtime=1.5
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4335 0 0 0 148 2 0 0 18 0 13 0 118985299 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1795092 CPUtime=1.85
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 9256 0 0 0 182 3 0 0 16 0 13 0 118985299 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1838174208 118774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1558.93
Current children cumulated vsize (KiB) 1795092

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9762
/proc/meminfo: memFree=1198288/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1795092 CPUtime=1619.55
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 208503 0 1 0 161853 102 0 0 18 0 13 0 118985283 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448773 119874 1333 9 0 446385 0
[pid=9749/tid=9751] ppid=9747 vsize=1795092 CPUtime=1585.06
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 90099 0 1 0 158463 43 0 0 25 0 13 0 118985285 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109555132 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1795092 CPUtime=15.42
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 52824 0 0 0 1521 21 0 0 16 0 13 0 118985292 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1795092 CPUtime=15.46
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 50984 0 0 0 1526 20 0 0 16 0 13 0 118985292 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1795092 CPUtime=0.2
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 283 0 0 0 11 9 0 0 16 0 13 0 118985294 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1795092 CPUtime=1.5
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4335 0 0 0 148 2 0 0 18 0 13 0 118985299 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1795092 CPUtime=1.85
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 9256 0 0 0 182 3 0 0 16 0 13 0 118985299 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1838174208 119874 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.55
Current children cumulated vsize (KiB) 1795092

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9762
/proc/meminfo: memFree=1194128/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1795092 CPUtime=1680.2
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 209562 0 1 0 167917 103 0 0 18 0 13 0 118985283 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448773 120894 1333 9 0 446385 0
[pid=9749/tid=9751] ppid=9747 vsize=1795092 CPUtime=1644.38
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 90114 0 1 0 164395 43 0 0 25 0 13 0 118985285 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109552759 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1795092 CPUtime=16.08
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 53166 0 0 0 1586 22 0 0 16 0 13 0 118985292 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1795092 CPUtime=16.11
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 51686 0 0 0 1591 20 0 0 16 0 13 0 118985292 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1795092 CPUtime=0.2
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 283 0 0 0 11 9 0 0 16 0 13 0 118985294 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1795092 CPUtime=1.52
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4335 0 0 0 150 2 0 0 17 0 13 0 118985299 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1795092 CPUtime=1.85
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 9256 0 0 0 182 3 0 0 16 0 13 0 118985299 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1838174208 120894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.2
Current children cumulated vsize (KiB) 1795092

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9762
/proc/meminfo: memFree=1190352/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1795092 CPUtime=1740.83
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 210634 0 1 0 173979 104 0 0 18 0 13 0 118985283 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448773 121888 1333 9 0 446385 0
[pid=9749/tid=9751] ppid=9747 vsize=1795092 CPUtime=1703.69
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 90128 0 1 0 170325 44 0 0 25 0 13 0 118985285 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109554650 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1795092 CPUtime=16.74
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 53525 0 0 0 1652 22 0 0 16 0 13 0 118985292 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1795092 CPUtime=16.78
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 52384 0 0 0 1657 21 0 0 16 0 13 0 118985292 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1795092 CPUtime=0.21
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 284 0 0 0 11 10 0 0 16 0 13 0 118985294 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1795092 CPUtime=1.52
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4335 0 0 0 150 2 0 0 17 0 13 0 118985299 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1795092 CPUtime=1.85
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 9256 0 0 0 182 3 0 0 16 0 13 0 118985299 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1838174208 121888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.83
Current children cumulated vsize (KiB) 1795092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9762
/proc/meminfo: memFree=1186192/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=1795092 CPUtime=1800.04
/proc/9749/stat : 9749 (java) S 9747 9749 9075 0 -1 0 211648 0 1 0 179900 104 0 0 18 0 13 0 118985283 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9749/statm: 448773 122852 1333 9 0 446385 0
[pid=9749/tid=9751] ppid=9747 vsize=1795092 CPUtime=1761.64
/proc/9749/task/9751/stat : 9751 (java) R 9747 9749 9075 0 -1 64 90141 0 1 0 176120 44 0 0 25 0 13 0 118985285 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109553513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9752] ppid=9747 vsize=1795092 CPUtime=17.37
/proc/9749/task/9752/stat : 9752 (java) S 9747 9749 9075 0 -1 64 53986 0 0 0 1715 22 0 0 17 0 13 0 118985292 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9753] ppid=9747 vsize=1795092 CPUtime=17.41
/proc/9749/task/9753/stat : 9753 (java) S 9747 9749 9075 0 -1 64 52924 0 0 0 1720 21 0 0 16 0 13 0 118985292 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9754] ppid=9747 vsize=1795092 CPUtime=0.21
/proc/9749/task/9754/stat : 9754 (java) S 9747 9749 9075 0 -1 64 284 0 0 0 11 10 0 0 16 0 13 0 118985294 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9755] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9755/stat : 9755 (java) S 9747 9749 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9756] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9756/stat : 9756 (java) S 9747 9749 9075 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118985295 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9757] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9757/stat : 9757 (java) S 9747 9749 9075 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 118985299 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9758] ppid=9747 vsize=1795092 CPUtime=1.52
/proc/9749/task/9758/stat : 9758 (java) S 9747 9749 9075 0 -1 64 4335 0 0 0 150 2 0 0 17 0 13 0 118985299 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9749/tid=9759] ppid=9747 vsize=1795092 CPUtime=1.85
/proc/9749/task/9759/stat : 9759 (java) S 9747 9749 9075 0 -1 64 9256 0 0 0 182 3 0 0 16 0 13 0 118985299 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9760] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9760/stat : 9760 (java) S 9747 9749 9075 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118985299 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9761] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9761/stat : 9761 (java) S 9747 9749 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118985299 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9749/tid=9762] ppid=9747 vsize=1795092 CPUtime=0
/proc/9749/task/9762/stat : 9762 (java) S 9747 9749 9075 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 118985313 1838174208 122852 18446744073709551615 134512640 134550740 4294956464 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) 1795092

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

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

[startup+1781.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9762
/proc/meminfo: memFree=1186192/2055920 swapFree=4184652/4192956
[pid=9749] ppid=9747 vsize=0 CPUtime=1800.14
/proc/9749/stat : 9749 (java) Z 9747 9749 9075 0 -1 1036 211670 0 1 0 179904 110 0 0 16 0 2 0 118985283 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9749/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): 1781.03
CPU time (s): 1800.17
CPU user time (s): 1799.05
CPU system time (s): 1.12083
CPU usage (%): 101.074
Max. virtual memory (cumulated for all children) (KiB): 1796312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.12083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211670
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= 42896
involuntary context switches= 8110

runsolver used 1.73574 second user time and 4.76927 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Apr 16 08:05:36 UTC 2007

IDJOB= 354469
IDBENCH= 2561
IDSOLVER= 160
FILE ID= node44/354469-1176710736

PBS_JOBID= 4560066

Free space on /tmp= 66465 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob7.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354469-1176710736/sat4jPseudoCP.jar /tmp/evaluation/354469-1176710736/instance-354469-1176710736.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-354469-1176710736 -o ROOT/results/node44/solver-354469-1176710736 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354469-1176710736/sat4jPseudoCP.jar /tmp/evaluation/354469-1176710736/instance-354469-1176710736.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  891ef60a3c811d65a65dee7761e3f07c

RANDOM SEED= 511747642

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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:       1675152 kB
Buffers:         18556 kB
Cached:         295208 kB
SwapCached:       2232 kB
Active:         146640 kB
Inactive:       177316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675152 kB
SwapTotal:     4192956 kB
SwapFree:      4184652 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          17192 kB
Slab:            42844 kB
Committed_AS:   291072 kB
PageTables:       1396 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= 66465 MiB

End job on node44 on Mon Apr 16 08:35:19 UTC 2007