Trace number 358552

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
sat4jPseudoCPClause 2007-03-23UNSAT 518.972 511.37

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110969577.opb
MD5SUMfe6cf07dfe02cf8e9d0870ea1740ddf6
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1255
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c Simplify asserted PB constraints to clauses
0.19/0.20	c solving /tmp/evaluation/358552-1176916256/instance-358552-1176916256.opb
0.19/0.20	c reading problem ... 
0.29/0.33	c ... done. Wall clock time 0.13s.
0.29/0.33	c CPU time (experimental) 0.27s.
0.29/0.33	c #vars     169
0.29/0.33	c #constraints  101
518.84/511.26	c starts		: 2
518.84/511.26	c conflicts		: 14109
518.84/511.26	c decisions		: 59621
518.84/511.26	c propagations		: 385676
518.84/511.26	c inspects		: 156989225
518.84/511.26	c learnt literals	: 0
518.84/511.26	c learnt binary clauses	: 0
518.84/511.26	c learnt ternary clauses	: 0
518.84/511.26	c learnt clauses	: 14108
518.84/511.26	c root simplifications	: 0
518.84/511.26	c removed literals (reason simplification)	: 0
518.84/511.26	c reason swapping (by a shorter reason)	: 0
518.84/511.26	c Calls to reduceDB	: 0
518.84/511.26	c speed (decisions/second)	: 116.69273060715607
518.84/511.26	c non guided choices	38
518.84/511.26	s UNSATISFIABLE
518.84/511.26	c Total wall clock time (ms): 511.056

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/node7/watcher-358552-1176916256 -o ROOT/results/node7/solver-358552-1176916256 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358552-1176916256/sat4jPseudoCPClause.jar /tmp/evaluation/358552-1176916256/instance-358552-1176916256.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.96 1.00 1.00 2/77 25669
/proc/meminfo: memFree=1307384/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=152 CPUtime=0
/proc/25669/stat : 25669 (java) R 25667 25669 24880 0 -1 0 36 0 0 0 0 0 0 0 20 0 1 0 167663183 155648 21 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10353611 0 0 4096 0 0 0 0 17 1 0 0
/proc/25669/statm: 38 26 19 9 0 4 0

[startup+0.0723449 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25669
/proc/meminfo: memFree=1307384/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1778732 CPUtime=0.05
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 3709 0 1 0 3 2 0 0 18 0 7 0 167663183 1821421568 3452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 444683 3452 1082 9 0 442319 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778732

[startup+0.101309 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25669
/proc/meminfo: memFree=1307384/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1781136 CPUtime=0.07
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 3970 0 1 0 5 2 0 0 18 0 12 0 167663183 1823883264 3712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 445284 3712 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1781136

[startup+0.301328 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25669
/proc/meminfo: memFree=1307384/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1782448 CPUtime=0.29
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 5113 0 1 0 26 3 0 0 18 0 12 0 167663183 1825226752 4852 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 445612 4852 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782448

[startup+0.701373 s]
/proc/loadavg: 0.96 1.00 1.00 2/77 25669
/proc/meminfo: memFree=1307384/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1783992 CPUtime=0.98
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 9338 0 1 0 92 6 0 0 18 0 13 0 167663183 1826807808 8799 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 445998 8799 1305 9 0 443609 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1783992

[startup+1.50246 s]
/proc/loadavg: 0.96 1.00 1.00 4/90 25682
/proc/meminfo: memFree=1255056/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1803516 CPUtime=2.55
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 31932 0 1 0 239 16 0 0 18 0 13 0 167663183 1846800384 26534 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450879 26537 1321 9 0 448490 0
[pid=25669/tid=25671] ppid=25667 vsize=1803516 CPUtime=0.92
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 21233 0 1 0 81 11 0 0 18 0 13 0 167663184 1846800384 26539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109510469 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167663186 1846800384 26541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 167663186 1846800384 26543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 167663188 1846800384 26546 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 167663188 1846800384 26548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 167663188 1846800384 26550 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1846800384 26552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1803516 CPUtime=0.8
/proc/25669/task/25678/stat : 25678 (java) R 25667 25669 24880 0 -1 64 4774 0 0 0 78 2 0 0 17 0 13 0 167663192 1846800384 26554 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1803516 CPUtime=0.8
/proc/25669/task/25679/stat : 25679 (java) R 25667 25669 24880 0 -1 64 5204 0 0 0 78 2 0 0 18 0 13 0 167663192 1846800384 26557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104784224 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1846800384 26559 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1846800384 26561 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1803516 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1846800384 26563 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1803516

[startup+3.10262 s]
/proc/loadavg: 0.96 1.00 1.00 2/90 25682
/proc/meminfo: memFree=1141904/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1803524 CPUtime=4.81
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 52805 0 1 0 454 27 0 0 18 0 13 0 167663183 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450881 44903 1330 9 0 448492 0
[pid=25669/tid=25671] ppid=25667 vsize=1803524 CPUtime=2.25
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 37714 0 1 0 207 18 0 0 24 0 13 0 167663184 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109644283 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1803524 CPUtime=0.01
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 674 0 0 0 1 0 0 0 16 0 13 0 167663186 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1803524 CPUtime=0.01
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 561 0 0 0 1 0 0 0 16 0 13 0 167663186 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 167663188 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1803524 CPUtime=1.37
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5657 0 0 0 134 3 0 0 17 0 13 0 167663192 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1803524 CPUtime=1.11
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 7469 0 0 0 108 3 0 0 16 0 13 0 167663192 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1803524 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1846808576 44903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 1803524

[startup+6.30295 s]
/proc/loadavg: 0.97 1.00 1.00 2/90 25682
/proc/meminfo: memFree=1132368/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1801060 CPUtime=8.16
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 56809 0 1 0 787 29 0 0 18 0 13 0 167663183 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450265 46781 1331 9 0 447876 0
[pid=25669/tid=25671] ppid=25667 vsize=1801060 CPUtime=5.31
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 37720 0 1 0 513 18 0 0 25 0 13 0 167663184 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109526473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1801060 CPUtime=0.11
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 2766 0 0 0 10 1 0 0 16 0 13 0 167663186 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1801060 CPUtime=0.1
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 2438 0 0 0 9 1 0 0 17 0 13 0 167663186 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167663188 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1801060 CPUtime=1.43
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5666 0 0 0 140 3 0 0 16 0 13 0 167663192 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1801060 CPUtime=1.16
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 7470 0 0 0 113 3 0 0 16 0 13 0 167663192 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1801060 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844285440 46781 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1801060

[startup+12.7026 s]
/proc/loadavg: 0.97 1.00 1.00 2/90 25682
/proc/meminfo: memFree=1089488/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=15.09
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 67600 0 1 0 1474 35 0 0 18 0 13 0 167663183 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 55813 1331 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=11.5
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 39413 0 1 0 1131 19 0 0 25 0 13 0 167663184 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109520918 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=0.28
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 7287 0 0 0 25 3 0 0 16 0 13 0 167663186 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=0.27
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 5907 0 0 0 24 3 0 0 16 0 13 0 167663186 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1800920 CPUtime=1.52
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5669 0 0 0 149 3 0 0 17 0 13 0 167663192 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1800920 CPUtime=1.46
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 8575 0 0 0 142 4 0 0 16 0 13 0 167663192 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844142080 55813 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1800920

[startup+25.502 s]
/proc/loadavg: 0.97 1.00 1.00 2/90 25682
/proc/meminfo: memFree=1076880/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=28.07
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 70932 0 1 0 2770 37 0 0 18 0 13 0 167663183 1844142080 58650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 58650 1332 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=24.15
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 39422 0 1 0 2395 20 0 0 25 0 13 0 167663184 1844142080 58650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109824919 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=0.41
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 9144 0 0 0 37 4 0 0 16 0 13 0 167663186 1844142080 58650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=0.4
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 7372 0 0 0 36 4 0 0 16 0 13 0 167663186 1844142080 58650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844142080 91822 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844142080 91822 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844142080 91822 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 506.6
Current children cumulated vsize (KiB) 1800920

[startup+505.501 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 25682
/proc/meminfo: memFree=942608/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=513.09
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 129694 0 1 0 51242 67 0 0 18 0 13 0 167663183 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 92169 1332 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=499.04
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 55807 0 1 0 49876 28 0 0 24 0 13 0 167663184 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109501725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=5.2
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 30502 0 0 0 507 13 0 0 16 0 13 0 167663186 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=5.2
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 28276 0 0 0 507 13 0 0 16 0 13 0 167663186 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1800920 CPUtime=0.06
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 123 0 0 0 3 3 0 0 15 0 13 0 167663188 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1800920 CPUtime=1.74
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5677 0 0 0 171 3 0 0 16 0 13 0 167663192 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1800920 CPUtime=1.8
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 8588 0 0 0 176 4 0 0 18 0 13 0 167663192 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844142080 92169 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 513.09
Current children cumulated vsize (KiB) 1800920

[startup+508.703 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 25682
/proc/meminfo: memFree=942224/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=516.31
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 129812 0 1 0 51564 67 0 0 18 0 13 0 167663183 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 92256 1332 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=502.2
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 55808 0 1 0 50192 28 0 0 25 0 13 0 167663184 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109799416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=5.23
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 30564 0 0 0 510 13 0 0 16 0 13 0 167663186 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=5.23
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 28331 0 0 0 510 13 0 0 16 0 13 0 167663186 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1800920 CPUtime=0.06
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 123 0 0 0 3 3 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1800920 CPUtime=1.74
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5677 0 0 0 171 3 0 0 16 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1800920 CPUtime=1.8
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 8588 0 0 0 176 4 0 0 18 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 516.31
Current children cumulated vsize (KiB) 1800920

[startup+510.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 25682
/proc/meminfo: memFree=941904/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=517.92
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 129812 0 1 0 51725 67 0 0 18 0 13 0 167663183 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 92256 1332 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=503.81
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 55808 0 1 0 50353 28 0 0 25 0 13 0 167663184 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109554749 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=5.23
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 30564 0 0 0 510 13 0 0 16 0 13 0 167663186 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=5.23
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 28331 0 0 0 510 13 0 0 16 0 13 0 167663186 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1800920 CPUtime=0.06
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 123 0 0 0 3 3 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1800920 CPUtime=1.74
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5677 0 0 0 171 3 0 0 16 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1800920 CPUtime=1.8
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 8588 0 0 0 176 4 0 0 18 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.92
Current children cumulated vsize (KiB) 1800920

[startup+511.103 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 25682
/proc/meminfo: memFree=941904/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=518.71
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 129812 0 1 0 51804 67 0 0 18 0 13 0 167663183 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 92256 1332 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=504.6
/proc/25669/task/25671/stat : 25671 (java) R 25667 25669 24880 0 -1 64 55808 0 1 0 50432 28 0 0 25 0 13 0 167663184 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109526255 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=5.23
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 30564 0 0 0 510 13 0 0 16 0 13 0 167663186 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=5.23
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 28331 0 0 0 510 13 0 0 16 0 13 0 167663186 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1800920 CPUtime=0.06
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 123 0 0 0 3 3 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167663188 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1800920 CPUtime=1.74
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5677 0 0 0 171 3 0 0 16 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1800920 CPUtime=1.8
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 8588 0 0 0 176 4 0 0 18 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167663192 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25682] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25682/stat : 25682 (java) S 25667 25669 24880 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 167663217 1844142080 92256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.71
Current children cumulated vsize (KiB) 1800920

[startup+511.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/90 25682
/proc/meminfo: memFree=941904/2055920 swapFree=4150736/4192956
[pid=25669] ppid=25667 vsize=1800920 CPUtime=518.9
/proc/25669/stat : 25669 (java) S 25667 25669 24880 0 -1 0 129922 0 1 0 51823 67 0 0 18 0 12 0 167663183 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25669/statm: 450230 92357 1333 9 0 447841 0
[pid=25669/tid=25671] ppid=25667 vsize=1800920 CPUtime=504.73
/proc/25669/task/25671/stat : 25671 (java) S 25667 25669 24880 0 -1 64 55814 0 1 0 50445 28 0 0 24 0 12 0 167663184 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1800920 CPUtime=5.26
/proc/25669/task/25672/stat : 25672 (java) S 25667 25669 24880 0 -1 64 30639 0 0 0 513 13 0 0 16 0 12 0 167663186 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1800920 CPUtime=5.26
/proc/25669/task/25673/stat : 25673 (java) S 25667 25669 24880 0 -1 64 28359 0 0 0 513 13 0 0 16 0 12 0 167663186 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1800920 CPUtime=0.06
/proc/25669/task/25674/stat : 25674 (java) S 25667 25669 24880 0 -1 64 123 0 0 0 3 3 0 0 16 0 12 0 167663188 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25675] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25675/stat : 25675 (java) S 25667 25669 24880 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 167663188 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25676] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25676/stat : 25676 (java) S 25667 25669 24880 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167663188 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25677] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25677/stat : 25677 (java) S 25667 25669 24880 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 167663192 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25678] ppid=25667 vsize=1800920 CPUtime=1.74
/proc/25669/task/25678/stat : 25678 (java) S 25667 25669 24880 0 -1 64 5677 0 0 0 171 3 0 0 16 0 12 0 167663192 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25669/tid=25679] ppid=25667 vsize=1800920 CPUtime=1.8
/proc/25669/task/25679/stat : 25679 (java) S 25667 25669 24880 0 -1 64 8588 0 0 0 176 4 0 0 18 0 12 0 167663192 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25680] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25680/stat : 25680 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 167663192 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25669/tid=25681] ppid=25667 vsize=1800920 CPUtime=0
/proc/25669/task/25681/stat : 25681 (java) S 25667 25669 24880 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167663192 1844142080 92357 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.9
Current children cumulated vsize (KiB) 1800920

Child status: 20
Real time (s): 511.37
CPU time (s): 518.972
CPU user time (s): 518.239
CPU system time (s): 0.732888
CPU usage (%): 101.487
Max. virtual memory (cumulated for all children) (KiB): 1805324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.239
system time used= 0.732888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129925
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= 13568
involuntary context switches= 21141

runsolver used 0.488925 second user time and 1.40279 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Wed Apr 18 17:10:56 UTC 2007

IDJOB= 358552
IDBENCH= 1222
IDSOLVER= 164
FILE ID= node7/358552-1176916256

PBS_JOBID= 4595242

Free space on /tmp= 66368 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fe6cf07dfe02cf8e9d0870ea1740ddf6

RANDOM SEED= 920379513

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1307792 kB
Buffers:         36648 kB
Cached:         636672 kB
SwapCached:      22252 kB
Active:         247088 kB
Inactive:       458580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307792 kB
SwapTotal:     4192956 kB
SwapFree:      4150736 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          30392 kB
Slab:            27916 kB
Committed_AS:  7095160 kB
PageTables:       1860 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= 66368 MiB

End job on node7 on Wed Apr 18 17:19:27 UTC 2007