Trace number 2691110

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 Resolution 2.2.0 2010-05-26Wrong UNSAT 17.9983 16.3315

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j605_10-unsat--soft-66-100-0.wbo
MD5SUM257e79f814ec2395c606dee738edc728
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3518
Best CPU time to get the best result obtained on this benchmark1800.25
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9638
Total number of constraints30220
Number of soft constraints10314
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
Top cost 520266
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 520265
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2691110-1277917100.wbo
0.10/0.10	c reading problem ... 
1.09/0.63	c ... done. Wall clock time 0.533s.
1.09/0.63	c #vars     19952
1.09/0.63	c #constraints  27269
1.09/0.63	c constraints type 
1.09/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3589
1.09/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1439
1.09/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20720
1.09/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
4.04/2.52	c cleaning 2499 clauses out of 4997 with flag 5000/5000
5.95/4.30	c cleaning 4248 clauses out of 8497 with flag 11000/11000
8.05/6.46	c cleaning 5614 clauses out of 11248 with flag 18000/18000
10.55/8.96	c cleaning 6812 clauses out of 13632 with flag 26000/26000
13.67/12.01	c cleaning 7906 clauses out of 15822 with flag 35003/35003
16.97/15.31	c cleaning 8951 clauses out of 17912 with flag 45000/45000
17.96/16.31	c starts		: 66
17.96/16.31	c conflicts		: 48225
17.96/16.31	c decisions		: 80203
17.96/16.31	c propagations		: 25034883
17.96/16.31	c inspects		: 81814335
17.96/16.31	c learnt literals	: 19
17.96/16.31	c learnt binary clauses	: 73
17.96/16.31	c learnt ternary clauses	: 206
17.96/16.31	c learnt clauses	: 48205
17.96/16.31	c ignored clauses	: 0
17.96/16.31	c root simplifications	: 0
17.96/16.31	c removed literals (reason simplification)	: 592091
17.96/16.31	c reason swapping (by a shorter reason)	: 0
17.96/16.31	c Calls to reduceDB	: 6
17.96/16.31	c number of reductions to clauses (during analyze)	: 0
17.96/16.31	c number of learned constraints concerned by reduction	: 0
17.96/16.31	c number of learning phase by resolution	: 0
17.96/16.31	c number of learning phase by cutting planes	: 0
17.96/16.31	c speed (assignments/second)	: 1596816.1117489475
17.96/16.31	c non guided choices	41
17.96/16.31	c learnt constraints type 
17.96/16.31	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12102
17.96/16.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73
17.96/16.31	c constraints type 
17.96/16.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3589
17.96/16.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1439
17.96/16.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20720
17.96/16.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 312
17.96/16.31	s UNSATISFIABLE
17.96/16.31	c Total wall clock time (in seconds): 16.219

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-2691110-1277917100/watcher-2691110-1277917100 -o /tmp/evaluation-result-2691110-1277917100/solver-2691110-1277917100 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691110-1277917100.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 16037
/proc/meminfo: memFree=30611952/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=12956 CPUtime=0
/proc/16037/stat : 16037 (java) R 16035 16037 15092 0 -1 4194304 434 0 0 0 0 0 0 0 25 0 1 0 133004273 13266944 163 4089446400 134512640 134550932 4286694672 18446744073709551615 8962644 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16037/statm: 3239 163 125 10 0 1121 0

[startup+0.0919111 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 16037
/proc/meminfo: memFree=30611952/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1529736 CPUtime=0.1
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 5140 0 1 0 10 0 0 0 25 0 18 0 133004273 1566449664 4577 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 382434 4577 1346 10 0 379736 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529736

[startup+0.100915 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 16037
/proc/meminfo: memFree=30611952/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1529736 CPUtime=0.1
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 5215 0 1 0 10 0 0 0 25 0 18 0 133004273 1566449664 4652 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 382434 4653 1348 10 0 379736 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529736

[startup+0.300814 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 16037
/proc/meminfo: memFree=30611952/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1531356 CPUtime=0.51
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 8018 0 1 0 50 1 0 0 25 0 18 0 133004273 1568108544 7303 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 382839 7304 1403 10 0 380141 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1531356

[startup+0.700785 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 16037
/proc/meminfo: memFree=30611952/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1540920 CPUtime=1.37
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 39579 0 1 0 133 4 0 0 25 0 18 0 133004273 1577902080 38154 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 385230 38154 1430 10 0 382532 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1540920

[startup+1.50064 s]
/proc/loadavg: 2.17 2.04 2.01 5/197 16056
/proc/meminfo: memFree=30456560/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1547008 CPUtime=3.03
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 44117 0 1 0 298 5 0 0 25 0 19 0 133004273 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386752 39940 1442 10 0 384054 0
[pid=16037/tid=16039] ppid=16035 vsize=1547008 CPUtime=1.47
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32043 0 1 0 144 3 0 0 20 0 19 0 133004274 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4109806879 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 360 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 332 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 145 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 581 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 645 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 332 0 0 0 0 0 0 0 20 0 19 0 133004275 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 133004276 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1547008 CPUtime=0.78
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5488 0 0 0 77 1 0 0 24 0 19 0 133004278 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1547008 CPUtime=0.72
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3112 0 0 0 72 0 0 0 15 0 19 0 133004278 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1584136192 39940 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 1547008

[startup+3.10133 s]
/proc/loadavg: 2.17 2.04 2.01 3/197 16056
/proc/meminfo: memFree=30455196/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1547008 CPUtime=4.68
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 46973 0 1 0 463 5 0 0 25 0 19 0 133004273 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386752 42792 1447 10 0 384054 0
[pid=16037/tid=16039] ppid=16035 vsize=1547008 CPUtime=3.03
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32046 0 1 0 300 3 0 0 24 0 19 0 133004274 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4109820277 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 360 0 0 0 0 0 0 0 17 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 561 0 0 0 0 0 0 0 18 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 231 0 0 0 0 0 0 0 18 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 145 0 0 0 0 0 0 0 18 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 581 0 0 0 0 0 0 0 18 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1547008 CPUtime=0.01
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 918 0 0 0 1 0 0 0 18 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 332 0 0 0 0 0 0 0 17 0 19 0 133004275 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1547008 CPUtime=0.02
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 1928 0 0 0 2 0 0 0 15 0 19 0 133004276 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1547008 CPUtime=0.81
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5491 0 0 0 80 1 0 0 15 0 19 0 133004278 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1547008 CPUtime=0.74
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3119 0 0 0 74 0 0 0 15 0 19 0 133004278 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1584136192 42792 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1547008

[startup+6.30071 s]
/proc/loadavg: 2.17 2.04 2.01 3/197 16057
/proc/meminfo: memFree=30443408/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1547008 CPUtime=7.95
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 47125 0 1 0 789 6 0 0 25 0 19 0 133004273 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386752 42885 1447 10 0 384054 0
[pid=16037/tid=16039] ppid=16035 vsize=1547008 CPUtime=6.21
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32049 0 1 0 618 3 0 0 25 0 19 0 133004274 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4109806526 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 360 0 0 0 0 0 0 0 15 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 561 0 0 0 0 0 0 0 15 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 581 0 0 0 0 0 0 0 15 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1547008 CPUtime=0.01
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 919 0 0 0 1 0 0 0 18 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 19 0 133004275 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1547008 CPUtime=0.04
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 2066 0 0 0 4 0 0 0 15 0 19 0 133004276 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1547008 CPUtime=0.83
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5496 0 0 0 82 1 0 0 15 0 19 0 133004278 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1547008 CPUtime=0.77
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3123 0 0 0 77 0 0 0 15 0 19 0 133004278 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1547008 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1584136192 42885 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 1547008

[startup+12.7015 s]
/proc/loadavg: 2.14 2.04 2.01 3/197 16057
/proc/meminfo: memFree=30442120/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1545984 CPUtime=14.36
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 47348 0 1 0 1430 6 0 0 25 0 19 0 133004273 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386496 42859 1447 10 0 383798 0
[pid=16037/tid=16039] ppid=16035 vsize=1545984 CPUtime=12.5
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32072 0 1 0 1247 3 0 0 25 0 19 0 133004274 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4109849284 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0

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

/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 561 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 586 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1545984 CPUtime=0.12
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 2252 0 0 0 12 0 0 0 15 0 19 0 133004276 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1545984 CPUtime=0.85
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5502 0 0 0 84 1 0 0 16 0 19 0 133004278 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1545984 CPUtime=0.78
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3123 0 0 0 78 0 0 0 15 0 19 0 133004278 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1583087616 42859 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 1545984

[startup+15.101 s]
/proc/loadavg: 2.14 2.04 2.01 3/197 16057
/proc/meminfo: memFree=30440012/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1545984 CPUtime=16.76
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 47352 0 1 0 1670 6 0 0 25 0 19 0 133004273 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386496 42861 1447 10 0 383798 0
[pid=16037/tid=16039] ppid=16035 vsize=1545984 CPUtime=14.9
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32074 0 1 0 1487 3 0 0 25 0 19 0 133004274 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4109979756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 561 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 233 0 0 0 0 0 0 0 16 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 586 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1545984 CPUtime=0.12
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 2252 0 0 0 12 0 0 0 15 0 19 0 133004276 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1545984 CPUtime=0.86
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5502 0 0 0 85 1 0 0 15 0 19 0 133004278 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1545984 CPUtime=0.78
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3123 0 0 0 78 0 0 0 15 0 19 0 133004278 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1583087616 42861 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.76
Current children cumulated vsize (KiB) 1545984

[startup+15.9009 s]
/proc/loadavg: 2.14 2.04 2.01 3/197 16057
/proc/meminfo: memFree=30440012/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1545984 CPUtime=17.56
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 47459 0 1 0 1750 6 0 0 25 0 19 0 133004273 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386496 42967 1447 10 0 383798 0
[pid=16037/tid=16039] ppid=16035 vsize=1545984 CPUtime=15.67
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32075 0 1 0 1564 3 0 0 25 0 19 0 133004274 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4109893069 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 561 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 586 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1545984 CPUtime=0.14
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 2358 0 0 0 14 0 0 0 16 0 19 0 133004276 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1545984 CPUtime=0.86
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5502 0 0 0 85 1 0 0 15 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1545984 CPUtime=0.78
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3123 0 0 0 78 0 0 0 15 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.56
Current children cumulated vsize (KiB) 1545984

[startup+16.3008 s]
/proc/loadavg: 2.14 2.04 2.01 3/197 16057
/proc/meminfo: memFree=30440012/32950928 swapFree=67111528/67111528
[pid=16037] ppid=16035 vsize=1545984 CPUtime=17.96
/proc/16037/stat : 16037 (java) S 16035 16037 15092 0 -1 4202496 47459 0 1 0 1790 6 0 0 25 0 19 0 133004273 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16037/statm: 386496 42967 1447 10 0 383798 0
[pid=16037/tid=16039] ppid=16035 vsize=1545984 CPUtime=16.07
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 15092 0 -1 4202560 32075 0 1 0 1604 3 0 0 25 0 19 0 133004274 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4109805675 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 15092 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 15092 0 -1 4202560 561 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 15092 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 15092 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 15092 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 15092 0 -1 4202560 586 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=1545984 CPUtime=0.01
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 15092 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 15092 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 19 0 133004275 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=1545984 CPUtime=0.14
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 15092 0 -1 4202560 2358 0 0 0 14 0 0 0 16 0 19 0 133004276 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 0 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 15092 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 15092 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 133004276 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=1545984 CPUtime=0.86
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 15092 0 -1 4202560 5502 0 0 0 85 1 0 0 15 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 4 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=1545984 CPUtime=0.78
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 15092 0 -1 4202560 3123 0 0 0 78 0 0 0 15 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 5 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 6 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 15092 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133004278 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 2 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=1545984 CPUtime=0
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 15092 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 133004356 1583087616 42967 4089446400 134512640 134550932 4286694672 18446744073709551615 4294960144 0 4 0 16800975 18446604471140323520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.96
Current children cumulated vsize (KiB) 1545984

Child status: 20
Real time (s): 16.3315
CPU time (s): 17.9983
CPU user time (s): 17.9273
CPU system time (s): 0.070989
CPU usage (%): 110.206
Max. virtual memory (cumulated for all children) (KiB): 1547552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9273
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47476
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= 857
involuntary context switches= 3129

runsolver used 0.028995 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 18:58:20
IDJOB=2691110
IDBENCH=79085
IDSOLVER=1202
FILE ID=node148/2691110-1277917100
PBS_JOBID= 11197311
Free space on /tmp= 74172 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j605_10-unsat--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691110-1277917100/watcher-2691110-1277917100 -o /tmp/evaluation-result-2691110-1277917100/solver-2691110-1277917100 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691110-1277917100.wbo

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

MD5SUM BENCH= 257e79f814ec2395c606dee738edc728
RANDOM SEED=1790655255

node148.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5415.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30612232 kB
Buffers:        200308 kB
Cached:        1271932 kB
SwapCached:          0 kB
Active:        1196484 kB
Inactive:       997584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30612232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1228 kB
Writeback:           0 kB
AnonPages:      721480 kB
Mapped:          16148 kB
Slab:            81040 kB
PageTables:       6096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   866552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74172 MiB
End job on node148 at 2010-06-30 18:58:36