Trace number 361096

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.45 1750.53

General information on the benchmark

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

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/361096-1176979012/instance-361096-1176979012.opb
0.20/0.20	c reading problem ... 
1.18/0.89	c ... done. Wall clock time 0.688s.
1.18/0.89	c CPU time (experimental) 0.58s.
1.18/0.89	c #vars     1305
1.18/0.89	c #constraints  958
1800.09/1750.30	c starts		: 2
1800.44/1750.52	c conflicts		: 43125
1800.44/1750.52	c decisions		: 110409
1800.44/1750.52	c propagations		: 3628204
1800.44/1750.52	c inspects		: 442772502
1800.44/1750.52	c learnt literals	: 0
1800.44/1750.52	c learnt binary clauses	: 0
1800.44/1750.52	c learnt ternary clauses	: 0
1800.44/1750.52	c learnt clauses	: 43125
1800.44/1750.52	c root simplifications	: 0
1800.44/1750.52	c removed literals (reason simplification)	: 0
1800.44/1750.52	c reason swapping (by a shorter reason)	: 0
1800.44/1750.52	c Calls to reduceDB	: 0
1800.44/1750.52	c speed (decisions/second)	: 63.1121710246146
1800.44/1750.52	c non guided choices	408
1800.44/1750.52	s UNKNOWN
1800.44/1750.52	c Total wall clock time (ms): 1750.101

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/node71/watcher-361096-1176979012 -o ROOT/results/node71/solver-361096-1176979012 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/361096-1176979012/sat4jPseudoCP.jar /tmp/evaluation/361096-1176979012/instance-361096-1176979012.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.93 0.99 0.91 2/64 31789
/proc/meminfo: memFree=1202240/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=152 CPUtime=0
/proc/31789/stat : 31789 (java) D 31787 31789 31205 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 173890549 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31789/statm: 38 26 19 9 0 4 0

[startup+0.010738 s]
/proc/loadavg: 0.93 0.99 0.91 2/64 31789
/proc/meminfo: memFree=1202240/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=152 CPUtime=0
/proc/31789/stat : 31789 (java) R 31787 31789 31205 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 173890549 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/31789/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101757 s]
/proc/loadavg: 0.93 0.99 0.91 2/64 31789
/proc/meminfo: memFree=1202240/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1780108 CPUtime=0.09
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 3975 0 1 0 6 3 0 0 18 0 12 0 173890549 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301783 s]
/proc/loadavg: 0.93 0.99 0.91 2/64 31789
/proc/meminfo: memFree=1202240/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1781420 CPUtime=0.31
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 5133 0 1 0 28 3 0 0 18 0 12 0 173890549 1824174080 4871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 445355 4871 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.701838 s]
/proc/loadavg: 0.93 0.99 0.91 2/64 31789
/proc/meminfo: memFree=1202240/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1785544 CPUtime=0.98
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 7672 0 1 0 94 4 0 0 18 0 12 0 173890549 1828397056 6977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 446386 6977 1308 9 0 443998 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785544

[startup+1.50294 s]
/proc/loadavg: 0.93 0.99 0.91 4/77 31802
/proc/meminfo: memFree=1173976/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1785868 CPUtime=2.3
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 21056 0 1 0 220 10 0 0 18 0 13 0 173890549 1828728832 19934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 446467 19934 1317 9 0 444079 0
[pid=31789/tid=31791] ppid=31787 vsize=1785868 CPUtime=1.11
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 17939 0 1 0 103 8 0 0 20 0 13 0 173890550 1828728832 19936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109715144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 173890552 1828728832 19940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 173890552 1828728832 19942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173890554 1828728832 19942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 173890555 1828728832 19945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173890555 1828728832 19948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1828728832 19949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1785868 CPUtime=0.55
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 1028 0 0 0 55 0 0 0 16 0 13 0 173890558 1828728832 19951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1785868 CPUtime=0.61
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 1366 0 0 0 61 0 0 0 15 0 13 0 173890558 1828728832 19953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1828728832 19956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1828728832 19957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1785868 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1828728832 19958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1785868

[startup+3.10216 s]
/proc/loadavg: 0.93 0.99 0.91 3/77 31802
/proc/meminfo: memFree=1042712/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1794052 CPUtime=4.66
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 46504 0 1 0 446 20 0 0 18 0 13 0 173890549 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 448513 42399 1329 9 0 446125 0
[pid=31789/tid=31791] ppid=31787 vsize=1794052 CPUtime=2.39
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 37712 0 1 0 223 16 0 0 25 0 13 0 173890550 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109714771 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 247 0 0 0 0 0 0 0 16 0 13 0 173890552 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1794052 CPUtime=0.01
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 369 0 0 0 1 0 0 0 16 0 13 0 173890552 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 173890554 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1794052 CPUtime=0.9
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 2036 0 0 0 90 0 0 0 16 0 13 0 173890558 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1794052 CPUtime=1.31
/proc/31789/task/31799/stat : 31799 (java) R 31787 31789 31205 0 -1 64 5406 0 0 0 130 1 0 0 16 0 13 0 173890558 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396687 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1794052 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1837109248 42399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1794052

[startup+6.30259 s]
/proc/loadavg: 0.94 0.99 0.91 2/77 31802
/proc/meminfo: memFree=1036440/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1793532 CPUtime=8.57
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 50640 0 1 0 835 22 0 0 18 0 13 0 173890549 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 448383 43358 1329 9 0 445995 0
[pid=31789/tid=31791] ppid=31787 vsize=1793532 CPUtime=5.36
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 37726 0 1 0 520 16 0 0 25 0 13 0 173890550 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950670 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1793532 CPUtime=0.04
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 963 0 0 0 4 0 0 0 16 0 13 0 173890552 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1793532 CPUtime=0.04
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 1266 0 0 0 4 0 0 0 15 0 13 0 173890552 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 173890554 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1793532 CPUtime=1.26
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 2502 0 0 0 125 1 0 0 16 0 13 0 173890558 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1793532 CPUtime=1.81
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7429 0 0 0 179 2 0 0 16 0 13 0 173890558 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1793532 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1836576768 43358 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 1793532

[startup+12.7025 s]
/proc/loadavg: 0.94 0.99 0.91 2/77 31802
/proc/meminfo: memFree=987864/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1796604 CPUtime=15.35
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 63211 0 1 0 1507 28 0 0 18 0 13 0 173890549 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 449151 54846 1331 9 0 446763 0
[pid=31789/tid=31791] ppid=31787 vsize=1796604 CPUtime=11.42
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 44723 0 1 0 1124 18 0 0 25 0 13 0 173890550 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109724864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1796604 CPUtime=0.12
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 3102 0 0 0 11 1 0 0 16 0 13 0 173890552 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1796604 CPUtime=0.13
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 3385 0 0 0 12 1 0 0 16 0 13 0 173890552 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 173890554 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1796604 CPUtime=1.52
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 3764 0 0 0 150 2 0 0 16 0 13 0 173890558 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1796604 CPUtime=2.09
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7483 0 0 0 207 2 0 0 15 0 13 0 173890558 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1839722496 54846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1796604

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.91 2/77 31802
/proc/meminfo: memFree=973208/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1796604 CPUtime=28.29
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 67387 0 1 0 2799 30 0 0 18 0 13 0 173890549 1839722496 58514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 449151 58514 1331 9 0 446763 0
[pid=31789/tid=31791] ppid=31787 vsize=1796604 CPUtime=24.06
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 44736 0 1 0 2388 18 0 0 25 0 13 0 173890550 1839722496 58514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1796604 CPUtime=0.27
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 5242 0 0 0 25 2 0 0 16 0 13 0 173890552 1839722496 58514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1796604 CPUtime=0.28
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 5408 0 0 0 25 3 0 0 16 0 13 0 173890552 1839722496 58514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=31789/tid=31794] ppid=31787 vsize=1796604 CPUtime=0.19
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 12 7 0 0 16 0 13 0 173890554 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1796604 CPUtime=1.57
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 3764 0 0 0 155 2 0 0 16 0 13 0 173890558 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1796604 CPUtime=2.18
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7489 0 0 0 215 3 0 0 17 0 13 0 173890558 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1839722496 199641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.81
Current children cumulated vsize (KiB) 1796604

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 0.97 3/77 32002
/proc/meminfo: memFree=392920/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1796604 CPUtime=1709.15
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 235931 0 1 0 170793 122 0 0 18 0 13 0 173890549 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 449151 203100 1332 9 0 446763 0
[pid=31789/tid=31791] ppid=31787 vsize=1796604 CPUtime=1614.73
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 45529 0 1 0 161445 28 0 0 25 0 13 0 173890550 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762374 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1796604 CPUtime=45.17
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 86299 0 0 0 4479 38 0 0 16 0 13 0 173890552 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1796604 CPUtime=45.24
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 92096 0 0 0 4484 40 0 0 16 0 13 0 173890552 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1796604 CPUtime=0.19
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 12 7 0 0 15 0 13 0 173890554 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1796604 CPUtime=1.57
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 3764 0 0 0 155 2 0 0 16 0 13 0 173890558 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1796604 CPUtime=2.18
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7489 0 0 0 215 3 0 0 17 0 13 0 173890558 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1839722496 203100 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.15
Current children cumulated vsize (KiB) 1796604

[startup+1722.3 s]
/proc/loadavg: 1.15 1.06 0.98 2/77 32002
/proc/meminfo: memFree=381464/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1796604 CPUtime=1771.29
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 239072 0 1 0 177006 123 0 0 18 0 13 0 173890549 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 449151 205905 1332 9 0 446763 0
[pid=31789/tid=31791] ppid=31787 vsize=1796604 CPUtime=1672.51
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 45553 0 1 0 167223 28 0 0 22 0 13 0 173890550 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109714447 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1796604 CPUtime=47.36
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 87287 0 0 0 4697 39 0 0 17 0 13 0 173890552 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1796604 CPUtime=47.41
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 94225 0 0 0 4700 41 0 0 16 0 13 0 173890552 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1796604 CPUtime=0.21
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 13 8 0 0 15 0 13 0 173890554 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1796604 CPUtime=1.57
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 3764 0 0 0 155 2 0 0 16 0 13 0 173890558 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1796604 CPUtime=2.18
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7489 0 0 0 215 3 0 0 17 0 13 0 173890558 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1839722496 205905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.29
Current children cumulated vsize (KiB) 1796604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1750.21 s]
/proc/loadavg: 1.35 1.11 1.00 2/77 32002
/proc/meminfo: memFree=376984/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1796604 CPUtime=1800.09
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 240149 0 1 0 179885 124 0 0 18 0 13 0 173890549 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31789/statm: 449151 206907 1332 9 0 446763 0
[pid=31789/tid=31791] ppid=31787 vsize=1796604 CPUtime=1699.5
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 45564 0 1 0 169922 28 0 0 25 0 13 0 173890550 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1796604 CPUtime=48.26
/proc/31789/task/31792/stat : 31792 (java) R 31787 31789 31205 0 -1 64 87711 0 0 0 4787 39 0 0 16 0 13 0 173890552 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1796604 CPUtime=48.32
/proc/31789/task/31793/stat : 31793 (java) R 31787 31789 31205 0 -1 64 94867 0 0 0 4790 42 0 0 16 0 13 0 173890552 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1796604 CPUtime=0.21
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 13 8 0 0 16 0 13 0 173890554 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 173890555 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173890558 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1796604 CPUtime=1.57
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 3764 0 0 0 155 2 0 0 16 0 13 0 173890558 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1796604 CPUtime=2.18
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7489 0 0 0 215 3 0 0 17 0 13 0 173890558 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173890558 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173890558 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1796604 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 173890639 1839722496 206907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1796604

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

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

[startup+1750.31 s]
/proc/loadavg: 1.35 1.11 1.00 2/77 32002
/proc/meminfo: memFree=376984/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=1797252 CPUtime=1800.28
/proc/31789/stat : 31789 (java) S 31787 31789 31205 0 -1 0 240249 0 1 0 179904 124 0 0 16 0 14 0 173890549 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31789/statm: 449313 207001 1333 9 0 446925 0
[pid=31789/tid=31791] ppid=31787 vsize=1797252 CPUtime=1699.51
/proc/31789/task/31791/stat : 31791 (java) R 31787 31789 31205 0 -1 64 45564 0 1 0 169923 28 0 0 16 0 14 0 173890550 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109950131 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31792] ppid=31787 vsize=1797252 CPUtime=48.35
/proc/31789/task/31792/stat : 31792 (java) S 31787 31789 31205 0 -1 64 87750 0 0 0 4796 39 0 0 16 0 14 0 173890552 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31793] ppid=31787 vsize=1797252 CPUtime=48.41
/proc/31789/task/31793/stat : 31793 (java) S 31787 31789 31205 0 -1 64 94907 0 0 0 4799 42 0 0 16 0 14 0 173890552 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31794] ppid=31787 vsize=1797252 CPUtime=0.21
/proc/31789/task/31794/stat : 31794 (java) S 31787 31789 31205 0 -1 64 29 0 0 0 13 8 0 0 16 0 14 0 173890554 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31795] ppid=31787 vsize=1797252 CPUtime=0
/proc/31789/task/31795/stat : 31795 (java) S 31787 31789 31205 0 -1 64 13 0 0 0 0 0 0 0 16 0 14 0 173890555 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31796] ppid=31787 vsize=1797252 CPUtime=0
/proc/31789/task/31796/stat : 31796 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 173890555 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31797] ppid=31787 vsize=1797252 CPUtime=0
/proc/31789/task/31797/stat : 31797 (java) S 31787 31789 31205 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 173890558 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31798] ppid=31787 vsize=1797252 CPUtime=1.57
/proc/31789/task/31798/stat : 31798 (java) S 31787 31789 31205 0 -1 64 3764 0 0 0 155 2 0 0 16 0 14 0 173890558 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31799] ppid=31787 vsize=1797252 CPUtime=2.18
/proc/31789/task/31799/stat : 31799 (java) S 31787 31789 31205 0 -1 64 7489 0 0 0 215 3 0 0 17 0 14 0 173890558 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31800] ppid=31787 vsize=1797252 CPUtime=0
/proc/31789/task/31800/stat : 31800 (java) S 31787 31789 31205 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 173890558 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31789/tid=31801] ppid=31787 vsize=1797252 CPUtime=0
/proc/31789/task/31801/stat : 31801 (java) S 31787 31789 31205 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 173890558 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31789/tid=31802] ppid=31787 vsize=1797252 CPUtime=0
/proc/31789/task/31802/stat : 31802 (java) S 31787 31789 31205 0 -1 64 4 0 0 0 0 0 0 0 20 0 14 0 173890639 1840386048 207001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1797252

[startup+1750.5 s]
/proc/loadavg: 1.35 1.11 1.00 2/77 32002
/proc/meminfo: memFree=376984/2055920 swapFree=4184232/4192956
[pid=31789] ppid=31787 vsize=0 CPUtime=1800.44
/proc/31789/stat : 31789 (java) Z 31787 31789 31205 0 -1 1036 240250 0 1 0 179908 136 0 0 15 0 2 0 173890549 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1750.53
CPU time (s): 1800.45
CPU user time (s): 1799.08
CPU system time (s): 1.36379
CPU usage (%): 102.852
Max. virtual memory (cumulated for all children) (KiB): 1797980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.36379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240250
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= 44050
involuntary context switches= 40722

runsolver used 1.57976 second user time and 4.86226 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Thu Apr 19 10:36:52 UTC 2007

IDJOB= 361096
IDBENCH= 1418
IDSOLVER= 160
FILE ID= node71/361096-1176979012

PBS_JOBID= 4630386

Free space on /tmp= 66443 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c1cdfd7e4f6debefea2730ce19b0db2d

RANDOM SEED= 326716686

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1202712 kB
Buffers:         36728 kB
Cached:         735988 kB
SwapCached:       2620 kB
Active:         201084 kB
Inactive:       581700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202712 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:            3760 kB
Writeback:           0 kB
Mapped:          16216 kB
Slab:            56436 kB
Committed_AS:  2570712 kB
PageTables:       1452 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= 66443 MiB

End job on node71 on Thu Apr 19 11:06:05 UTC 2007