Trace number 3710443

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 specific settings 2.3.2 snapshot? (TO) 1800.05 1793.33

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa2354293496c014ad5960b8fe1959c3f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22900311
Best CPU time to get the best result obtained on this benchmark1800.77
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
Number of bits of the biggest sum of numbers38
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-2012 Artois University and CNRS
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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
1.03/0.60	c --- Begin Solver configuration ---
1.03/0.60	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
1.03/0.60	c Learn all clauses as in MiniSAT
1.03/0.60	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.03/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
1.03/0.60	c Expensive reason simplification
1.03/0.60	c Armin Biere (Picosat) restarts strategy
1.03/0.60	c Glucose learned constraints deletion strategy
1.03/0.60	c timeout=2147483s
1.03/0.60	c DB Simplification allowed=true
1.03/0.60	c Heuristics kept accross calls (keep the solver "hot")
1.03/0.60	c --- End Solver configuration ---
1.03/0.60	c solving HOME/instance-3710443-1338242881.opb
1.03/0.60	c reading problem ... 
18.91/13.80	c ... done. Wall clock time 13.682s.
18.91/13.80	c declared #vars     1000400
19.03/13.80	c #constraints  2030011
19.03/13.80	c constraints type 
19.03/13.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
19.03/13.80	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
19.03/13.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
19.03/13.80	c ignored satisfied constraints => 3
19.03/13.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
19.03/13.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
19.03/13.80	c 2030014 constraints processed.
134.49/128.76	c cleaning 2501 clauses out of 5001 with flag 5001/5001
226.78/220.02	c cleaning 4247 clauses out of 8499 with flag 11000/11000
319.57/312.85	c cleaning 5624 clauses out of 11254 with flag 18002/18002
457.49/450.75	c cleaning 6814 clauses out of 13628 with flag 26000/26000
595.70/588.95	c cleaning 7903 clauses out of 15814 with flag 35000/35000
719.79/713.02	c cleaning 8951 clauses out of 17911 with flag 45000/45000
843.07/836.32	c cleaning 9973 clauses out of 19961 with flag 56001/56001
1011.75/1005.02	c cleaning 10983 clauses out of 21988 with flag 68001/68001
1171.83/1165.17	c cleaning 11999 clauses out of 24006 with flag 81002/81002
1337.65/1330.93	c cleaning 13001 clauses out of 26008 with flag 95003/95003
1507.04/1500.39	c cleaning 13995 clauses out of 28005 with flag 110001/110001
1786.84/1780.11	c cleaning 15001 clauses out of 30009 with flag 126000/126000
1800.05/1793.31	c starts		: 102
1800.05/1793.31	c conflicts		: 126836
1800.05/1793.31	c decisions		: 173663
1800.05/1793.31	c propagations		: 1210838006
1800.05/1793.31	c inspects		: 6287098288
1800.05/1793.31	c shortcuts		: 0
1800.05/1793.31	c learnt literals	: 0
1800.05/1793.31	c learnt binary clauses	: 0
1800.05/1793.31	c learnt ternary clauses	: 0
1800.05/1793.31	c learnt constraints	: 126836
1800.05/1793.31	c ignored constraints	: 0
1800.05/1793.31	c root simplifications	: 102
1800.05/1793.31	c removed literals (reason simplification)	: 74311859
1800.05/1793.31	c reason swapping (by a shorter reason)	: 0
1800.05/1793.31	c Calls to reduceDB	: 12
1800.05/1793.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.31	c number of learned constraints concerned by reduction	: 0
1800.05/1793.31	c number of learning phase by resolution	: 0
1800.05/1793.31	c number of learning phase by cutting planes	: 0
1800.05/1793.31	c speed (assignments/second)	: 680473.0373658191
1800.05/1793.31	c non guided choices	6149
1800.05/1793.31	c learnt constraints type 
1800.05/1793.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15844
1800.05/1793.31	c constraints type 
1800.05/1793.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.05/1793.31	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.05/1793.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.05/1793.31	c ignored satisfied constraints => 3
1800.05/1793.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
1800.05/1793.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
1800.05/1793.31	c 2030014 constraints processed.
1800.05/1793.31	s UNKNOWN
1800.05/1793.31	c Total wall clock time (in seconds): 1793.201

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710443-1338242881/watcher-3710443-1338242881 -o /tmp/evaluation-result-3710443-1338242881/solver-3710443-1338242881 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710443-1338242881.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 7/190 723
/proc/meminfo: memFree=26669964/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/723/stat : 723 (java) D 721 723 31663 0 -1 4202496 458 0 0 0 0 0 0 0 20 0 1 0 290413880 9515008 186 33554432000 1073741824 1073778376 140736346121264 140736346110328 252253924647 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2323 186 143 9 0 71 0

[startup+0.0931181 s]
/proc/loadavg: 1.92 1.98 1.99 7/190 723
/proc/meminfo: memFree=26669964/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 4268 0 1 0 9 1 0 0 20 0 18 0 290413880 9787842560 5474 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 5474 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.100264 s]
/proc/loadavg: 1.92 1.98 1.99 7/190 723
/proc/meminfo: memFree=26669964/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 4271 0 1 0 9 1 0 0 20 0 18 0 290413880 9787842560 5988 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 5988 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.329486 s]
/proc/loadavg: 1.92 1.98 1.99 7/190 723
/proc/meminfo: memFree=26669964/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 5207 0 1 0 51 2 0 0 20 0 18 0 290413880 9787842560 23053 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 23053 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700271 s]
/proc/loadavg: 1.92 1.98 1.99 7/190 723
/proc/meminfo: memFree=26669964/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=1.47 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 10399 0 1 0 140 7 0 0 20 0 18 0 290413880 9787842560 50493 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 50493 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 1.92 1.98 1.99 3/208 741
/proc/meminfo: memFree=26246232/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=2.52 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 10954 0 1 0 239 13 0 0 20 0 18 0 290413880 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 93921 2272 9 0 2380296 0
[pid=723/tid=725] ppid=721 vsize=9558440 CPUtime=1.35 cores=0,2,4,6
/proc/723/task/725/stat : 725 (java) S 721 723 31663 0 -1 4202560 2625 0 1 0 129 6 0 0 20 0 18 0 290413880 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631754382344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=726] ppid=721 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/723/task/726/stat : 726 (java) R 721 723 31663 0 -1 4202560 39 0 0 0 4 1 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631726836392 140631756854969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=723/tid=727] ppid=721 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/723/task/727/stat : 727 (java) R 721 723 31663 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631596379096 140631756854977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=728] ppid=721 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/723/task/728/stat : 728 (java) R 721 723 31663 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631595326376 140631756854977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=729] ppid=721 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/723/task/729/stat : 729 (java) R 721 723 31663 0 -1 4202560 158 0 0 0 6 1 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631594274008 140631756854945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=730] ppid=721 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/723/task/730/stat : 730 (java) R 721 723 31663 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631593220440 140631756943570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=731] ppid=721 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/723/task/731/stat : 731 (java) R 721 723 31663 0 -1 4202560 112 0 0 0 5 0 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631592167896 140631761279916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=732] ppid=721 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/723/task/732/stat : 732 (java) R 721 723 31663 0 -1 4202560 46 0 0 0 2 0 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631255018072 140631761279854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=733] ppid=721 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/723/task/733/stat : 733 (java) R 721 723 31663 0 -1 4202560 87 0 0 0 4 0 0 0 20 0 18 0 290413881 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631253965232 140631756855027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=734] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/734/stat : 734 (java) S 721 723 31663 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 290413882 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631241766408 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=735] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/735/stat : 735 (java) S 721 723 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290413883 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631240713848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=736] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/736/stat : 736 (java) S 721 723 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290413883 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631239661192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=737] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/737/stat : 737 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631238609936 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=738] ppid=721 vsize=9558440 CPUtime=0.35 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3608 0 0 0 35 0 0 0 20 0 18 0 290413885 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9558440 CPUtime=0.36 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2921 0 0 0 36 0 0 0 20 0 18 0 290413885 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 93921 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558440

[startup+3.10073 s]
/proc/loadavg: 1.93 1.98 1.99 3/208 741
/proc/meminfo: memFree=26023620/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=4.55 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 11951 0 1 0 431 24 0 0 20 0 18 0 290413880 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 154092 2272 9 0 2380296 0
[pid=723/tid=725] ppid=721 vsize=9558440 CPUtime=2.79 cores=0,2,4,6
/proc/723/task/725/stat : 725 (java) R 721 723 31663 0 -1 4202560 2881 0 1 0 271 8 0 0 20 0 18 0 290413880 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631754375056 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=726] ppid=721 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/723/task/726/stat : 726 (java) S 721 723 31663 0 -1 4202560 251 0 0 0 8 2 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631726836392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=727] ppid=721 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/723/task/727/stat : 727 (java) S 721 723 31663 0 -1 4202560 300 0 0 0 9 2 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631596378920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=728] ppid=721 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/723/task/728/stat : 728 (java) S 721 723 31663 0 -1 4202560 66 0 0 0 12 3 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631595326376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=729] ppid=721 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/723/task/729/stat : 729 (java) S 721 723 31663 0 -1 4202560 167 0 0 0 8 2 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631594273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=730] ppid=721 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/723/task/730/stat : 730 (java) S 721 723 31663 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631593220264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=731] ppid=721 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/723/task/731/stat : 731 (java) S 721 723 31663 0 -1 4202560 123 0 0 0 7 1 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631592167720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=732] ppid=721 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/723/task/732/stat : 732 (java) S 721 723 31663 0 -1 4202560 59 0 0 0 6 0 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631255017896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=733] ppid=721 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/723/task/733/stat : 733 (java) S 721 723 31663 0 -1 4202560 146 0 0 0 16 2 0 0 20 0 18 0 290413881 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631253965352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=734] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/734/stat : 734 (java) S 721 723 31663 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 290413882 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631241767528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=735] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/735/stat : 735 (java) S 721 723 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290413883 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631240713848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=736] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/736/stat : 736 (java) S 721 723 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290413883 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631239661192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=737] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/737/stat : 737 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631238609936 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=738] ppid=721 vsize=9558440 CPUtime=0.35 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3608 0 0 0 35 0 0 0 20 0 18 0 290413885 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9558440 CPUtime=0.36 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2921 0 0 0 36 0 0 0 20 0 18 0 290413885 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 154092 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9558440

[startup+6.30754 s]
/proc/loadavg: 1.93 1.98 1.99 3/209 742
/proc/meminfo: memFree=25371308/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=8.89 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 14015 0 1 0 838 51 0 0 20 0 18 0 290413880 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 339230 2272 9 0 2380296 0
[pid=723/tid=725] ppid=721 vsize=9558440 CPUtime=5.62 cores=0,2,4,6
/proc/723/task/725/stat : 725 (java) S 721 723 31663 0 -1 4202560 3601 0 1 0 546 16 0 0 20 0 18 0 290413880 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631754382712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=726] ppid=721 vsize=9558440 CPUtime=0.34 cores=0,2,4,6
/proc/723/task/726/stat : 726 (java) R 721 723 31663 0 -1 4202560 323 0 0 0 29 5 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631726836568 140631756854945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=723/tid=727] ppid=721 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/723/task/727/stat : 727 (java) R 721 723 31663 0 -1 4202560 337 0 0 0 23 3 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631596379096 140631756854945 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=723/tid=728] ppid=721 vsize=9558440 CPUtime=0.35 cores=0,2,4,6
/proc/723/task/728/stat : 728 (java) R 721 723 31663 0 -1 4202560 430 0 0 0 30 5 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631595326256 140631756854945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=729] ppid=721 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/723/task/729/stat : 729 (java) R 721 723 31663 0 -1 4202560 492 0 0 0 25 5 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631594273832 140631756854969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=730] ppid=721 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/723/task/730/stat : 730 (java) R 721 723 31663 0 -1 4202560 115 0 0 0 22 4 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631593220440 140631756854945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=723/tid=731] ppid=721 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/723/task/731/stat : 731 (java) R 721 723 31663 0 -1 4202560 166 0 0 0 20 3 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631592167896 140631761279916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=732] ppid=721 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/723/task/732/stat : 732 (java) R 721 723 31663 0 -1 4202560 113 0 0 0 22 4 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631255018072 140631756854977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=723/tid=733] ppid=721 vsize=9558440 CPUtime=0.34 cores=0,2,4,6
/proc/723/task/733/stat : 733 (java) R 721 723 31663 0 -1 4202560 197 0 0 0 30 4 0 0 20 0 18 0 290413881 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631253965528 140631756854977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=723/tid=734] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/734/stat : 734 (java) S 721 723 31663 0 -1 4202560 536 0 0 0 0 0 0 0 20 0 18 0 290413882 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631241766408 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=735] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/735/stat : 735 (java) S 721 723 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290413883 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631240713848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=736] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/736/stat : 736 (java) S 721 723 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290413883 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631239661192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=737] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/737/stat : 737 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631238609936 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=738] ppid=721 vsize=9558440 CPUtime=0.38 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3610 0 0 0 38 0 0 0 20 0 18 0 290413885 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9558440 CPUtime=0.37 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2921 0 0 0 37 0 0 0 20 0 18 0 290413885 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290413885 9787842560 339230 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.99 3/209 742
/proc/meminfo: memFree=24154688/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9558440 CPUtime=17.91 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 17091 0 1 0 1698 93 0 0 20 0 18 0 290413880 9787842560 514796 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2389610 514796 2280 9 0 2380296 0
[pid=723/tid=725] ppid=721 vsize=9558440 CPUtime=9.92 cores=0,2,4,6

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

[pid=723/tid=738] ppid=721 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3651 0 0 0 83 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2927 0 0 0 63 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 95 0 0 0 34 33 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=743] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/743/stat : 743 (java) S 721 723 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290415270 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631233344808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1669.05
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 760
/proc/meminfo: memFree=23016824/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9625004 CPUtime=1729.05 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 18214 0 1 0 172772 133 0 0 20 0 19 0 290413880 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2406251 617743 2291 9 0 2396937 0
[pid=723/tid=725] ppid=721 vsize=9625004 CPUtime=1696.16 cores=0,2,4,6
/proc/723/task/725/stat : 725 (java) R 721 723 31663 0 -1 4202560 3756 0 1 0 169566 50 0 0 20 0 19 0 290413880 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631754383664 140631608216010 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=726] ppid=721 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/723/task/726/stat : 726 (java) S 721 723 31663 0 -1 4202560 442 0 0 0 76 10 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631726836392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=727] ppid=721 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/723/task/727/stat : 727 (java) S 721 723 31663 0 -1 4202560 568 0 0 0 72 9 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631596378920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=728] ppid=721 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/723/task/728/stat : 728 (java) S 721 723 31663 0 -1 4202560 622 0 0 0 94 14 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631595326376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=729] ppid=721 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/723/task/729/stat : 729 (java) S 721 723 31663 0 -1 4202560 852 0 0 0 85 13 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631594273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=730] ppid=721 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/723/task/730/stat : 730 (java) S 721 723 31663 0 -1 4202560 265 0 0 0 67 9 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631593220264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=731] ppid=721 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/723/task/731/stat : 731 (java) S 721 723 31663 0 -1 4202560 289 0 0 0 66 8 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631592167720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=732] ppid=721 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/723/task/732/stat : 732 (java) S 721 723 31663 0 -1 4202560 475 0 0 0 76 9 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631255017896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=733] ppid=721 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/723/task/733/stat : 733 (java) S 721 723 31663 0 -1 4202560 1321 0 0 0 90 10 0 0 20 0 19 0 290413881 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631253965352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=734] ppid=721 vsize=9625004 CPUtime=19.68 cores=0,2,4,6
/proc/723/task/734/stat : 734 (java) S 721 723 31663 0 -1 4202560 1765 0 0 0 1963 5 0 0 20 0 19 0 290413882 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631241767528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=735] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/735/stat : 735 (java) S 721 723 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290413883 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631240713848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=736] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/736/stat : 736 (java) S 721 723 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290413883 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631239661192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=737] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/737/stat : 737 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631238609936 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=738] ppid=721 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3651 0 0 0 83 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2927 0 0 0 63 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 99 0 0 0 36 34 0 0 20 0 19 0 290413885 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=743] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/743/stat : 743 (java) S 721 723 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290415270 9856004096 617743 33554432000 1073741824 1073778376 140736346121264 140631233344808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.05
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 9/210 818
/proc/meminfo: memFree=26098728/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9625004 CPUtime=1789.04 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 18270 0 1 0 178768 136 0 0 20 0 19 0 290413880 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2406251 642831 2291 9 0 2396937 0
[pid=723/tid=725] ppid=721 vsize=9625004 CPUtime=1753.99 cores=0,2,4,6
/proc/723/task/725/stat : 725 (java) R 721 723 31663 0 -1 4202560 3806 0 1 0 175345 54 0 0 20 0 19 0 290413880 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631754383624 140631608382039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=726] ppid=721 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/723/task/726/stat : 726 (java) S 721 723 31663 0 -1 4202560 442 0 0 0 76 10 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631726836392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=727] ppid=721 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/723/task/727/stat : 727 (java) S 721 723 31663 0 -1 4202560 568 0 0 0 72 9 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631596378920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=728] ppid=721 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/723/task/728/stat : 728 (java) S 721 723 31663 0 -1 4202560 622 0 0 0 94 14 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631595326376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=729] ppid=721 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/723/task/729/stat : 729 (java) S 721 723 31663 0 -1 4202560 852 0 0 0 85 13 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631594273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=730] ppid=721 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/723/task/730/stat : 730 (java) S 721 723 31663 0 -1 4202560 265 0 0 0 67 9 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631593220264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=731] ppid=721 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/723/task/731/stat : 731 (java) S 721 723 31663 0 -1 4202560 289 0 0 0 66 8 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631592167720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=732] ppid=721 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/723/task/732/stat : 732 (java) S 721 723 31663 0 -1 4202560 475 0 0 0 76 9 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631255017896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=733] ppid=721 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/723/task/733/stat : 733 (java) S 721 723 31663 0 -1 4202560 1321 0 0 0 90 10 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631253965352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=734] ppid=721 vsize=9625004 CPUtime=21.7 cores=0,2,4,6
/proc/723/task/734/stat : 734 (java) S 721 723 31663 0 -1 4202560 1767 0 0 0 2165 5 0 0 20 0 19 0 290413882 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631241767528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=735] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/735/stat : 735 (java) S 721 723 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290413883 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631240713848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=736] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/736/stat : 736 (java) S 721 723 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290413883 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631239661192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=737] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/737/stat : 737 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631238609936 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=738] ppid=721 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3651 0 0 0 83 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2927 0 0 0 63 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 103 0 0 0 37 35 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=743] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/743/stat : 743 (java) S 721 723 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290415270 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631233344808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1789.04
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/210 818
/proc/meminfo: memFree=24808144/32873852 swapFree=7624/7624
[pid=723] ppid=721 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/723/stat : 723 (java) S 721 723 31663 0 -1 4202496 18270 0 1 0 179868 137 0 0 20 0 19 0 290413880 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140736346112400 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/723/statm: 2406251 642831 2291 9 0 2396937 0
[pid=723/tid=725] ppid=721 vsize=9625004 CPUtime=1764.97 cores=0,2,4,6
/proc/723/task/725/stat : 725 (java) R 721 723 31663 0 -1 4202560 3806 0 1 0 176443 54 0 0 20 0 19 0 290413880 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631754383664 140631608381513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=723/tid=726] ppid=721 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/723/task/726/stat : 726 (java) S 721 723 31663 0 -1 4202560 442 0 0 0 76 10 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631726836392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=727] ppid=721 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/723/task/727/stat : 727 (java) S 721 723 31663 0 -1 4202560 568 0 0 0 72 9 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631596378920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=728] ppid=721 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/723/task/728/stat : 728 (java) S 721 723 31663 0 -1 4202560 622 0 0 0 94 14 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631595326376 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=729] ppid=721 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/723/task/729/stat : 729 (java) S 721 723 31663 0 -1 4202560 852 0 0 0 85 13 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631594273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=723/tid=730] ppid=721 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/723/task/730/stat : 730 (java) S 721 723 31663 0 -1 4202560 265 0 0 0 67 9 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631593220264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=731] ppid=721 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/723/task/731/stat : 731 (java) S 721 723 31663 0 -1 4202560 289 0 0 0 66 8 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631592167720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=732] ppid=721 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/723/task/732/stat : 732 (java) S 721 723 31663 0 -1 4202560 475 0 0 0 76 9 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631255017896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=733] ppid=721 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/723/task/733/stat : 733 (java) S 721 723 31663 0 -1 4202560 1321 0 0 0 90 10 0 0 20 0 19 0 290413881 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631253965352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=734] ppid=721 vsize=9625004 CPUtime=21.7 cores=0,2,4,6
/proc/723/task/734/stat : 734 (java) S 721 723 31663 0 -1 4202560 1767 0 0 0 2165 5 0 0 20 0 19 0 290413882 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631241767528 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=735] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/735/stat : 735 (java) S 721 723 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290413883 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631240713848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=736] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/736/stat : 736 (java) S 721 723 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290413883 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631239661192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=737] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/737/stat : 737 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631238609936 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=738] ppid=721 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/723/task/738/stat : 738 (java) S 721 723 31663 0 -1 4202560 3651 0 0 0 83 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631237556280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=723/tid=739] ppid=721 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/723/task/739/stat : 739 (java) S 721 723 31663 0 -1 4202560 2927 0 0 0 63 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631236503736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=740] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/740/stat : 740 (java) S 721 723 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631235451384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=723/tid=741] ppid=721 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/723/task/741/stat : 741 (java) S 721 723 31663 0 -1 4202560 103 0 0 0 37 35 0 0 20 0 19 0 290413885 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631234399048 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=723/tid=743] ppid=721 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/723/task/743/stat : 743 (java) S 721 723 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290415270 9856004096 642831 33554432000 1073741824 1073778376 140736346121264 140631233344808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 723 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=299225
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=902710
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.33
CPU time (s): 1800.05
CPU user time (s): 1798.68
CPU system time (s): 1.37
CPU usage (%): 100.375
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.90271
maximum resident set size= 2571440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18301
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38622
involuntary context switches= 21845

runsolver used 6.04108 second user time and 14.4718 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 00:08:04
IDJOB=3710443
IDBENCH=92633
IDSOLVER=2289
FILE ID=node131/3710443-1338242881
RUNJOBID= node131-1338224871-31679
PBS_JOBID= 14624623
Free space on /tmp= 71416 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_7_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710443-1338242881/watcher-3710443-1338242881 -o /tmp/evaluation-result-3710443-1338242881/solver-3710443-1338242881 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710443-1338242881.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a2354293496c014ad5960b8fe1959c3f
RANDOM SEED=1747070112

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26670864 kB
Buffers:          519140 kB
Cached:          2249532 kB
SwapCached:         2328 kB
Active:          3636020 kB
Inactive:        1705320 kB
Active(anon):    2570960 kB
Inactive(anon):      996 kB
Active(file):    1065060 kB
Inactive(file):  1704324 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:            323820 kB
Writeback:             0 kB
AnonPages:       2539680 kB
Mapped:            22396 kB
Shmem:                 0 kB
Slab:             711632 kB
SReclaimable:     153168 kB
SUnreclaim:       558464 kB
KernelStack:        1544 kB
PageTables:         8832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3147564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2482176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71532 MiB
End job on node131 at 2012-05-29 00:38:00