Trace number 350074

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.22 1795.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-87904490-max.opb
MD5SUMf145615704a2957501e412155c176c53
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81001
Total number of constraints241201
Number of constraints which are clauses241200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313419664837827391154871651005228706296088699355875555839163484213727699346231811168069148386972247138995410784642717179115
Number of bits of the biggest sum of numbers601
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
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=1.5 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 solving /tmp/evaluation/350074-1176791109/instance-350074-1176791109.opb
0.19/0.20	c reading problem ... 
10.30/8.19	c ... done. Wall clock time 7.991s.
10.30/8.19	c CPU time (experimental) 6.88s.
10.30/8.19	c #vars     81001
10.30/8.19	c #constraints  241202
1800.02/1795.31	c starts		: 8
1800.02/1795.31	c conflicts		: 3724
1800.02/1795.31	c decisions		: 15869
1800.02/1795.31	c propagations		: 2054457
1800.02/1795.31	c inspects		: 12386211
1800.02/1795.31	c learnt literals	: 0
1800.02/1795.31	c learnt binary clauses	: 0
1800.02/1795.31	c learnt ternary clauses	: 0
1800.02/1795.31	c learnt clauses	: 3724
1800.02/1795.31	c root simplifications	: 0
1800.02/1795.31	c removed literals (reason simplification)	: 0
1800.02/1795.31	c reason swapping (by a shorter reason)	: 0
1800.02/1795.31	c Calls to reduceDB	: 0
1800.02/1795.31	c speed (decisions/second)	: 8.880062360208546
1800.02/1795.31	c non guided choices	253
1800.02/1795.31	s UNKNOWN
1800.02/1795.31	c Total wall clock time (ms): 1795.109

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/node6/watcher-350074-1176791109 -o ROOT/results/node6/solver-350074-1176791109 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350074-1176791109/sat4jPseudoResolution.jar /tmp/evaluation/350074-1176791109/instance-350074-1176791109.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.92 0.98 0.99 2/77 18224
/proc/meminfo: memFree=1750320/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=324 CPUtime=0
/proc/18224/stat : 18224 (java) R 18222 18224 17524 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 155148550 331776 44 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/18224/statm: 378 44 33 9 0 6 0

[startup+0.0718969 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 18224
/proc/meminfo: memFree=1750320/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1777708 CPUtime=0.06
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 3715 0 1 0 4 2 0 0 18 0 7 0 155148550 1820372992 3458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 444427 3458 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.10188 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 18224
/proc/meminfo: memFree=1750320/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1780108 CPUtime=0.08
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 155148550 1822830592 3717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301902 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 18224
/proc/meminfo: memFree=1750320/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1781412 CPUtime=0.33
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 5785 0 1 0 29 4 0 0 18 0 12 0 155148550 1824165888 5524 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 445353 5524 1262 9 0 442965 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781412

[startup+0.701952 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 18224
/proc/meminfo: memFree=1750320/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1782600 CPUtime=0.91
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 7497 0 1 0 86 5 0 0 18 0 12 0 155148550 1825382400 7118 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 445650 7118 1301 9 0 443262 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1782600

[startup+1.50205 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 18236
/proc/meminfo: memFree=1718800/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1785200 CPUtime=2.06
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 19554 0 1 0 194 12 0 0 18 0 12 0 155148550 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 446300 18264 1301 9 0 443912 0
[pid=18224/tid=18226] ppid=18222 vsize=1785200 CPUtime=1.05
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 16336 0 1 0 96 9 0 0 19 0 12 0 155148551 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109473970 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 155148553 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 155148553 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 155148555 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 155148555 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 155148556 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 155148559 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1785200 CPUtime=0.43
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 892 0 0 0 43 0 0 0 17 0 12 0 155148559 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1785200 CPUtime=0.53
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 1608 0 0 0 53 0 0 0 16 0 12 0 155148559 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 155148559 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1785200 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155148559 1828044800 18264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1785200

[startup+3.10222 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 18236
/proc/meminfo: memFree=1613520/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1785524 CPUtime=3.73
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 43761 0 1 0 350 23 0 0 18 0 12 0 155148550 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 446381 42456 1310 9 0 443993 0
[pid=18224/tid=18226] ppid=18222 vsize=1785524 CPUtime=2.58
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37672 0 1 0 238 20 0 0 23 0 12 0 155148551 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109519595 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1785524 CPUtime=0.07
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 1447 0 0 0 7 0 0 0 16 0 12 0 155148553 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1785524 CPUtime=0.07
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 1417 0 0 0 7 0 0 0 17 0 12 0 155148553 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1785524 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 155148555 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1785524 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 155148555 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1785524 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155148556 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1785524 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 155148559 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1785524 CPUtime=0.43
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 892 0 0 0 43 0 0 0 17 0 12 0 155148559 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1785524 CPUtime=0.53
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 1608 0 0 0 53 0 0 0 16 0 12 0 155148559 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1785524 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 155148559 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1785524 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155148559 1828376576 42456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1785524

[startup+6.3016 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 18236
/proc/meminfo: memFree=1548240/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1786168 CPUtime=7.29
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 53286 0 1 0 700 29 0 0 18 0 12 0 155148550 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 446542 51600 1310 9 0 444154 0
[pid=18224/tid=18226] ppid=18222 vsize=1786168 CPUtime=5.4
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37675 0 1 0 520 20 0 0 25 0 12 0 155148551 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1786168 CPUtime=0.43
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 6431 0 0 0 40 3 0 0 16 0 12 0 155148553 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1786168 CPUtime=0.42
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 5950 0 0 0 40 2 0 0 16 0 12 0 155148553 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1786168 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 155148555 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1786168 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 155148555 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1786168 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155148556 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1786168 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 155148559 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1786168 CPUtime=0.44
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 892 0 0 0 44 0 0 0 17 0 12 0 155148559 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1786168 CPUtime=0.53
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 1608 0 0 0 53 0 0 0 17 0 12 0 155148559 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1786168 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 155148559 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1786168 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155148559 1829036032 51600 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 1786168

[startup+12.7023 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 18237
/proc/meminfo: memFree=1514760/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1801108 CPUtime=15.32
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 67284 0 1 0 1496 36 0 0 18 0 13 0 155148550 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 450277 59967 1326 9 0 447889 0
[pid=18224/tid=18226] ppid=18222 vsize=1801108 CPUtime=11.28
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37724 0 1 0 1108 20 0 0 21 0 13 0 155148551 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109644128 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1801108 CPUtime=0.7
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 9148 0 0 0 65 5 0 0 16 0 13 0 155148553 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1801108 CPUtime=0.7
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 9122 0 0 0 66 4 0 0 16 0 13 0 155148553 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 155148555 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155148559 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1801108 CPUtime=1.57
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 8037 0 0 0 153 4 0 0 16 0 13 0 155148559 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1801108 CPUtime=1.03
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 2518 0 0 0 102 1 0 0 16 0 13 0 155148559 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155148559 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155148559 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18237] ppid=18222 vsize=1801108 CPUtime=0
/proc/18224/task/18237/stat : 18237 (java) S 18222 18224 17524 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 155149382 1844334592 59967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1801108

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18237
/proc/meminfo: memFree=1514888/2055924 swapFree=4138012/4192956
[pid=18224] ppid=18222 vsize=1800916 CPUtime=28.11
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 67285 0 1 0 2775 36 0 0 18 0 13 0 155148550 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 450229 59919 1326 9 0 447841 0
[pid=18224/tid=18226] ppid=18222 vsize=1800916 CPUtime=24.07
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37725 0 1 0 2387 20 0 0 25 0 13 0 155148551 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109965847 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1800916 CPUtime=0.7
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 9148 0 0 0 65 5 0 0 16 0 13 0 155148553 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1800916 CPUtime=0.7
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 9122 0 0 0 66 4 0 0 16 0 13 0 155148553 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1800916 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 155148555 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1800916 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1800916 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1844137984 59919 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18224/tid=18229] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155148559 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1799632 CPUtime=1.75
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 8044 0 0 0 171 4 0 0 16 0 13 0 155148559 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1799632 CPUtime=1.17
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 2524 0 0 0 116 1 0 0 17 0 13 0 155148559 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155148559 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155148559 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18237] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18237/stat : 18237 (java) S 18222 18224 17524 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 155149382 1842823168 200009 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.75
Current children cumulated vsize (KiB) 1799632

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18239
/proc/meminfo: memFree=930568/2055924 swapFree=4138584/4192956
[pid=18224] ppid=18222 vsize=1799632 CPUtime=1666.79
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 216734 0 1 0 166538 141 0 0 18 0 13 0 155148550 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 449908 205500 1326 9 0 447520 0
[pid=18224/tid=18226] ppid=18222 vsize=1799632 CPUtime=1658.21
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37755 0 1 0 165789 32 0 0 25 0 13 0 155148551 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109644169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1799632 CPUtime=2.81
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 87480 0 0 0 227 54 0 0 17 0 13 0 155148553 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1799632 CPUtime=2.79
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 80196 0 0 0 232 47 0 0 17 0 13 0 155148553 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155148559 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1799632 CPUtime=1.75
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 8044 0 0 0 171 4 0 0 16 0 13 0 155148559 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1799632 CPUtime=1.17
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 2524 0 0 0 116 1 0 0 17 0 13 0 155148559 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155148559 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155148559 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18237] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18237/stat : 18237 (java) S 18222 18224 17524 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 155149382 1842823168 205500 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.79
Current children cumulated vsize (KiB) 1799632

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 18239
/proc/meminfo: memFree=908040/2055924 swapFree=4138640/4192956
[pid=18224] ppid=18222 vsize=1799632 CPUtime=1726.89
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 222511 0 1 0 172544 145 0 0 18 0 13 0 155148550 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 449908 211098 1328 9 0 447520 0
[pid=18224/tid=18226] ppid=18222 vsize=1799632 CPUtime=1718.12
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37757 0 1 0 171779 33 0 0 25 0 13 0 155148551 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109966303 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1799632 CPUtime=2.86
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 90335 0 0 0 231 55 0 0 16 0 13 0 155148553 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1799632 CPUtime=2.85
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 83114 0 0 0 236 49 0 0 16 0 13 0 155148553 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 155148555 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155148559 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1799632 CPUtime=1.75
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 8044 0 0 0 171 4 0 0 16 0 13 0 155148559 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1799632 CPUtime=1.25
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 2526 0 0 0 124 1 0 0 17 0 13 0 155148559 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155148559 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155148559 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18237] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18237/stat : 18237 (java) S 18222 18224 17524 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 155149382 1842823168 211098 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.89
Current children cumulated vsize (KiB) 1799632

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 18239
/proc/meminfo: memFree=858440/2055924 swapFree=4138640/4192956
[pid=18224] ppid=18222 vsize=1799632 CPUtime=1787.02
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 235209 0 1 0 178549 153 0 0 18 0 13 0 155148550 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 449908 223456 1328 9 0 447520 0
[pid=18224/tid=18226] ppid=18222 vsize=1799632 CPUtime=1777.95
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37759 0 1 0 177762 33 0 0 25 0 13 0 155148551 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109644169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1799632 CPUtime=3.01
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 93559 0 0 0 244 57 0 0 17 0 13 0 155148553 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1799632 CPUtime=2.99
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 92586 0 0 0 244 55 0 0 16 0 13 0 155148553 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1799632 CPUtime=1.75
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 8044 0 0 0 171 4 0 0 16 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1799632 CPUtime=1.25
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 2526 0 0 0 124 1 0 0 17 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18237] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18237/stat : 18237 (java) S 18222 18224 17524 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 155149382 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.02
Current children cumulated vsize (KiB) 1799632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 18239
/proc/meminfo: memFree=858440/2055924 swapFree=4138640/4192956
[pid=18224] ppid=18222 vsize=1799632 CPUtime=1800.02
/proc/18224/stat : 18224 (java) S 18222 18224 17524 0 -1 0 235209 0 1 0 179849 153 0 0 18 0 13 0 155148550 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18224/statm: 449908 223456 1328 9 0 447520 0
[pid=18224/tid=18226] ppid=18222 vsize=1799632 CPUtime=1790.96
/proc/18224/task/18226/stat : 18226 (java) R 18222 18224 17524 0 -1 64 37759 0 1 0 179062 34 0 0 25 0 13 0 155148551 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109967252 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18227] ppid=18222 vsize=1799632 CPUtime=3.01
/proc/18224/task/18227/stat : 18227 (java) S 18222 18224 17524 0 -1 64 93559 0 0 0 244 57 0 0 17 0 13 0 155148553 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18228] ppid=18222 vsize=1799632 CPUtime=2.99
/proc/18224/task/18228/stat : 18228 (java) S 18222 18224 17524 0 -1 64 92586 0 0 0 244 55 0 0 16 0 13 0 155148553 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18229] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18229/stat : 18229 (java) S 18222 18224 17524 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18230] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18230/stat : 18230 (java) S 18222 18224 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155148555 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18231] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18231/stat : 18231 (java) S 18222 18224 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155148556 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18232] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18232/stat : 18232 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18233] ppid=18222 vsize=1799632 CPUtime=1.75
/proc/18224/task/18233/stat : 18233 (java) S 18222 18224 17524 0 -1 64 8044 0 0 0 171 4 0 0 16 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18234] ppid=18222 vsize=1799632 CPUtime=1.25
/proc/18224/task/18234/stat : 18234 (java) S 18222 18224 17524 0 -1 64 2526 0 0 0 124 1 0 0 17 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18235] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18235/stat : 18235 (java) S 18222 18224 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18224/tid=18236] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18236/stat : 18236 (java) S 18222 18224 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155148559 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18224/tid=18237] ppid=18222 vsize=1799632 CPUtime=0
/proc/18224/task/18237/stat : 18237 (java) S 18222 18224 17524 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 155149382 1842823168 223456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1799632

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

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

[startup+1795.41 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 18239
/proc/meminfo: memFree=858440/2055924 swapFree=4138640/4192956
[pid=18224] ppid=18222 vsize=0 CPUtime=1800.13
/proc/18224/stat : 18224 (java) Z 18222 18224 17524 0 -1 1036 235229 0 1 0 179854 159 0 0 16 0 2 0 155148550 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.49
CPU time (s): 1800.22
CPU user time (s): 1798.55
CPU system time (s): 1.66875
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 1802456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.66875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235229
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= 37239
involuntary context switches= 53199

runsolver used 1.82572 second user time and 4.74828 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Apr 17 06:25:09 UTC 2007

IDJOB= 350074
IDBENCH= 2966
IDSOLVER= 159
FILE ID= node6/350074-1176791109

PBS_JOBID= 4580836

Free space on /tmp= 66475 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=400-sizeP=201-sizeQ=400-87904490-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350074-1176791109/sat4jPseudoResolution.jar /tmp/evaluation/350074-1176791109/instance-350074-1176791109.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-350074-1176791109 -o ROOT/results/node6/solver-350074-1176791109 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350074-1176791109/sat4jPseudoResolution.jar /tmp/evaluation/350074-1176791109/instance-350074-1176791109.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f145615704a2957501e412155c176c53

RANDOM SEED= 142300471

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1750792 kB
Buffers:         26936 kB
Cached:         204956 kB
SwapCached:      22224 kB
Active:         102856 kB
Inactive:       160720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1750792 kB
SwapTotal:     4192956 kB
SwapFree:      4138012 kB
Dirty:           17900 kB
Writeback:           0 kB
Mapped:          29984 kB
Slab:            27128 kB
Committed_AS:  6825044 kB
PageTables:       1784 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= 66475 MiB

End job on node6 on Tue Apr 17 06:55:06 UTC 2007