Trace number 358814

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.14 1795.9

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110968094.opb
MD5SUM940d71bbc0c42e33ba6204f0b827ce80
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.105983
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1242
Number of bits of the biggest sum of numbers11
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/358814-1176917795/instance-358814-1176917795.opb
0.08/0.19	c reading problem ... 
0.33/0.33	c ... done. Wall clock time 0.134s.
0.33/0.33	c CPU time (experimental) 0.28s.
0.33/0.33	c #vars     169
0.33/0.33	c #constraints  101
1800.03/1795.81	c starts		: 2
1800.03/1795.81	c conflicts		: 2486
1800.03/1795.81	c decisions		: 14754
1800.03/1795.81	c propagations		: 86145
1800.03/1795.81	c inspects		: 6128598
1800.03/1795.81	c learnt literals	: 0
1800.03/1795.81	c learnt binary clauses	: 0
1800.03/1795.81	c learnt ternary clauses	: 0
1800.03/1795.81	c learnt clauses	: 2485
1800.03/1795.81	c root simplifications	: 0
1800.03/1795.81	c removed literals (reason simplification)	: 0
1800.03/1795.81	c reason swapping (by a shorter reason)	: 0
1800.03/1795.81	c Calls to reduceDB	: 0
1800.03/1795.81	c speed (decisions/second)	: 8.217305799733664
1800.03/1795.81	c non guided choices	48
1800.03/1795.81	s UNKNOWN
1800.03/1795.81	c Total wall clock time (ms): 1795.617

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/node67/watcher-358814-1176917795 -o ROOT/results/node67/solver-358814-1176917795 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358814-1176917795/sat4jPseudoCP.jar /tmp/evaluation/358814-1176917795/instance-358814-1176917795.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.88 0.95 0.98 2/64 2842
/proc/meminfo: memFree=1952496/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=18568 CPUtime=0
/proc/2842/stat : 2842 (runsolver) R 2840 2842 2017 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 167768994 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2842/statm: 4642 292 257 24 0 2626 0

[startup+0.03455 s]
/proc/loadavg: 0.88 0.95 0.98 2/64 2842
/proc/meminfo: memFree=1952496/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1775952 CPUtime=0.01
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 2830 0 1 0 0 1 0 0 18 0 4 0 167768994 1818574848 2577 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 443988 2577 609 9 0 441624 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775952

[startup+0.101563 s]
/proc/loadavg: 0.88 0.95 0.98 2/64 2842
/proc/meminfo: memFree=1952496/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1780108 CPUtime=0.08
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 167768994 1822830592 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.308601 s]
/proc/loadavg: 0.88 0.95 0.98 2/64 2842
/proc/meminfo: memFree=1952496/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1782236 CPUtime=0.33
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 5116 0 1 0 30 3 0 0 18 0 12 0 167768994 1825009664 4854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 445559 4854 1264 9 0 443171 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782236

[startup+0.701675 s]
/proc/loadavg: 0.88 0.95 0.98 2/64 2842
/proc/meminfo: memFree=1952496/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1783888 CPUtime=1.01
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 10113 0 1 0 96 5 0 0 18 0 13 0 167768994 1826701312 9275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 445972 9275 1306 9 0 443584 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1783888

[startup+1.50282 s]
/proc/loadavg: 0.88 0.95 0.98 4/77 2855
/proc/meminfo: memFree=1895880/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796244 CPUtime=2.49
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 28550 0 1 0 236 13 0 0 18 0 13 0 167768994 1839353856 23698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449061 23699 1321 9 0 446673 0
[pid=2842/tid=2844] ppid=2840 vsize=1796244 CPUtime=0.92
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 19230 0 1 0 83 9 0 0 18 0 13 0 167768996 1839353856 23701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109583421 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167768997 1839353856 23702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167768997 1839353856 23704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 167768999 1839353856 23706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 167769000 1839353856 23707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 167769000 1839353856 23709 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839353856 23710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796244 CPUtime=0.71
/proc/2842/task/2851/stat : 2851 (java) R 2840 2842 2017 0 -1 64 3624 0 0 0 70 1 0 0 16 0 13 0 167769004 1839353856 23713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796244 CPUtime=0.85
/proc/2842/task/2852/stat : 2852 (java) R 2840 2842 2017 0 -1 64 4976 0 0 0 83 2 0 0 16 0 13 0 167769004 1839353856 23713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105290449 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839353856 23716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839353856 23717 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796244 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839353856 23719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1796244

[startup+3.10112 s]
/proc/loadavg: 0.88 0.95 0.98 4/77 2855
/proc/meminfo: memFree=1803208/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1799344 CPUtime=5.14
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 54892 0 1 0 488 26 0 0 18 0 13 0 167768994 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449836 43939 1331 9 0 447448 0
[pid=2842/tid=2844] ppid=2840 vsize=1799344 CPUtime=2.14
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 37756 0 1 0 197 17 0 0 25 0 13 0 167768996 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109544044 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1799344 CPUtime=0.01
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 450 0 0 0 1 0 0 0 16 0 13 0 167768997 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1799344 CPUtime=0.01
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 438 0 0 0 1 0 0 0 16 0 13 0 167768997 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167768999 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1799344 CPUtime=1.31
/proc/2842/task/2851/stat : 2851 (java) R 2840 2842 2017 0 -1 64 6819 0 0 0 128 3 0 0 16 0 13 0 167769004 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101901505 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1799344 CPUtime=1.64
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8699 0 0 0 160 4 0 0 16 0 13 0 167769004 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1799344 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1842528256 43939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 1799344

[startup+6.30269 s]
/proc/loadavg: 0.97 0.97 0.98 2/77 2855
/proc/meminfo: memFree=1777488/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=8.71
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 61148 0 1 0 842 29 0 0 18 0 13 0 167768994 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 47952 1331 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=5.17
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 39453 0 1 0 500 17 0 0 19 0 13 0 167768996 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503401 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=0.08
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 2355 0 0 0 8 0 0 0 16 0 13 0 167768997 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=0.09
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 2534 0 0 0 8 1 0 0 16 0 13 0 167768997 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167768999 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 15 0 13 0 167769004 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.82
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8710 0 0 0 178 4 0 0 16 0 13 0 167769004 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 47952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 1796404

[startup+12.7019 s]
/proc/loadavg: 0.97 0.97 0.98 2/77 2855
/proc/meminfo: memFree=1738512/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=15.18
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 68078 0 1 0 1487 31 0 0 18 0 13 0 167768994 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 54535 1332 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=11.5
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 42695 0 1 0 1131 19 0 0 25 0 13 0 167768996 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789164 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=0.16
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 3898 0 0 0 15 1 0 0 16 0 13 0 167768997 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=0.16
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 4678 0 0 0 15 1 0 0 16 0 13 0 167768997 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167768999 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 16 0 13 0 167769004 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.83
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8711 0 0 0 179 4 0 0 16 0 13 0 167769004 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 54535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1796404

[startup+25.5022 s]
/proc/loadavg: 0.97 0.97 0.98 2/77 2855
/proc/meminfo: memFree=1751440/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=28.05
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 70876 0 1 0 2772 33 0 0 18 0 13 0 167768994 1839517696 51271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 51271 1332 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=24.21
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 42708 0 1 0 2402 19 0 0 25 0 13 0 167768996 1839517696 51271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558821 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=0.24
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 5166 0 0 0 22 2 0 0 16 0 13 0 167768997 1839517696 51271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=0.22
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 6195 0 0 0 20 2 0 0 17 0 13 0 167768997 1839517696 51271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2842] ppid=2840 vsize=1796404 CPUtime=1606.57
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 222266 0 1 0 160543 114 0 0 18 0 13 0 167768994 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 110803 1333 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=1597.62
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 89889 0 1 0 159720 42 0 0 25 0 13 0 167768996 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865482 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=2.67
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 57546 0 0 0 242 25 0 0 17 0 13 0 167768997 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=2.67
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 57776 0 0 0 241 26 0 0 16 0 13 0 167768997 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0.18
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 243 0 0 0 8 10 0 0 16 0 13 0 167768999 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 16 0 13 0 167769004 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.88
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8744 0 0 0 184 4 0 0 16 0 13 0 167769004 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 110803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.57
Current children cumulated vsize (KiB) 1796404

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3055
/proc/meminfo: memFree=1511824/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=1666.56
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 222794 0 1 0 166541 115 0 0 18 0 13 0 167768994 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 110792 1333 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=1657.59
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 89890 0 1 0 165717 42 0 0 25 0 13 0 167768996 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558684 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=2.69
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 57770 0 0 0 243 26 0 0 17 0 13 0 167768997 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=2.67
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 58079 0 0 0 241 26 0 0 16 0 13 0 167768997 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0.18
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 243 0 0 0 8 10 0 0 16 0 13 0 167768999 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 16 0 13 0 167769004 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.88
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8744 0 0 0 184 4 0 0 16 0 13 0 167769004 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 110792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 1796404

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3055
/proc/meminfo: memFree=1513424/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=1726.54
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 222795 0 1 0 172539 115 0 0 18 0 13 0 167768994 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 110375 1333 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=1717.58
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 89891 0 1 0 171715 43 0 0 25 0 13 0 167768996 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865270 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=2.69
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 57770 0 0 0 243 26 0 0 17 0 13 0 167768997 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=2.68
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 58079 0 0 0 242 26 0 0 16 0 13 0 167768997 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0.18
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 243 0 0 0 8 10 0 0 16 0 13 0 167768999 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 16 0 13 0 167769004 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.88
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8744 0 0 0 184 4 0 0 16 0 13 0 167769004 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 110375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.54
Current children cumulated vsize (KiB) 1796404

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3055
/proc/meminfo: memFree=1513168/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=1786.53
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 223570 0 1 0 178538 115 0 0 18 0 13 0 167768994 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 110483 1333 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=1777.54
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 89893 0 1 0 177711 43 0 0 25 0 13 0 167768996 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109956309 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=2.71
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 58271 0 0 0 245 26 0 0 16 0 13 0 167768997 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=2.69
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 58351 0 0 0 243 26 0 0 16 0 13 0 167768997 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0.18
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 243 0 0 0 8 10 0 0 16 0 13 0 167768999 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 16 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.88
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8744 0 0 0 184 4 0 0 16 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (KiB) 1796404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 3055
/proc/meminfo: memFree=1513168/2055920 swapFree=4179676/4192956
[pid=2842] ppid=2840 vsize=1796404 CPUtime=1800.03
/proc/2842/stat : 2842 (java) S 2840 2842 2017 0 -1 0 223570 0 1 0 179888 115 0 0 18 0 13 0 167768994 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2842/statm: 449101 110483 1333 9 0 446713 0
[pid=2842/tid=2844] ppid=2840 vsize=1796404 CPUtime=1791.04
/proc/2842/task/2844/stat : 2844 (java) R 2840 2842 2017 0 -1 64 89893 0 1 0 179061 43 0 0 25 0 13 0 167768996 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865544 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2845] ppid=2840 vsize=1796404 CPUtime=2.71
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2017 0 -1 64 58271 0 0 0 245 26 0 0 16 0 13 0 167768997 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=1796404 CPUtime=2.69
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2017 0 -1 64 58351 0 0 0 243 26 0 0 16 0 13 0 167768997 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2847] ppid=2840 vsize=1796404 CPUtime=0.18
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2017 0 -1 64 243 0 0 0 8 10 0 0 16 0 13 0 167768999 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2842/tid=2848] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2017 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167769000 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2851] ppid=2840 vsize=1796404 CPUtime=1.48
/proc/2842/task/2851/stat : 2851 (java) S 2840 2842 2017 0 -1 64 7347 0 0 0 145 3 0 0 16 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2852] ppid=2840 vsize=1796404 CPUtime=1.88
/proc/2842/task/2852/stat : 2852 (java) S 2840 2842 2017 0 -1 64 8744 0 0 0 184 4 0 0 16 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2853] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2853/stat : 2853 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2854] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2854/stat : 2854 (java) S 2840 2842 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167769004 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2855] ppid=2840 vsize=1796404 CPUtime=0
/proc/2842/task/2855/stat : 2855 (java) S 2840 2842 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167769028 1839517696 110483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1796404

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

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

Child status: 143
Real time (s): 1795.9
CPU time (s): 1800.14
CPU user time (s): 1798.91
CPU system time (s): 1.22381
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 1800980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.22381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223590
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= 41891
involuntary context switches= 6808

runsolver used 2.06968 second user time and 4.50831 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Apr 18 17:36:35 UTC 2007

IDJOB= 358814
IDBENCH= 1241
IDSOLVER= 160
FILE ID= node67/358814-1176917795

PBS_JOBID= 4595247

Free space on /tmp= 66453 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968094.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358814-1176917795/sat4jPseudoCP.jar /tmp/evaluation/358814-1176917795/instance-358814-1176917795.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-358814-1176917795 -o ROOT/results/node67/solver-358814-1176917795 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358814-1176917795/sat4jPseudoCP.jar /tmp/evaluation/358814-1176917795/instance-358814-1176917795.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  940d71bbc0c42e33ba6204f0b827ce80

RANDOM SEED= 437563253

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1952968 kB
Buffers:          6776 kB
Cached:          43948 kB
SwapCached:       7008 kB
Active:          41924 kB
Inactive:        22044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1952968 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            3772 kB
Writeback:           0 kB
Mapped:          15872 kB
Slab:            24960 kB
Committed_AS:   242264 kB
PageTables:       1456 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= 66453 MiB

End job on node67 on Wed Apr 18 18:06:33 UTC 2007