Trace number 360858

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.2 1767.98

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
MD5SUMa63a973ffa65f76728fc6c6327196255
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.083986
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3038
Total number of constraints2160
Number of constraints which are clauses2070
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
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.04/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.29	c no version file found!!!
0.04/0.29	c sun.arch.data.model	32
0.04/0.29	c java.version	1.6.0
0.04/0.29	c os.name	Linux
0.04/0.29	c os.version	2.6.9-22.EL.rootsmp
0.04/0.29	c os.arch	i386
0.04/0.29	c Free memory 1651659224
0.04/0.29	c Max memory 1654456320
0.04/0.29	c Total memory 1654456320
0.04/0.29	c Number of processors 2
0.15/0.34	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.34	--- Begin Solver configuration ---
0.15/0.34	c Stops conflict analysis at the first Unique Implication Point
0.15/0.34	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.34	c Learn all clauses as in MiniSAT
0.15/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.34	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.34	c No reason simplification
0.15/0.34	c --- End Solver configuration ---
0.15/0.34	c solving /tmp/evaluation/360858-1176975447/instance-360858-1176975447.opb
0.15/0.34	c reading problem ... 
1.51/1.28	c ... done. Wall clock time 0.937s.
1.51/1.28	c CPU time (experimental) 0.76s.
1.51/1.28	c #vars     3038
1.51/1.28	c #constraints  2160
1800.02/1767.81	c starts		: 2
1800.02/1767.81	c conflicts		: 5955
1800.02/1767.81	c decisions		: 98563
1800.02/1767.81	c propagations		: 813059
1800.02/1767.81	c inspects		: 37140410
1800.02/1767.81	c learnt literals	: 0
1800.02/1767.81	c learnt binary clauses	: 0
1800.02/1767.81	c learnt ternary clauses	: 0
1800.02/1767.81	c learnt clauses	: 5954
1800.02/1767.81	c root simplifications	: 0
1800.02/1767.81	c removed literals (reason simplification)	: 0
1800.02/1767.81	c reason swapping (by a shorter reason)	: 0
1800.02/1767.81	c Calls to reduceDB	: 0
1800.02/1767.81	c speed (decisions/second)	: 55.794883058480956
1800.02/1767.81	c non guided choices	970
1800.02/1767.81	s UNKNOWN
1800.02/1767.81	c Total wall clock time (ms): 1767.468

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/node48/watcher-360858-1176975447 -o ROOT/results/node48/solver-360858-1176975447 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360858-1176975447/sat4jPseudoCP.jar /tmp/evaluation/360858-1176975447/instance-360858-1176975447.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.01 0.02 0.12 2/64 1843
/proc/meminfo: memFree=1504584/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=18568 CPUtime=0
/proc/1843/stat : 1843 (runsolver) R 1841 1843 1711 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 52390100 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1843/statm: 4642 292 257 24 0 2626 0

[startup+0.092943 s]
/proc/loadavg: 0.01 0.02 0.12 2/64 1843
/proc/meminfo: memFree=1504584/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1800 CPUtime=0
/proc/1843/stat : 1843 (java) D 1841 1843 1711 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 52390100 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1843/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.102942 s]
/proc/loadavg: 0.01 0.02 0.12 2/64 1843
/proc/meminfo: memFree=1504584/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1800 CPUtime=0
/proc/1843/stat : 1843 (java) D 1841 1843 1711 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 52390100 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1843/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.302976 s]
/proc/loadavg: 0.01 0.02 0.12 2/64 1843
/proc/meminfo: memFree=1504584/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1780428 CPUtime=0.15
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 4477 0 1 0 12 3 0 0 18 0 12 0 52390100 1823158272 4215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 445107 4215 1233 9 0 442719 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 1780428

[startup+0.702007 s]
/proc/loadavg: 0.01 0.02 0.12 2/64 1843
/proc/meminfo: memFree=1504584/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1784548 CPUtime=0.71
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 6819 0 1 0 67 4 0 0 18 0 12 0 52390100 1827377152 6148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 446137 6148 1294 9 0 443749 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1784548

[startup+1.50108 s]
/proc/loadavg: 0.01 0.02 0.12 4/76 1855
/proc/meminfo: memFree=1481128/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1785568 CPUtime=1.97
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 15812 0 1 0 189 8 0 0 18 0 13 0 52390100 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 446392 13645 1315 9 0 444004 0
[pid=1843/tid=1845] ppid=1841 vsize=1785568 CPUtime=0.89
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 11845 0 1 0 83 6 0 0 18 0 13 0 52390112 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 52390113 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 52390113 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 52390119 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 52390120 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 52390120 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1785568 CPUtime=0.5
/proc/1843/task/1852/stat : 1852 (java) R 1841 1843 1711 0 -1 64 1487 0 0 0 50 0 0 0 16 0 13 0 52390124 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102296670 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1785568 CPUtime=0.56
/proc/1843/task/1853/stat : 1853 (java) R 1841 1843 1711 0 -1 64 1754 0 0 0 56 0 0 0 16 0 13 0 52390124 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104724189 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1785568 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1828421632 13645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1785568

[startup+3.10222 s]
/proc/loadavg: 0.17 0.05 0.13 2/77 1856
/proc/meminfo: memFree=1353440/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1793336 CPUtime=4.4
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 47652 0 1 0 419 21 0 0 18 0 13 0 52390100 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 448334 42420 1326 9 0 445946 0
[pid=1843/tid=1845] ppid=1841 vsize=1793336 CPUtime=2.29
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 37716 0 1 0 212 17 0 0 25 0 13 0 52390112 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109728797 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1793336 CPUtime=0.01
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 426 0 0 0 1 0 0 0 16 0 13 0 52390113 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1793336 CPUtime=0.01
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 388 0 0 0 1 0 0 0 16 0 13 0 52390113 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 52390119 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1793336 CPUtime=0.72
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 1606 0 0 0 72 0 0 0 16 0 13 0 52390124 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1793336 CPUtime=1.34
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6783 0 0 0 132 2 0 0 22 0 13 0 52390124 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1793336 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1836376064 42420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1793336

[startup+6.30252 s]
/proc/loadavg: 0.17 0.05 0.13 2/77 1856
/proc/meminfo: memFree=1340064/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1793016 CPUtime=7.78
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 48529 0 1 0 756 22 0 0 18 0 13 0 52390100 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 448254 42621 1329 9 0 445866 0
[pid=1843/tid=1845] ppid=1841 vsize=1793016 CPUtime=5.35
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 37726 0 1 0 518 17 0 0 25 0 13 0 52390112 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109754457 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1793016 CPUtime=0.04
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 889 0 0 0 4 0 0 0 16 0 13 0 52390113 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1793016 CPUtime=0.04
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 760 0 0 0 4 0 0 0 16 0 13 0 52390113 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 52390119 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1793016 CPUtime=0.82
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 1606 0 0 0 82 0 0 0 16 0 13 0 52390124 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1793016 CPUtime=1.48
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6795 0 0 0 146 2 0 0 16 0 13 0 52390124 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1793016 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1836048384 42621 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1793016

[startup+12.7011 s]
/proc/loadavg: 0.29 0.08 0.14 3/77 1856
/proc/meminfo: memFree=1301216/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1796052 CPUtime=14.64
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 61396 0 1 0 1435 29 0 0 18 0 13 0 52390100 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 449013 51852 1329 9 0 446625 0
[pid=1843/tid=1845] ppid=1841 vsize=1796052 CPUtime=11.64
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 46362 0 1 0 1143 21 0 0 25 0 13 0 52390112 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109753710 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1796052 CPUtime=0.07
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 1921 0 0 0 7 0 0 0 16 0 13 0 52390113 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1796052 CPUtime=0.07
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 1630 0 0 0 7 0 0 0 16 0 13 0 52390113 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 52390119 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1796052 CPUtime=1.11
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 3924 0 0 0 110 1 0 0 16 0 13 0 52390124 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1796052 CPUtime=1.66
/proc/1843/task/1853/stat : 1853 (java) R 1841 1843 1711 0 -1 64 6806 0 0 0 164 2 0 0 16 0 13 0 52390124 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1839157248 51852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1796052

[startup+25.5023 s]
/proc/loadavg: 0.40 0.11 0.15 3/77 1856
/proc/meminfo: memFree=1318368/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1796052 CPUtime=27.6
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 62744 0 1 0 2730 30 0 0 18 0 13 0 52390100 1839157248 47447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 449013 47447 1330 9 0 446625 0
[pid=1843/tid=1845] ppid=1841 vsize=1796052 CPUtime=24.29
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 46387 0 1 0 2408 21 0 0 25 0 13 0 52390112 1839157248 47447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1796052 CPUtime=0.14
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 2602 0 0 0 13 1 0 0 15 0 13 0 52390113 1839157248 47447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1796052 CPUtime=0.13
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 2259 0 0 0 13 0 0 0 16 0 13 0 52390113 1839157248 47447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0.02
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 31 0 0 0 1 1 0 0 17 0 13 0 52390119 1839157248 47447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0.44
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 158 0 0 0 27 17 0 0 16 0 13 0 52390119 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1796052 CPUtime=1.53
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 4603 0 0 0 151 2 0 0 17 0 13 0 52390124 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1796052 CPUtime=2.1
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6835 0 0 0 208 2 0 0 16 0 13 0 52390124 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1839157248 170514 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1568.5
Current children cumulated vsize (KiB) 1796052

[startup+1602.3 s]
/proc/loadavg: 1.01 1.00 0.82 2/77 2064
/proc/meminfo: memFree=809248/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1796052 CPUtime=1630.04
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 235663 0 1 0 162858 146 0 0 18 0 13 0 52390100 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 449013 174543 1332 9 0 446625 0
[pid=1843/tid=1845] ppid=1841 vsize=1796052 CPUtime=1573.11
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 76596 0 1 0 157258 53 0 0 25 0 13 0 52390112 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743431 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1796052 CPUtime=26.44
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 76433 0 0 0 2607 37 0 0 16 0 13 0 52390113 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1796052 CPUtime=26.35
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 70316 0 0 0 2604 31 0 0 17 0 13 0 52390113 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0.46
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 158 0 0 0 28 18 0 0 16 0 13 0 52390119 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1796052 CPUtime=1.53
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 4603 0 0 0 151 2 0 0 17 0 13 0 52390124 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1796052 CPUtime=2.1
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6835 0 0 0 208 2 0 0 16 0 13 0 52390124 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1839157248 174543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1630.04
Current children cumulated vsize (KiB) 1796052

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/77 2064
/proc/meminfo: memFree=793120/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1796052 CPUtime=1691.58
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 240088 0 1 0 169008 150 0 0 18 0 13 0 52390100 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 449013 178549 1332 9 0 446625 0
[pid=1843/tid=1845] ppid=1841 vsize=1796052 CPUtime=1631.46
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 76648 0 1 0 163093 53 0 0 25 0 13 0 52390112 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743205 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1796052 CPUtime=28.02
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 79256 0 0 0 2764 38 0 0 16 0 13 0 52390113 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1796052 CPUtime=27.93
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 71866 0 0 0 2761 32 0 0 16 0 13 0 52390113 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0.47
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 158 0 0 0 28 19 0 0 16 0 13 0 52390119 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1796052 CPUtime=1.53
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 4603 0 0 0 151 2 0 0 17 0 13 0 52390124 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1796052 CPUtime=2.1
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6835 0 0 0 208 2 0 0 16 0 13 0 52390124 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1839157248 178549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1691.58
Current children cumulated vsize (KiB) 1796052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.84 2/77 2064
/proc/meminfo: memFree=771104/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1796052 CPUtime=1753.23
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 246126 0 1 0 175169 154 0 0 18 0 13 0 52390100 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 449013 184133 1332 9 0 446625 0
[pid=1843/tid=1845] ppid=1841 vsize=1796052 CPUtime=1689.68
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 76701 0 1 0 168915 53 0 0 25 0 13 0 52390112 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109753703 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1796052 CPUtime=29.73
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 82308 0 0 0 2933 40 0 0 17 0 13 0 52390113 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1796052 CPUtime=29.64
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 74799 0 0 0 2931 33 0 0 16 0 13 0 52390113 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0.49
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 158 0 0 0 29 20 0 0 16 0 13 0 52390119 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1796052 CPUtime=1.53
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 4603 0 0 0 151 2 0 0 17 0 13 0 52390124 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1796052 CPUtime=2.1
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6835 0 0 0 208 2 0 0 16 0 13 0 52390124 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1839157248 184133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1753.23
Current children cumulated vsize (KiB) 1796052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.8 s]
/proc/loadavg: 1.05 1.01 0.85 2/77 2064
/proc/meminfo: memFree=757280/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=1796052 CPUtime=1800.02
/proc/1843/stat : 1843 (java) S 1841 1843 1711 0 -1 0 249766 0 1 0 179846 156 0 0 18 0 13 0 52390100 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 449013 187486 1332 9 0 446625 0
[pid=1843/tid=1845] ppid=1841 vsize=1796052 CPUtime=1733.81
/proc/1843/task/1845/stat : 1845 (java) R 1841 1843 1711 0 -1 64 76741 0 1 0 173328 53 0 0 25 0 13 0 52390112 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109743185 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1846] ppid=1841 vsize=1796052 CPUtime=31.05
/proc/1843/task/1846/stat : 1846 (java) S 1841 1843 1711 0 -1 64 84640 0 0 0 3064 41 0 0 17 0 13 0 52390113 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1847] ppid=1841 vsize=1796052 CPUtime=30.96
/proc/1843/task/1847/stat : 1847 (java) S 1841 1843 1711 0 -1 64 76067 0 0 0 3062 34 0 0 16 0 13 0 52390113 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1848] ppid=1841 vsize=1796052 CPUtime=0.51
/proc/1843/task/1848/stat : 1848 (java) S 1841 1843 1711 0 -1 64 158 0 0 0 30 21 0 0 15 0 13 0 52390119 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1849] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1849/stat : 1849 (java) S 1841 1843 1711 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1850] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1850/stat : 1850 (java) S 1841 1843 1711 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 52390120 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1851] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1851/stat : 1851 (java) S 1841 1843 1711 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 52390124 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1852] ppid=1841 vsize=1796052 CPUtime=1.53
/proc/1843/task/1852/stat : 1852 (java) S 1841 1843 1711 0 -1 64 4603 0 0 0 151 2 0 0 17 0 13 0 52390124 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1843/tid=1853] ppid=1841 vsize=1796052 CPUtime=2.1
/proc/1843/task/1853/stat : 1853 (java) S 1841 1843 1711 0 -1 64 6835 0 0 0 208 2 0 0 16 0 13 0 52390124 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1854] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1854/stat : 1854 (java) S 1841 1843 1711 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 52390124 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1855] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1855/stat : 1855 (java) S 1841 1843 1711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 52390124 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1843/tid=1856] ppid=1841 vsize=1796052 CPUtime=0
/proc/1843/task/1856/stat : 1856 (java) S 1841 1843 1711 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 52390229 1839157248 187486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1796052

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

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

[startup+1767.91 s]
/proc/loadavg: 1.05 1.01 0.85 2/77 2064
/proc/meminfo: memFree=757280/2055920 swapFree=4184636/4192956
[pid=1843] ppid=1841 vsize=0 CPUtime=1800.13
/proc/1843/stat : 1843 (java) Z 1841 1843 1711 0 -1 1036 249785 0 1 0 179851 162 0 0 16 0 2 0 52390100 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1843/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.98
CPU time (s): 1800.2
CPU user time (s): 1798.52
CPU system time (s): 1.68474
CPU usage (%): 101.823
Max. virtual memory (cumulated for all children) (KiB): 1799596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.68474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249785
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= 55131
involuntary context switches= 37524

runsolver used 2.12968 second user time and 4.6093 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Thu Apr 19 09:37:28 UTC 2007

IDJOB= 360858
IDBENCH= 1401
IDSOLVER= 160
FILE ID= node48/360858-1176975447

PBS_JOBID= 4630401

Free space on /tmp= 66482 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a63a973ffa65f76728fc6c6327196255

RANDOM SEED= 762755641

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1505120 kB
Buffers:         29232 kB
Cached:         460028 kB
SwapCached:       2312 kB
Active:         111136 kB
Inactive:       387612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505120 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:            4236 kB
Writeback:           0 kB
Mapped:          16356 kB
Slab:            38012 kB
Committed_AS:  1004424 kB
PageTables:       1388 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= 66482 MiB

End job on node48 on Thu Apr 19 10:06:58 UTC 2007