Trace number 365772

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.12 1779.61

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM3fa3d77c564aea49e42df3fe632e1a1c
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 benchmark0.05999
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables77
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 constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c no version file found!!!
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving /tmp/evaluation/365772-1177052481/instance-365772-1177052481.opb
0.17/0.23	c reading problem ... 
0.17/0.25	c ... done. Wall clock time 0.029s.
0.17/0.26	c CPU time (experimental) 0.19s.
0.17/0.26	c #vars     77
0.17/0.26	c #constraints  2
1800.02/1779.51	c starts		: 2
1800.02/1779.51	c conflicts		: 34727
1800.02/1779.51	c decisions		: 37419
1800.02/1779.51	c propagations		: 202445
1800.02/1779.51	c inspects		: 323753210
1800.02/1779.51	c learnt literals	: 0
1800.02/1779.51	c learnt binary clauses	: 0
1800.02/1779.51	c learnt ternary clauses	: 0
1800.02/1779.51	c learnt clauses	: 34726
1800.02/1779.51	c root simplifications	: 0
1800.02/1779.51	c removed literals (reason simplification)	: 0
1800.02/1779.51	c reason swapping (by a shorter reason)	: 0
1800.02/1779.51	c Calls to reduceDB	: 0
1800.02/1779.51	c speed (decisions/second)	: 21.030735932439065
1800.02/1779.51	c non guided choices	66
1800.02/1779.51	s UNKNOWN
1800.02/1779.51	c Total wall clock time (ms): 1779.285

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 2/84 24079
/proc/meminfo: memFree=1687840/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=152 CPUtime=0
/proc/24079/stat : 24079 (java) D 24077 24079 29071 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 59931052 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24079/statm: 38 26 19 9 0 4 0

[startup+0.0383729 s]
/proc/loadavg: 0.91 0.98 0.99 2/84 24079
/proc/meminfo: memFree=1687840/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1772952 CPUtime=0.01
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 1781 0 1 0 0 1 0 0 18 0 2 0 59931052 1815502848 1530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 443238 1540 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102377 s]
/proc/loadavg: 0.91 0.98 0.99 2/84 24079
/proc/meminfo: memFree=1687840/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1777844 CPUtime=0.07
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 3815 0 1 0 5 2 0 0 18 0 7 0 59931052 1820512256 3557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 444461 3557 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301416 s]
/proc/loadavg: 0.91 0.98 0.99 2/84 24079
/proc/meminfo: memFree=1687840/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1782256 CPUtime=0.27
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 5079 0 1 0 24 3 0 0 18 0 13 0 59931052 1825030144 4817 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 445564 4818 1250 9 0 443176 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1782256

[startup+0.701496 s]
/proc/loadavg: 0.91 0.98 0.99 2/84 24079
/proc/meminfo: memFree=1687840/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1791372 CPUtime=0.99
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 10438 0 1 0 94 5 0 0 18 0 13 0 59931052 1834364928 8529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 447843 8529 1294 9 0 445455 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1791372

[startup+1.50264 s]
/proc/loadavg: 0.91 0.98 0.99 4/97 24092
/proc/meminfo: memFree=1647288/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1793600 CPUtime=2.5
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 26306 0 1 0 237 13 0 0 18 0 13 0 59931052 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 448400 20720 1305 9 0 446012 0
[pid=24079/tid=24081] ppid=24077 vsize=1793600 CPUtime=0.84
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 17033 0 1 0 75 9 0 0 18 0 13 0 59931054 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525365 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1793600 CPUtime=0
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 59931056 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1793600 CPUtime=0
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 59931056 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1793600 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 59931059 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1793600 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 59931059 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1793600 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 59931059 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1793600 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1836646400 20720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1793600 CPUtime=0.87
/proc/24079/task/24088/stat : 24088 (java) R 24077 24079 29071 0 -1 64 4265 0 0 0 86 1 0 0 18 0 13 0 59931063 1836646400 20633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1793252 CPUtime=0.76
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4281 0 0 0 74 2 0 0 16 0 13 0 59931063 1836290048 20551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1792924 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1835954176 20551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1793844 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1836896256 20560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1793844 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1836896256 20576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1793600

[startup+3.10294 s]
/proc/loadavg: 0.91 0.98 0.99 4/97 24098
/proc/meminfo: memFree=1540856/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1794188 CPUtime=5.09
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 52401 0 1 0 480 29 0 0 18 0 13 0 59931052 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 448547 42431 1323 9 0 446159 0
[pid=24079/tid=24081] ppid=24077 vsize=1794188 CPUtime=2.18
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 37720 0 1 0 198 20 0 0 18 0 13 0 59931054 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579161 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 323 0 0 0 0 0 0 0 16 0 13 0 59931056 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 337 0 0 0 0 0 0 0 16 0 13 0 59931056 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 59931059 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1794188 CPUtime=1.7
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8346 0 0 0 166 4 0 0 16 0 13 0 59931063 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1794188 CPUtime=1.16
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4942 0 0 0 114 2 0 0 16 0 13 0 59931063 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1794188 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1837248512 42431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 1794188

[startup+6.30233 s]
/proc/loadavg: 0.92 0.98 0.99 2/97 24114
/proc/meminfo: memFree=1522680/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1792556 CPUtime=8.36
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 55066 0 1 0 806 30 0 0 18 0 13 0 59931052 1835577344 43935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 448139 43936 1323 9 0 445751 0
[pid=24079/tid=24081] ppid=24077 vsize=1792556 CPUtime=5.32
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 38250 0 1 0 511 21 0 0 25 0 13 0 59931054 1835577344 43937 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808121 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1792556 CPUtime=0.05
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 1430 0 0 0 5 0 0 0 16 0 13 0 59931056 1835577344 43938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1792556 CPUtime=0.05
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 1350 0 0 0 5 0 0 0 16 0 13 0 59931056 1835577344 43941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 59931059 1835577344 43943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1835577344 43945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1835577344 43948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1835577344 43950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1792556 CPUtime=1.71
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8346 0 0 0 167 4 0 0 16 0 13 0 59931063 1835577344 43952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1792556 CPUtime=1.18
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4942 0 0 0 116 2 0 0 16 0 13 0 59931063 1835577344 43954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1835577344 43956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1835577344 43959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1835577344 43961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1792556

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/97 24140
/proc/meminfo: memFree=1477312/2055920 swapFree=4141920/4192956
[pid=24079] ppid=24077 vsize=1792556 CPUtime=14.85
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 65191 0 1 0 1451 34 0 0 18 0 13 0 59931052 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 448139 53681 1324 9 0 445751 0
[pid=24079/tid=24081] ppid=24077 vsize=1792556 CPUtime=11.6
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 43513 0 1 0 1138 22 0 0 25 0 13 0 59931054 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1792556 CPUtime=0.14
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 4135 0 0 0 13 1 0 0 16 0 13 0 59931056 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1792556 CPUtime=0.14
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 3504 0 0 0 13 1 0 0 16 0 13 0 59931056 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 59931059 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1792556 CPUtime=1.72
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8346 0 0 0 168 4 0 0 16 0 13 0 59931063 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1792556 CPUtime=1.19
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4943 0 0 0 117 2 0 0 17 0 13 0 59931063 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1792556 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1835577344 53681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 1792556

[startup+25.5029 s]
/proc/loadavg: 0.94 0.98 0.99 2/97 24148
/proc/meminfo: memFree=1479744/2055920 swapFree=4141984/4192956
[pid=24079] ppid=24077 vsize=1792492 CPUtime=27.99
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 67542 0 1 0 2764 35 0 0 18 0 13 0 59931052 1835511808 53053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 448123 53053 1330 9 0 445735 0
[pid=24079/tid=24081] ppid=24077 vsize=1792492 CPUtime=24.29
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 43523 0 1 0 2407 22 0 0 25 0 13 0 59931054 1835511808 53053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558556 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1792492 CPUtime=0.23
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 5178 0 0 0 21 2 0 0 17 0 13 0 59931056 1835511808 53053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1792492 CPUtime=0.23
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 4329 0 0 0 22 1 0 0 16 0 13 0 59931056 1835511808 53053 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=24079] ppid=24077 vsize=1791572 CPUtime=1620.67
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 181870 0 1 0 161961 106 0 0 18 0 13 0 59931052 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 447893 115431 1333 9 0 445505 0
[pid=24079/tid=24081] ppid=24077 vsize=1791572 CPUtime=1583.62
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 71668 0 1 0 158318 44 0 0 25 0 13 0 59931054 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558696 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1791572 CPUtime=16.7
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 48399 0 0 0 1648 22 0 0 16 0 13 0 59931056 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1791572 CPUtime=16.75
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 47101 0 0 0 1654 21 0 0 16 0 13 0 59931056 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1791572 CPUtime=0.18
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 210 0 0 0 9 9 0 0 16 0 13 0 59931059 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1791572 CPUtime=2.03
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8813 0 0 0 199 4 0 0 16 0 13 0 59931063 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1791572 CPUtime=1.33
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4955 0 0 0 131 2 0 0 16 0 13 0 59931063 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1834569728 115431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1620.67
Current children cumulated vsize (KiB) 1791572

[startup+1662.3 s]
/proc/loadavg: 1.00 1.07 1.03 2/91 24174
/proc/meminfo: memFree=1227640/2055920 swapFree=4142688/4192956
[pid=24079] ppid=24077 vsize=1791572 CPUtime=1681.34
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 182788 0 1 0 168027 107 0 0 18 0 13 0 59931052 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 447893 116324 1333 9 0 445505 0
[pid=24079/tid=24081] ppid=24077 vsize=1791572 CPUtime=1642.9
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 71682 0 1 0 164245 45 0 0 25 0 13 0 59931054 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558556 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1791572 CPUtime=17.39
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 49173 0 0 0 1716 23 0 0 16 0 13 0 59931056 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1791572 CPUtime=17.44
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 47231 0 0 0 1723 21 0 0 16 0 13 0 59931056 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1791572 CPUtime=0.18
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 210 0 0 0 9 9 0 0 16 0 13 0 59931059 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1791572 CPUtime=2.03
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8813 0 0 0 199 4 0 0 16 0 13 0 59931063 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1791572 CPUtime=1.33
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4955 0 0 0 131 2 0 0 16 0 13 0 59931063 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1834569728 116324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1681.34
Current children cumulated vsize (KiB) 1791572

[startup+1722.3 s]
/proc/loadavg: 1.00 1.05 1.02 2/91 24174
/proc/meminfo: memFree=1223352/2055920 swapFree=4142688/4192956
[pid=24079] ppid=24077 vsize=1791572 CPUtime=1742.13
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 184003 0 1 0 174105 108 0 0 18 0 13 0 59931052 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 447893 117464 1333 9 0 445505 0
[pid=24079/tid=24081] ppid=24077 vsize=1791572 CPUtime=1702.05
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 71698 0 1 0 170160 45 0 0 19 0 13 0 59931054 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558556 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1791572 CPUtime=18.21
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 50034 0 0 0 1798 23 0 0 16 0 13 0 59931056 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1791572 CPUtime=18.27
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 47569 0 0 0 1806 21 0 0 17 0 13 0 59931056 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1791572 CPUtime=0.18
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 210 0 0 0 9 9 0 0 16 0 13 0 59931059 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1791572 CPUtime=2.03
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8813 0 0 0 199 4 0 0 16 0 13 0 59931063 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1791572 CPUtime=1.33
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4955 0 0 0 131 2 0 0 16 0 13 0 59931063 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1834569728 117464 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1742.13
Current children cumulated vsize (KiB) 1791572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.5 s]
/proc/loadavg: 1.00 1.04 1.02 2/91 24174
/proc/meminfo: memFree=1219320/2055920 swapFree=4142688/4192956
[pid=24079] ppid=24077 vsize=1791572 CPUtime=1800.02
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 184949 0 1 0 179893 109 0 0 18 0 13 0 59931052 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 447893 118370 1333 9 0 445505 0
[pid=24079/tid=24081] ppid=24077 vsize=1791572 CPUtime=1758.5
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 71712 0 1 0 175805 45 0 0 25 0 13 0 59931054 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566795 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1791572 CPUtime=18.92
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 50705 0 0 0 1869 23 0 0 16 0 13 0 59931056 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1791572 CPUtime=18.98
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 47830 0 0 0 1877 21 0 0 16 0 13 0 59931056 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1791572 CPUtime=0.19
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 210 0 0 0 10 9 0 0 16 0 13 0 59931059 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1791572 CPUtime=2.03
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8813 0 0 0 199 4 0 0 16 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1791572 CPUtime=1.33
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4955 0 0 0 131 2 0 0 16 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791572

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

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

[startup+1779.5 s]
/proc/loadavg: 1.00 1.04 1.02 2/91 24174
/proc/meminfo: memFree=1219320/2055920 swapFree=4142688/4192956
[pid=24079] ppid=24077 vsize=1791572 CPUtime=1800.02
/proc/24079/stat : 24079 (java) S 24077 24079 29071 0 -1 0 184949 0 1 0 179893 109 0 0 18 0 13 0 59931052 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24079/statm: 447893 118370 1333 9 0 445505 0
[pid=24079/tid=24081] ppid=24077 vsize=1791572 CPUtime=1758.5
/proc/24079/task/24081/stat : 24081 (java) R 24077 24079 29071 0 -1 64 71712 0 1 0 175805 45 0 0 25 0 13 0 59931054 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566795 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24082] ppid=24077 vsize=1791572 CPUtime=18.92
/proc/24079/task/24082/stat : 24082 (java) S 24077 24079 29071 0 -1 64 50705 0 0 0 1869 23 0 0 16 0 13 0 59931056 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24083] ppid=24077 vsize=1791572 CPUtime=18.98
/proc/24079/task/24083/stat : 24083 (java) S 24077 24079 29071 0 -1 64 47830 0 0 0 1877 21 0 0 16 0 13 0 59931056 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24084] ppid=24077 vsize=1791572 CPUtime=0.19
/proc/24079/task/24084/stat : 24084 (java) S 24077 24079 29071 0 -1 64 210 0 0 0 10 9 0 0 16 0 13 0 59931059 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24085] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24085/stat : 24085 (java) S 24077 24079 29071 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24086] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24086/stat : 24086 (java) S 24077 24079 29071 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 59931059 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24087] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24087/stat : 24087 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24088] ppid=24077 vsize=1791572 CPUtime=2.03
/proc/24079/task/24088/stat : 24088 (java) S 24077 24079 29071 0 -1 64 8813 0 0 0 199 4 0 0 16 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24089] ppid=24077 vsize=1791572 CPUtime=1.33
/proc/24079/task/24089/stat : 24089 (java) S 24077 24079 29071 0 -1 64 4955 0 0 0 131 2 0 0 16 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24090] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24090/stat : 24090 (java) S 24077 24079 29071 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 59931063 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24079/tid=24091] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24091/stat : 24091 (java) S 24077 24079 29071 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 59931064 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24079/tid=24092] ppid=24077 vsize=1791572 CPUtime=0
/proc/24079/task/24092/stat : 24092 (java) S 24077 24079 29071 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 59931079 1834569728 118370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791572

Child status: 143
Real time (s): 1779.61
CPU time (s): 1800.12
CPU user time (s): 1798.96
CPU system time (s): 1.16782
CPU usage (%): 101.153
Max. virtual memory (cumulated for all children) (KiB): 1796220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184970
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= 41978
involuntary context switches= 54551

runsolver used 1.69274 second user time and 4.95425 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Fri Apr 20 07:01:21 UTC 2007

IDJOB= 365772
IDBENCH= 2566
IDSOLVER= 160
FILE ID= node46/365772-1177052481

PBS_JOBID= 4640136

Free space on /tmp= 66081 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3fa3d77c564aea49e42df3fe632e1a1c

RANDOM SEED= 680566301

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1688376 kB
Buffers:         62276 kB
Cached:         228788 kB
SwapCached:       3104 kB
Active:         127128 kB
Inactive:       192624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688376 kB
SwapTotal:     4192956 kB
SwapFree:      4141920 kB
Dirty:            3644 kB
Writeback:           0 kB
Mapped:          35788 kB
Slab:            32676 kB
Committed_AS:  3369692 kB
PageTables:       2248 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= 66081 MiB

End job on node46 on Fri Apr 20 07:31:02 UTC 2007