Trace number 419807

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1776.41

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
manolios/manol-pipe-c10nidw_s.opb
MD5SUM9c48416aa92aa4c8d8c74a050ab6635f
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark373.723
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables404382
Total number of constraints1204273
Number of constraints which are clauses1204273
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.12/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.25	c no version file found!!!
0.12/0.25	c sun.arch.data.model	32
0.12/0.25	c java.version	1.6.0
0.12/0.25	c os.name	Linux
0.12/0.25	c os.version	2.6.9-22.EL.rootsmp
0.12/0.25	c os.arch	i386
0.12/0.25	c Free memory 1651659224
0.12/0.25	c Max memory 1654456320
0.12/0.25	c Total memory 1654456320
0.12/0.25	c Number of processors 2
0.20/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.31	--- Begin Solver configuration ---
0.20/0.31	c Stops conflict analysis at the first Unique Implication Point
0.20/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.31	c Learn all clauses as in MiniSAT
0.20/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.31	c No reason simplification
0.20/0.31	c --- End Solver configuration ---
0.20/0.31	c solving /tmp/evaluation/419807-1177413282/instance-419807-1177413282.opb
0.20/0.31	c reading problem ... 
24.99/20.85	c ... done. Wall clock time 20.543s.
24.99/20.85	c CPU time (experimental) 16.43s.
24.99/20.85	c #vars     404382
24.99/20.85	c #constraints  1204272
1800.04/1776.31	c starts		: 2
1800.04/1776.31	c conflicts		: 182488
1800.04/1776.31	c decisions		: 908467
1800.04/1776.31	c propagations		: 267377759
1800.04/1776.31	c inspects		: 664081689
1800.04/1776.31	c learnt literals	: 19
1800.04/1776.31	c learnt binary clauses	: 180
1800.04/1776.31	c learnt ternary clauses	: 5527
1800.04/1776.31	c learnt clauses	: 182468
1800.04/1776.31	c root simplifications	: 0
1800.04/1776.31	c removed literals (reason simplification)	: 0
1800.04/1776.31	c reason swapping (by a shorter reason)	: 0
1800.04/1776.31	c Calls to reduceDB	: 0
1800.04/1776.31	c speed (decisions/second)	: 517.5311868728587
1800.04/1776.31	c non guided choices	41613
1800.04/1776.31	s UNKNOWN
1800.04/1776.31	c Total wall clock time (ms): 1776.002

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node30/watcher-419807-1177413282 -o ROOT/results/node30/solver-419807-1177413282 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419807-1177413282/sat4jPseudoCP.jar /tmp/evaluation/419807-1177413282/instance-419807-1177413282.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.01 1.00 2/77 31820
/proc/meminfo: memFree=1835592/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=200 CPUtime=0
/proc/31820/stat : 31820 (java) R 31818 31820 31334 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 189244090 204800 27 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6979697 0 0 4096 0 0 0 0 17 1 0 0
/proc/31820/statm: 50 33 26 9 0 4 0

[startup+0.073161 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 31820
/proc/meminfo: memFree=1835592/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1777708 CPUtime=0.04
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 3587 0 1 0 2 2 0 0 18 0 7 0 189244090 1820372992 3331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 444427 3331 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101162 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 31820
/proc/meminfo: memFree=1835592/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1777844 CPUtime=0.06
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 3816 0 1 0 4 2 0 0 18 0 7 0 189244090 1820512256 3560 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 444461 3560 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301176 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 31820
/proc/meminfo: memFree=1835592/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1782404 CPUtime=0.2
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 4843 0 1 0 17 3 0 0 18 0 12 0 189244090 1825181696 4583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 445601 4583 1244 9 0 443213 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782404

[startup+0.701201 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 31820
/proc/meminfo: memFree=1835592/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1783588 CPUtime=0.71
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 9857 0 1 0 66 5 0 0 18 0 12 0 189244090 1826394112 9423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 445897 9424 1292 9 0 443509 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1783588

[startup+1.50225 s]
/proc/loadavg: 1.00 1.01 1.00 4/89 31832
/proc/meminfo: memFree=1796968/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1786060 CPUtime=1.93
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 17965 0 1 0 185 8 0 0 18 0 12 0 189244090 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 446515 16303 1301 9 0 444127 0
[pid=31820/tid=31822] ppid=31818 vsize=1786060 CPUtime=0.92
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 14403 0 1 0 86 6 0 0 24 0 12 0 189244092 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 189244093 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189244093 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189244096 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 189244096 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 189244096 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 189244101 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1786060 CPUtime=0.45
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1517 0 0 0 45 0 0 0 17 0 12 0 189244101 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1786060 CPUtime=0.53
/proc/31820/task/31830/stat : 31830 (java) R 31818 31820 31334 0 -1 64 1326 0 0 0 53 0 0 0 16 0 12 0 189244101 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103332805 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189244101 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1786060 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189244101 1828925440 16303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1786060

[startup+3.10135 s]
/proc/loadavg: 1.00 1.01 1.00 2/89 31832
/proc/meminfo: memFree=1705512/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1786384 CPUtime=3.63
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 46387 0 1 0 339 24 0 0 18 0 12 0 189244090 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 446596 44710 1310 9 0 444208 0
[pid=31820/tid=31822] ppid=31818 vsize=1786384 CPUtime=2.43
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 37691 0 1 0 224 19 0 0 23 0 12 0 189244092 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522806 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1786384 CPUtime=0.08
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 2977 0 0 0 7 1 0 0 17 0 12 0 189244093 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1786384 CPUtime=0.08
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 2152 0 0 0 7 1 0 0 16 0 12 0 189244093 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1786384 CPUtime=0
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 189244096 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1786384 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189244096 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1786384 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189244096 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1786384 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 189244101 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1786384 CPUtime=0.45
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1517 0 0 0 45 0 0 0 17 0 12 0 189244101 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1786384 CPUtime=0.53
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 1326 0 0 0 53 0 0 0 16 0 12 0 189244101 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1786384 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189244101 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1786384 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189244101 1829257216 44710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1786384

[startup+6.30154 s]
/proc/loadavg: 1.00 1.01 1.00 2/89 31832
/proc/meminfo: memFree=1621736/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1786836 CPUtime=7.4
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 59262 0 1 0 709 31 0 0 18 0 12 0 189244090 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 446709 56575 1310 9 0 444321 0
[pid=31820/tid=31822] ppid=31818 vsize=1786836 CPUtime=5.02
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 37695 0 1 0 482 20 0 0 19 0 12 0 189244092 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497185 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1786836 CPUtime=0.68
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 10725 0 0 0 63 5 0 0 16 0 12 0 189244093 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1786836 CPUtime=0.67
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 7273 0 0 0 63 4 0 0 18 0 12 0 189244093 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1786836 CPUtime=0
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189244096 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1786836 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189244096 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1786836 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189244096 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1786836 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 189244101 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1786836 CPUtime=0.45
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1517 0 0 0 45 0 0 0 17 0 12 0 189244101 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1786836 CPUtime=0.53
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 1326 0 0 0 53 0 0 0 16 0 12 0 189244101 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1786836 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189244101 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1786836 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189244101 1829720064 56575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1786836

[startup+12.7019 s]
/proc/loadavg: 1.08 1.02 1.01 2/89 31832
/proc/meminfo: memFree=1572968/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1790036 CPUtime=15.58
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 75136 0 1 0 1518 40 0 0 18 0 12 0 189244090 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447509 69659 1310 9 0 445121 0
[pid=31820/tid=31822] ppid=31818 vsize=1790036 CPUtime=9.63
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 37702 0 1 0 942 21 0 0 19 0 12 0 189244092 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109688603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1790036 CPUtime=2.45
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 18043 0 0 0 237 8 0 0 16 0 12 0 189244093 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1790036 CPUtime=2.45
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 15821 0 0 0 237 8 0 0 16 0 12 0 189244093 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1790036 CPUtime=0
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 189244096 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1790036 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189244096 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1790036 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189244096 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1790036 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 189244101 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1790036 CPUtime=0.45
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1517 0 0 0 45 0 0 0 16 0 12 0 189244101 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1790036 CPUtime=0.53
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 1326 0 0 0 53 0 0 0 16 0 12 0 189244101 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1790036 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189244101 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1790036 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189244101 1832996864 69659 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 1790036

[startup+25.5027 s]
/proc/loadavg: 1.22 1.05 1.02 2/90 31833
/proc/meminfo: memFree=1483488/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1791368 CPUtime=30.55
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 98321 0 1 0 3003 52 0 0 18 0 13 0 189244090 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447842 89006 1326 9 0 445454 0
[pid=31820/tid=31822] ppid=31818 vsize=1791368 CPUtime=20.71
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 37755 0 1 0 2048 23 0 0 25 0 13 0 189244092 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769504 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1791368 CPUtime=3.89
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 27148 0 0 0 377 12 0 0 16 0 13 0 189244093 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1791368 CPUtime=3.89
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 28404 0 0 0 377 12 0 0 16 0 13 0 189244093 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189244101 1834360832 89006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31820] ppid=31818 vsize=1791368 CPUtime=1624.01
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 138193 0 1 0 162272 129 0 0 18 0 13 0 189244090 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447842 120353 1334 9 0 445454 0
[pid=31820/tid=31822] ppid=31818 vsize=1791368 CPUtime=1577.57
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 45479 0 1 0 157716 41 0 0 25 0 13 0 189244092 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109882232 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1791368 CPUtime=22
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 41088 0 0 0 2166 34 0 0 16 0 13 0 189244093 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1791368 CPUtime=21.97
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 46558 0 0 0 2157 40 0 0 16 0 13 0 189244093 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1791368 CPUtime=0.26
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 54 0 0 0 17 9 0 0 16 0 13 0 189244096 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189244101 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1791368 CPUtime=1.06
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1564 0 0 0 106 0 0 0 17 0 13 0 189244101 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1791368 CPUtime=1.08
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 2729 0 0 0 107 1 0 0 16 0 13 0 189244101 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189244101 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189244101 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31833] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31833/stat : 31833 (java) S 31818 31820 31334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189246183 1834360832 120353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1624.01
Current children cumulated vsize (KiB) 1791368

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 31835
/proc/meminfo: memFree=1351200/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1791368 CPUtime=1684.7
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 139414 0 1 0 168337 133 0 0 18 0 13 0 189244090 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447842 121504 1334 9 0 445454 0
[pid=31820/tid=31822] ppid=31818 vsize=1791368 CPUtime=1636.67
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 45535 0 1 0 163625 42 0 0 25 0 13 0 189244092 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109954135 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1791368 CPUtime=22.78
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 41898 0 0 0 2242 36 0 0 16 0 13 0 189244093 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1791368 CPUtime=22.75
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 46913 0 0 0 2235 40 0 0 16 0 13 0 189244093 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1791368 CPUtime=0.28
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 54 0 0 0 18 10 0 0 16 0 13 0 189244096 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189244101 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1791368 CPUtime=1.06
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1564 0 0 0 106 0 0 0 17 0 13 0 189244101 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1791368 CPUtime=1.08
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 2729 0 0 0 107 1 0 0 16 0 13 0 189244101 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189244101 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189244101 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31833] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31833/stat : 31833 (java) S 31818 31820 31334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189246183 1834360832 121504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1684.7
Current children cumulated vsize (KiB) 1791368

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 31835
/proc/meminfo: memFree=1346720/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1791368 CPUtime=1745.42
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 140563 0 1 0 174405 137 0 0 18 0 13 0 189244090 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447842 122596 1334 9 0 445454 0
[pid=31820/tid=31822] ppid=31818 vsize=1791368 CPUtime=1695.78
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 45591 0 1 0 169536 42 0 0 25 0 13 0 189244092 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109953998 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1791368 CPUtime=23.58
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 42956 0 0 0 2319 39 0 0 16 0 13 0 189244093 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1791368 CPUtime=23.57
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 46948 0 0 0 2316 41 0 0 16 0 13 0 189244093 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1791368 CPUtime=0.29
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 54 0 0 0 18 11 0 0 16 0 13 0 189244096 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189244101 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1791368 CPUtime=1.06
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1564 0 0 0 106 0 0 0 17 0 13 0 189244101 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1791368 CPUtime=1.08
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 2729 0 0 0 107 1 0 0 16 0 13 0 189244101 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189244101 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189244101 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31833] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31833/stat : 31833 (java) S 31818 31820 31334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189246183 1834360832 122596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1745.42
Current children cumulated vsize (KiB) 1791368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 31835
/proc/meminfo: memFree=1342688/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1791368 CPUtime=1800.04
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 141614 0 1 0 179864 140 0 0 18 0 13 0 189244090 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447842 123596 1334 9 0 445454 0
[pid=31820/tid=31822] ppid=31818 vsize=1791368 CPUtime=1748.94
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 45642 0 1 0 174852 42 0 0 25 0 13 0 189244092 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109953920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1791368 CPUtime=24.3
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 43956 0 0 0 2388 42 0 0 16 0 13 0 189244093 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1791368 CPUtime=24.3
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 46948 0 0 0 2389 41 0 0 16 0 13 0 189244093 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1791368 CPUtime=0.3
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 54 0 0 0 19 11 0 0 16 0 13 0 189244096 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1791368 CPUtime=1.06
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1564 0 0 0 106 0 0 0 17 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1791368 CPUtime=1.08
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 2729 0 0 0 107 1 0 0 16 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31833] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31833/stat : 31833 (java) S 31818 31820 31334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189246183 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791368

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

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

[startup+1776.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 31835
/proc/meminfo: memFree=1342688/2055920 swapFree=4156928/4192956
[pid=31820] ppid=31818 vsize=1791368 CPUtime=1800.04
/proc/31820/stat : 31820 (java) S 31818 31820 31334 0 -1 0 141614 0 1 0 179864 140 0 0 18 0 13 0 189244090 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31820/statm: 447842 123596 1334 9 0 445454 0
[pid=31820/tid=31822] ppid=31818 vsize=1791368 CPUtime=1748.94
/proc/31820/task/31822/stat : 31822 (java) R 31818 31820 31334 0 -1 64 45642 0 1 0 174852 42 0 0 25 0 13 0 189244092 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109953920 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31823] ppid=31818 vsize=1791368 CPUtime=24.3
/proc/31820/task/31823/stat : 31823 (java) S 31818 31820 31334 0 -1 64 43956 0 0 0 2388 42 0 0 16 0 13 0 189244093 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31824] ppid=31818 vsize=1791368 CPUtime=24.3
/proc/31820/task/31824/stat : 31824 (java) S 31818 31820 31334 0 -1 64 46948 0 0 0 2389 41 0 0 16 0 13 0 189244093 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31825] ppid=31818 vsize=1791368 CPUtime=0.3
/proc/31820/task/31825/stat : 31825 (java) S 31818 31820 31334 0 -1 64 54 0 0 0 19 11 0 0 16 0 13 0 189244096 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31826] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31826/stat : 31826 (java) S 31818 31820 31334 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31827] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31827/stat : 31827 (java) S 31818 31820 31334 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189244096 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31828] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31828/stat : 31828 (java) S 31818 31820 31334 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31829] ppid=31818 vsize=1791368 CPUtime=1.06
/proc/31820/task/31829/stat : 31829 (java) S 31818 31820 31334 0 -1 64 1564 0 0 0 106 0 0 0 17 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31830] ppid=31818 vsize=1791368 CPUtime=1.08
/proc/31820/task/31830/stat : 31830 (java) S 31818 31820 31334 0 -1 64 2729 0 0 0 107 1 0 0 16 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31831] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31831/stat : 31831 (java) S 31818 31820 31334 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31820/tid=31832] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31832/stat : 31832 (java) S 31818 31820 31334 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189244101 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31820/tid=31833] ppid=31818 vsize=1791368 CPUtime=0
/proc/31820/task/31833/stat : 31833 (java) S 31818 31820 31334 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189246183 1834360832 123596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791368

Child status: 143
Real time (s): 1776.41
CPU time (s): 1800.16
CPU user time (s): 1798.68
CPU system time (s): 1.48077
CPU usage (%): 101.337
Max. virtual memory (cumulated for all children) (KiB): 1791368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.48077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141635
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= 50350
involuntary context switches= 61228

runsolver used 1.57476 second user time and 4.91625 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Tue Apr 24 11:14:44 UTC 2007

IDJOB= 419807
IDBENCH= 47800
IDSOLVER= 160
FILE ID= node30/419807-1177413282

PBS_JOBID= 4675652

Free space on /tmp= 66356 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/manolios/manol-pipe-c10nidw_s.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419807-1177413282/sat4jPseudoCP.jar /tmp/evaluation/419807-1177413282/instance-419807-1177413282.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-419807-1177413282 -o ROOT/results/node30/solver-419807-1177413282 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419807-1177413282/sat4jPseudoCP.jar /tmp/evaluation/419807-1177413282/instance-419807-1177413282.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9c48416aa92aa4c8d8c74a050ab6635f

RANDOM SEED= 134027400

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1836000 kB
Buffers:         10804 kB
Cached:         149536 kB
SwapCached:      15304 kB
Active:         111608 kB
Inactive:        75564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836000 kB
SwapTotal:     4192956 kB
SwapFree:      4156928 kB
Dirty:           41524 kB
Writeback:           0 kB
Mapped:          33000 kB
Slab:            18260 kB
Committed_AS:  3525444 kB
PageTables:       1792 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= 66356 MiB

End job on node30 on Tue Apr 24 11:44:23 UTC 2007