Trace number 350504

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.27 1779

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
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 benchmark1370.29
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.19	c no version file found!!!
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version	1.6.0
0.08/0.19	c os.name	Linux
0.08/0.19	c os.version	2.6.9-22.EL.rootsmp
0.08/0.19	c os.arch	i386
0.08/0.19	c Free memory 1651659224
0.08/0.19	c Max memory 1654456320
0.08/0.19	c Total memory 1654456320
0.08/0.19	c Number of processors 2
0.13/0.25	--- Begin Solver configuration ---
0.13/0.25	c Stops conflict analysis at the first Unique Implication Point
0.13/0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.25	c Learn all clauses as in MiniSAT
0.13/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.25	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.25	c No reason simplification
0.13/0.25	c --- End Solver configuration ---
0.13/0.25	c solving /tmp/evaluation/350504-1176513868/instance-350504-1176513868.opb
0.13/0.25	c reading problem ... 
7.13/5.93	c ... done. Wall clock time 5.681s.
7.13/5.93	c CPU time (experimental) 4.7s.
7.13/5.93	c #vars     77106
7.13/5.93	c #constraints  218778
1800.08/1778.81	c starts		: 21
1800.08/1778.81	c conflicts		: 693482
1800.08/1778.81	c decisions		: 1931289
1800.08/1778.81	c propagations		: 849493865
1800.08/1778.81	c inspects		: 3211980180
1800.08/1778.81	c learnt literals	: 20
1800.08/1778.81	c learnt binary clauses	: 298
1800.08/1778.81	c learnt ternary clauses	: 604
1800.08/1778.81	c learnt clauses	: 693462
1800.08/1778.81	c root simplifications	: 0
1800.08/1778.81	c removed literals (reason simplification)	: 0
1800.08/1778.81	c reason swapping (by a shorter reason)	: 0
1800.08/1778.81	c Calls to reduceDB	: 0
1800.08/1778.81	c speed (decisions/second)	: 1089.3776472399888
1800.08/1778.81	c non guided choices	16756
1800.08/1778.81	s UNKNOWN
1800.08/1778.81	c Total wall clock time (ms): 1778.566

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/node17/watcher-350504-1176513868 -o ROOT/results/node17/solver-350504-1176513868 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350504-1176513868/sat4jPseudoResolution.jar /tmp/evaluation/350504-1176513868/instance-350504-1176513868.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.91 0.97 0.99 2/77 6774
/proc/meminfo: memFree=1537152/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1800 CPUtime=0
/proc/6774/stat : 6774 (java) D 6772 6774 6055 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 99304359 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6774/statm: 450 143 106 9 0 92 0

[startup+0.0155289 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 6774
/proc/meminfo: memFree=1537152/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=12620 CPUtime=0
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 845 0 0 0 0 0 0 0 18 0 2 0 99304359 12922880 602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101889 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 6774
/proc/meminfo: memFree=1537152/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1777844 CPUtime=0.08
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 3873 0 1 0 5 3 0 0 18 0 7 0 99304359 1820512256 3616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 444461 3616 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.30191 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 6774
/proc/meminfo: memFree=1537152/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1781412 CPUtime=0.26
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 5665 0 1 0 22 4 0 0 18 0 12 0 99304359 1824165888 5404 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 445353 5404 1247 9 0 442965 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1781412

[startup+0.701955 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 6774
/proc/meminfo: memFree=1537152/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1782640 CPUtime=0.84
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 7216 0 1 0 79 5 0 0 18 0 12 0 99304359 1825423360 6783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 445660 6783 1301 9 0 443272 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1782640

[startup+1.50103 s]
/proc/loadavg: 0.91 0.97 0.99 2/89 6786
/proc/meminfo: memFree=1508512/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1785936 CPUtime=2
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 16273 0 1 0 191 9 0 0 18 0 12 0 99304359 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 446484 14726 1301 9 0 444096 0
[pid=6774/tid=6776] ppid=6772 vsize=1785936 CPUtime=0.94
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 12842 0 1 0 87 7 0 0 25 0 12 0 99304360 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621303 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 99304361 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 99304361 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 99304364 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 99304364 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 99304364 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 99304373 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1785936 CPUtime=0.53
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 1646 0 0 0 53 0 0 0 16 0 12 0 99304373 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1785936 CPUtime=0.49
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1063 0 0 0 49 0 0 0 16 0 12 0 99304373 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 99304373 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1785936 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99304373 1828798464 14726 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785936

[startup+3.1012 s]
/proc/loadavg: 0.91 0.97 0.99 2/89 6786
/proc/meminfo: memFree=1416032/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1786584 CPUtime=3.68
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 43998 0 1 0 345 23 0 0 18 0 12 0 99304359 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 446646 42435 1310 9 0 444258 0
[pid=6774/tid=6776] ppid=6772 vsize=1786584 CPUtime=2.45
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 37671 0 1 0 224 21 0 0 21 0 12 0 99304360 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471242 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1786584 CPUtime=0.08
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 1447 0 0 0 8 0 0 0 16 0 12 0 99304361 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1786584 CPUtime=0.08
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 1445 0 0 0 8 0 0 0 17 0 12 0 99304361 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1786584 CPUtime=0
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 99304364 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1786584 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 99304364 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1786584 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 99304364 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1786584 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 99304373 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1786584 CPUtime=0.53
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 1646 0 0 0 53 0 0 0 16 0 12 0 99304373 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1786584 CPUtime=0.49
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1063 0 0 0 49 0 0 0 16 0 12 0 99304373 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1786584 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 99304373 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1786584 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 99304373 1829462016 42435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1786584

[startup+6.30254 s]
/proc/loadavg: 0.92 0.97 0.99 2/89 6786
/proc/meminfo: memFree=1333600/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=7.86
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 55035 0 1 0 759 27 0 0 18 0 13 0 99304359 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 52363 1327 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=5.05
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 37705 0 1 0 483 22 0 0 19 0 13 0 99304360 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914642 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=0.45
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 6373 0 0 0 44 1 0 0 18 0 13 0 99304361 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=0.45
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 6610 0 0 0 43 2 0 0 18 0 13 0 99304361 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=0.97
/proc/6774/task/6783/stat : 6783 (java) R 6772 6774 6055 0 -1 64 1915 0 0 0 97 0 0 0 17 0 13 0 99304373 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103060136 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=0.9
/proc/6774/task/6784/stat : 6784 (java) R 6772 6774 6055 0 -1 64 1696 0 0 0 90 0 0 0 17 0 13 0 99304373 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 52363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1789580

[startup+12.7022 s]
/proc/loadavg: 0.93 0.97 0.99 2/90 6787
/proc/meminfo: memFree=1312224/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=15.52
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 63152 0 1 0 1521 31 0 0 18 0 13 0 99304359 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 59531 1332 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=10.51
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 37712 0 1 0 1029 22 0 0 25 0 13 0 99304360 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109926824 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=1.33
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 10162 0 0 0 130 3 0 0 16 0 13 0 99304361 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=1.32
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 10651 0 0 0 128 4 0 0 16 0 13 0 99304361 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=1.18
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 2133 0 0 0 118 0 0 0 17 0 13 0 99304373 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=1.13
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1758 0 0 0 113 0 0 0 17 0 13 0 99304373 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6787] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6787/stat : 6787 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 99304959 1832529920 59531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 1789580

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/90 6787
/proc/meminfo: memFree=1291424/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=28.6
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 67538 0 1 0 2827 33 0 0 18 0 13 0 99304359 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 62483 1332 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=23.02
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 37723 0 1 0 2280 22 0 0 25 0 13 0 99304360 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109966513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=1.6
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 12871 0 0 0 156 4 0 0 16 0 13 0 99304361 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=1.59
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 12317 0 0 0 155 4 0 0 16 0 13 0 99304361 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 99304364 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 62483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0.22
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 173 0 0 0 12 10 0 0 16 0 13 0 99304364 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=1.21
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 2133 0 0 0 121 0 0 0 16 0 13 0 99304373 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=1.17
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1758 0 0 0 117 0 0 0 17 0 13 0 99304373 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6787] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6787/stat : 6787 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 99304959 1832529920 215675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1560.73
Current children cumulated vsize (KiB) 1789580

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 6789
/proc/meminfo: memFree=652448/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=1621.65
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 309633 0 1 0 162009 156 0 0 18 0 13 0 99304359 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 221921 1332 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=1582.11
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 80582 0 1 0 158160 51 0 0 25 0 13 0 99304360 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109903497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=18.43
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 110808 0 0 0 1797 46 0 0 16 0 13 0 99304361 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=18.45
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 113454 0 0 0 1799 46 0 0 16 0 13 0 99304361 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0.22
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 173 0 0 0 12 10 0 0 16 0 13 0 99304364 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=1.21
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 2133 0 0 0 121 0 0 0 16 0 13 0 99304373 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=1.17
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1758 0 0 0 117 0 0 0 17 0 13 0 99304373 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6787] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6787/stat : 6787 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 99304959 1832529920 221921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1621.65
Current children cumulated vsize (KiB) 1789580

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 6789
/proc/meminfo: memFree=629792/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=1682.48
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 315693 0 1 0 168089 159 0 0 18 0 13 0 99304359 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 227557 1332 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=1641.21
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 80602 0 1 0 164070 51 0 0 25 0 13 0 99304360 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501373 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=19.29
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 113575 0 0 0 1882 47 0 0 16 0 13 0 99304361 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=19.31
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 116727 0 0 0 1883 48 0 0 16 0 13 0 99304361 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0.23
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 173 0 0 0 13 10 0 0 16 0 13 0 99304364 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=1.21
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 2133 0 0 0 121 0 0 0 16 0 13 0 99304373 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=1.17
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1758 0 0 0 117 0 0 0 17 0 13 0 99304373 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6787] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6787/stat : 6787 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 99304959 1832529920 227557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1682.48
Current children cumulated vsize (KiB) 1789580

[startup+1722.3 s]
/proc/loadavg: 1.24 1.06 1.02 2/90 6789
/proc/meminfo: memFree=616608/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=1742.98
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 320947 0 1 0 174135 163 0 0 18 0 13 0 99304359 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 230849 1332 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=1700.69
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 80614 0 1 0 170017 52 0 0 25 0 13 0 99304360 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109966513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=19.8
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 116193 0 0 0 1931 49 0 0 16 0 13 0 99304361 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=19.82
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 119351 0 0 0 1933 49 0 0 16 0 13 0 99304361 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0.23
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 173 0 0 0 13 10 0 0 16 0 13 0 99304364 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=1.21
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 2133 0 0 0 121 0 0 0 16 0 13 0 99304373 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=1.17
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1758 0 0 0 117 0 0 0 17 0 13 0 99304373 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6787] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6787/stat : 6787 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 99304959 1832529920 230849 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1742.98
Current children cumulated vsize (KiB) 1789580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.8 s]
/proc/loadavg: 1.09 1.05 1.01 2/90 6789
/proc/meminfo: memFree=597536/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=1789580 CPUtime=1800.08
/proc/6774/stat : 6774 (java) S 6772 6774 6055 0 -1 0 328643 0 1 0 179840 168 0 0 18 0 13 0 99304359 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6774/statm: 447395 235580 1332 9 0 445007 0
[pid=6774/tid=6776] ppid=6772 vsize=1789580 CPUtime=1756.57
/proc/6774/task/6776/stat : 6776 (java) R 6772 6774 6055 0 -1 64 83285 0 1 0 175603 54 0 0 25 0 13 0 99304360 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109943654 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6777] ppid=6772 vsize=1789580 CPUtime=20.4
/proc/6774/task/6777/stat : 6777 (java) S 6772 6774 6055 0 -1 64 118274 0 0 0 1990 50 0 0 16 0 13 0 99304361 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6778] ppid=6772 vsize=1789580 CPUtime=20.42
/proc/6774/task/6778/stat : 6778 (java) S 6772 6774 6055 0 -1 64 122287 0 0 0 1992 50 0 0 16 0 13 0 99304361 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6779] ppid=6772 vsize=1789580 CPUtime=0.23
/proc/6774/task/6779/stat : 6779 (java) S 6772 6774 6055 0 -1 64 181 0 0 0 13 10 0 0 16 0 13 0 99304364 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6780] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6780/stat : 6780 (java) S 6772 6774 6055 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6781] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6781/stat : 6781 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 99304364 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6782] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6782/stat : 6782 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99304373 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6783] ppid=6772 vsize=1789580 CPUtime=1.21
/proc/6774/task/6783/stat : 6783 (java) S 6772 6774 6055 0 -1 64 2133 0 0 0 121 0 0 0 16 0 13 0 99304373 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6784] ppid=6772 vsize=1789580 CPUtime=1.17
/proc/6774/task/6784/stat : 6784 (java) S 6772 6774 6055 0 -1 64 1758 0 0 0 117 0 0 0 17 0 13 0 99304373 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6774/tid=6785] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6785/stat : 6785 (java) S 6772 6774 6055 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 99304373 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6786] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6786/stat : 6786 (java) S 6772 6774 6055 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99304373 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6774/tid=6787] ppid=6772 vsize=1789580 CPUtime=0
/proc/6774/task/6787/stat : 6787 (java) S 6772 6774 6055 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 99304959 1832529920 235580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1789580

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

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

[startup+1778.92 s]
/proc/loadavg: 1.09 1.05 1.01 2/90 6789
/proc/meminfo: memFree=597536/2055920 swapFree=4192812/4192956
[pid=6774] ppid=6772 vsize=0 CPUtime=1800.18
/proc/6774/stat : 6774 (java) Z 6772 6774 6055 0 -1 1036 328663 0 1 0 179844 174 0 0 16 0 2 0 99304359 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6774/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779
CPU time (s): 1800.27
CPU user time (s): 1798.45
CPU system time (s): 1.81572
CPU usage (%): 101.195
Max. virtual memory (cumulated for all children) (KiB): 1789772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.81572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328663
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= 43476
involuntary context switches= 44168

runsolver used 1.63775 second user time and 4.88826 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Apr 14 01:24:28 UTC 2007

IDJOB= 350504
IDBENCH= 1481
IDSOLVER= 159
FILE ID= node17/350504-1176513868

PBS_JOBID= 4556708

Free space on /tmp= 66547 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350504-1176513868/sat4jPseudoResolution.jar /tmp/evaluation/350504-1176513868/instance-350504-1176513868.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-350504-1176513868 -o ROOT/results/node17/solver-350504-1176513868 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350504-1176513868/sat4jPseudoResolution.jar /tmp/evaluation/350504-1176513868/instance-350504-1176513868.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  70ea01a607f0d01f6199fb93098b84d8

RANDOM SEED= 310402801

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1537496 kB
Buffers:         41216 kB
Cached:         358284 kB
SwapCached:          0 kB
Active:         270652 kB
Inactive:       189104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11356 kB
Writeback:           0 kB
Mapped:          79136 kB
Slab:            44148 kB
Committed_AS:  4050912 kB
PageTables:       1796 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= 66547 MiB

End job on node17 on Sat Apr 14 01:54:09 UTC 2007