Trace number 2660250

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.38 1794.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4250
Total number of constraints68397
Number of constraints which are clauses68397
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 4250
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4250
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4250
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.20	c version 2.2.0.v20100526
0.09/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.20	c java.vm.version	11.2-b01
0.09/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.20	c sun.arch.data.model	32
0.09/0.20	c java.version		1.6.0_12
0.09/0.20	c os.name		Linux
0.09/0.20	c os.version		2.6.18-164.el5
0.09/0.20	c os.arch		i386
0.09/0.20	c Free memory 		1393557488
0.09/0.20	c Max memory 		1395916800
0.09/0.20	c Total memory 		1395916800
0.09/0.20	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2660250-1276465489.opb
0.22/0.21	c reading problem ... 
2.63/1.66	c ... done. Wall clock time 1.45s.
2.63/1.66	c #vars     4250
2.63/1.66	c #constraints  68397
2.63/1.66	c constraints type 
2.63/1.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
2.63/1.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
7.28/5.32	c cleaning 0 clauses out of 5002 with flag 0/5002
11.36/9.26	c cleaning 0 clauses out of 11003 with flag 0/11003
17.59/15.50	c cleaning 0 clauses out of 18000 with flag 0/18000
26.34/24.11	c cleaning 0 clauses out of 26000 with flag 0/26000
38.08/35.84	c cleaning 0 clauses out of 35001 with flag 0/35001
52.12/49.84	c cleaning 0 clauses out of 45000 with flag 0/45000
69.77/67.43	c cleaning 0 clauses out of 56000 with flag 0/56000
102.23/99.82	c cleaning 0 clauses out of 68001 with flag 0/68001
131.10/128.64	c cleaning 0 clauses out of 81001 with flag 0/81001
155.86/153.36	c cleaning 0 clauses out of 95000 with flag 0/95000
195.43/192.85	c cleaning 0 clauses out of 110001 with flag 0/110001
248.83/246.19	c cleaning 0 clauses out of 126001 with flag 0/126001
317.02/314.25	c cleaning 0 clauses out of 143000 with flag 0/143000
417.32/414.42	c cleaning 0 clauses out of 161000 with flag 0/161000
526.44/523.46	c cleaning 0 clauses out of 180001 with flag 0/180001
618.72/615.58	c cleaning 0 clauses out of 200000 with flag 0/200000
725.90/722.56	c cleaning 0 clauses out of 221000 with flag 0/221000
903.79/900.22	c cleaning 0 clauses out of 243001 with flag 0/243001
1104.76/1101.02	c cleaning 0 clauses out of 266000 with flag 0/266000
1139.98/1136.03	c cleaning 0 clauses out of 290001 with flag 0/290001
1217.76/1213.68	c cleaning 0 clauses out of 315001 with flag 0/315001
1289.83/1285.40	c cleaning 0 clauses out of 341000 with flag 0/341000
1403.29/1398.64	c cleaning 0 clauses out of 368000 with flag 0/368000
1561.07/1556.11	c cleaning 0 clauses out of 396003 with flag 0/396003
1715.88/1710.63	c cleaning 0 clauses out of 425001 with flag 0/425001
1800.05/1794.61	c starts		: 150
1800.05/1794.61	c conflicts		: 437894
1800.05/1794.61	c decisions		: 571294
1800.05/1794.61	c propagations		: 135686789
1800.05/1794.61	c inspects		: 3024029961
1800.05/1794.61	c learnt literals	: 0
1800.05/1794.61	c learnt binary clauses	: 0
1800.05/1794.61	c learnt ternary clauses	: 0
1800.05/1794.61	c learnt clauses	: 437894
1800.05/1794.61	c ignored clauses	: 0
1800.05/1794.61	c root simplifications	: 0
1800.05/1794.61	c removed literals (reason simplification)	: 0
1800.05/1794.61	c reason swapping (by a shorter reason)	: 0
1800.05/1794.61	c Calls to reduceDB	: 25
1800.05/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.61	c number of learned constraints concerned by reduction	: 0
1800.05/1794.61	c number of learning phase by resolution	: 0
1800.05/1794.61	c number of learning phase by cutting planes	: 0
1800.05/1794.61	c speed (assignments/second)	: 75677.8703501265
1800.05/1794.61	c non guided choices	28
1800.25/1794.73	c learnt constraints type 
1800.25/1794.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 437918
1800.25/1794.73	c constraints type 
1800.25/1794.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
1800.25/1794.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1800.25/1794.73	s UNKNOWN
1800.25/1794.73	c Total wall clock time (in seconds): 1794.517

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660250-1276465489/watcher-2660250-1276465489 -o /tmp/evaluation-result-2660250-1276465489/solver-2660250-1276465489 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660250-1276465489.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27368
/proc/meminfo: memFree=1852780/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=300 CPUtime=0
/proc/27368/stat : 27368 (java6) R 27366 27368 25544 0 -1 4194304 116 0 0 0 0 0 0 0 19 0 1 0 22150567 307200 35 1992294400 134512640 134550932 4289292896 18446744073709551615 2323028 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27368/statm: 98 37 29 10 0 23 0

[startup+0.027137 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27368
/proc/meminfo: memFree=1852780/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1517068 CPUtime=0.01
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 2006 0 1 0 0 1 0 0 15 0 2 0 22150567 1553477632 1450 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 379267 1463 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101139 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27368
/proc/meminfo: memFree=1852780/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1524184 CPUtime=0.09
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 3950 0 1 0 6 3 0 0 15 0 12 0 22150567 1560764416 3389 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 381046 3389 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300142 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27368
/proc/meminfo: memFree=1852780/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1526128 CPUtime=0.36
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 5370 0 1 0 32 4 0 0 15 0 12 0 22150567 1562755072 4806 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 381532 4807 1362 10 0 378834 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526128

[startup+0.701148 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27368
/proc/meminfo: memFree=1852780/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1527624 CPUtime=1.11
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 7485 0 1 0 106 5 0 0 15 0 12 0 22150567 1564286976 6776 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 381906 6777 1402 10 0 379208 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527624

[startup+1.50016 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 27380
/proc/meminfo: memFree=1815360/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1531720 CPUtime=2.53
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 24962 0 1 0 239 14 0 0 15 0 12 0 22150567 1568481280 23559 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 382930 23561 1408 10 0 380232 0
[pid=27368/tid=27370] ppid=27366 vsize=1531720 CPUtime=1.47
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 21091 0 1 0 135 12 0 0 18 0 12 0 22150568 1568481280 23562 1992294400 134512640 134550932 4289795136 18446744073709551615 4109308274 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 22150570 1568481280 23563 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 22150570 1568481280 23564 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 22150571 1568481280 23566 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 22150572 1568481280 23567 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 22150572 1568481280 23569 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 22150576 1568481280 23570 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1531720 CPUtime=0.33
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 678 0 0 0 33 0 0 0 21 0 12 0 22150576 1568481280 23572 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1531720 CPUtime=0.7
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2134 0 0 0 70 0 0 0 18 0 12 0 22150576 1568481280 23573 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 22150576 1568481280 23574 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1531720 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 22150576 1568481280 23576 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1531720

[startup+3.10119 s]
/proc/loadavg: 0.92 0.98 0.99 5/119 27381
/proc/meminfo: memFree=1739216/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=5
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 37369 0 1 0 481 19 0 0 15 0 13 0 22150567 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 35957 1435 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=2.76
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 32055 0 1 0 260 16 0 0 21 0 13 0 22150568 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4109561846 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=0.02
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 641 0 0 0 2 0 0 0 16 0 13 0 22150570 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=0.02
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 585 0 0 0 2 0 0 0 18 0 13 0 22150570 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 22150571 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.72
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 778 0 0 0 72 0 0 0 16 0 13 0 22150576 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.42
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2236 0 0 0 142 0 0 0 15 0 13 0 22150576 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 35957 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 1532340

[startup+6.30124 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 27381
/proc/meminfo: memFree=1698668/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=8.35
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 41426 0 1 0 815 20 0 0 15 0 13 0 22150567 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 39998 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=5.79
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 32079 0 1 0 563 16 0 0 21 0 13 0 22150568 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4109533095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=0.1
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 1751 0 0 0 10 0 0 0 16 0 13 0 22150570 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=0.09
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 1734 0 0 0 9 0 0 0 16 0 13 0 22150570 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=0.05
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 1765 0 0 0 5 0 0 0 15 0 13 0 22150571 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.78
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 790 0 0 0 78 0 0 0 15 0 13 0 22150576 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.47
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2242 0 0 0 147 0 0 0 15 0 13 0 22150576 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 39998 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 1532340

[startup+12.7003 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 27381
/proc/meminfo: memFree=1678952/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=14.87
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 45996 0 1 0 1464 23 0 0 15 0 13 0 22150567 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 44556 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=12.05
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 34652 0 1 0 1188 17 0 0 25 0 13 0 22150568 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4109522504 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=0.12
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 2365 0 0 0 12 0 0 0 16 0 13 0 22150570 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=0.13
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 2272 0 0 0 12 1 0 0 16 0 13 0 22150570 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=0.12
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 2602 0 0 0 11 1 0 0 15 0 13 0 22150571 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.83
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 792 0 0 0 83 0 0 0 16 0 13 0 22150576 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.56
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2248 0 0 0 156 0 0 0 15 0 13 0 22150576 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 44556 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1532340

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 27381
/proc/meminfo: memFree=1668908/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=27.75
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 48811 0 1 0 2751 24 0 0 15 0 13 0 22150567 1569116160 47072 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 47072 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=24.61
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 34661 0 1 0 2443 18 0 0 25 0 13 0 22150568 1569116160 47072 1992294400 134512640 134550932 4289795136 18446744073709551615 4109561840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=0.19
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 3631 0 0 0 18 1 0 0 15 0 13 0 22150570 1569116160 47072 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=0.18
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 3759 0 0 0 17 1 0 0 16 0 13 0 22150570 1569116160 47072 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=0.28
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 2652 0 0 0 27 1 0 0 15 0 13 0 22150571 1569116160 47072 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0

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

[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=6.68
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 5084 0 0 0 665 3 0 0 15 0 13 0 22150571 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.9
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 795 0 0 0 90 0 0 0 15 0 13 0 22150576 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.56
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2248 0 0 0 156 0 0 0 15 0 13 0 22150576 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 124018 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.36
Current children cumulated vsize (KiB) 1532340

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27434
/proc/meminfo: memFree=1356924/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=1667.53
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 131843 0 1 0 166666 87 0 0 15 0 13 0 22150567 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 124462 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=1649.67
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 35094 0 1 0 164936 31 0 0 25 0 13 0 22150568 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4109586110 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=4.34
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 42646 0 0 0 410 24 0 0 16 0 13 0 22150570 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=4.3
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 44811 0 0 0 406 24 0 0 16 0 13 0 22150570 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=6.68
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 5088 0 0 0 665 3 0 0 15 0 13 0 22150571 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.9
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 795 0 0 0 90 0 0 0 15 0 13 0 22150576 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.56
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2248 0 0 0 156 0 0 0 15 0 13 0 22150576 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 124462 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.53
Current children cumulated vsize (KiB) 1532340

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27436
/proc/meminfo: memFree=1347748/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=1727.61
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 134184 0 1 0 172673 88 0 0 15 0 13 0 22150567 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 126731 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=1708.94
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 35099 0 1 0 170863 31 0 0 25 0 13 0 22150568 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4109633403 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=4.46
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 43450 0 0 0 422 24 0 0 15 0 13 0 22150570 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=4.41
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 46130 0 0 0 416 25 0 0 16 0 13 0 22150570 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=7.27
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 5297 0 0 0 723 4 0 0 15 0 13 0 22150571 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.9
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 795 0 0 0 90 0 0 0 15 0 13 0 22150576 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.56
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2248 0 0 0 156 0 0 0 15 0 13 0 22150576 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 126731 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.61
Current children cumulated vsize (KiB) 1532340

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27439
/proc/meminfo: memFree=1339380/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=1787.7
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 136244 0 1 0 178681 89 0 0 15 0 13 0 22150567 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 128723 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=1768.77
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 35105 0 1 0 176846 31 0 0 25 0 13 0 22150568 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4109522680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=4.59
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 44092 0 0 0 435 24 0 0 16 0 13 0 22150570 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=4.54
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 47536 0 0 0 428 26 0 0 16 0 13 0 22150570 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=7.27
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 5301 0 0 0 723 4 0 0 15 0 13 0 22150571 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.9
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 795 0 0 0 90 0 0 0 15 0 13 0 22150576 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.56
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2248 0 0 0 156 0 0 0 15 0 13 0 22150576 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 128723 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.7
Current children cumulated vsize (KiB) 1532340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27441
/proc/meminfo: memFree=1337024/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=1532340 CPUtime=1800.05
/proc/27368/stat : 27368 (java) S 27366 27368 25544 0 -1 4202496 136836 0 1 0 179916 89 0 0 15 0 13 0 22150567 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 383085 129291 1445 10 0 380387 0
[pid=27368/tid=27370] ppid=27366 vsize=1532340 CPUtime=1781.02
/proc/27368/task/27370/stat : 27370 (java) R 27366 27368 25544 0 -1 4202560 35107 0 1 0 178071 31 0 0 25 0 13 0 22150568 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4109522504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27368/tid=27371] ppid=27366 vsize=1532340 CPUtime=4.64
/proc/27368/task/27371/stat : 27371 (java) S 27366 27368 25544 0 -1 4202560 44329 0 0 0 440 24 0 0 16 0 13 0 22150570 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27372] ppid=27366 vsize=1532340 CPUtime=4.59
/proc/27368/task/27372/stat : 27372 (java) S 27366 27368 25544 0 -1 4202560 47885 0 0 0 433 26 0 0 15 0 13 0 22150570 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27373] ppid=27366 vsize=1532340 CPUtime=7.27
/proc/27368/task/27373/stat : 27373 (java) S 27366 27368 25544 0 -1 4202560 5303 0 0 0 723 4 0 0 15 0 13 0 22150571 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 0 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27374] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27374/stat : 27374 (java) S 27366 27368 25544 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27375] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27375/stat : 27375 (java) S 27366 27368 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22150572 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27376] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27376/stat : 27376 (java) S 27366 27368 25544 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 22150576 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27377] ppid=27366 vsize=1532340 CPUtime=0.9
/proc/27368/task/27377/stat : 27377 (java) S 27366 27368 25544 0 -1 4202560 795 0 0 0 90 0 0 0 15 0 13 0 22150576 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27378] ppid=27366 vsize=1532340 CPUtime=1.56
/proc/27368/task/27378/stat : 27378 (java) S 27366 27368 25544 0 -1 4202560 2248 0 0 0 156 0 0 0 15 0 13 0 22150576 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27379] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27379/stat : 27379 (java) S 27366 27368 25544 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 22150576 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
[pid=27368/tid=27380] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27380/stat : 27380 (java) S 27366 27368 25544 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 22150576 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 1 0 0 0
[pid=27368/tid=27381] ppid=27366 vsize=1532340 CPUtime=0
/proc/27368/task/27381/stat : 27381 (java) S 27366 27368 25544 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 22150756 1569116160 129291 1992294400 134512640 134550932 4289795136 18446744073709551615 4294960144 0 4 0 16800975 18446604437871507392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1532340

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

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

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 27441
/proc/meminfo: memFree=1337024/2059040 swapFree=4140220/4192956
[pid=27368] ppid=27366 vsize=0 CPUtime=1800.36
/proc/27368/stat : 27368 (java) Z 27366 27368 25544 0 -1 4203548 136858 0 1 0 179942 94 0 0 15 0 2 0 22150567 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27368/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.81
CPU time (s): 1800.38
CPU user time (s): 1799.43
CPU system time (s): 0.949855
CPU usage (%): 100.31
Max. virtual memory (cumulated for all children) (KiB): 1532988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136858
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= 40280
involuntary context switches= 26620

runsolver used 3.66944 second user time and 9.47356 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-13 23:44:49
IDJOB=2660250
IDBENCH=2183
IDSOLVER=1165
FILE ID=node010/2660250-1276465489
PBS_JOBID= 11173347
Free space on /tmp= 62496 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.17.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660250-1276465489/watcher-2660250-1276465489 -o /tmp/evaluation-result-2660250-1276465489/solver-2660250-1276465489 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660250-1276465489.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=44696110

node010.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
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.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1853052 kB
Buffers:         36212 kB
Cached:          92028 kB
SwapCached:       5344 kB
Active:          35236 kB
Inactive:       104916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1853052 kB
SwapTotal:     4192956 kB
SwapFree:      4140220 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:       10684 kB
Mapped:          12864 kB
Slab:            43816 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62496 MiB
End job on node010 at 2010-06-14 00:14:46