Trace number 351794

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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.22 1786.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-danoint.opb
MD5SUM9a58bdfc023900d726e146c07979fe71
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525350
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/351794-1176613685/instance-351794-1176613685.opb
0.20/0.20	c reading problem ... 
2.27/1.59	c ... done. Wall clock time 1.387s.
2.27/1.59	c CPU time (experimental) 1.06s.
2.27/1.59	c #vars     13898
2.27/1.59	c #constraints  816
1800.04/1786.51	c starts		: 22
1800.04/1786.51	c conflicts		: 1102477
1800.04/1786.51	c decisions		: 1974179
1800.04/1786.51	c propagations		: 54316983
1800.04/1786.51	c inspects		: 1066952481
1800.04/1786.51	c learnt literals	: 0
1800.04/1786.51	c learnt binary clauses	: 4
1800.04/1786.51	c learnt ternary clauses	: 41
1800.04/1786.51	c learnt clauses	: 1102477
1800.04/1786.51	c root simplifications	: 0
1800.04/1786.51	c removed literals (reason simplification)	: 0
1800.04/1786.51	c reason swapping (by a shorter reason)	: 0
1800.04/1786.51	c Calls to reduceDB	: 0
1800.04/1786.51	c speed (decisions/second)	: 1106.0470750116533
1800.04/1786.51	c non guided choices	4993
1800.04/1786.51	s UNKNOWN
1800.04/1786.51	c Total wall clock time (ms): 1786.31

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

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


[startup+0 s]
/proc/loadavg: 0.93 1.00 0.99 2/64 9935
/proc/meminfo: memFree=1592904/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=152 CPUtime=0
/proc/9935/stat : 9935 (java) R 9933 9935 9317 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 109278184 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 1 0 0
/proc/9935/statm: 38 26 19 9 0 4 0

[startup+0.0125099 s]
/proc/loadavg: 0.93 1.00 0.99 2/64 9935
/proc/meminfo: memFree=1592904/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=12056 CPUtime=0
/proc/9935/stat : 9935 (java) R 9933 9935 9317 0 -1 0 574 0 0 0 0 0 0 0 18 0 1 0 109278184 12345344 381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4842282 0 0 4096 0 0 0 0 17 1 0 0
/proc/9935/statm: 3014 388 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.10153 s]
/proc/loadavg: 0.93 1.00 0.99 2/64 9935
/proc/meminfo: memFree=1592904/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1780108 CPUtime=0.09
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 3974 0 1 0 6 3 0 0 18 0 12 0 109278184 1822830592 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301563 s]
/proc/loadavg: 0.93 1.00 0.99 2/64 9935
/proc/meminfo: memFree=1592904/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1782028 CPUtime=0.3
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 5241 0 1 0 27 3 0 0 18 0 12 0 109278184 1824796672 4979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 445507 4979 1270 9 0 443119 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782028

[startup+0.702634 s]
/proc/loadavg: 0.93 1.00 0.99 2/64 9935
/proc/meminfo: memFree=1592904/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1793788 CPUtime=1.07
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 9985 0 1 0 101 6 0 0 18 0 12 0 109278184 1836838912 8381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 448447 8381 1302 9 0 446059 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1793788

[startup+1.50177 s]
/proc/loadavg: 0.93 1.00 0.99 2/76 9947
/proc/meminfo: memFree=1558376/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1792136 CPUtime=2.27
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 25347 0 1 0 214 13 0 0 18 0 12 0 109278184 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 448034 22010 1308 9 0 445646 0
[pid=9935/tid=9937] ppid=9933 vsize=1792136 CPUtime=0.96
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 18541 0 1 0 87 9 0 0 18 0 12 0 109278186 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 109278187 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 109278187 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 109278190 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 109278190 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 109278190 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 109278194 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1792136 CPUtime=0.58
/proc/9935/task/9944/stat : 9944 (java) R 9933 9935 9317 0 -1 64 2385 0 0 0 57 1 0 0 16 0 12 0 109278194 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105860216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1792136 CPUtime=0.69
/proc/9935/task/9945/stat : 9945 (java) R 9933 9935 9317 0 -1 64 3698 0 0 0 68 1 0 0 16 0 12 0 109278194 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314317 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 109278194 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1792136 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 109278194 1835147264 22010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1792136

[startup+3.10203 s]
/proc/loadavg: 0.93 1.00 0.99 2/77 9948
/proc/meminfo: memFree=1492832/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1792460 CPUtime=4.39
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 37430 0 1 0 421 18 0 0 18 0 13 0 109278184 1835479040 31977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 448115 31977 1316 9 0 445727 0
[pid=9935/tid=9937] ppid=9933 vsize=1792460 CPUtime=2.36
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 28432 0 1 0 224 12 0 0 25 0 13 0 109278186 1835479040 31977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527612 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 109278187 1835479040 31978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 109278187 1835479040 31978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 109278190 1835479040 31980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 109278190 1835479040 31980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 109278190 1835479040 31980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1835479040 31981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1792460 CPUtime=0.99
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3974 0 0 0 97 2 0 0 16 0 13 0 109278194 1835479040 31981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1792460 CPUtime=1.01
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4298 0 0 0 99 2 0 0 16 0 13 0 109278194 1835479040 31982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1835479040 31982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1835479040 31983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1792460 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1835479040 31983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1792460

[startup+6.30157 s]
/proc/loadavg: 0.93 1.00 0.99 2/77 9948
/proc/meminfo: memFree=1419616/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1792300 CPUtime=7.7
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 49846 0 1 0 747 23 0 0 18 0 13 0 109278184 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 448075 44319 1325 9 0 445687 0
[pid=9935/tid=9937] ppid=9933 vsize=1792300 CPUtime=5.49
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 37712 0 1 0 533 16 0 0 25 0 13 0 109278186 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109786328 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1792300 CPUtime=0.05
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 1711 0 0 0 5 0 0 0 16 0 13 0 109278187 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1792300 CPUtime=0.05
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 1416 0 0 0 5 0 0 0 16 0 13 0 109278187 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 109278190 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1792300 CPUtime=1.04
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3979 0 0 0 102 2 0 0 17 0 13 0 109278194 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1792300 CPUtime=1.01
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4298 0 0 0 99 2 0 0 16 0 13 0 109278194 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1792300 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1835315200 44319 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 1792300

[startup+12.7016 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 9948
/proc/meminfo: memFree=1407072/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1791052 CPUtime=14.16
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 53333 0 1 0 1391 25 0 0 18 0 13 0 109278184 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 447763 47445 1325 9 0 445375 0
[pid=9935/tid=9937] ppid=9933 vsize=1791052 CPUtime=11.82
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 37713 0 1 0 1166 16 0 0 25 0 13 0 109278186 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914164 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1791052 CPUtime=0.1
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 3346 0 0 0 9 1 0 0 16 0 13 0 109278187 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1791052 CPUtime=0.1
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 3265 0 0 0 9 1 0 0 16 0 13 0 109278187 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1791052 CPUtime=1.05
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3979 0 0 0 103 2 0 0 16 0 13 0 109278194 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1791052 CPUtime=1.02
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4298 0 0 0 100 2 0 0 16 0 13 0 109278194 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1834037248 47445 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 1791052

[startup+25.5028 s]
/proc/loadavg: 0.95 1.00 0.99 2/77 9948
/proc/meminfo: memFree=1400160/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1791052 CPUtime=27.13
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 55125 0 1 0 2687 26 0 0 18 0 13 0 109278184 1834037248 49220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 447763 49220 1327 9 0 445375 0
[pid=9935/tid=9937] ppid=9933 vsize=1791052 CPUtime=24.5
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 37717 0 1 0 2434 16 0 0 25 0 13 0 109278186 1834037248 49220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109760653 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1791052 CPUtime=0.2
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 4254 0 0 0 18 2 0 0 16 0 13 0 109278187 1834037248 49220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1791052 CPUtime=0.21
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 4129 0 0 0 19 2 0 0 16 0 13 0 109278187 1834037248 49220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 49220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0.22
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 230 0 0 0 10 12 0 0 16 0 13 0 109278190 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1791052 CPUtime=1.14
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3985 0 0 0 112 2 0 0 16 0 13 0 109278194 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1791052 CPUtime=1.09
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4304 0 0 0 107 2 0 0 16 0 13 0 109278194 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1834037248 208639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.55
Current children cumulated vsize (KiB) 1791052

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9948
/proc/meminfo: memFree=745952/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1791052 CPUtime=1675.01
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 346186 0 1 0 167314 187 0 0 18 0 13 0 109278184 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 447763 212321 1327 9 0 445375 0
[pid=9935/tid=9937] ppid=9933 vsize=1791052 CPUtime=1647.43
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 88076 0 1 0 164701 42 0 0 17 0 13 0 109278186 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109763318 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1791052 CPUtime=12.52
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 124916 0 0 0 1187 65 0 0 16 0 13 0 109278187 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1791052 CPUtime=12.53
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 123949 0 0 0 1193 60 0 0 16 0 13 0 109278187 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0.23
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 233 0 0 0 11 12 0 0 16 0 13 0 109278190 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1791052 CPUtime=1.14
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3985 0 0 0 112 2 0 0 16 0 13 0 109278194 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1791052 CPUtime=1.09
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4304 0 0 0 107 2 0 0 16 0 13 0 109278194 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1834037248 212321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.01
Current children cumulated vsize (KiB) 1791052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9948
/proc/meminfo: memFree=738080/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1791052 CPUtime=1735.39
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 349816 0 1 0 173349 190 0 0 18 0 13 0 109278184 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 447763 214427 1327 9 0 445375 0
[pid=9935/tid=9937] ppid=9933 vsize=1791052 CPUtime=1706.82
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 88092 0 1 0 170639 43 0 0 25 0 13 0 109278186 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784070 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1791052 CPUtime=13.06
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 124916 0 0 0 1241 65 0 0 17 0 13 0 109278187 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1791052 CPUtime=12.99
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 127554 0 0 0 1237 62 0 0 16 0 13 0 109278187 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0.24
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 242 0 0 0 11 13 0 0 16 0 13 0 109278190 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1791052 CPUtime=1.14
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3985 0 0 0 112 2 0 0 16 0 13 0 109278194 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1791052 CPUtime=1.09
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4304 0 0 0 107 2 0 0 16 0 13 0 109278194 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1834037248 214427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.39
Current children cumulated vsize (KiB) 1791052

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9948
/proc/meminfo: memFree=727648/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1791052 CPUtime=1795.81
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 353660 0 1 0 179389 192 0 0 18 0 13 0 109278184 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 447763 216853 1327 9 0 445375 0
[pid=9935/tid=9937] ppid=9933 vsize=1791052 CPUtime=1766.25
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 89372 0 1 0 176582 43 0 0 25 0 13 0 109278186 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109762864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1791052 CPUtime=13.58
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 124916 0 0 0 1293 65 0 0 17 0 13 0 109278187 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1791052 CPUtime=13.45
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 130117 0 0 0 1281 64 0 0 16 0 13 0 109278187 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0.24
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 243 0 0 0 11 13 0 0 16 0 13 0 109278190 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1791052 CPUtime=1.14
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3985 0 0 0 112 2 0 0 16 0 13 0 109278194 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1791052 CPUtime=1.09
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4304 0 0 0 107 2 0 0 16 0 13 0 109278194 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1834037248 216853 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.81
Current children cumulated vsize (KiB) 1791052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9948
/proc/meminfo: memFree=727712/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=1791052 CPUtime=1800.04
/proc/9935/stat : 9935 (java) S 9933 9935 9317 0 -1 0 353795 0 1 0 179812 192 0 0 18 0 13 0 109278184 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9935/statm: 447763 216843 1327 9 0 445375 0
[pid=9935/tid=9937] ppid=9933 vsize=1791052 CPUtime=1770.42
/proc/9935/task/9937/stat : 9937 (java) R 9933 9935 9317 0 -1 64 89373 0 1 0 176999 43 0 0 25 0 13 0 109278186 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109761119 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9938] ppid=9933 vsize=1791052 CPUtime=13.61
/proc/9935/task/9938/stat : 9938 (java) S 9933 9935 9317 0 -1 64 124916 0 0 0 1296 65 0 0 17 0 13 0 109278187 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9939] ppid=9933 vsize=1791052 CPUtime=13.48
/proc/9935/task/9939/stat : 9939 (java) S 9933 9935 9317 0 -1 64 130251 0 0 0 1284 64 0 0 16 0 13 0 109278187 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9940] ppid=9933 vsize=1791052 CPUtime=0.24
/proc/9935/task/9940/stat : 9940 (java) S 9933 9935 9317 0 -1 64 243 0 0 0 11 13 0 0 16 0 13 0 109278190 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9941] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9941/stat : 9941 (java) S 9933 9935 9317 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9942] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9942/stat : 9942 (java) S 9933 9935 9317 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109278190 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9943] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9943/stat : 9943 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 109278194 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9944] ppid=9933 vsize=1791052 CPUtime=1.14
/proc/9935/task/9944/stat : 9944 (java) S 9933 9935 9317 0 -1 64 3985 0 0 0 112 2 0 0 16 0 13 0 109278194 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9945] ppid=9933 vsize=1791052 CPUtime=1.09
/proc/9935/task/9945/stat : 9945 (java) S 9933 9935 9317 0 -1 64 4304 0 0 0 107 2 0 0 16 0 13 0 109278194 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9946] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9946/stat : 9946 (java) S 9933 9935 9317 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 109278194 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9935/tid=9947] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9947/stat : 9947 (java) S 9933 9935 9317 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 109278194 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9935/tid=9948] ppid=9933 vsize=1791052 CPUtime=0
/proc/9935/task/9948/stat : 9948 (java) S 9933 9935 9317 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 109278355 1834037248 216843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1791052

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

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

[startup+1786.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9948
/proc/meminfo: memFree=727712/2055920 swapFree=4184728/4192956
[pid=9935] ppid=9933 vsize=0 CPUtime=1800.16
/proc/9935/stat : 9935 (java) Z 9933 9935 9317 0 -1 1036 353815 0 1 0 179816 200 0 0 16 0 2 0 109278184 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9935/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.67
CPU time (s): 1800.22
CPU user time (s): 1798.16
CPU system time (s): 2.06069
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (KiB): 1793928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.06069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353815
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= 45198
involuntary context switches= 36738

runsolver used 1.78473 second user time and 4.74528 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Apr 15 05:08:05 UTC 2007

IDJOB= 351794
IDBENCH= 1812
IDSOLVER= 159
FILE ID= node58/351794-1176613685

PBS_JOBID= 4557036

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-danoint.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351794-1176613685/sat4jPseudoResolution.jar /tmp/evaluation/351794-1176613685/instance-351794-1176613685.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-351794-1176613685 -o ROOT/results/node58/solver-351794-1176613685 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351794-1176613685/sat4jPseudoResolution.jar /tmp/evaluation/351794-1176613685/instance-351794-1176613685.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9a58bdfc023900d726e146c07979fe71

RANDOM SEED= 564319062

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1593376 kB
Buffers:         37532 kB
Cached:         317044 kB
SwapCached:       2696 kB
Active:         139716 kB
Inactive:       225768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593376 kB
SwapTotal:     4192956 kB
SwapFree:      4184728 kB
Dirty:            4348 kB
Writeback:           0 kB
Mapped:          17404 kB
Slab:            83208 kB
Committed_AS:   172708 kB
PageTables:       1384 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= 66560 MiB

End job on node58 on Sun Apr 15 05:37:54 UTC 2007