Trace number 2662855

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.4 926.785

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662855-1276318591.opb
0.22/0.23	c reading problem ... 
12.42/10.66	c ... done. Wall clock time 10.427s.
12.42/10.66	c #vars     3750
12.42/10.66	c #constraints  468375
12.42/10.66	c constraints type 
12.42/10.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
12.42/10.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
12.42/10.66	c constraints type 
12.42/10.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
12.42/10.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
26.62/17.87	c cleaning 2500 clauses out of 5000 with flag 5000/5000
40.07/24.90	c cleaning 4241 clauses out of 8500 with flag 11000/11000
54.08/32.30	c cleaning 5617 clauses out of 11259 with flag 18000/18000
66.71/39.08	c cleaning 0 clauses out of 5000 with flag 0/5000
71.11/41.65	c cleaning 6810 clauses out of 13644 with flag 26002/26002
88.71/50.80	c cleaning 7914 clauses out of 15832 with flag 35000/35000
106.91/60.37	c cleaning 8955 clauses out of 17919 with flag 45001/45001
126.87/70.78	c cleaning 9976 clauses out of 19964 with flag 56001/56001
147.13/81.37	c cleaning 10987 clauses out of 21988 with flag 68001/68001
173.42/94.92	c cleaning 11992 clauses out of 24001 with flag 81001/81001
197.95/107.61	c cleaning 12987 clauses out of 26009 with flag 95001/95001
224.44/121.39	c cleaning 14001 clauses out of 28022 with flag 110001/110001
254.18/136.73	c cleaning 14993 clauses out of 30020 with flag 126000/126000
264.24/142.14	c cleaning 0 clauses out of 11000 with flag 0/11000
286.75/153.87	c cleaning 15996 clauses out of 32028 with flag 143001/143001
321.73/171.88	c cleaning 17002 clauses out of 34031 with flag 161000/161000
360.57/191.84	c cleaning 18010 clauses out of 36030 with flag 180001/180001
397.92/211.04	c cleaning 19001 clauses out of 38020 with flag 200001/200001
445.41/235.37	c cleaning 20002 clauses out of 40018 with flag 221000/221000
493.05/259.72	c cleaning 21002 clauses out of 42016 with flag 243000/243000
543.09/285.47	c cleaning 21987 clauses out of 44014 with flag 266000/266000
592.53/310.76	c cleaning 23002 clauses out of 46027 with flag 290000/290000
641.96/336.02	c cleaning 23999 clauses out of 48025 with flag 315000/315000
713.39/372.48	c cleaning 24997 clauses out of 50026 with flag 341000/341000
770.97/401.94	c cleaning 26009 clauses out of 52029 with flag 368000/368000
845.35/439.86	c cleaning 27001 clauses out of 54022 with flag 396002/396002
853.32/444.25	c cleaning 0 clauses out of 18000 with flag 0/18000
910.04/473.22	c cleaning 27995 clauses out of 56019 with flag 425000/425000
979.68/508.87	c cleaning 28997 clauses out of 58025 with flag 455001/455001
1059.91/549.74	c cleaning 30002 clauses out of 60027 with flag 486000/486000
1160.78/601.10	c cleaning 31004 clauses out of 62025 with flag 518000/518000
1258.48/650.78	c cleaning 31996 clauses out of 64022 with flag 551001/551001
1373.85/709.41	c cleaning 33002 clauses out of 66025 with flag 585000/585000
1448.13/747.31	c cleaning 33999 clauses out of 68023 with flag 620000/620000
1528.98/788.59	c cleaning 34996 clauses out of 70024 with flag 656000/656000
1623.90/836.81	c cleaning 36004 clauses out of 72028 with flag 693000/693000
1723.19/887.40	c cleaning 37008 clauses out of 74025 with flag 731001/731001
1800.08/926.62	c starts		: 170
1800.08/926.62	c conflicts		: 756649
1800.08/926.62	c decisions		: 1228886
1800.08/926.62	c propagations		: 144832100
1800.08/926.62	c inspects		: 1672361531
1800.08/926.62	c learnt literals	: 0
1800.08/926.62	c learnt binary clauses	: 0
1800.08/926.62	c learnt ternary clauses	: 0
1800.08/926.62	c learnt clauses	: 756649
1800.08/926.62	c ignored clauses	: 0
1800.08/926.62	c root simplifications	: 0
1800.08/926.62	c removed literals (reason simplification)	: 17831543
1800.08/926.62	c reason swapping (by a shorter reason)	: 0
1800.08/926.62	c Calls to reduceDB	: 34
1800.08/926.62	c number of reductions to clauses (during analyze)	: 0
1800.08/926.62	c number of learned constraints concerned by reduction	: 0
1800.08/926.62	c number of learning phase by resolution	: 0
1800.08/926.62	c number of learning phase by cutting planes	: 0
1800.08/926.62	c speed (assignments/second)	: 158120.77601641993
1800.08/926.62	c non guided choices	1212
1800.08/926.69	c learnt constraints type 
1800.08/926.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 62699
1800.08/926.69	c constraints type 
1800.08/926.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
1800.08/926.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
1800.08/926.69	c constraints type 
1800.08/926.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
1800.08/926.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
1800.08/926.69	s UNKNOWN
1800.08/926.69	c Total wall clock time (in seconds): 926.465

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-2662855-1276318591/watcher-2662855-1276318591 -o /tmp/evaluation-result-2662855-1276318591/solver-2662855-1276318591 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662855-1276318591.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 8305
/proc/meminfo: memFree=1510248/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=392 CPUtime=0
/proc/8305/stat : 8305 (java6) R 8303 8305 7781 0 -1 4194304 120 0 0 0 0 0 0 0 21 0 1 0 5511128 401408 40 1992294400 134512640 134550932 4289124800 18446744073709551615 3252820 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/8305/statm: 98 40 32 10 0 25 0

[startup+0.0329069 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8305
/proc/meminfo: memFree=1510248/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1517712 CPUtime=0.01
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 2621 0 1 0 0 1 0 0 21 0 3 0 5511128 1554137088 2066 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 379428 2066 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.100999 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8305
/proc/meminfo: memFree=1510248/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1521796 CPUtime=0.08
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 3862 0 1 0 6 2 0 0 21 0 7 0 5511128 1558319104 3304 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 380449 3304 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.301033 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8305
/proc/meminfo: memFree=1510248/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1525628 CPUtime=0.36
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 5380 0 1 0 33 3 0 0 21 0 12 0 5511128 1562243072 4817 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 381407 4817 1353 10 0 378710 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525628

[startup+0.701108 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8305
/proc/meminfo: memFree=1510248/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1528728 CPUtime=0.98
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 7115 0 1 0 94 4 0 0 21 0 12 0 5511128 1565417472 6490 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 382182 6490 1406 10 0 379485 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528728

[startup+1.50225 s]
/proc/loadavg: 0.92 0.98 0.99 5/118 8317
/proc/meminfo: memFree=1475000/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1532364 CPUtime=2.08
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 21851 0 1 0 197 11 0 0 21 0 12 0 5511128 1569140736 20786 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 383091 20787 1410 10 0 380394 0
[pid=8305/tid=8307] ppid=8303 vsize=1532364 CPUtime=1.17
/proc/8305/task/8307/stat : 8307 (java) R 8303 8305 7781 0 -1 4202560 18235 0 1 0 108 9 0 0 25 0 12 0 5511130 1569140736 20789 1992294400 134512640 134550932 4289116928 18446744073709551615 4109440358 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 12 0 5511132 1569140736 20790 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 5511132 1569140736 20792 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 5511134 1569140736 20793 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 5511134 1569140736 20795 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 5511134 1569140736 20796 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 5511139 1569140736 20798 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1532364 CPUtime=0.43
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 1346 0 0 0 43 0 0 0 16 0 12 0 5511139 1569140736 20799 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1532364 CPUtime=0.44
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 1210 0 0 0 44 0 0 0 15 0 12 0 5511139 1569140736 20801 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 5511139 1569140736 20802 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 5511139 1569140736 20804 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1532364

[startup+3.10254 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 8317
/proc/meminfo: memFree=1370344/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1532364 CPUtime=3.78
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 40287 0 1 0 358 20 0 0 21 0 12 0 5511128 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 383091 39104 1420 10 0 380394 0
[pid=8305/tid=8307] ppid=8303 vsize=1532364 CPUtime=2.68
/proc/8305/task/8307/stat : 8307 (java) R 8303 8305 7781 0 -1 4202560 32020 0 1 0 252 16 0 0 25 0 12 0 5511130 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4109400838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1532364 CPUtime=0.08
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 2212 0 0 0 8 0 0 0 15 0 12 0 5511132 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1532364 CPUtime=0.09
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 2425 0 0 0 8 1 0 0 16 0 12 0 5511132 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 5511134 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 5511134 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 5511134 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 5511139 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1532364 CPUtime=0.43
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 1346 0 0 0 43 0 0 0 16 0 12 0 5511139 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1532364 CPUtime=0.44
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 1210 0 0 0 44 0 0 0 15 0 12 0 5511139 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 5511139 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 5511139 1569140736 39104 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1532364

[startup+6.30212 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 8319
/proc/meminfo: memFree=1328680/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1532364 CPUtime=7.42
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 50130 0 1 0 716 26 0 0 21 0 12 0 5511128 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 383091 48322 1420 10 0 380394 0
[pid=8305/tid=8307] ppid=8303 vsize=1532364 CPUtime=5.42
/proc/8305/task/8307/stat : 8307 (java) R 8303 8305 7781 0 -1 4202560 32025 0 1 0 526 16 0 0 16 0 12 0 5511130 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4109390187 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1532364 CPUtime=0.53
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 7556 0 0 0 50 3 0 0 16 0 12 0 5511132 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1532364 CPUtime=0.53
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 6913 0 0 0 50 3 0 0 16 0 12 0 5511132 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 5511134 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 5511134 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 5511134 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 5511139 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1532364 CPUtime=0.43
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 1346 0 0 0 43 0 0 0 16 0 12 0 5511139 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1532364 CPUtime=0.44
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 1210 0 0 0 44 0 0 0 15 0 12 0 5511139 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 5511139 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1532364 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 5511139 1569140736 48322 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1532364

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.99 3/122 8323
/proc/meminfo: memFree=1260696/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1534444 CPUtime=16.52
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 69276 0 1 0 1615 37 0 0 21 0 16 0 5511128 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 383611 64599 1435 10 0 380914 0
[pid=8305/tid=8307] ppid=8303 vsize=1534444 CPUtime=9.03
/proc/8305/task/8307/stat : 8307 (java) S 8303 8305 7781 0 -1 4202560 32061 0 1 0 885 18 0 0 15 0 16 0 5511130 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1534444 CPUtime=1.34
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 15857 0 0 0 126 8 0 0 16 0 16 0 5511132 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1534444 CPUtime=1.34
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 15977 0 0 0 127 7 0 0 16 0 16 0 5511132 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 16 0 5511134 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 5511134 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5511134 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 5511139 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1534444 CPUtime=1.07
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 1802 0 0 0 106 1 0 0 15 0 16 0 5511139 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1534444 CPUtime=1.39
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 2451 0 0 0 139 0 0 0 16 0 16 0 5511139 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5511139 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5511139 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8320] ppid=8303 vsize=1534444 CPUtime=1.31
/proc/8305/task/8320/stat : 8320 (java) R 8303 8305 7781 0 -1 4202560 19 0 0 0 131 0 0 0 20 0 16 0 5512195 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4109627375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8321] ppid=8303 vsize=1534444 CPUtime=0.97
/proc/8305/task/8321/stat : 8321 (java) R 8303 8305 7781 0 -1 4202560 21 0 0 0 97 0 0 0 21 0 16 0 5512195 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4109063989 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8305/tid=8322] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8322/stat : 8322 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 5512198 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8323] ppid=8303 vsize=1534444 CPUtime=0
/proc/8305/task/8323/stat : 8323 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5512203 1571270656 64599 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 1534444

[startup+25.5016 s]
/proc/loadavg: 1.40 1.08 1.03 2/122 8323
/proc/meminfo: memFree=1225232/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1537960 CPUtime=40.69
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 82074 0 1 0 4024 45 0 0 21 0 16 0 5511128 1574871040 72366 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 384490 72366 1444 10 0 381793 0
[pid=8305/tid=8307] ppid=8303 vsize=1537960 CPUtime=9.03
/proc/8305/task/8307/stat : 8307 (java) S 8303 8305 7781 0 -1 4202560 32061 0 1 0 885 18 0 0 15 0 16 0 5511130 1574871040 72366 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1537960 CPUtime=1.57
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 19752 0 0 0 147 10 0 0 16 0 16 0 5511132 1574871040 72366 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1537960 CPUtime=1.57
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 20345 0 0 0 149 8 0 0 16 0 16 0 5511132 1574871040 72366 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1537960 CPUtime=1.2

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

/proc/8305/task/8322/stat : 8322 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 5512198 1578016768 95547 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8323] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8323/stat : 8323 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5512203 1578016768 95547 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1477.07
Current children cumulated vsize (KiB) 1541032

[startup+822.301 s]
/proc/loadavg: 1.97 1.93 1.58 3/122 8352
/proc/meminfo: memFree=1128636/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1541032 CPUtime=1595.15
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 110869 0 1 0 159410 105 0 0 21 0 16 0 5511128 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 385258 96141 1444 10 0 382561 0
[pid=8305/tid=8307] ppid=8303 vsize=1541032 CPUtime=9.03
/proc/8305/task/8307/stat : 8307 (java) S 8303 8305 7781 0 -1 4202560 32073 0 1 0 885 18 0 0 15 0 16 0 5511130 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1541032 CPUtime=9.04
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 32179 0 0 0 881 23 0 0 16 0 16 0 5511132 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1541032 CPUtime=9
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 32843 0 0 0 880 20 0 0 16 0 16 0 5511132 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1541032 CPUtime=26.07
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 1571 0 0 0 2602 5 0 0 15 0 16 0 5511134 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 5511134 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5511134 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 5511139 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1541032 CPUtime=1.35
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 2281 0 0 0 134 1 0 0 15 0 16 0 5511139 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1541032 CPUtime=3.3
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 8423 0 0 0 327 3 0 0 16 0 16 0 5511139 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5511139 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 5511139 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8320] ppid=8303 vsize=1541032 CPUtime=770.92
/proc/8305/task/8320/stat : 8320 (java) R 8303 8305 7781 0 -1 4202560 245 0 0 0 77080 12 0 0 25 0 16 0 5512195 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4109722952 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8305/tid=8321] ppid=8303 vsize=1541032 CPUtime=766.37
/proc/8305/task/8321/stat : 8321 (java) R 8303 8305 7781 0 -1 4202560 139 0 0 0 76618 19 0 0 25 0 16 0 5512195 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4109608639 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8322] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8322/stat : 8322 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 5512198 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8323] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8323/stat : 8323 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5512203 1578016768 96141 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1595.15
Current children cumulated vsize (KiB) 1541032

[startup+882.302 s]
/proc/loadavg: 2.10 1.97 1.61 3/122 8354
/proc/meminfo: memFree=1125784/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1541032 CPUtime=1713.08
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 111640 0 1 0 171199 109 0 0 21 0 16 0 5511128 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 385258 96867 1444 10 0 382561 0
[pid=8305/tid=8307] ppid=8303 vsize=1541032 CPUtime=9.03
/proc/8305/task/8307/stat : 8307 (java) S 8303 8305 7781 0 -1 4202560 32075 0 1 0 885 18 0 0 15 0 16 0 5511130 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1541032 CPUtime=9.57
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 32652 0 0 0 933 24 0 0 16 0 16 0 5511132 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1541032 CPUtime=9.53
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 33112 0 0 0 932 21 0 0 15 0 16 0 5511132 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1541032 CPUtime=27.06
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 1575 0 0 0 2701 5 0 0 15 0 16 0 5511134 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 5511134 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5511134 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1541032 CPUtime=1.35
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 2281 0 0 0 134 1 0 0 15 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1541032 CPUtime=3.3
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 8423 0 0 0 327 3 0 0 16 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8320] ppid=8303 vsize=1541032 CPUtime=829.1
/proc/8305/task/8320/stat : 8320 (java) R 8303 8305 7781 0 -1 4202560 261 0 0 0 82898 12 0 0 25 0 16 0 5512195 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4109790752 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8321] ppid=8303 vsize=1541032 CPUtime=824.05
/proc/8305/task/8321/stat : 8321 (java) R 8303 8305 7781 0 -1 4202560 142 0 0 0 82384 21 0 0 25 0 16 0 5512195 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4109833299 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8305/tid=8322] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8322/stat : 8322 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 5512198 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8323] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8323/stat : 8323 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5512203 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1713.08
Current children cumulated vsize (KiB) 1541032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.603 s]
/proc/loadavg: 2.00 1.96 1.62 3/122 8356
/proc/meminfo: memFree=1125660/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1541032 CPUtime=1800.08
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 111659 0 1 0 179895 113 0 0 21 0 16 0 5511128 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 385258 96867 1444 10 0 382561 0
[pid=8305/tid=8307] ppid=8303 vsize=1541032 CPUtime=9.03
/proc/8305/task/8307/stat : 8307 (java) S 8303 8305 7781 0 -1 4202560 32075 0 1 0 885 18 0 0 15 0 16 0 5511130 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1541032 CPUtime=9.94
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 32652 0 0 0 969 25 0 0 16 0 16 0 5511132 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1541032 CPUtime=9.9
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 33112 0 0 0 968 22 0 0 16 0 16 0 5511132 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1541032 CPUtime=27.88
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 1577 0 0 0 2783 5 0 0 15 0 16 0 5511134 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 5511134 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 5511134 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1541032 CPUtime=1.35
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 2281 0 0 0 134 1 0 0 15 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1541032 CPUtime=3.3
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 8423 0 0 0 327 3 0 0 16 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 5511139 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8320] ppid=8303 vsize=1541032 CPUtime=872.2
/proc/8305/task/8320/stat : 8320 (java) R 8303 8305 7781 0 -1 4202560 271 0 0 0 87208 12 0 0 25 0 16 0 5512195 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4109608646 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8321] ppid=8303 vsize=1541032 CPUtime=866.4
/proc/8305/task/8321/stat : 8321 (java) R 8303 8305 7781 0 -1 4202560 147 0 0 0 86616 24 0 0 25 0 16 0 5512195 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4109952309 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8305/tid=8322] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8322/stat : 8322 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 5512198 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8323] ppid=8303 vsize=1541032 CPUtime=0
/proc/8305/task/8323/stat : 8323 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 5512203 1578016768 96867 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1541032

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

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

[startup+926.718 s]
/proc/loadavg: 2.00 1.96 1.62 3/122 8356
/proc/meminfo: memFree=1125660/2059040 swapFree=4192956/4192956
[pid=8305] ppid=8303 vsize=1541680 CPUtime=1800.29
/proc/8305/stat : 8305 (java) S 8303 8305 7781 0 -1 4202496 111680 0 1 0 179916 113 0 0 18 0 17 0 5511128 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8305/statm: 385420 96888 1445 10 0 382723 0
[pid=8305/tid=8307] ppid=8303 vsize=1541680 CPUtime=9.03
/proc/8305/task/8307/stat : 8307 (java) S 8303 8305 7781 0 -1 4202560 32075 0 1 0 885 18 0 0 15 0 17 0 5511130 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8308] ppid=8303 vsize=1541680 CPUtime=9.94
/proc/8305/task/8308/stat : 8308 (java) S 8303 8305 7781 0 -1 4202560 32652 0 0 0 969 25 0 0 16 0 17 0 5511132 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8309] ppid=8303 vsize=1541680 CPUtime=9.9
/proc/8305/task/8309/stat : 8309 (java) S 8303 8305 7781 0 -1 4202560 33112 0 0 0 968 22 0 0 16 0 17 0 5511132 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8310] ppid=8303 vsize=1541680 CPUtime=27.88
/proc/8305/task/8310/stat : 8310 (java) S 8303 8305 7781 0 -1 4202560 1577 0 0 0 2783 5 0 0 15 0 17 0 5511134 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8311] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8311/stat : 8311 (java) S 8303 8305 7781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 17 0 5511134 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8312] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8312/stat : 8312 (java) S 8303 8305 7781 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 5511134 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8313] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8313/stat : 8313 (java) S 8303 8305 7781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 5511139 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8314] ppid=8303 vsize=1541680 CPUtime=1.35
/proc/8305/task/8314/stat : 8314 (java) S 8303 8305 7781 0 -1 4202560 2281 0 0 0 134 1 0 0 15 0 17 0 5511139 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8315] ppid=8303 vsize=1541680 CPUtime=3.34
/proc/8305/task/8315/stat : 8315 (java) S 8303 8305 7781 0 -1 4202560 8423 0 0 0 331 3 0 0 15 0 17 0 5511139 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8316] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8316/stat : 8316 (java) S 8303 8305 7781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 5511139 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8317] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8317/stat : 8317 (java) S 8303 8305 7781 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 17 0 5511139 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=8305/tid=8320] ppid=8303 vsize=1541680 CPUtime=872.31
/proc/8305/task/8320/stat : 8320 (java) R 8303 8305 7781 0 -1 4202560 271 0 0 0 87219 12 0 0 25 0 17 0 5512195 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4109601347 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8305/tid=8321] ppid=8303 vsize=1541680 CPUtime=866.44
/proc/8305/task/8321/stat : 8321 (java) R 8303 8305 7781 0 -1 4202560 147 0 0 0 86620 24 0 0 25 0 17 0 5512195 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4109952656 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8305/tid=8322] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8322/stat : 8322 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 5512198 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=8305/tid=8323] ppid=8303 vsize=1541680 CPUtime=0
/proc/8305/task/8323/stat : 8323 (java) S 8303 8305 7781 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 17 0 5512203 1578680320 96888 1992294400 134512640 134550932 4289116928 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1541680

Child status: 143
Real time (s): 926.785
CPU time (s): 1800.4
CPU user time (s): 1799.22
CPU system time (s): 1.17782
CPU usage (%): 194.263
Max. virtual memory (cumulated for all children) (KiB): 1545220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 1.17782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111680
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= 24676
involuntary context switches= 50532

runsolver used 4.97124 second user time and 10.7464 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 06:56:33
IDJOB=2662855
IDBENCH=1373
IDSOLVER=1166
FILE ID=node027/2662855-1276318591
PBS_JOBID= 11173151
Free space on /tmp= 62428 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662855-1276318591/watcher-2662855-1276318591 -o /tmp/evaluation-result-2662855-1276318591/solver-2662855-1276318591 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662855-1276318591.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=2105444813

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1510520 kB
Buffers:         88300 kB
Cached:         330416 kB
SwapCached:          0 kB
Active:         195388 kB
Inactive:       282676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1510520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20040 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15392 kB
Slab:            48596 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62428 MiB
End job on node027 at 2010-06-12 07:12:01