Trace number 2691792

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.19 1719.67

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3029_8-unsat--soft-66-100-0.wbo
MD5SUM114c0408840a95cae960ebc399875ecb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark17.4483
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints5468
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 278200
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 278199
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691792-1277916119.wbo
0.11/0.10	c reading problem ... 
1.07/0.57	c ... done. Wall clock time 0.467s.
1.07/0.57	c #vars     10428
1.07/0.57	c #constraints  14756
1.07/0.57	c constraints type 
1.07/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11259
1.07/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1825
1.07/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 725
1.07/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 316
53.12/49.55	c cleaning 0 clauses out of 5000 with flag 0/5000
304.39/293.15	c cleaning 0 clauses out of 11000 with flag 0/11000
1144.99/1098.29	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.02/1719.62	c starts		: 49
1800.02/1719.62	c conflicts		: 21468
1800.02/1719.62	c decisions		: 41861
1800.02/1719.62	c propagations		: 7893421
1800.02/1719.62	c inspects		: 1564377223
1800.02/1719.62	c learnt literals	: 0
1800.02/1719.62	c learnt binary clauses	: 0
1800.02/1719.62	c learnt ternary clauses	: 43
1800.02/1719.62	c learnt clauses	: 21467
1800.02/1719.62	c ignored clauses	: 0
1800.02/1719.62	c root simplifications	: 0
1800.02/1719.62	c removed literals (reason simplification)	: 0
1800.02/1719.62	c reason swapping (by a shorter reason)	: 0
1800.02/1719.62	c Calls to reduceDB	: 3
1800.02/1719.62	c number of reductions to clauses (during analyze)	: 0
1800.02/1719.62	c number of learned constraints concerned by reduction	: 0
1800.02/1719.62	c number of learning phase by resolution	: 0
1800.02/1719.62	c number of learning phase by cutting planes	: 0
1800.02/1719.62	c speed (assignments/second)	: 4591.715690637367
1800.02/1719.62	c non guided choices	28
1800.02/1719.63	c learnt constraints type 
1800.02/1719.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 46
1800.02/1719.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21421
1800.02/1719.63	c constraints type 
1800.02/1719.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11259
1800.02/1719.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1825
1800.02/1719.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 725
1800.02/1719.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 316
1800.02/1719.63	s UNKNOWN
1800.02/1719.63	c Total wall clock time (in seconds): 1719.536

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-2691792-1277916119/watcher-2691792-1277916119 -o /tmp/evaluation-result-2691792-1277916119/solver-2691792-1277916119 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691792-1277916119.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.00 2.00 3/178 17048
/proc/meminfo: memFree=30894540/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1832 CPUtime=0
/proc/17048/stat : 17048 (java6) S 17046 17048 16354 0 -1 4194304 244 0 0 0 0 0 0 0 25 0 1 0 132906381 1875968 148 4089446400 134512640 134550932 4290906960 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/17048/statm: 459 154 116 10 0 64 0

[startup+0.00746407 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 17048
/proc/meminfo: memFree=30894540/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=248 CPUtime=0
/proc/17048/stat : 17048 (java) R 17046 17048 16354 0 -1 4194304 281 0 0 0 0 0 0 0 25 0 1 0 132906381 253952 28 4089446400 134512640 134550932 4292634624 18446744073709551615 9114196 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17048/statm: 62 28 21 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 248

[startup+0.101518 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 17048
/proc/meminfo: memFree=30894540/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1529460 CPUtime=0.11
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 5218 0 1 0 10 1 0 0 25 0 18 0 132906381 1566167040 4655 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 382365 4655 1347 10 0 379667 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529460

[startup+0.300416 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 17048
/proc/meminfo: memFree=30894540/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1531256 CPUtime=0.51
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 7762 0 1 0 50 1 0 0 25 0 18 0 132906381 1568006144 7019 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 382814 7020 1404 10 0 380116 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1531256

[startup+0.701349 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 17048
/proc/meminfo: memFree=30894540/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1545568 CPUtime=1.67
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 20029 0 1 0 163 4 0 0 25 0 18 0 132906381 1582661632 17685 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 386392 17686 1422 10 0 383694 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1545568

[startup+1.5012 s]
/proc/loadavg: 2.01 2.00 2.00 5/197 17067
/proc/meminfo: memFree=30815752/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1547264 CPUtime=3.75
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 46934 0 1 0 367 8 0 0 25 0 19 0 132906381 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 386816 39090 1446 10 0 384118 0
[pid=17048/tid=17050] ppid=17046 vsize=1547264 CPUtime=1.46
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 32054 0 1 0 141 5 0 0 18 0 19 0 132906382 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4109530790 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 16354 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 385 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 427 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 451 0 0 0 0 0 0 0 18 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 132906383 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1547264 CPUtime=1.14
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6522 0 0 0 113 1 0 0 17 0 19 0 132906386 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1547264 CPUtime=1.11
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6015 0 0 0 110 1 0 0 17 0 19 0 132906386 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132906386 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1547264 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1584398336 39090 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1547264

[startup+3.10092 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 17067
/proc/meminfo: memFree=30734036/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1548020 CPUtime=5.66
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 52538 0 1 0 557 9 0 0 25 0 19 0 132906381 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 387005 44097 1446 10 0 384307 0
[pid=17048/tid=17050] ppid=17046 vsize=1548020 CPUtime=3.03
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 32093 0 1 0 298 5 0 0 20 0 19 0 132906382 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4109554711 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 569 0 0 0 0 0 0 0 16 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 16354 0 -1 4202560 554 0 0 0 0 0 0 0 15 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 16354 0 -1 4202560 531 0 0 0 0 0 0 0 16 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=1548020 CPUtime=0.01
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 16354 0 -1 4202560 912 0 0 0 1 0 0 0 16 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=1548020 CPUtime=0.01
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 16354 0 -1 4202560 842 0 0 0 1 0 0 0 16 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=1548020 CPUtime=0.01
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 1441 0 0 0 1 0 0 0 16 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1548020 CPUtime=0.01
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 672 0 0 0 1 0 0 0 15 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 525 0 0 0 0 0 0 0 15 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 132906383 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1548020 CPUtime=1.21
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6610 0 0 0 120 1 0 0 15 0 19 0 132906386 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1548020 CPUtime=1.28
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6693 0 0 0 127 1 0 0 15 0 19 0 132906386 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132906386 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1548020 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1585172480 44097 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 1548020

[startup+6.30135 s]
/proc/loadavg: 2.01 2.00 2.00 4/197 17067
/proc/meminfo: memFree=30697460/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1546108 CPUtime=9
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 59703 0 1 0 889 11 0 0 25 0 19 0 132906381 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 386527 50413 1446 10 0 383829 0
[pid=17048/tid=17050] ppid=17046 vsize=1546108 CPUtime=6.21
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 34814 0 1 0 615 6 0 0 25 0 19 0 132906382 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4109513082 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1546108 CPUtime=0.02
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 1131 0 0 0 2 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=1546108 CPUtime=0.02
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 16354 0 -1 4202560 1126 0 0 0 2 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=1546108 CPUtime=0.03
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 16354 0 -1 4202560 1372 0 0 0 3 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=1546108 CPUtime=0.02
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 16354 0 -1 4202560 1189 0 0 0 2 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=1546108 CPUtime=0.03
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 16354 0 -1 4202560 1628 0 0 0 3 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=1546108 CPUtime=0.03
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 2315 0 0 0 3 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1546108 CPUtime=0.01
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 863 0 0 0 1 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1546108 CPUtime=0.01
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 865 0 0 0 1 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 132906383 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1546108 CPUtime=1.21
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6610 0 0 0 120 1 0 0 15 0 19 0 132906386 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1546108 CPUtime=1.32
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6694 0 0 0 131 1 0 0 15 0 19 0 132906386 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132906386 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 4 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1546108 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1583214592 50413 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 1546108

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 17067
/proc/meminfo: memFree=30688136/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1546108 CPUtime=15.49
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 61669 0 1 0 1537 12 0 0 25 0 19 0 132906381 1583214592 52229 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 386527 52229 1446 10 0 383829 0
[pid=17048/tid=17050] ppid=17046 vsize=1546108 CPUtime=12.57
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 34830 0 1 0 1251 6 0 0 25 0 19 0 132906382 1583214592 52229 4089446400 134512640 134550932 4292634624 18446744073709551615 4109496556 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1546108 CPUtime=0.03
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 1331 0 0 0 3 0 0 0 15 0 19 0 132906383 1583214592 52229 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0

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

[pid=17048/tid=17056] ppid=17046 vsize=1548156 CPUtime=10.37
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 9011 0 0 0 897 140 0 0 16 0 19 0 132906383 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1548156 CPUtime=10.37
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 7838 0 0 0 883 154 0 0 16 0 19 0 132906383 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1548156 CPUtime=10.16
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 7528 0 0 0 851 165 0 0 15 0 19 0 132906383 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1548156 CPUtime=1.31
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 254 0 0 0 94 37 0 0 15 0 19 0 132906383 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1548156 CPUtime=1.22
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6614 0 0 0 121 1 0 0 15 0 19 0 132906386 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1548156 CPUtime=1.39
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6695 0 0 0 138 1 0 0 15 0 19 0 132906386 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 132906386 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1585311744 101819 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1612.72
Current children cumulated vsize (KiB) 1548156

[startup+1602.3 s]
/proc/loadavg: 2.56 2.13 2.07 3/197 17147
/proc/meminfo: memFree=30480212/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1548156 CPUtime=1676.14
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 118456 0 1 0 166225 1389 0 0 25 0 19 0 132906381 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 387039 103322 1452 10 0 384341 0
[pid=17048/tid=17050] ppid=17046 vsize=1548156 CPUtime=1586.61
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 36719 0 1 0 158649 12 0 0 25 0 19 0 132906382 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4109496617 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1548156 CPUtime=10.6
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 7820 0 0 0 900 160 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 1 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=1548156 CPUtime=10.31
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 16354 0 -1 4202560 7747 0 0 0 858 173 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=1548156 CPUtime=10.73
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 16354 0 -1 4202560 8640 0 0 0 905 168 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=1548156 CPUtime=10.68
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 16354 0 -1 4202560 8688 0 0 0 892 176 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=1548156 CPUtime=10.68
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 16354 0 -1 4202560 9127 0 0 0 898 170 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=1548156 CPUtime=10.88
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 9194 0 0 0 938 150 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1548156 CPUtime=10.9
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 7991 0 0 0 926 164 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 1 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1548156 CPUtime=10.68
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 7807 0 0 0 898 170 0 0 16 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1548156 CPUtime=1.33
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 257 0 0 0 95 38 0 0 15 0 19 0 132906383 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1548156 CPUtime=1.22
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6614 0 0 0 121 1 0 0 15 0 19 0 132906386 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1548156 CPUtime=1.39
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6695 0 0 0 138 1 0 0 15 0 19 0 132906386 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 132906386 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1585311744 103322 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1676.14
Current children cumulated vsize (KiB) 1548156

[startup+1662.3 s]
/proc/loadavg: 2.26 2.12 2.07 3/197 17148
/proc/meminfo: memFree=30460708/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1548156 CPUtime=1739.5
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 120101 0 1 0 172493 1457 0 0 25 0 19 0 132906381 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 387039 104863 1452 10 0 384341 0
[pid=17048/tid=17050] ppid=17046 vsize=1548156 CPUtime=1645.92
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 36772 0 1 0 164580 12 0 0 25 0 19 0 132906382 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4109554801 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1548156 CPUtime=11.14
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 8101 0 0 0 945 169 0 0 16 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=1548156 CPUtime=10.78
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 16354 0 -1 4202560 7889 0 0 0 898 180 0 0 15 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=1548156 CPUtime=11.25
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 16354 0 -1 4202560 8833 0 0 0 949 176 0 0 15 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 1 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=1548156 CPUtime=11.16
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 16354 0 -1 4202560 8851 0 0 0 930 186 0 0 16 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=1548156 CPUtime=11.19
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 16354 0 -1 4202560 9307 0 0 0 939 180 0 0 16 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=1548156 CPUtime=11.38
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 9394 0 0 0 978 160 0 0 16 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 1 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1548156 CPUtime=11.45
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 8202 0 0 0 973 172 0 0 16 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1548156 CPUtime=11.17
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 8021 0 0 0 940 177 0 0 16 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1548156 CPUtime=1.34
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 261 0 0 0 95 39 0 0 15 0 19 0 132906383 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1548156 CPUtime=1.22
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6614 0 0 0 121 1 0 0 15 0 19 0 132906386 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1548156 CPUtime=1.39
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6695 0 0 0 138 1 0 0 15 0 19 0 132906386 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 132906386 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1585311744 104863 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.5
Current children cumulated vsize (KiB) 1548156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1719.6 s]
/proc/loadavg: 2.10 2.10 2.06 3/197 17150
/proc/meminfo: memFree=30443308/32951124 swapFree=67111528/67111528
[pid=17048] ppid=17046 vsize=1548156 CPUtime=1800.02
/proc/17048/stat : 17048 (java) S 17046 17048 16354 0 -1 4202496 121128 0 1 0 178481 1521 0 0 25 0 19 0 132906381 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/17048/statm: 387039 105822 1452 10 0 384341 0
[pid=17048/tid=17050] ppid=17046 vsize=1548156 CPUtime=1702.59
/proc/17048/task/17050/stat : 17050 (java) R 17046 17048 16354 0 -1 4202560 36821 0 1 0 170247 12 0 0 25 0 19 0 132906382 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4109557064 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17048/tid=17051] ppid=17046 vsize=1548156 CPUtime=11.61
/proc/17048/task/17051/stat : 17051 (java) S 17046 17048 16354 0 -1 4202560 8222 0 0 0 987 174 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 7 0 0 0
[pid=17048/tid=17052] ppid=17046 vsize=1548156 CPUtime=11.24
/proc/17048/task/17052/stat : 17052 (java) S 17046 17048 16354 0 -1 4202560 8021 0 0 0 934 190 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17053] ppid=17046 vsize=1548156 CPUtime=11.72
/proc/17048/task/17053/stat : 17053 (java) S 17046 17048 16354 0 -1 4202560 8921 0 0 0 988 184 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17054] ppid=17046 vsize=1548156 CPUtime=11.67
/proc/17048/task/17054/stat : 17054 (java) S 17046 17048 16354 0 -1 4202560 9028 0 0 0 973 194 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17055] ppid=17046 vsize=1548156 CPUtime=11.69
/proc/17048/task/17055/stat : 17055 (java) S 17046 17048 16354 0 -1 4202560 9402 0 0 0 980 189 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 1 0 0 0
[pid=17048/tid=17056] ppid=17046 vsize=1548156 CPUtime=11.82
/proc/17048/task/17056/stat : 17056 (java) S 17046 17048 16354 0 -1 4202560 9519 0 0 0 1017 165 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17057] ppid=17046 vsize=1548156 CPUtime=11.94
/proc/17048/task/17057/stat : 17057 (java) S 17046 17048 16354 0 -1 4202560 8300 0 0 0 1012 182 0 0 15 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17058] ppid=17046 vsize=1548156 CPUtime=11.63
/proc/17048/task/17058/stat : 17058 (java) S 17046 17048 16354 0 -1 4202560 8155 0 0 0 980 183 0 0 16 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
[pid=17048/tid=17059] ppid=17046 vsize=1548156 CPUtime=1.36
/proc/17048/task/17059/stat : 17059 (java) S 17046 17048 16354 0 -1 4202560 265 0 0 0 96 40 0 0 15 0 19 0 132906383 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 0 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17060] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17060/stat : 17060 (java) S 17046 17048 16354 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17061] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17061/stat : 17061 (java) S 17046 17048 16354 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132906384 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17062] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17062/stat : 17062 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17063] ppid=17046 vsize=1548156 CPUtime=1.22
/proc/17048/task/17063/stat : 17063 (java) S 17046 17048 16354 0 -1 4202560 6614 0 0 0 121 1 0 0 15 0 19 0 132906386 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 5 0 0 0
[pid=17048/tid=17064] ppid=17046 vsize=1548156 CPUtime=1.39
/proc/17048/task/17064/stat : 17064 (java) S 17046 17048 16354 0 -1 4202560 6695 0 0 0 138 1 0 0 15 0 19 0 132906386 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 2 0 0 0
[pid=17048/tid=17065] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17065/stat : 17065 (java) S 17046 17048 16354 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132906386 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 6 0 0 0
[pid=17048/tid=17066] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17066/stat : 17066 (java) S 17046 17048 16354 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 132906386 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 3 0 0 0
[pid=17048/tid=17067] ppid=17046 vsize=1548156 CPUtime=0
/proc/17048/task/17067/stat : 17067 (java) S 17046 17048 16354 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 132906454 1585311744 105822 4089446400 134512640 134550932 4292634624 18446744073709551615 4294960144 0 4 0 16800975 18446604453963056064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1548156

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

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

Child status: 143
Real time (s): 1719.67
CPU time (s): 1800.19
CPU user time (s): 1784.94
CPU system time (s): 15.2437
CPU usage (%): 104.682
Max. virtual memory (cumulated for all children) (KiB): 1552416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.94
system time used= 15.2437
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121170
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= 88834
involuntary context switches= 3374101

runsolver used 3.03154 second user time and 6.42402 second system time

The end

Launcher Data

Begin job on node140 at 2010-06-30 18:41:59
IDJOB=2691792
IDBENCH=79065
IDSOLVER=1203
FILE ID=node140/2691792-1277916119
PBS_JOBID= 11197289
Free space on /tmp= 74196 MiB

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

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

MD5SUM BENCH= 114c0408840a95cae960ebc399875ecb
RANDOM SEED=2117321913

node140.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.790
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.58
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.790
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	: 5226.07
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.790
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	: 5332.75
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.790
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.89
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.790
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	: 5421.15
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.790
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.83
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.790
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.790
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30894944 kB
Buffers:        198792 kB
Cached:        1279924 kB
SwapCached:          0 kB
Active:        1182024 kB
Inactive:       729708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30894944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1068 kB
Writeback:           0 kB
AnonPages:      433276 kB
Mapped:          17112 kB
Slab:            80524 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   581436 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= 74196 MiB
End job on node140 at 2010-06-30 19:10:41