Trace number 350215

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
sat4jPseudoCP 2007-03-23? (TO) 1800.16 1793.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
MD5SUM9e60200cb127c02542a69a69c594f660
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 variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806116436559522729154650984843832920045401539706695598567047484917734073472225003787287432253368951530392938530295691567089778039848062225499498
Number of bits of the biggest sum of numbers691
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	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.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/350215-1176807398/instance-350215-1176807398.opb
0.21/0.20	c reading problem ... 
13.44/10.90	c ... done. Wall clock time 10.697s.
13.44/10.90	c CPU time (experimental) 8.92s.
13.44/10.90	c #vars     106951
13.44/10.90	c #constraints  318782
1800.07/1793.61	c starts		: 1
1800.07/1793.61	c conflicts		: 1
1800.07/1793.61	c decisions		: 233
1800.07/1793.61	c propagations		: 54055
1800.07/1793.61	c inspects		: 187340
1800.07/1793.61	c learnt literals	: 0
1800.07/1793.61	c learnt binary clauses	: 0
1800.07/1793.61	c learnt ternary clauses	: 0
1800.07/1793.61	c learnt clauses	: 0
1800.07/1793.61	c root simplifications	: 0
1800.07/1793.61	c removed literals (reason simplification)	: 0
1800.07/1793.61	c reason swapping (by a shorter reason)	: 0
1800.07/1793.61	c Calls to reduceDB	: 0
1800.07/1793.61	c speed (decisions/second)	: 0.1307058283019069
1800.07/1793.61	c non guided choices	2
1800.07/1793.61	s UNKNOWN
1800.07/1793.61	c Total wall clock time (ms): 1793.413

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/node68/watcher-350215-1176807398 -o ROOT/results/node68/solver-350215-1176807398 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350215-1176807398/sat4jPseudoCP.jar /tmp/evaluation/350215-1176807398/instance-350215-1176807398.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: 1.00 1.01 1.00 3/64 4466
/proc/meminfo: memFree=1835176/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=152 CPUtime=0
/proc/4466/stat : 4466 (java) R 4464 4466 3656 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 156729391 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10515236 0 0 4096 0 0 0 0 17 1 0 0
/proc/4466/statm: 38 26 19 9 0 4 0

[startup+0.0561471 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 4466
/proc/meminfo: memFree=1835176/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1777708 CPUtime=0.04
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 3551 0 1 0 2 2 0 0 18 0 7 0 156729391 1820372992 3296 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 444427 3296 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102154 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 4466
/proc/meminfo: memFree=1835176/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1780108 CPUtime=0.08
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 156729391 1822830592 3723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 445027 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302169 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 4466
/proc/meminfo: memFree=1835176/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1781420 CPUtime=0.34
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 6001 0 1 0 31 3 0 0 18 0 12 0 156729391 1824174080 5740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 445355 5740 1267 9 0 442967 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781420

[startup+0.702207 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 4466
/proc/meminfo: memFree=1835176/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1782516 CPUtime=0.9
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 7730 0 1 0 86 4 0 0 18 0 12 0 156729391 1825296384 7221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 445629 7221 1301 9 0 443241 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782516

[startup+1.50127 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 4478
/proc/meminfo: memFree=1803080/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1785076 CPUtime=2.04
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 19499 0 1 0 195 9 0 0 18 0 12 0 156729391 1827917824 18170 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 446269 18171 1301 9 0 443881 0
[pid=4466/tid=4468] ppid=4464 vsize=1785076 CPUtime=1.08
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 16284 0 1 0 101 7 0 0 19 0 12 0 156729393 1827917824 18172 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109611673 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 156729394 1827917824 18173 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 156729394 1827917824 18174 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 156729397 1827917824 18175 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 156729397 1827917824 18179 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 156729397 1827917824 18180 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156729401 1827917824 18181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1785076 CPUtime=0.44
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1426 0 0 0 44 0 0 0 17 0 12 0 156729401 1827917824 18182 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1785076 CPUtime=0.49
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 1072 0 0 0 49 0 0 0 17 0 12 0 156729401 1827917824 18183 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156729401 1827917824 18184 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1785076 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 156729401 1827917824 18185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1785076

[startup+3.10142 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 4478
/proc/meminfo: memFree=1703240/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1785400 CPUtime=3.71
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 43955 0 1 0 351 20 0 0 18 0 12 0 156729391 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 446350 42610 1310 9 0 443962 0
[pid=4466/tid=4468] ppid=4464 vsize=1785400 CPUtime=2.6
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 37676 0 1 0 243 17 0 0 22 0 12 0 156729393 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109686766 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1785400 CPUtime=0.06
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 1553 0 0 0 6 0 0 0 16 0 12 0 156729394 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1785400 CPUtime=0.07
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 1502 0 0 0 7 0 0 0 17 0 12 0 156729394 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1785400 CPUtime=0
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 156729397 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1785400 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 156729397 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1785400 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156729397 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1785400 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156729401 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1785400 CPUtime=0.44
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1426 0 0 0 44 0 0 0 17 0 12 0 156729401 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1785400 CPUtime=0.49
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 1072 0 0 0 49 0 0 0 17 0 12 0 156729401 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1785400 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156729401 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1785400 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 156729401 1828249600 42610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1785400

[startup+6.30271 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 4478
/proc/meminfo: memFree=1631304/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1787596 CPUtime=7.47
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 57155 0 1 0 721 26 0 0 18 0 12 0 156729391 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 446899 55087 1310 9 0 444511 0
[pid=4466/tid=4468] ppid=4464 vsize=1787596 CPUtime=5.24
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 37680 0 1 0 507 17 0 0 20 0 12 0 156729393 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109563458 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1787596 CPUtime=0.62
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 8535 0 0 0 59 3 0 0 16 0 12 0 156729394 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1787596 CPUtime=0.61
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 7711 0 0 0 59 2 0 0 16 0 12 0 156729394 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1787596 CPUtime=0
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 156729397 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1787596 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 156729397 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1787596 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 156729397 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1787596 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 156729401 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1787596 CPUtime=0.45
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1426 0 0 0 45 0 0 0 17 0 12 0 156729401 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1787596 CPUtime=0.49
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 1072 0 0 0 49 0 0 0 17 0 12 0 156729401 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1787596 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 156729401 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1787596 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 156729401 1830498304 55087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 1787596

[startup+12.7013 s]
/proc/loadavg: 1.08 1.03 1.01 3/77 4479
/proc/meminfo: memFree=1570304/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1795212 CPUtime=15.55
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 74872 0 1 0 1520 35 0 0 18 0 13 0 156729391 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 448803 67369 1322 9 0 446415 0
[pid=4466/tid=4468] ppid=4464 vsize=1795212 CPUtime=10.65
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 37730 0 1 0 1047 18 0 0 25 0 13 0 156729393 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109958866 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1795212 CPUtime=1.39
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 15338 0 0 0 132 7 0 0 20 0 13 0 156729394 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1795212 CPUtime=1.39
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 13721 0 0 0 133 6 0 0 21 0 13 0 156729394 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 156729397 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156729401 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1795212 CPUtime=0.72
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1623 0 0 0 72 0 0 0 16 0 13 0 156729401 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1795212 CPUtime=1.36
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 5724 0 0 0 134 2 0 0 16 0 13 0 156729401 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156729401 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156729401 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4479] ppid=4464 vsize=1795212 CPUtime=0
/proc/4466/task/4479/stat : 4479 (java) S 4464 4466 3656 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 156730495 1838297088 67369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 1795212

[startup+25.5024 s]
/proc/loadavg: 1.21 1.06 1.01 2/77 4479
/proc/meminfo: memFree=1529344/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1798956 CPUtime=29.71
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 88744 0 1 0 2927 44 0 0 18 0 13 0 156729391 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 449739 74869 1323 9 0 447351 0
[pid=4466/tid=4468] ppid=4464 vsize=1798956 CPUtime=22.28
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 37776 0 1 0 2210 18 0 0 25 0 13 0 156729393 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110067283 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1798956 CPUtime=2.4
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 23594 0 0 0 229 11 0 0 16 0 13 0 156729394 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1798956 CPUtime=2.38
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 19254 0 0 0 229 9 0 0 16 0 13 0 156729394 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1798956 CPUtime=0
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 156729397 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1798956 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1798956 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1842130944 74869 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=4466] ppid=4464 vsize=1794064 CPUtime=1608.58
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 107662 0 1 0 160615 243 0 0 18 0 13 0 156729391 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 448516 64027 1323 9 0 446128 0
[pid=4466/tid=4468] ppid=4464 vsize=1794064 CPUtime=1582.98
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 56623 0 1 0 158267 31 0 0 25 0 13 0 156729393 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110046019 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1794064 CPUtime=11.53
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 23594 0 0 0 1071 82 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1794064 CPUtime=11.06
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 19281 0 0 0 994 112 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1794064 CPUtime=0.36
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 66 0 0 0 24 12 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1794064 CPUtime=0.94
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1636 0 0 0 94 0 0 0 17 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1794064 CPUtime=1.64
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 5739 0 0 0 162 2 0 0 16 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4479] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4479/stat : 4479 (java) S 4464 4466 3656 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 156730495 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.58
Current children cumulated vsize (KiB) 1794064

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4677
/proc/meminfo: memFree=1582720/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1794064 CPUtime=1668.6
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 107780 0 1 0 166609 251 0 0 18 0 13 0 156729391 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 448516 64027 1323 9 0 446128 0
[pid=4466/tid=4468] ppid=4464 vsize=1794064 CPUtime=1642.31
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 56741 0 1 0 164200 31 0 0 25 0 13 0 156729393 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110067590 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1794064 CPUtime=11.89
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 23594 0 0 0 1104 85 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1794064 CPUtime=11.37
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 19281 0 0 0 1021 116 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1794064 CPUtime=0.36
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 66 0 0 0 24 12 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1794064 CPUtime=0.94
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1636 0 0 0 94 0 0 0 17 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1794064 CPUtime=1.64
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 5739 0 0 0 162 2 0 0 16 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4479] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4479/stat : 4479 (java) S 4464 4466 3656 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 156730495 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.6
Current children cumulated vsize (KiB) 1794064

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4677
/proc/meminfo: memFree=1582720/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1794064 CPUtime=1728.7
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 107904 0 1 0 172612 258 0 0 18 0 13 0 156729391 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 448516 64027 1323 9 0 446128 0
[pid=4466/tid=4468] ppid=4464 vsize=1794064 CPUtime=1701.68
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 56865 0 1 0 170137 31 0 0 25 0 13 0 156729393 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110067435 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1794064 CPUtime=12.18
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 23594 0 0 0 1127 91 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1794064 CPUtime=11.79
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 19281 0 0 0 1063 116 0 0 15 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1794064 CPUtime=0.39
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 66 0 0 0 26 13 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1794064 CPUtime=0.94
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1636 0 0 0 94 0 0 0 17 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1794064 CPUtime=1.64
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 5739 0 0 0 162 2 0 0 16 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4479] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4479/stat : 4479 (java) S 4464 4466 3656 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 156730495 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.7
Current children cumulated vsize (KiB) 1794064

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4677
/proc/meminfo: memFree=1582656/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1794064 CPUtime=1788.73
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 108024 0 1 0 178609 264 0 0 18 0 13 0 156729391 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 448516 64027 1323 9 0 446128 0
[pid=4466/tid=4468] ppid=4464 vsize=1794064 CPUtime=1761.02
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 56985 0 1 0 176071 31 0 0 25 0 13 0 156729393 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110046147 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1794064 CPUtime=12.51
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 23594 0 0 0 1156 95 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1794064 CPUtime=12.15
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 19281 0 0 0 1096 119 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1794064 CPUtime=0.4
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 66 0 0 0 27 13 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1794064 CPUtime=0.94
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1636 0 0 0 94 0 0 0 17 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1794064 CPUtime=1.64
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 5739 0 0 0 162 2 0 0 16 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4479] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4479/stat : 4479 (java) S 4464 4466 3656 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 156730495 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 1794064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4677
/proc/meminfo: memFree=1582656/2055920 swapFree=4178700/4192956
[pid=4466] ppid=4464 vsize=1794064 CPUtime=1800.07
/proc/4466/stat : 4466 (java) S 4464 4466 3656 0 -1 0 108046 0 1 0 179741 266 0 0 18 0 13 0 156729391 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4466/statm: 448516 64027 1323 9 0 446128 0
[pid=4466/tid=4468] ppid=4464 vsize=1794064 CPUtime=1772.22
/proc/4466/task/4468/stat : 4468 (java) R 4464 4466 3656 0 -1 64 57007 0 1 0 177191 31 0 0 25 0 13 0 156729393 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109763221 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4469] ppid=4464 vsize=1794064 CPUtime=12.59
/proc/4466/task/4469/stat : 4469 (java) S 4464 4466 3656 0 -1 64 23594 0 0 0 1164 95 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4470] ppid=4464 vsize=1794064 CPUtime=12.2
/proc/4466/task/4470/stat : 4470 (java) S 4464 4466 3656 0 -1 64 19281 0 0 0 1100 120 0 0 16 0 13 0 156729394 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4471] ppid=4464 vsize=1794064 CPUtime=0.41
/proc/4466/task/4471/stat : 4471 (java) S 4464 4466 3656 0 -1 64 66 0 0 0 27 14 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4472] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4472/stat : 4472 (java) S 4464 4466 3656 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4473] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4473/stat : 4473 (java) S 4464 4466 3656 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156729397 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4474] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4474/stat : 4474 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4475] ppid=4464 vsize=1794064 CPUtime=0.94
/proc/4466/task/4475/stat : 4475 (java) S 4464 4466 3656 0 -1 64 1636 0 0 0 94 0 0 0 17 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4476] ppid=4464 vsize=1794064 CPUtime=1.64
/proc/4466/task/4476/stat : 4476 (java) S 4464 4466 3656 0 -1 64 5739 0 0 0 162 2 0 0 16 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4466/tid=4477] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4477/stat : 4477 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4478] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4478/stat : 4478 (java) S 4464 4466 3656 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156729401 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4466/tid=4479] ppid=4464 vsize=1794064 CPUtime=0
/proc/4466/task/4479/stat : 4479 (java) S 4464 4466 3656 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 156730495 1837121536 64027 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794064

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

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

Child status: 143
Real time (s): 1793.68
CPU time (s): 1800.16
CPU user time (s): 1797.45
CPU system time (s): 2.70559
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 1799052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.45
system time used= 2.70559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108066
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= 73221
involuntary context switches= 33312

runsolver used 2.0027 second user time and 5.03024 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Tue Apr 17 10:56:39 UTC 2007

IDJOB= 350215
IDBENCH= 3044
IDSOLVER= 160
FILE ID= node68/350215-1176807398

PBS_JOBID= 4586234

Free space on /tmp= 66320 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350215-1176807398/sat4jPseudoCP.jar /tmp/evaluation/350215-1176807398/instance-350215-1176807398.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-350215-1176807398 -o ROOT/results/node68/solver-350215-1176807398 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350215-1176807398/sat4jPseudoCP.jar /tmp/evaluation/350215-1176807398/instance-350215-1176807398.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9e60200cb127c02542a69a69c594f660

RANDOM SEED= 997104526

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1835712 kB
Buffers:          9872 kB
Cached:         162096 kB
SwapCached:       8504 kB
Active:         107064 kB
Inactive:        80684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835712 kB
SwapTotal:     4192956 kB
SwapFree:      4178700 kB
Dirty:           23948 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            18456 kB
Committed_AS:  2652304 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB

End job on node68 on Tue Apr 17 11:26:34 UTC 2007